[ Previous | Next | Contents | Glossary | Home | Search ]
AIX Version 4.3 Commands Reference, Volume 3

mkvgdata Command

Purpose

Creates a file containing information about a volume group for use by the savevg and restvg commands.

Syntax

mkvgdata-m ] VGName

Description

The mkvgdata command creates a file containing information about a volume group for use by the savevg and restvg commands. The information includes the list of logical volumes, file systems and their sizes, and the volume group name. One of the following files is created, depending on the type of volume group:

/image.data Created for information about the root volume group (rootvg). The savevg command uses this file to create a backup image that can be used by the bosinstall routine to reinstall the volume group to the current system or to a new system. The mkvgdata command overwrites this file if it already exists. The /image.data file is located in the / directory.
/vgname.data Created for information about a user volume group. The vgname variable reflects the name of the volume group. The savevg command uses this file to create a backup image that can be used by the restvg command to reinstall the user volume group. The mkvgdata command overwrites this file if it already exists. The /vgname.data file is located in the /tmp/vgdata/ vgname directory, where vgname is the volume group name.

The information in either of these files can be edited by the user before issuing the savevg command.

Flag

-m Specifies that map files be created along with the data file. Both the map files and the data file are placed in either the /tmp/vgdata/vgname/vgname.data file (for a user volume group) or the /image.data file (for a root volume group).

Files

/image.data Created when the volume group is rootvg.
/tmp/vgdata/vgname/vgname.data
                          Created when the volume group is not rootvg and where vgname is the name of the volume group.

Related Information

The mkszfile command, savevg command, restvg command.


[ Previous | Next | Contents | Glossary | Home | Search ]