Rename agile disk name

From jasonhoss.com
Revision as of 19:46, 5 January 2011 by Jason (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Boot into LVM maintenance mode

boot vmunix -lm

Activate the root volume group

vgchange -a y vgroot

Create a map file for the vgroot volume group

vgexport -p -s -v -m /vgroot.map vgroot

De-activate the root volume group

vgchange -a n vgroot