HP StorageWorks HSG80 ACS Solution Software V8.8 for IBM AIX Installation and Configuration Guide (AA-RV1HA-TE, March 2005)
HACMP Notes for AIX
233HSG80 ACS Solution Software V8.8 for IBM AIX Installation and Configuration Guide
Note: The arguments to mklv can and do vary. Use arguments that are appropriate to
the purpose of your device.
10. Create a filesystem on the logical volume now. In this case, we are going to
create a filesystem that spans the whole disk. This is not mandatory. Use a
command similar to:
crfs -v jfs -d sharedlv -m /sharedfs
Note: The arguments to crfs can and do vary. Use arguments that are appropriate to
the purpose of the filesystem.
11. Quickly mount and unmount the filesystem at it's mount point to ensure that
the filesystem has been correctly made.
mount /sharedfs
unmount /sharedfs
12. Change the volume group so that it does not autovaryon at boot time.
chvg -a n sharedvg
13. Deactivate the volume group so that it can be imported by the other node.
varyoffvg sharedvg
14. On node miranda (the rest of the commands apply to node miranda now),
execute the
importvg command to get the volume group definition from the
device itself.
importvg -V 45 -y sharedvg hdisk4
15. Change the volume group so that it does no autovaryon at boot time.
chvg -a n sharedvg
16. Deactivate the volume group
varyoffvg sharedvg
The Virtual Disk is now ready to be added to your HACMP configuration.