To restore from a backup, follow these steps
Step |
Task |
1 |
Stop the Cluster Service. clusvcadm –d <Cluster Service Name> |
2 |
Mount the shared partition. mount <device> [Product Directory] For example, mount /dev/sdc1 /opt/voyence. |
3 |
Navigate to the [Product Directory]/tools directory. Type ./restore.pl <database backup image file> to restore the backup, and press Enter. |
2 |
Stop the Network Configuration Manager services using the following command: service vcmaster stop |
6 |
Navigate to the / directory. Unmount the [Product Directory] shared partition using the following command: umount [Product Directory]
Note:
If the error message "device is busy" appears when attempting to unmount, first find and stop the processes that are running in the directory using the lsof [Mount Point] command, and then run the umount [Product Directory] command. |
7 |
Start the Network Configuration Manager cluster service using the following command: clussvcadm -e <Cluster Service Name> |