[ Bottom of Page | Previous Page | Next Page | Contents | Index | Library Home | Legal | Search ]

System Management Guide:
Operating System and Devices

Copy a JFS to Another Physical Volume

The following scenario describes copying JFS file system to a different physical volume while retaining file system integrity.

Table 1. Things to Consider
For the following scenario to be successful in a concurrent volume group environment, AIX 4.3.2 or later must be installed on all concurrent nodes.

To copy a JFS to another physical volume while maintaining file system integrity, do the following:

  1. Stop activity for the file system that you want to copy. Unless the application that is using the file system is quiescent or the file system is in a state that is known to you, you cannot know what is in the data of the backup.
  2. Mirror the logical volume, by typing the following SMIT fast path on the command line:
    smit mklvcopy 
  3. Copy the file system, using the the following command:
    chfs -a splitcopy=/backup -a copy=2 /testfs
    The splitcopy parameter for the -a flag causes the command to split off a mirrored copy of the file system and mount it read-only at the new mount point. This action provides a copy of the file system with consistent journaled meta data that can be used for backup purposes.
  4. If you want to move the mirrored copy to a different mount point, use the following SMIT fast path:
    smit cplv

At this point, the file system copy is usable.

[ Top of Page | Previous Page | Next Page | Contents | Index | Library Home | Legal | Search ]