Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

vxvmboot(1m) [hpux man page]

vxvmboot(1M)															      vxvmboot(1M)

NAME
vxvmboot - prepare Veritas Volume Manager volume as a root, boot, primary swap or dump volume SYNOPSIS
/sbin/vxvmboot [-b|-d|-r|-s] [-v] -o offset -l length rawpath /sbin/vxvmboot -v rawpath /sbin/vxvmboot -c DESCRIPTION
The vxvmboot command updates information in the LABEL file for the lif disk specified by the pathname of its character (raw) device node, rawpath. The volume at the specified offset and length becomes the boot, root, primary swap or dump volume when the system is next booted. This command is normally invoked by the vxbootsetup utility. OPTIONS
-b Specifies the volume type as a boot volume with name standvol. -c Is used to update the /stand/rootconf file with the offset and length of the rootvol. The usage is slightly different when the -c argument is used. The rawpath argument is not used with this invocation. Instead the path of the boot device is extracted from the /stand/bootconf file. Also, the -o and -l arguments are not used to specify the offset and length. Instead, the offset and length of the rootvol are obtained from the LIF LABEL file on the boot device. The -c option would normally be used in the sbin/ioinitrc script to update the /stand/rootconf file, when the boot disk is VxVM rootable. -d Specifies the volume type as a dump volume with name dumpvol. If a dumpvol volume exists on the specified disk, the extent information from this volume is used. If no such volume exists, the extent information of the swap volume is used instead, and swapvol performs the dual role of swap device and dump device. -l length Specifies the length of the volume in units of 1024-byte blocks. -o offset Specifies the start of the volume as the number of 1024-byte blocks from the beginning of the disk. -r Specifies the volume type as a root volume with name rootvol. -s Specifies the volume type as a swap volume with name swapvol. -v When used with one of the options -b, -d, -r or -s, displays the contents of the updated LABEL file. Otherwise, this option may be used to display the contents of the LABEL file on the specified lif disk. Note: The -b, -c, -d, -r and -s options are mutually exclusive. If more than one of these options is specified, the vxvmboot com- mand exits without performing any operation. ARGUMENTS
rawpath Specifies the pathname of the character (raw) device node for the lif disk. SEE ALSO
lif(4), mkboot(1M), vxbootsetup(1M) VxVM 5.0.31.1 24 Mar 2008 vxvmboot(1M)

Check Out this Related Man Page

vgrestore(1M)															     vgrestore(1M)

NAME
vgrestore - restore a VxVM disk group back to an LVM volume group SYNOPSIS
/etc/vx/bin/vgrestore vg_name DESCRIPTION
The vgrestore command restores a Logical Volume Manager (LVM) volume group that was previously converted to a VxVM disk group by the vxvm- convert utility. ARGUMENTS
vg_name Specifies the name of a volume group that was converted to a VxVM disk group by the vxvmconvert utility. EXIT CODES
vgrestore exits with one of the following values: 0 Successful completion. >0 Failure; an error occurred. WARNINGS
vgrestore functions only on VxVM disk groups that were converted from LVM volume groups by the vxvmconvert command. It is a good idea to back up user data before running vgrestore, and restore it after the vgrestore completes, as vgrestore can only restore a logical volume back to the state it was in before conversion to VxVM. If data changed on the volume while it was a VxVM volume, the changes won't be reflected on the volume after being restored to LVM. As part of the original conversion process, applications that once referenced the now-converted LVM volume's path names may have changed to reference VxVM volume special device file names. Alternatively, special device file path names originally representing the now-converted LVM volumes may have changed to symbolic links pointing to the VxVM volume path names. Be sure to undo these actions when restoring back to LVM. Do not use vgrestore unless you are certain that you want to restore LVM volume groups. After vgrestore this is run, the VxVM disks will no longer exist. EXAMPLES
To restore the LVM volume group vg03 that was converted by vxvmconvert to the VxVM disk group dg03, enter: vgcfgrestore vg03 SEE ALSO
vxvmconvert(1M) Veritas Volume Manager Migration Guide VxVM 5.0.31.1 24 Mar 2008 vgrestore(1M)
Man Page