Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This command is used to start, stop, or restart specified servers. Also to get servers status.

Syntax

Here is command syntax:

Code Block
cmdmgr.exe servers [instance=web_instance]<emshell|starweb|starengine|paceserver> <start|stop|restart|status>[service list] [get_pstack=1]

Parameters

Command parameters:

  • instance – web instance for shared installation. Not required even in shared

    insallation

    installation;

  • emshell, staweb... – eagle component;

  • start, stop... – action to execute;

  • service list – comma separated name or ports(for PACE);

  • get_pstack – retrieves processes stack before stopping or restarting.

...

Examples

Servers Command Example 1

Code Block
cmdmgr.exe servers emshell start

...

Servers Command Example 2

Code Block
cmdmgr.exe servers instance=sweb01 starweb status tpeserver,messagecenter

...

Servers Command Example 3

Code Block
cmdmgr.exe servers paceserver start 40098

...