by StuartM on Fri Apr 23, 2010 1:58 pm
OK, I think it is making more sense now as to why it's failing. See the following page for a list of direct standby requirements:
https://bto.bluecoat.com/packetguide/8.5/nav/overviews/high-availability-overview.htm
As far as I can tell you need to do the following:
1) Use the right-most LEM for the direct connection, not the left. Also, it must be right outside port to right outside port. From the output it looks like they're connect left inside to left outside.
2) Check all interface cards, but especially the right-most, to make sure the bypass jumpers are out. You can do this without opening the box. First enable debug commands:
sys set showdebug 1
Then run the command:
sys dio stat
Some sample output:
PacketShaper# sys dio stat
Passive connector (Motherboard) disable jumpers are in (enabled).
Passive connector (Left) disable jumpers are out (disabled).
Passive connector is opened.
I don't have my PacketShaper configured for direct standby but it shows jumpers are out on my Left card because it is fiber. disable jumpers should be "out" on all cards. If it does not meet this requirement, the PacketShaper will not alow you to enable direct standby. The error will be:
This PacketShaper is not configured to support Standby mode.
3) The PacketShapers must be configured with the same touch password. This is mandatory. They should also be on the same software version and have the same plugins. This will not make it fail but your class trees will be out of sync once it starts discovering traffic.
4) Link state mirroring may make troubleshooting confusing if you have not enabled Direct Standby. With direct standby off, link state mirroring will prevent a port from coming up if the other port in the pair is disconnected. However, once direct standby is enabled, link state mirroring does not apply to the right LEM. To simplify things, disable link state mirroring, make the right outside to right outside connection, enable direct standby, then enable link state mirroring again. Alternatively, you can just disregard the fact that the link is not coming up on this LEM and just enable direct standby. It should come up after that.