4.Specify the Serviceguard dependency: dependency_name
5.Apply the newly created package configuration.
# cmapplyconf
Configuring the Storage Device using SLVM
Complete the following procedure to create volume groups on the primary cluster:
1.Define the appropriate volume groups on each host system in the primary cluster.
#mkdir /dev/<vg_name>
#mknod /dev/<vg_name> /group c 64 0xnn0000
where the name /dev/<vg_name> and the number nn are unique within the entire cluster.
2.Create the volume group on the source volumes.
#pvcreate
#vgcreate /dev/<vg_name> /dev/dsk/cxtydz
3.Create the logical volume for the volume group.
#lvcreate
In this command, XXXX indicates the size in MB.
4.Export the volume groups on the primary system without removing the special device files.
# vgchange
Make sure that you copy the mapfiles to all host systems.
#vgexport
5.On the nodes in the primary cluster, import the volume group.
#vgimport
6.On each node, ensure that the volume group to be shared is currently inactive on all nodes.
#vgchange
7.On the configuration node, make the volume group shareable by members of the primary cluster in the cluster:
#vgchange
Run this command only on the configuration node only, and the cluster must be running on all nodes for the command to succeed. Note that both the
Configuring the Complex Workload at the Primary Cluster
Install and configure the complex workload on nodes at the primary cluster. Create Serviceguard packages for the complex workload in the primary cluster. This package must be configured to run on the nodes in the primary cluster. The procedure to configure a complex workload stack at the primary cluster differs based on CVM, CFS, and SLVM.
132 Designing Continentalclusters