1748224 Members
4348 Online
108759 Solutions
New Discussion юеВ

VCS cluster stop GAB

 
SOLVED
Go to solution
Hector Vargas
Frequent Advisor

VCS cluster stop GAB

Hi,

I have a vcs cluster environment and I want to stop gab and llt for maintenance but I keep getting error messages when I try to unload Gab module.

# gabconfig -U
GAB:gabconfig:25000: ioctl failed : clients still registered
# hostname
hpvzwa1
# gabconfig -a
GAB Port Memberships
===============================================================
Port a gen ad48ad01 membership 01
Port f gen ed4eed02 membership 01
Port q gen 254e2502 membership 01
Port v gen 19501902 membership 01
Port w gen d520d02 membership 01
# gabconfig -U
GAB:gabconfig:25000: ioctl failed : clients still registered
# gabconfig -U
GAB:gabconfig:25000: ioctl failed : clients still registered
# lltstat -n
LLT node information:
Node State Links
* 0 hpvzwa1 OPEN 2
1 hpvzwa2 OPEN 2
# kmadmin -U gab
kmadmin: gab: Device busy
# kmadmin -U llt
kmadmin: llt: Device busy
#
# kmadmin -s | egrep -i "gab|llt"
llt 3 LOADED STREAMS Driver
gab 4 LOADED WSIO
#
#
#
# kmadmin -s
Name ID Status Type
=====================================================
krm 1 UNLOADED WSIO
rng 2 LOADED WSIO
llt 3 LOADED STREAMS Driver
gab 4 LOADED WSIO
vxglm 5 LOADED WSIO


2 REPLIES 2
Sameer_Nirmal
Honored Contributor
Solution

Re: VCS cluster stop GAB

It seems that VCS is not stopped.

You can't unload GAB without first stopping VCS. Stop the VCS first on local node or for the whole cluster using "hastop" as per the maintenance need.

Once VCS is stopped, run gabconfig -a to check for the ports/clients status. Run/follow the commands/instructions given against them to stop them. You can also un-register them using gabconfig -u. Then unload the GAB. Once GAB unloaded successfully, unload LTT.
Hector Vargas
Frequent Advisor

Re: VCS cluster stop GAB

Thanks