I can't see your file because heaven forbid we would actually be able to access something useful on an outside file sharing service from work....
I am in the process of rolling out V7 with the vendor. Unifiy/Siemens shipped the switch with default IP addresses, and the tech went in there and changed them, probably similar to what happened above. All of a sudden we went from having a system that was up and running to a system that would not start up the switch layer - same thing, duplex system.
The plan was to make them ship us a new set of drives with the right configuration on it, so the tech left the job and went back to the office. Having 10+ years of linux experience I figured I couldn't make it any worse, so I did a console login to each processor and looked at specific files that can cause problems if you mess with the IP addresses. I found that in the /etc/hosts file there were some inconsistencies between the two sides. One had the IP definitions for hp4k-a and hp4k-b that referred to itself and the other side, but the other one only had a definition for itself, and not the other side. Knowing better, but wanting to test the theory I added the missing definition for the other side.
Shut both sides down and powered it back up. Both of them came up, synced and loaded the switch layer just fine, and I was at a normal A/S condition with a running switch.
I suspect the fact the couldn't both see each other on LAN4 was the reason why they were not communicating and syncing up, as after I cleared of the missing link it was happy.
This leads me to believe that you must not change the processor IP addresses throught he portal, or webmin or whatever - there must be a script file somewhere that makes sure when you make a change the IP addresses are updated everywhere they need to be, and not just in one layer or at the hardware level.
We continuted on the path of replacing the drives because they were already ordered, and also because I know linux will edit those hosts files of its own accord, and if it did so based on some other file that was incorrect I was probably going to have problems later on, but it was a good exercise in getting to know how the switch flows, and how the things sync up.