PRIMECLUSTER Installation and Administration Guide 4.1 (for Solaris(TM) Operating System) |
Contents
Index
![]() ![]() |
Part 4 System Configuration Modification | > Chapter 9 Expanding the Operation Configuration | > 9.1 Adding a Node |
This section explains how to set up the Customer Resource Management (CRM) resource database.
Confirm the following:
The resource database uses /etc/cip.cf to associate CF node names with CIP names.
Reconfigure the resource database.
The procedure is shown below:
# /etc/opt/FJSVcluster/bin/clsetup -a node -g file
As a result of this operation, a new node will be added to the resource database of the existing nodes.
The configuration information on the resource database, created after the execution of the "clsetup(1M)" command, is used when the resource database of the new node is configured. Therefore, do not specify a directory that will be automatically deleted when rebooting the node with the "-g" option (for example: /tmp).
Specify the CF node name in node, and a full path name of the file name of the resource database configuration information. "tar.Z" extension will be appended to the resource database configuration information.
For example, to add a new node which has a CF node name of fuji4, and a configuration information file name of /mydir/rdb, the command to be executed will be as shown below:
# /etc/opt/FJSVcluster/bin/clsetup -a fuji4 -g /mydir/rdb
The configuration information file of the resource database will be created as /mydir/rdb.tar.Z.
Execute the "clgettree(1)" command, and then confirm that the new node is displayed on the output result. At this time, the state of the new node is displayed as UNKNOWN.
Confirm the following:
Confirm that the CIP of the new node is in /etc/cip.cf of the new node and that the content of /etc/cip.cf is the same as that of the existing nodes.
If two or more CIPs are configured in the new nodes, use the first CIP for the resource database. Then, connection will be enabled. An example using "fuji4RMS" as the new node is shown below:
# ping fuji4RMS
After confirming the above, set up the resource database of the new node.
The procedure is as follows:
# /etc/opt/FJSVcluster/bin/clsetup -s file
Specify file with a full path name of the resource database configuration file.
When the resource database configuration information file "rdb.tar.Z" is copied to /mydir, the command to be executed will be as shown below:
# /etc/opt/FJSVcluster/bin/clsetup -s /mydir/rdb.tar.Z
Execute the clgettree(1) command for the new node and confirm the following:
Log into any one of nodes using a system administrator access privilege, and execute the command shown below:
# /etc/opt/FJSVcluster/bin/clautoconfig -r
If the individual nodes are restarted at different times after node expansion, the tuning parameter must be set up to be synchronized with the resource database. For details, see "4.5.1 Start up synchronization and the new node" in the "PRIMECLUSTER Cluster Foundation (CF) Configuration and Administration Guide."
Contents
Index
![]() ![]() |