Command-line parameters
-console
Instead of running the 1E Client as a service or daemon, run it as a console application. To stop the 1E Client, press ctrl-C
.
Warning |
---|
This mode is for testing and should not be used unless advised by 1E. |
-runservice
This is the normal invocation of the 1E Client to run it as a service or daemon.
Warning |
---|
Do not use this mode from the command line. |
-uninstall[=module1,module2,...]
Run the uninstall action on all (by default) or the specified modules. Case is not significant.
Most modules use the default uninstall action which does nothing, but a few such as Nomad perform important tasks.
This CLI action checks that the 1E Client service/daemon is not currently running, and aborts if it is, because it is not safe to uninstall a module that is active.
Info |
---|
New in v4.1 |
-getdbkey
In rare circumstances 1E Support may ask for a copy of the Tachyon persistent storage database files for diagnostic purposes. This option gives an encrypted form of the DB's key.
Warning |
---|
Do not use this option unless requested by 1E Support. |
Note | ||
---|---|---|
Because the DB is generated and encrypted by the 1E Client runs using the system account, you must fetch the key in the same context. On Windows the SysInternals
|
-reconfigure name1=value1 ...
Anchor | ||||
---|---|---|---|---|
|
Multiexcerpt | ||||
---|---|---|---|---|
| ||||
|
This CLI action can be used in combination with -start and -restart (and -stop although that is not very useful).
Note |
---|
The 1E Client will not pick up the new configuration value(s) until it is restarted. |
Examples
Set the Switch
and BackgroundChannelUrl
values, then restart the 1E Client (after a random stagger interval) to pick up the new values.
On Windows:
Code Block |
---|
"C:\Program Files\1E\Client\1E.Client.exe" -reconfigure Switch=ACME-DMZ01.ACME.LOCAL:4000 BackgroundChannelUrl=https://ACME-DMZ01.ACME.LOCAL:443/Background/ -restart |
Multiexcerpt | ||||
---|---|---|---|---|
| ||||
On Linux and Solaris:
On macOS:
|
-stdin
Read configuration values from standard input rather than the configuration file. This is only used with -console when debugging.
Warning |
---|
This mode is for testing and should not be used unless advised by 1E. |
-stop [-immediate]
Stop the 1E Client service or daemon if it is running. If -immediate is given, the 1E Client will shut down immediately (or as soon as possible to preserve instruction integrity), otherwise it will happen after a random number of seconds in a range between the ConnectionRetryTimeInSecondsMin
and ConnectionRetryTimeInSecondsMax
configuration values. This is to prevent flooding, for example, the Tachyon Switch with offline messages, depending on which client options have been enabled.
-start [-immediate]
Start the 1E Client service or daemon if it is not already running. If -immediate is given, the 1E Client will start immediately, otherwise it will happen after a random number of seconds in a range between the ConnectionRetryTimeInSecondsMin
and ConnectionRetryTimeInSecondsMax
configuration values. This is to prevent flooding, for example, the Tachyon Switch with online messages, or Nomad content registration messages, depending on which client options have been enabled.
-restart [-immediate]
Anchor | ||||
---|---|---|---|---|
|
ConnectionRetryTimeInSecondsMin
and ConnectionRetryTimeInSecondsMax
configuration values. This is to prevent flooding, for example, the Tachyon Switch with offline and online messages, or Nomad content registration messages, depending on which client options have been enabled.