- Community Home
- >
- Servers and Operating Systems
- >
- HPE BladeSystem
- >
- BladeSystem - General
- >
- ERROR WITH VIRTUAL CONNECT MES AND OA3.00 USING VL...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2010 12:03 PM
06-15-2010 12:03 PM
ERROR WITH VIRTUAL CONNECT MES AND OA3.00 USING VLAN FEATURE
Artur had a customer that needed help when trying to get the Virtual Connect Manager to talk to the Onboard Administrator:
**************************************************************************************************************
Hi,
We found problems in a new installation with VC-Flex 2.33 using MES configuration and OA3.00 using VLAN feature (OAs and VC are in the same Vlan).
When VC domain MES is created with OA without using VLAN, we do not have problems. But when VLAN tagging in both OAs is configured, then communication between OA and VC modules is lost. I attached some pics…
With OA vlan activated we checked that we can access to all OAs ip and VC ips in both enclosures.
We tried to remove one enclosure from the domain without success and finally we had to delete all the domain because we began to have problems with the user and passwords of VCM logins.
We configured the same from VCM factory default and we had the same bad behavior.
Is this topology tested or is it used in any client?
*********************************************************************************************
Monty provided some guidance and some areas to look:
****************************************************************************************
Insufficient information to provide a diagnosis.
- What kind of switch is used to connect OA in the two enclosures?
- Is that switch properly configured to connect both enclosures to VLAN 247 (image 2.jpg)?
- Which enclosure contains the VC running the multi-enclosure domain?
- OA showall commands from both enclosures will provide all the settings for IP addresses in both enclosures and the Virtual Connect Manager IP address.
*****************************************************************************************************
Marta responded:
*****************************************************************************************
Thanks for your reply Monty. Finally we could make it work. This is it:
- What kind of switch is used to connect OA in the two enclosures? Cat6506
- Is that switch properly configured to connect both enclosures to VLAN 247 (image 2.jpg)? I think it was but it wasn't
- Which enclosure contains the VC running the multi-enclosure domain? enc0
The failed configuration was this:
- oa vlan tagged in vlan 247, default vlan 1
- all interconnect modules in vlan 247
- devices in vlan 40
- Cat6500 interfaces connected to OAs:
switchport
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 40,247
switchport mode trunk
The configuration that works is:
- oa vlan tagged in vlan 247, default vlan 247
- all interconnect modules in vlan 247
- devices in vlan 40
- Cat6500 interfaces connected to OAs:
switchport
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 40,247
switchport trunk native vlan 247
switchport mode trunk
Have you tried this configuration anytime? The failed configuration made sense to me but clearly I couldn't make it work. Right when I configured OA with default vlan #247 and native vlan #247 for Cisco switches never got again the pop up saying VCM lost communication with OA and automatically the faulty chassis showed as healthy.
******************************************************************************************************
I hope this helps. It looks like the VLAN ID is critical in making sure that communicaiton is established. Any other suggestions?