HP Tru64 UNIX Technical Updates for the Version 5.1B and Higher Operating System and Patches (February 2010)
NOTE: You should disregard the line in the script that tells you not to edit a file. The
following list shows the file as it appears and what you should change it to:
• Original
DO NOT EDIT THIS FILE
::TYP:m:CFS:/dev/disk/dsk2a:LSM:1::
• Make this revision
DO NOT EDIT THIS FILE
::TYP:m:CFS:/dev/disk/dsk102a:LSM:1::
Enter the clu_partmgr command as follows:
# /usr/sbin/cluster/clu_partmgr -m /tmp/clu_bdmgr.conf.alt-m2 dsk101 # Member2
5. Modify the /etc/fdmns links to reflect new disks:
# cd /clone/etc/fdmns/cluster_root
# rm dsk2a
# ln -s /dev/disk/dsk102a
# cd /clone/etc/fdmns/cluster_usr
# rm dsk2g
# ln -s /dev/disk/dsk102g
# cd /clone/etc/fdmns/cluster_var
# rm dsk2h
# ln -s /dev/disk/dsk102h
# cd /clone/etc/fdmns/root1_domain
# rm dsk0a
# ln -s /dev/disk/dsk100a
# cd /clone/etc/fdmns/root2_domain
# rm dsk1a
# ln -s /dev/disk/dsk101a
6. Configure alternative quorum disk:
# disklabel -r dsk3>/tmp/dsk3.lbl
# disklabel -rw dsk103 <-- alt quorum disk
# disklabel -R dsk103 /tmp/dsk3.lbl
If the disks are different sizes use the disklabel -e command to modify the partition
table size and offset for the root1 boot partition and swap partition. Modify the h partition
to use the last 2048 blocks of the disk and set fstype field to cnx. The a partition must be
equal too or larger than the original root1 boot disk.
NOTE: You should disregard the line in the script that tells you not to edit a file. The
following list shows the file as it appears and what you should change it to:
• Original
DO NOT EDIT THIS FILE
::TYP:m:CFS:/dev/disk/dsk2a:LSM:1::
• Make this revision
DO NOT EDIT THIS FILE
::TYP:m:CFS:/dev/disk/dsk102a:LSM:1::
Enter the clu_partmgr command as follows:
# /usr/sbin/cluster/clu_partmgr -q /tmp/clu_bdmgr.conf.alt-q dsk103 # Quorum
7. Modify each member's sysconfigtab to reflect cloned configuration.
# file /dev/disk/dsk100h <-- H partition of alternative member1 boot disk - seqdisk
/dev/disk/dsk100h: block special (19/834)
# file /dev/disk/dsk101h <-- H partition of alternative member2 boot disk - seqdisk
12