- CheckMates
- :
- Products
- :
- Quantum
- :
- Security Gateways
- :
- Re: Down members of vsx but in state "standby"
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Are you a member of CheckMates?
×- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Down members of vsx but in state "standby"
As it can be seen from the attached image, we have a vsx with 3 members, 1 active and the others in standby, But actually the two standby members are shown to be in "down" state.
what does it mean? which checks can we perform on the machines in order to be sure about their state and that they are actually ready for a failover event?
We need to get them ready for a jumbo hotfix, and it's pretty important that the redundancy works properly,
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You generally can't tell from a healthy member why another member believes it is unhealthy. What do you see on the other two members? 'cphaprob -i list' should tell you what problems a member believes it has locally.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
thanks for the insight
This is the cphaprob state for the last member of the vsx, it also states that the redundancy state is DOWN.
"cphaprob -i list" instead seems to show no problem listed for the current module.
should it show to be in the state "standby"? is it safe to reboot the machine?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You need to switch to vsid 1 before running the command to see why that virtual system has problems.
vsenv 1
cphaprob -i list
I assume you've got VSX setup as a load sharing, so the vsx itself (vsid0) will always show standby, since they can run active virtual systems on all nodes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yes
it actually says "current state: problem" now that I'm on vsenv 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Excellent! The members agreeing on their respective states means they are mostly communicating properly, and context 1 reporting a problem with the interface active check means the problem is only there. That rules out a lot of potential problems.
The next thing to check is 'cphaprob -a if'. At least one interface will be marked DOWN. Check that interface. Maybe the switch you're connected to isn't forwarding the VLAN how you expect.
