Operating System - HP-UX
1755577 Members
3434 Online
108836 Solutions
New Discussion юеВ

vg can't active in client mode

 
hongjing_zhang
Trusted Contributor

vg can't active in client mode

In cluster with RAC env,I just can active vg in share server mode, Can not active it in share client mode. why? could any one give me same thread? Thanks very much!
2 REPLIES 2
Steven E. Protter
Exalted Contributor

Re: vg can't active in client mode

Shalom,

Please give the vgchange commands you are using and the response or error codes.

I'm not familiar with the term shared client mode.

Check /var/adm/syslog/syslog.log

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
whiz_kid
Regular Advisor

Re: vg can't active in client mode

execute the below commands in both the nodes.

vgchange -c n
vgchange -a n

after you deactivated VG in both the nodes, activate the vg in one server as given below.

vgchange -c y -S y
vgchange -a s

and in second node, execute the below command

vgchange -a s

please post the resultset here to see.