You must perform this procedure before you upgrade Sun Open Telecommunications Platform using live upgrade.
Log in as root (su - root).
Backup the /etc/vfstab file.
cp /etc/vfstab /etc/vfstab.old
Open the /etc/vfstab file for editing.
Locate the line that corresponds to /global/.device/node@N.
Edit the global device entry as follows:
Change the DID names to the physical names.
Change /dev/did/{r}dsk/dYsZ to /dev/{r}dsk/cNtXdYsZ.
Remove global from the entry.
The following example shows the name of DID device d3s3, which corresponds to /global/.devices/node@s, changed to its physical device names and the global entry removed.
Original:
/dev/did/dsk/d3s3 /dev/did/rdsk/d3s3 /global/.devices/node@2 ufs 2 no global
Changed:
/dev/dsk/c0t0d0s3 /dev/rdsk/c0t0d0s3 /global/.devices/node@2 ufs 2 no -
When the /etc/vfstab file is modified on all cluster nodes, run the OTP upgrade plan to upgrade the OS and cluster. See Upgrading Sun OTP Using Standard Upgrade.
After upgrading Sun OTP high availability service and before rebooting to the new boot environment (BE), restore the original /etc/vfstab file on each node of the un-upgraded BE.
cp /etc/vfstab.old /etc/vfstab
Mount the new Boot Environment (BE).
lumount sunotp1.1-sunotp2.0 /altroot
Locate the line that corresponds to /global/.devices/node@N and replace the dash (-) at the end of the entry with the word global.
/dev/dsk/cNtXdYsZ /dev/rdsk/cNtXdYsZ /global/.devices/node@N ufs 2 no global
Unmount the new BE.
luumount sunotp1.1-sunotp2.0
Check the BE status.
/usr/sbin/lustatus
Activate the BE.
/usr/sbin/luactivate BEname
BEname is the name of the boot environment variable.
Reboot the system.
/usr/sbin/init 6
Perform the common steps for all types of upgrade. See Upgrade Remaining Services and Install the Security Service .