I have a volume group on an HACMP system that needs more disk space added to it. Bringing HACMP (and all the various applications) down is not an option. I think I can get the space added and keep all of the HACMP resources happy by doing the following:
on node1:
shutdown oracle
extendvg oraclevg <devices>
synclvodm -P -v oraclevg
varyonvg -f oraclevg
on node2:
exportvg oraclevg
importvg -y oraclevg <device>
chdev -l <device> -a pv=yes (if pvid's need to be synchronized)
varyoffvg oraclevg (node 1 is the primary node)
I am still a newbie with HACMP stuff, so I am not sure if the above will work or cause me lots of grief. Any help would be appreciated.
on node1:
shutdown oracle
extendvg oraclevg <devices>
synclvodm -P -v oraclevg
varyonvg -f oraclevg
on node2:
exportvg oraclevg
importvg -y oraclevg <device>
chdev -l <device> -a pv=yes (if pvid's need to be synchronized)
varyoffvg oraclevg (node 1 is the primary node)
I am still a newbie with HACMP stuff, so I am not sure if the above will work or cause me lots of grief. Any help would be appreciated.