Managing Serviceguard Eighteenth Edition, September 2010

4. To verify, you can use cfsdgadm or cmviewcl. This example shows the cfsdgadm
output:
cfsdgadm display -v logdata
NODE NAME ACTIVATION MODE
ftsys9 sw (sw)
MOUNT POINT SHARED VOLUME TYPE
ftsys10 sw (sw)
MOUNT POINT SHARED VOLUME TYPE
5. To view the name of the package that is monitoring a disk group, use the cfsdgadm
show_package command:
cfsdgadm show_package logdata
SG-CFS-DG-1
Creating Volumes
1. Make log_files volume on the logdata disk group:
vxassist -g logdata make log_files 1024m
2. Use the vxprint command to verify:
vxprint log_files
disk group: logdata
TY NAME ASSOC KSTATE LENGTH PLOFFS STATE TUTIL0 PUTIL0
v log_files fsgen ENABLED 1048576 - ACTIVE - -
pl log_files-01 fsgen ENABLED 1048576 - ACTIVE - -
sd ct4t0d6-01 fsgen ENABLED 1048576 - ACTIVE - -
Creating a File System and Mount Point Package
1. Create a filesystem:
newfs -F vxfs /dev/vx/rdsk/logdata/log_files
version 6 layout
1-048576 sectors, 1048576 blocks of size 1024, log size 16384 blocks
largefiles supported
2. Create the cluster mount point:
cfsmntadm add logdata log_files /tmp/logdata/log_files all=rw
Package name SG-CFS-MP-1 is generated to control the resource.
You do not need to create the directory. The command creates one on each of the
nodes, during the mount.
3. Verify with cmviewcl or cfsmntadm display. This example uses the
cfsmntadm command:
cfsmntadm display
Cluster Configuration for Node: ftsys9
MOUNT POINT TYPE SHARED VOLUME DISK GROUP STATUS
/tmp/logdata/log_files regular log_files logdata NOT MOUNTED
264 Building an HA Cluster Configuration