Managing Serviceguard 11th Edition, Version A.11.16, Second Printing June 2004

Building an HA Cluster Configuration
Creating a Storage Infrastructure with VxVM
Chapter 5212
v logdata fsgen ENABLED 1024000 ACTIVE
pl logdata-01 system ENABLED 1024000 ACTIVE
NOTE The specific commands for creating mirrored and multi-path storage
using VxVM are described in the VERITAS Volume Manager Reference
Guide.
Creating File Systems
If your installation uses file systems, create them next. Use the following
commands to create a file system for mounting on the logical volume just
created:
1. Create the file system on the newly created volume:
# newfs -F vxfs /dev/vx/rdsk/logdata/log_files
2. Create a directory to mount the volume:
# mkdir /logs
3. Mount the volume:
# mount /dev/vx/dsk/logdata/log_files /logs
4. Check to make sure the file system is present, then unmount the file
system:
# umount /logs
Deporting Disk Groups
After creating the disk groups that are to be used by Serviceguard
packages, use the following command with each disk group to allow the
disk group to be imported by the package control script on several cluster
nodes:
# vxdg deport <DiskGroupName>
where <DiskGroupName> is the name of the disk group that will be
activated by the control script.
When all disk groups have been deported, you must issue the following
command on all cluster nodes to allow them to access the disk groups: