PRIMECLUSTER Global File Services Configuration and Administration Guide 4.2 (Solaris(TM) Operating Environment) |
Contents Index |
Part 3 Global File Services Shared File System | > Chapter 26 Migration to the GFS Shared File System |
Note the following when migrating from an existing UFS file system to a GFS Shared File System:
File system migration first requires that the files and directories on the UFS file system be saved in a separate location (for example, on a backup device or another file system). The new GFS Shared File System can then be configured and the files and directories expanded. Use the following procedure to accomplish this:
The following shows an example of migration on the same partition.
# cd /ufsmnt <- /ufsmnt is the mount point for the UFS file system from which to migrate. # tar cvpf - . > /data/backup.tar <-Save files. # cd / # umount /ufsmnt
Perform the GDS setup and the setup of a management partition.
(For details on GDS setup, see "PRIMECLUSTER Global Disk Services Configuration and Administration Guide")
# sfcnewfs -H mikan,mango /dev/FJSVgdhd/rdsk/gdhd0s1 <- Configure the GFS Shared File System. # cd /sfcfs <- Move to the mount point of /sfcfs. # tar xvf /data/backup.tar <- Restore the backup file to the GFS Shared File System.
Contents Index |