1753868 Members
7362 Online
108809 Solutions
New Discussion юеВ

Re: VG status problem

 
SOLVED
Go to solution
HAQBAHU
Occasional Contributor

VG status problem

Dear All,

my cluster is running properly. after the cluster is up successfully and application and database are also running fine.

when i display vg's by using vgdisplay command then it is showing the status of every vg except vg00 as " available/ exclusive ". couple of days back it is as " available/syncd "

Regards,
Adeel
6 REPLIES 6
J. Bravo
Respected Contributor
Solution

Re: VG status problem

Hi!

If the VGs belongs to a cluster the situation you are describing is fine. The status should be: vg00 or vg not on cluster "available"; vg on cluster "available, exclusive"

The "available/syncd" status is for LV not for the VG.

Regards;

J. Bravo.
Torsten.
Acclaimed Contributor

Re: VG status problem

For a VG in cluster mode you should see something like this:

# vgdisplay -v vg07
--- Volume groups ---
VG Name /dev/vg07
VG Write Access read/write
VG Status available, exclusive

...

--- Logical volumes ---
LV Name /dev/vg07/lvol1
LV Status available/syncd
...


Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Wouter Jagers
Honored Contributor

Re: VG status problem

Hiya,

The volume groups which are visible to both systems for failover functionality should be activated exclusively on one node when your cluster is running.

This exclusive activation will prevent other nodes from activating the VG at the same time.

Hence, no need to worry :)

Cheers,
Wout
an engineer's aim in a discussion is not to persuade, but to clarify.
Anshumali
Esteemed Contributor

Re: VG status problem

strange...2 people asked the similar question within minutes today.... :)
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1174840
Dreams are not which you see while sleeping, Dreams are which doesnt allow you to sleep while you are chasing for them!!
Mridul Shrivastava
Honored Contributor

Re: VG status problem

This is the expected mode in cluster environment. VGs are activated in exclusive mode so only one node can access it at a given time to maintain data integrity.
Time has a wonderful way of weeding out the trivial
jaivinder
Frequent Advisor

Re: VG status problem

In the cluster environment this is a expected vg status. If a vg is in exclusive mode then the node on which this vg is activated in exclusive mode can only write to this vg other nodes have read only access .