Counterscript for Confixx: Unterschied zwischen den Versionen

Aus WikiStar
Wechseln zu: Navigation, Suche
(Die Seite wurde neu angelegt: „<syntaxhighlight lang="bash" style="font-size:9pt;"> /usr/local/confixx/confixx_counterscript.pl -ft -dbg --> normal /usr/local/confixx/confixx_counterscript…“)
 
 
Zeile 6: Zeile 6:
 
/usr/local/confixx/confixx_counterscript.pl -fa -sc -dbg  --> everything (note: take a long time)
 
/usr/local/confixx/confixx_counterscript.pl -fa -sc -dbg  --> everything (note: take a long time)
 
</syntaxhighlight>
 
</syntaxhighlight>
 +
 +
 +
 +
        confixx_counterscript.pl <options>
 +
 +
Options:
 +
    -v    |  --version      show version number and exit
 +
    -h    |  --help          show this help and exit
 +
    -dbg  |  --debug        detailed output
 +
 +
    -ft  |  --force-time    start configuration and ignore launching periods.
 +
                            use this option if you want to apply your changes NOW.
 +
    -fh  |  --force-httpd  force new Apache configuration(confixx_vhost.conf)
 +
    -fm  |  --force-mta    force new MTA configuration
 +
    -fd  |  --force-dns    force new DNS configuration
 +
    -fq  |  --force-quota  force new Quota configuration
 +
    -fdu  |  --force-disk    force counting disk space usage
 +
    -fs  |  --force-system  force new system configuration  (/etc/passwd)
 +
 +
    -fa  |  --force-all    force new configuration for all services
 +
 +
    -sr  |  --send-report  gather information about your Confixx installation and send it to Parallels GmbH.
 +
 +
    -sp  |  --skip-pid      skip check of pid-file
 +
    -sc  |  --skip-calc    skip calculate of disk usage, traffic, etc
 +
 +
    -sh  |  --skip-httpd    skip Apache configuration

Aktuelle Version vom 21. Mai 2015, 16:18 Uhr

/usr/local/confixx/confixx_counterscript.pl -ft -dbg  --> normal
 
/usr/local/confixx/confixx_counterscript.pl -fd -dbg  --> DNS only
 
/usr/local/confixx/confixx_counterscript.pl -fa -sc -dbg  --> everything (note: take a long time)


       confixx_counterscript.pl <options>

Options:

   -v    |  --version       show version number and exit
   -h    |  --help          show this help and exit
   -dbg  |  --debug         detailed output
   -ft   |  --force-time    start configuration and ignore launching periods.
                            use this option if you want to apply your changes NOW.
   -fh   |  --force-httpd   force new Apache configuration(confixx_vhost.conf)
   -fm   |  --force-mta     force new MTA configuration
   -fd   |  --force-dns     force new DNS configuration
   -fq   |  --force-quota   force new Quota configuration
   -fdu  |  --force-disk    force counting disk space usage
   -fs   |  --force-system  force new system configuration  (/etc/passwd)
   -fa   |  --force-all     force new configuration for all services
   -sr   |  --send-report   gather information about your Confixx installation and send it to Parallels GmbH.
   -sp   |  --skip-pid      skip check of pid-file
   -sc   |  --skip-calc     skip calculate of disk usage, traffic, etc
   -sh   |  --skip-httpd    skip Apache configuration