Configure the cluster administrators

Log on as egoadmin.

For proper administration of a mixed cluster, configure the cluster to recognize both Linux/UNIX and Windows cluster administrator accounts.

  1. Open the cluster file for editing.

    $EGO_CONFDIR/ego.cluster.cluster_name

  2. Find the ClusterAdmins section.
    Begin ClusterAdmins
    ...
    End ClusterAdmins
  3. Add the Windows cluster administrator account to the Administrators parameter (which already contains the Linux/UNIX cluster administrator account).

    For example:

    Begin ClusterAdmins
    ...
    Administrators=egoadmin domain\egoadmin
    ...
    End ClusterAdmins
  4. Save the file.
  5. Restart the master host.

    egosh ego restart HostM

Related concepts
Cluster administrator account