TITLE : Creating a Virtual host under Veritas Cluster Server OS LEVEL : Solaris DATE : 10/02/01 VERSION : 1.0 AUTHOR : Hubertus A. Haniel (hubba@unixcook.com) ---------------------------------------------------------------------------- #Add Resource Group hagrp -add hagrp -modify SystemList 0 1 hagrp -modify AutoStartList hagrp -modify AutoStart 1 #Interface IP hares -add IP hares -modify Device hares -modify Address hares -modify NetMask hares -modify Critical 1 hares -modify Enabled 1 #Device hares -add NIC hares -modify Device hares -modify Enabled 1 #Disk Group hares -add DiskGroup hares -modify DiskGroup hares -modify Critical 1 hares -modify StopVolumes 1 hares -modify StartVolumes 1 hares -modify Enabled 1 #Volume hares -add Volume hares -modify Critical 1 hares -modify Volume oracle hares -modify DiskGroup dcmrdbpdg hares -modify Enabled 1 #Mount points hares -add Mount hares -modify BlockDevice /dev/vx/dsk// hares -modify MountPoint hares -modify FSType vxfs hares -modify Critical 1 hares -modify Enabled 1 #Build dependencies hares -link hares -link hares -link hares -link