When the physical hosts are in the same cluster, this procedure is performed on the local host while another host provides data services for all hosts. In this example, we use two physical hosts phys-hahost1 and phys-hahost2, and two logical hosts hahost1 and hahost2.
These are the high-level steps to restore a boot disk from backup in a Solstice DiskSuite configuration.
Removing the host containing the boot disk from the disksets
Restoring the boot disk from backup
Renewing or creating replicas on the restored disk
Adding the host back to the disksets
Starting Sun Cluster on that host
Switching over the logical host to its default master (if manual mode is set for switchback)
These are the detailed steps to restore a boot disk from backup in a Solstice DiskSuite configuration. In this example, phys-hahost1 contains the disk to be restored. The boot disk is not mirrored.
Halt the host requiring the restore.
On the other hosts in the cluster, use the metaset(1M) command to remove the host being restored from the disksets.
In this example, the metaset(1M) command is run from the other host in the cluster, phys-hahost2.
phys-hahost2# metaset -s hahost1 -f -d -h phys-hahost1 phys-hahost2# metaset -s hahost2 -f -d -h phys-hahost1 |
Restore the boot disk on the host being restored from the backup media.
Follow the procedure described in "Restoring Files and File Systems" in the Solaris Solaris System Administrators Guide to restore the boot disk file system.
Reboot the host being restored.
Remove old DiskSuite replicas and reboot.
If you are replacing a failed disk, old replicas will not be present. If you are restoring a disk, run the metadb(1M) command to check whether old replicas are present. If so, delete the old replicas.
The default location for replicas is Slice 7. However, you are not required to place replicas on Slice 7.
phys-hahost1# metadb -d -f c0t3d0s7 phys-hahost1# reboot |
Create new DiskSuite replicas on the restored disk with the metadb(1M) command.
phys-hahost1# metadb -afc 3 c0t3d0s7 |
Add the restored host to the diskset or disksets, from the sibling host.
phys-hahost2# metaset -s hahost1 -a -h phys-hahost1 phys-hahost2# metaset -s hahost2 -a -h phys-hahost1 |
Start Sun Cluster on the restored host.
phys-hahost1# scadmin startnode |
Switch back the logical hosts to the default master, if necessary.
If manual mode is not set, an automatic switchback will occur.
phys-hahost1# haswitch phys-hahost1 hahost1 |