Operating System - HP-UX
1827249 Members
2985 Online
109716 Solutions
New Discussion

Re: Using Serviceguard Extension for RAC

 
Sush
New Member

Using Serviceguard Extension for RAC

Hi All,

We have four node clusters. We had issue with one server mother board. Board has been replaced. And by mistake we have run the command vxdg -tfC import manually to mount the file system before joining the cluster. now vxdisk -o alldgs list is not showing the disk in shared stat for that group.
and the command

#vxdctl -c mode
mode: enabled: cluster inactive

Please suggest me how we can proceed to fix this issue. We tried to join the cluster but it gets fail by giving the message
Waiting for CVM to stabilize
state: out of cluster
reason: cannot find disk on slave node


I tried again to import that found below error

#vxdg -s import abc
VxVM vxdg ERROR V-5-1-587 Disk group abc: import failed: Operation must be executed on master

Please suggest.

Sush

2 REPLIES 2
Kapil Jha
Honored Contributor

Re: Using Serviceguard Extension for RAC

Well I am not sure if U understood your problem
You can try
1)Remove the node from the cluster.
2)export the dg abc
#vgdg deport abc
3)Add the cluster
4)import the cluster back.

BR,
Kapil+
I am in this small bowl, I wane see the real world......
Muhammad Ahmad
Frequent Advisor

Re: Using Serviceguard Extension for RAC

Hi Sash,

As per the last error in your post:

The CVM master node can be determined with:

# vxdctl -c mode

The CFS master node can be determined with:

# fsclustadm -v showprimary

Regards,