Flag
|
Meaning
|
---|
-d
|
Run as a daemon (in the background)
|
-f
|
Run as a single-threaded (non-forking) process
|
-i
|
Run from inetd on UNIX
|
-q
|
Run quietly (no startup messages)
|
-s
|
Run p4d.exe as an NT service (equivalent to running p4s.exe).
|
-xi
|
Irreversibly reconfigure the Perforce server (and its metadata) to operate in Unicode mode. Do not use this flag unless you know you require Unicode mode. See the Release Notes and Internationalization Notes for details.
|
-xu
|
Run database upgrades and exit.
|
-c command
|
Lock database tables, run command, unlock the tables, and exit.
|
-jc [ prefix ]
|
Journal-create; checkpoint and save/truncate journal.
|
-jd [ file ]
|
Journal-checkpoint; create checkpoint without saving/truncating journal.
|
-jj [ prefix ]
|
Journal-only; save and truncate journal without checkpointing.
|
-jr file
|
Journal-restore; restore metadata from a checkpoint and/or journal file.
|
-z
|
Compress (in gzip format) checkpoints and journals.
|
-h, -?
|
Print help message.
|
-V
|
Print server version.
|
-A auditlog
|
Specify an audit log file. Overrides P4AUDIT setting. Default is null.
|
-J journal
|
Specify a journal file. Overrides P4JOURNAL setting. Default is journal.
|
-L log
|
Specify a log file. Overrides P4LOG setting. Default is stderr.
|
-p port
|
Specify a port to listen to. Overrides P4PORT. Default 1666.
|
-r root
|
Specify the server root directory. Overrides P4ROOT. Default is current working directory.
|
-v debuglevel
|
Set server trace flags. Overrides value P4DEBUG setting. Default is null.
|