volume resource Istate w_offline
Hi,
volume resource is still in w_offline state. But the dg is deported and
the relavent SG has been failover to system1.
-- RESOURCES OFFLINING
-- Group Type Resource System
IState
F XXX-SG Volume AAA-vol system2 W_OFFLINE
Run vxdisk, vxprint, shows me that the AAA-vol is up on system1.
engine_A.log files show:
2008/06/30 06:07:22 VCS ERROR V-16-10001-11503 (system2) Volume:AAA-vol:offline:Cannot
find Volume AAA01, either the Volume is a Volume Set or VERITAS Volume Manager
configuration daemon (vxconfigd) is not in enabled mode
2008/06/30 06:07:23 VCS INFO V-16-2-13001 (system2) Resource(AAA01-vol):
Output of the completed operation (offline)
2008/06/30 06:07:23 VCS ERROR V-16-2-13064 (system2) Agent is calling clean
for resource(AAA01-vol) because the resource is up even after offline completed.
root@system2 /var/VRTSvcs/log# ps -ef |grep vxconfig
root 14 1 1 04:03:20 ? 50:24 vxconfigd -x syslog -m boot
root 2327 1 0 04:05:13 ? 0:00 /sbin/sh - /usr/lib/vxvm/bin/vxconfigbackupd
root 3682 2327 0 04:05:22 ? 0:00 /sbin/sh - /usr/lib/vxvm/bin/vxconfigbackupd
How do I clean the w_offline state of this resouce?
many thanks
Yu
Re: volume resource Istate w_offline
W_OFFLINE means it is still waiting to go offline.
cluser will not monitor until a offline has been copmpleted for the
specific ersource.
BUT as you say, it is already offline, do the following
#hagrp -flush <sg_taht_resource_belongs_to>
That will stop all onlining and offlining
#hares -probe AAA-vol -sys system2
That will probe it again to amke sure it is offline
yu wrote:[color=blue]
> Hi,
>
> volume resource is still in w_offline state. But the dg is deported and
> the relavent SG has been failover to system1.
>
> -- RESOURCES OFFLINING
> -- Group Type Resource System
> IState
>
> F XXX-SG Volume AAA-vol system2 W_OFFLINE
>
> Run vxdisk, vxprint, shows me that the AAA-vol is up on system1.
>
> engine_A.log files show:
>
> 2008/06/30 06:07:22 VCS ERROR V-16-10001-11503 (system2) Volume:AAA-vol:offline:Cannot
> find Volume AAA01, either the Volume is a Volume Set or VERITAS Volume Manager
> configuration daemon (vxconfigd) is not in enabled mode
> 2008/06/30 06:07:23 VCS INFO V-16-2-13001 (system2) Resource(AAA01-vol):
> Output of the completed operation (offline)
> 2008/06/30 06:07:23 VCS ERROR V-16-2-13064 (system2) Agent is calling clean
> for resource(AAA01-vol) because the resource is up even after offline completed.
>
> root@system2 /var/VRTSvcs/log# ps -ef |grep vxconfig
> root 14 1 1 04:03:20 ? 50:24 vxconfigd -x syslog -m boot
> root 2327 1 0 04:05:13 ? 0:00 /sbin/sh - /usr/lib/vxvm/bin/vxconfigbackupd
> root 3682 2327 0 04:05:22 ? 0:00 /sbin/sh - /usr/lib/vxvm/bin/vxconfigbackupd
>
> How do I clean the w_offline state of this resouce?
>
> many thanks
>
> Yu
>[/color]
Re: volume resource Istate w_offline
Thanks ,
I did flush and probe, but did not work. any more suggestion?
Me <me@hotmail.com> wrote:[color=blue]
>W_OFFLINE means it is still waiting to go offline.
>
>cluser will not monitor until a offline has been copmpleted for the
>specific ersource.
>
>BUT as you say, it is already offline, do the following
>
>#hagrp -flush <sg_taht_resource_belongs_to>
>
>That will stop all onlining and offlining
>
>#hares -probe AAA-vol -sys system2
>
>That will probe it again to amke sure it is offline
>
>
>yu wrote:[color=green]
>> Hi,
>>
>> volume resource is still in w_offline state. But the dg is deported and
>> the relavent SG has been failover to system1.
>>
>> -- RESOURCES OFFLINING
>> -- Group Type Resource System[/color][/color]
[color=blue][color=green]
>> IState
>>
>> F XXX-SG Volume AAA-vol system2[/color][/color]
W_OFFLINE[color=blue][color=green]
>>
>> Run vxdisk, vxprint, shows me that the AAA-vol is up on system1.
>>
>> engine_A.log files show:
>>
>> 2008/06/30 06:07:22 VCS ERROR V-16-10001-11503 (system2) Volume:AAA-vol:offline:Cannot
>> find Volume AAA01, either the Volume is a Volume Set or VERITAS Volume[/color][/color]
Manager[color=blue][color=green]
>> configuration daemon (vxconfigd) is not in enabled mode
>> 2008/06/30 06:07:23 VCS INFO V-16-2-13001 (system2) Resource(AAA01-vol):
>> Output of the completed operation (offline)
>> 2008/06/30 06:07:23 VCS ERROR V-16-2-13064 (system2) Agent is calling[/color][/color]
clean[color=blue][color=green]
>> for resource(AAA01-vol) because the resource is up even after offline[/color][/color]
completed.[color=blue][color=green]
>>
>> root@system2 /var/VRTSvcs/log# ps -ef |grep vxconfig
>> root 14 1 1 04:03:20 ? 50:24 vxconfigd -x syslog -m[/color][/color]
boot[color=blue][color=green]
>> root 2327 1 0 04:05:13 ? 0:00 /sbin/sh - /usr/lib/vxvm/bin/vxconfigbackupd
>> root 3682 2327 0 04:05:22 ? 0:00 /sbin/sh - /usr/lib/vxvm/bin/vxconfigbackupd
>>
>> How do I clean the w_offline state of this resouce?
>>
>> many thanks
>>
>> Yu
>>[/color][/color]
Re: volume resource Istate w_offline
OK, sounds like this needs something else.
#hastop -all -force
This will stop HA (thus VCS) but keep everything else running.
Then on each of the nodes seperately,
#hastart
That should start again, probe everything again, and you should be ok
(well if everything was running)
yu wrote:[color=blue]
> Thanks ,
>
> I did flush and probe, but did not work. any more suggestion?
>
> Me <me@hotmail.com> wrote:
>[color=green]
>>W_OFFLINE means it is still waiting to go offline.
>>
>>cluser will not monitor until a offline has been copmpleted for the
>>specific ersource.
>>
>>BUT as you say, it is already offline, do the following
>>
>>#hagrp -flush <sg_taht_resource_belongs_to>
>>
>>That will stop all onlining and offlining
>>
>>#hares -probe AAA-vol -sys system2
>>
>>That will probe it again to amke sure it is offline
>>
>>
>>yu wrote:
>>[color=darkred]
>>>Hi,
>>>
>>>volume resource is still in w_offline state. But the dg is deported and
>>>the relavent SG has been failover to system1.
>>>
>>>-- RESOURCES OFFLINING
>>>-- Group Type Resource System[/color][/color]
>
>
>[color=green][color=darkred]
>>> IState
>>>
>>>F XXX-SG Volume AAA-vol system2[/color][/color]
>
> W_OFFLINE
>[color=green][color=darkred]
>>>Run vxdisk, vxprint, shows me that the AAA-vol is up on system1.
>>>
>>>engine_A.log files show:
>>>
>>>2008/06/30 06:07:22 VCS ERROR V-16-10001-11503 (system2) Volume:AAA-vol:offline:Cannot
>>>find Volume AAA01, either the Volume is a Volume Set or VERITAS Volume[/color][/color]
>
> Manager
>[color=green][color=darkred]
>>>configuration daemon (vxconfigd) is not in enabled mode
>>>2008/06/30 06:07:23 VCS INFO V-16-2-13001 (system2) Resource(AAA01-vol):
>>>Output of the completed operation (offline)
>>>2008/06/30 06:07:23 VCS ERROR V-16-2-13064 (system2) Agent is calling[/color][/color]
>
> clean
>[color=green][color=darkred]
>>>for resource(AAA01-vol) because the resource is up even after offline[/color][/color]
>
> completed.
>[color=green][color=darkred]
>>>root@system2 /var/VRTSvcs/log# ps -ef |grep vxconfig
>>> root 14 1 1 04:03:20 ? 50:24 vxconfigd -x syslog -m[/color][/color]
>
> boot
>[color=green][color=darkred]
>>> root 2327 1 0 04:05:13 ? 0:00 /sbin/sh - /usr/lib/vxvm/bin/vxconfigbackupd
>>> root 3682 2327 0 04:05:22 ? 0:00 /sbin/sh - /usr/lib/vxvm/bin/vxconfigbackupd
>>>
>>>How do I clean the w_offline state of this resouce?
>>>
>>>many thanks
>>>
>>>Yu
>>>[/color][/color]
>
>[/color]