exportvg


 
Thread Tools Search this Thread
Operating Systems AIX exportvg
# 8  
Old 11-28-2011
Do I hear several echoes?... Anyway.

Quote:
... through a command u can't check whether a VG is exported or not.
That's not true - if you simply issue a lsvg and your former VG isn't listed anymore, it must have been exported.
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. AIX

Exportvg/importvg causes corrupt LV Control Block

Hi experts, Power7 p720 AIX 6.1 This is what happened: $ sudo importvg -y v7000_1vg hdisk6 0516-622 synclvodm: Warning, cannot write lv control block data. 0516-622 synclvodm: Warning, cannot write lv control block data. 0516-622 synclvodm: Warning, cannot write lv control block data.... (9 Replies)
Discussion started by: livehho
9 Replies

2. AIX

nooB questions on importvg and exportvg

I don't understand the concept behind importvg and exportvg. What are some examples of when one would use this? (1 Reply)
Discussion started by: outtacontrol
1 Replies
Login or Register to Ask a Question
PVSCAN(8)						      System Manager's Manual							 PVSCAN(8)

NAME
pvscan - scan all disks for physical volumes SYNOPSIS
pvscan [-d|--debug] [-e|--exported] [-h|--help] [-n|--novolumegroup] [-s|--short] [-u|--uuid] [-v[v]|--verbose [--verbose]] DESCRIPTION
pvscan scans all supported LVM block devices in the system for physical volumes. OPTIONS -d, --debug Enables additional debugging output (if compiled with DEBUG). -e, --exported Only show physical volumes belonging to exported volume groups. -h, --help Print a usage message on standard output and exit successfully. -n, --novolumegroup Only show physical volumes not belonging to any volume group. -s, --short Short listing format. -u, --uuid Show UUIDs (Unifrom Unique Identifiers) in addition to device special names. -v, --verbose Gives verbose runtime information about pvscan's activities. If given a second time it displays the attributes of found physical volumes like pvdisplay(8) does. DIAGNOSTICS
pvscan returns an exit code of 0 for success or >0 for error: 1 error reading physical volumes 2 no physical volumes found 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), pvcreate(8), pvdisplay(8) AUTHOR
Heinz Mauelshagen <Linux-LVM@Sistina.com> Heinz Mauelshagen LVM TOOLS PVSCAN(8)