pvpathrestore(8)
NAME
pvpathrestore - restore path configuration from config
file
SYNOPSIS
pvpathrestore [-c <cfgfile>]
DESCRIPTION
- this command is intended to be used after activation of
volume groups to restore the state previously saved. - OPTIONS
- -c <cfgfile>
changes the configuration file used from
/etc/pvpath.cfg into another file
EXAMPLE
pvpathrestore -c /usr/local/etc/pvpath.cfg
restore the path configuration from from file
FILES
- /etc/pvpath.cfg
- The default configuration file used by pvpathre store.
CONFIGURATION FILE LAYOUT
The file consists of three types of entries: volume group,
physical volume and path entries.
VG : <vgname>
PV : <pvnumber> : <number of paths> : <pvdevice>
PATH : <pathnumber> : <major>-<minor> : <weight> : <state>
SEE ALSO
lvm(8), vgchange(8), pvpath(8), pvpathsave(8)
AUTHOR
- Stefan Bader <Stefan.Bader@de.ibm.com>