![]() |
![]() |
| ||||||||||||||||||||||||||
Chapter 7Administering the ClusterThis chapter provides the procedures for administering items that affect the entire cluster. This is a list of the procedures in this chapter. Administering the Cluster OverviewTable 7-1 Task List: Administering the Cluster
|
# scsetup |
The Main Menu is displayed.
To change the cluster name, type 7 (Other cluster properties).
The Other Cluster Properties menu is displayed.
Make your selection from the menu and follow the onscreen instructions.
The following example shows the scconf(1M) command generated from the scsetup(1M) utility to change to the new cluster name, dromedary.
# scconf -c -C cluster=dromedary |
How to Map Node ID to Node NameDuring Sun Cluster installation, each node is automatically assigned a unique node ID number. The node ID number is assigned to a node in the order in which it joins the cluster for the first time; once assigned, the number cannot be changed. The node ID number is often used in error messages to identify which cluster node the message concerns. Use this procedure to determine the mapping between node IDs and node names.
You do not need to be superuser to list configuration information.
Use the scconf(1M) command to list the cluster configuration information.
% scconf -pv | grep "Node ID" |
The following example shows the node ID assignments
% scconf -pv | grep "Node ID" (phys-schost-1) Node ID: 1 (phys-schost-2) Node ID: 2 (phys-schost-3) Node ID: 3 |
How to Work With New Cluster Node AuthenticationSun Cluster enables you to determine if new nodes can add themselves to the cluster and with what type of authentication. You can permit any new node to join the cluster over the public network, deny new nodes from joining the cluster, or indicate a specific node that can join the cluster. New nodes can be authenticated by using either standard UNIX or Diffie-Hellman (DES) authentication. If you select DES authentication, you must also configure all necessary encryption keys before a node can join. See the keyserv(1M) and publickey(4) man pages for more information.
Previous Contents Index Next ![]() |