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. 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]


Command parameters:

  • instance – web instance for shared installation. Not required even in shared insallationinstallation;
  • 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.


Exmaples:


Code Block

...

cmdmgr.exe servers emshell start


Image Added
Figure 46. Servers command example 1. Image Removed


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


Image Added
Figure 47. Servers command example 2. Image Removed

Code Block
cmdmgr.exe servers paceserver start 40098


Image Added
Figure 48. Servers command example 3.

back to top