Operating System - HP-UX
1837611 Members
3736 Online
110117 Solutions
New Discussion

in mc/sg, if two package can use the same vg to work ?

 
SOLVED
Go to solution
rayche
Frequent Advisor

in mc/sg, if two package can use the same vg to work ?

Hi,
could u help me ?

In package configuration file, there is a command vgchange -a e , if this display the vg is just used by one package at the same time ?

Thanks.
2 REPLIES 2
melvyn burnard
Honored Contributor
Solution

Re: in mc/sg, if two package can use the same vg to work ?

No, you cannot have a VG used by more than one package. A VG can be used by one and ONLY one package.
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
khilari
Regular Advisor

Re: in mc/sg, if two package can use the same vg to work ?

Well, at one time only one node can access a volume group. If two will access them at the same time then the data in the volume group will be corrupted. So, one node at a time. To give acces to one node u should use
vgchange -a y vgname on that particular node.
Or vgchange -a n vgname on the node u want to stop the access on, and then use the -a y option on the one u want to work on.