Operating System - HP-UX
1835329 Members
2863 Online
110078 Solutions
New Discussion

Re: Edit configuration cluster

 
SOLVED
Go to solution
Eli Daniel
Super Advisor

Edit configuration cluster

Hi,
i have add new disk and vg in the produccion system (High Availability). The cluster is Serviceguard.
later adding and creating (disk, vg) have export vg to server Failover
the comannd used in the server primary
vgexport -m ./vgxx.map -p -s -v vgxx
vgchange -a n vgxx
copy file in the server failover

the command used in the server failover
vgimport -m ./vgxx.map.map -s -v vgxx.map
vgchange -a r vgxx
vgchange -a n vgxx

my question is in the case of the vg existing:

In the failover server have delete vg existing before the apply command (vgimport)??







6 REPLIES 6
melvyn burnard
Honored Contributor
Solution

Re: Edit configuration cluster

if you are asking:
Must I delete the exisiting VG information on the second cluster node if I am making major changes to my shared VG?
The answer is yes. You need to do the vgexport/mkdir/mknod command chain before doing the vgimport
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
Eli Daniel
Super Advisor

Re: Edit configuration cluster

thanls melvin, in the case, the following command apply before to vgimport

vgexport -v vgxx

i don not understang comment to mknod

if vg in the server failover exist, the number mknod is equal in the server primary

melvyn burnard
Honored Contributor

Re: Edit configuration cluster

you will need to create the relevant VG directory same as the Primary node, themn create the Group control file with mknod.
All detailed in the Managing Serviceguard manuals
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
Eli Daniel
Super Advisor

Re: Edit configuration cluster

Melvin, you have the link to manuals??
melvyn burnard
Honored Contributor

Re: Edit configuration cluster

http//:docs.hp.com
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
Eli Daniel
Super Advisor

Re: Edit configuration cluster

Thanks Melvin