Cluster management tasks (Windows)

Start EGO on the Windows cluster

You must have administrator access on the local Windows host.

  1. If this is a Windows cluster, start EGO on all hosts in the cluster:

    egosh ego start all

    This starts all Windows hosts.

  2. If this is a mixed cluster, start EGO on all Windows and all Linux hosts in this way:
    1. Log on to a Windows host in the cluster and run egosh ego start all.
    2. Log on to a Linux host in the cluster, set the environment variables, and then run egosh ego start all.

Shut down EGO on the Windows cluster

You must be logged on to any host in the cluster as the local system user and have EGO administrative privileges.

Note:

If the master is down, log on to a management host (if the master is down, there is no way to get the complete list of cluster services and daemons; on the management host, the cluster file and hostcache file lists this information).

  1. Log on to EGO as a cluster administrator:

    egosh user logon -u user_name -x password

    For example, type

    egosh user logon -u Admin -x Admin

  2. Shut down all EGO services and daemons on all Windows hosts in the cluster:

    egoshutdown.bat

Restart EGO on the Windows cluster

You must be logged on to any host in the cluster as the local system user and have EGO administrative privileges.

Note:

If the master is down, log on to a management host (if the master is down, there is no way to get the complete list of cluster services and daemons; on the management host, the cluster file and hostcache file lists this information).

Restart EGO.

egosh ego restart all

EGO restarts on all hosts in the cluster.