Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

vgmknodes(8) [bsd man page]

VGMKNODES(8)						      System Manager's Manual						      VGMKNODES(8)

NAME
       vgmknodes - recreate volume group directory and logical volume special files

SYNOPSIS
       vgmknodes [-d|--debug] [-h|--help] [--refresh] [-v|--verbose] [[VolumeGroupName | LogicalVolumePath]...]

DESCRIPTION
       Checks the LVM2 special files in /dev that are needed for active logical volumes and creates any missing ones and removes unused ones.

OPTIONS
       --refresh
	      If  any  logical	volume	in the volume group is active, reload its metadata.  This is not necessary in normal operation, but may be
	      useful if something has gone wrong or if you're doing clustering manually without a clustered lock manager.

       See lvm for common options.

SEE ALSO
       lvm(8), vgscan(8), dmsetup(8)

Sistina Software UK					 LVM TOOLS 2.02.95(2) (2012-03-06)					      VGMKNODES(8)

Check Out this Related Man Page

VGMKNODES(8)						      System Manager's Manual						      VGMKNODES(8)

NAME
vgmknodes - create volume group directory and special files SYNOPSIS
vgmknodes [-d|--debug] [-h|--help] [-v|--verbose] [VolumeGroupPath | VolumeGroupName...] DESCRIPTION
vgmknodes creates the volume group directory and special files for an existing volume group. This is to restore deleted special files. Owner, group and file permissions will not be restored. OPTIONS -d, --debug Enables additional debugging output (if compiled with DEBUG). -h, --help Print a usage message on standard output and exit successfully. -v, --verbose Gives verbose information about vgmknode's activities. Examples "vgmknodes /dev/vg02" tries to remove /dev/vg02 and all contained special files and then creates them again based on the VGDA. DIAGNOSTICS
vgmknodes returns an exit code of 0 for success and > 0 for error: 1 invalid volume group name 2 error checking existence of volume group 3 error removing volume group device special files 4 error creating volume group device special files 95 driver/module not in kernel 96 invalid I/O protocol version 97 error locking logical volume manager 98 invalid lvmtab (run vgscan (8)) 99 invalid command line See also lvm(8), vgcreate(8) AUTHOR
Heinz Mauelshagen <Linux-LVM@Sistina.com> Heinz Mauelshagen LVM TOOLS VGMKNODES(8)
Man Page