Configuring cluster administrator accounts

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

Procedure

  1. Log on as egoadmin.
  2. Open the cluster file at %EGO_CONFDIR%\ego.cluster.cluster_name.
  3. Find the ClusterAdmins section:
    Begin ClusterAdmins
    ...
    End ClusterAdmins
    
  4. Add the Windows cluster administrator account to the Administrators parameter, which already contains the Linux cluster administrator account. For example:
    Begin ClusterAdmins
    ...
    Administrators=egoadmin domain\egoadmin
    ...
    End ClusterAdmins
  5. Save the file.
  6. Restart the primary host:
    egosh ego restart primary_host
    where HostM identifies the primary host.