PRIMECLUSTER Global Disk Services Configuration and Administration Guide 4.1 (Linux) |
Contents
![]() ![]() |
Chapter 6 Backing Up and Restoring | > 6.1 Backing Up and Restoring Shared Disks |
1) Stopping the services
1a) With a shared volume used by a cluster application, exit the cluster application.
1b) With a volume not used by a cluster application
1b-1) Stop the services using the volume.
1b-2) When the volume is used as a file system, unmount the file system. The following shows an example when the mount point is /mnt1.
# cd / |
2) Restoring
Restore the volume data. The following shows an example of restoring data from a tape medium of tape device /dev/st0.
For details about the restore method, see manuals of a file system to be restored and used commands.
# dd if=/dev/st0 of=/dev/sfdsk/Class1/rdsk/Volume1 bs=32768 |
3) Resuming the services
3a) With a shared volume used by a cluster application, execute the cluster application.
3b) With a volume not used by a cluster application
3b-1) When the volume is used as a file system, mount the file system. The following shows an example when the mount point is /mnt1.
# mount -t ext3 /dev/sfdsk/Class1/dsk/Volume1 /mnt1 |
3b-2) Resume the services.
Contents
![]() ![]() |