1: Check if MC/ServiceGuard is installed
# swlist ServiceGuard
...
# ServiceGuard A.11.14 Service Guard
ServiceGuard.CM-SG A.11.14 Service Guard
2: use the command cmquerycl to search existing MC/ServiceGuard clusters in the Network
# cmquerycl [-v]
3: Check if MC/ServiceGuard is active
# ps –ef | grep cmcld
4: To run a cluster on a subset of nodes
# cmruncl –n node1
5: cmquerycl searches for cluster configuration and LVM information including network information and volume group (VG) interconnection and file system mount point information.
# cmquerycl -C cmclconfig.ascii -n node1 -n node2
6: Package configuration templates are created using cmmakepkg and control templates:
# cmmakepkg -p pkg1.conf
# cmmakepkg -s pkg1.cntl
7: the cmcheckconf command will compare the configuration in the cluster ASCII file against the previously configuration information stored in the binary configuration file and validates the changes.
# cmcheckconf -C cmclconfig.ascii -P pkg1/pkg1.conf
8: cmapplyconf verifies the cluster configuration and package configuration specified in the cluster ASCII file and the associated package ASCII file(s), creates or updates the binary configuration file, called /etc/cmcluster/cmclconfig, and distributes it to all nodes.
9: It is recommended that the user runs the cmgetconf command to get either the cluster ASCII configuration file or package ASCII configuration file whenever changes to the existing
configuration are required.
# cmapplyconf -C cmclconfig.ascii -P pkg1/pkg1.conf
10: Test the activation of the VG in read-only mode and perform vgcfgbackup:
node2# vgchange -a r vg01
node2# vgcfgbackup vg01
node2# vgchange -a n vg01
11: What happens during Package Start:
activate_volume_group
check_and_mount -- the file systems are checked by fsck and are then mounted, using the mount options specified in the package control script.
add_ip_address
customer_defined_run_cmds
start_services
start_resources - monitor plus
12: How to initialize the cluster lock disk(s) using cmapplyconf:
# cmhaltcl –f
# vgchange –c n
# vgchange –a y
# cmapplyconf –C < cluster-ascii >
# vgcfgbackup
# vgchange –a n
on all nodes:
# vgchange –a r
# vgcfgbackup
# vgchange –a n
restart the cluster:
# cmruncl
13: the packet catching tools on hp unix are:
#nettl
#tcpdump
阅读(1251) | 评论(0) | 转发(0) |