- 论坛徽章:
- 0
|
1.check the tape media
2. #bdf
#vgdisplay -v
#vgcfgbackup vg00
try to check the output information.
3. make sure your commd is right.
Archiving complete VGs/disks - including and excluding files and directories
# /opt/ignite/bin/make_tape_recovery -x inc_entire=vg00 \\ -x inc_entire=vg01 or # /opt/ignite/bin/make_tape_recovery -x inc_entire=vg00 \\ -x inc_entire=vg01 -s <Ignite_server>
-x inc_entire=vg_name|/dev/dsk/<name>: Includes all file systems contained on the VG. Use the VG name (such as vg00) when you want all file systems that are part of that LVM VG to be included in the archive. You also can specify disks. For this, use a block device file of the format /dev/dsk/<name> when specifying a whole-disk (non-LVM) file system.
Further -x arguments: -x include=file|dir: Includes the file or directory in the recovery archive but does not cross any mount points. -x inc_cross=file|dir: Includes the file or directory in the recovery archive and crosses mount points to access any directories that are mounted or files contained in directories that are mounted. -x exclude=file|dir: Excludes the file or directory from the archive. When a directory is specified, no files beneath that directory will be stored in the archive. |
|