Background
...
For secure by default, IBM i systems are shipped to not allow adding of systems to a cluster. This setting must be changed on all nodes so that a system can be a part of a cluster. There are two options for allowing nodes to be added to a cluster:
Recommended: Allowing any system to add this node as a node in a cluster, only if the request is authenticated.
Expand | ||
---|---|---|
| ||
This option uses X.509 digital certificates to verify cluster nodes are trusted before allowing them to be added into the cluster. This requires the following software products are installed on the systems:
|
...
To start clustering on just the local system use:
STRCLUNOD NODE(*)
.To start clustering first on the local system, and then attempt to start clustering on any other system where it is not active use:
STRCLUNOD NODE(*ALL)
.From the Work with Cluster Menu:
Type
WRKCLU
to get to the Work with Cluster Menu.Type option
6
and press enter to Work with Cluster Nodes.Type option
8
next to the node to start. Clustering must be started on the local node before remote nodes can be started.
From the PowerHA Web Interface:
Navigate to Cluster Nodes.
Right-click on the cluster node to start, and select Start.
Configuring Advanced Node Failure Detection
While many environments do not use automatic failover, if this environment will use automatic failover it is possible to configure advanced node failure detection using cluster monitors to detect additional failures such as hardware and power failures by registering for HMC failure events. See configuring advanced node failure detection for additional information.
Results
A cluster is now created and started. To verify the cluster information use one of the following methods:
...