Operating System - HP-UX
1836600 Members
2534 Online
110102 Solutions
New Discussion

Re: How again to make VG cluster aware while no cluster services are running

 
SOLVED
Go to solution
Ralph Grothe
Honored Contributor

How again to make VG cluster aware while no cluster services are running

Hello Forumers,

I used to know that once but cannot remember anymore, how to overcome the chicken and egg dilemma where there are no cluster services running when during cluster configuration a cluster aware VG must be marked as such
(i.e. vgchange -c y ...).
I'm even failing to find such an entry in the Knowledge Base, probably due to my misfit key words.

Regards
Ralph
Madness, thy name is system administration
3 REPLIES 3
Ralph Grothe
Honored Contributor

Re: How again to make VG cluster aware while no cluster services are running

Sorry for bothering you.

I found out myself.
This was a hiddeous little devil.

All that was needed to explicitly run

vgchange -a n /dev/vg_to_be_shared

vgchange -S n -c n /dev/vg_to_be_shared

on *every* cluster node *prior* to cmapplyconf.

Then the cmapplyconf -C my_rotten_conf
worked.
Madness, thy name is system administration
Bharat Katkar
Honored Contributor

Re: How again to make VG cluster aware while no cluster services are running

Great.
If it works then it's not rotten. :)
Regards,

You need to know a lot to actually know how little you know
Stephen Doud
Honored Contributor
Solution

Re: How again to make VG cluster aware while no cluster services are running

Something to note....
cmapplyconf will install the cluster ID on a VOLUME_GROUP whether or not the cluster is running.

If a VOLUME_GROUP reference is removed from the cluster configuration file, cmapplyconf will remove the cluster ID from the VG, whether or not the cluster is running.