What is the difference between "egosh ego start" and "egostartup"?

Running "egosh ego start" without any command line options will start EGO on the local host.

Running "egosh ego start" with a list of host names will start EGO on all of the specified hosts.

Running "egosh ego start" followed by the "all" keyword will start EGO on all hosts in the cluster. This is equivalent to running the "egostartup" script:
  • Windows: egostartup.bat

  • Unix: egostartup.sh

If you are starting up the master host with any of these commands, this will also start any system services that are defined as having StartType "AUTOMATIC". By default, all system services included with Symphony have StartType "AUTOMATIC". These include SD, RS, WEBGUI, and more.

Refer to the Symphony Reference in the Knowledge Center for more information about these commands.