Operating System - HP-UX
1834450 Members
2282 Online
110067 Solutions
New Discussion

How i can align up lvmtab in secondary node of a cluster after vgextend of e vg in primary node

 
SOLVED
Go to solution
Giuliano VETTORATO
New Member

How i can align up lvmtab in secondary node of a cluster after vgextend of e vg in primary node

Ciao,

i have expanded vg03 in my machine XX and i have assigned all space to lv lvsvil:

vgextend /dev/vg03 /dev/dsk/c10t1d4 ecc..
lvextend -l nnnn /dev/vg03/lvsvil
umount /dev/vg03/lvsvil
extendfs /dev/vg03/lvsvil
mount /dev ecc..

ok, new space is available
now, because lv is part of a package,

cmhaltpkg -n XX -v pkgsvil
telnet in secondary machine YY
cmrunpkg -n YY -v pkgsvil

Machine response:
jan 26 etc.. - "YY": Activating volume group vg03 whith exclusive option.
vgchange: Couldn't activate volume group "vg03": Quorum not present, or some phisical volume(s) are missing.

If the package is not mounted i can't
umount
mount -r
vgcfgbackup

for align up lvmtab in YY machine.

How i can to do?

Regards
Ciao
Giuliano

Sorry for my bad English
3 REPLIES 3
bhavin asokan
Honored Contributor
Solution

Re: How i can align up lvmtab in secondary node of a cluster after vgextend of e vg in primary node

hi,

thinking you added the pv from disk array which can be viewed from second node also.

see the attachment for detailed procedure.
change the parameters as per your environment.

eg : vg01 specified to vg03
minor number of vg03 etc.

regds,
melvyn burnard
Honored Contributor

Re: How i can align up lvmtab in secondary node of a cluster after vgextend of e vg in primary node

well it appears you have not imported the vgchanges across to the second node.
you need to use vgexport on the node you have done the work on, using a mapfile and rememebering to use the -p option, then copy the mapfile to the other node, export the current vg, create the directory and group file, for the the vg, then vgimport using the mapfile.
All documented in the Managing Serviceguard manual available at:
http://docs.hp.com/en/ha
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
Giuliano VETTORATO
New Member

Re: How i can align up lvmtab in secondary node of a cluster after vgextend of e vg in primary node

'MAGICO'
I am in goal throught your response.
Tank you