HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- HPE BladeSystem
- >
- BladeSystem - General
- >
- BL35p ilo not working & nic issues
BladeSystem - General
1833051
Members
2260
Online
110049
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
10-21-2009 07:05 AM
10-21-2009 07:05 AM
BL35p ilo not working & nic issues
Hi there,
Hoping some of you experienced HP admins / engineers might be able to help me.
Recently I tried to fix 2 BL35p blades, on which the ilo connections were not available on the network.
The actual blades were running SLES, and were available on the network. Other blades in the enclosure had both the ilo and nic's working too.
What i tried:
On the first blade i swapped out the nic mezzanine board, and checked & configured the static ip address for the ilo was correct.
SysAdmin was able to connect to the ilo, BUT the network was not reachable. Tried a second mezzanine card, again ilo working, but no network. In the end, put the original mezz card back in, resulting in no ilo, but at least network back up.
On the second blade, i swapped out the system board and the nic mezzanine card. The ilo did not work remotely. Placed a second mezz card in, now ilo working, but on boot up, NO network again. So back in with original mezz card, still no ilo, but network up.
Logically based on above, i have either some DOA parts, or partially DOA mezz cards?
Or is there something else at play?
Somebody mentioned "arp tables" cache being full?
Any pointers or ideas would be greatly appreciated.
Thanks,
Hoping some of you experienced HP admins / engineers might be able to help me.
Recently I tried to fix 2 BL35p blades, on which the ilo connections were not available on the network.
The actual blades were running SLES, and were available on the network. Other blades in the enclosure had both the ilo and nic's working too.
What i tried:
On the first blade i swapped out the nic mezzanine board, and checked & configured the static ip address for the ilo was correct.
SysAdmin was able to connect to the ilo, BUT the network was not reachable. Tried a second mezzanine card, again ilo working, but no network. In the end, put the original mezz card back in, resulting in no ilo, but at least network back up.
On the second blade, i swapped out the system board and the nic mezzanine card. The ilo did not work remotely. Placed a second mezz card in, now ilo working, but on boot up, NO network again. So back in with original mezz card, still no ilo, but network up.
Logically based on above, i have either some DOA parts, or partially DOA mezz cards?
Or is there something else at play?
Somebody mentioned "arp tables" cache being full?
Any pointers or ideas would be greatly appreciated.
Thanks,
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2009 07:40 AM
10-21-2009 07:40 AM
Re: BL35p ilo not working & nic issues
If your iLO connections are plugged into a network with a DHCP service, it's possible that they did not get an IP address originally (cause unknown). Unplug/replug of the blades caused the iLO to try DHCP again, and this time it worked.
iLO should be completely independent of any mezzanine cards.
Regarding your network configuration problems: Did you update the MAC addresses of the new NICs to the network configuration?
SuSE attempts to bind the network configuration to each NIC mostly based on the MAC address. If you swap a NIC without updating the MAC addresses, the new NIC gets a new ethX name and will be left unconfigured until the sysadmin explicitly configures it.
Things to check, based on my notes about SuSE 10:
(Disclaimer: I don't know how it really should be done on SuSE/SLES. I just know that this method worked for me.)
1.) There is a file in /etc/udev/rules.d that determines the ethX names of each NIC, using the MAC addresses. After swapping the mezz cards, you probably have a lot of entries in that file. Comment out the lines referring to NICs that are no longer present, and re-number the existing NICs as you wish.
2.) The network configurations for each NIC are stored in /etc/sysconfig/network, in files named like "ifcfg-*". The suffix of the ifcfg file is again the MAC address: rename the files so that they point to the correct MAC addresses.
3.) If you have enabled iptables firewall on the system, see also /etc/sysconfig/SuSEfirewall2. There is a line that begins with "FW_DEV_EXT": this line will also list the MAC addresses of NICs. You may wish to remove the MACs that are no longer present in the system.
After making these changes, reboot the system, or at least unload and reload your NIC driver module(s).
MK
iLO should be completely independent of any mezzanine cards.
Regarding your network configuration problems: Did you update the MAC addresses of the new NICs to the network configuration?
SuSE attempts to bind the network configuration to each NIC mostly based on the MAC address. If you swap a NIC without updating the MAC addresses, the new NIC gets a new ethX name and will be left unconfigured until the sysadmin explicitly configures it.
Things to check, based on my notes about SuSE 10:
(Disclaimer: I don't know how it really should be done on SuSE/SLES. I just know that this method worked for me.)
1.) There is a file in /etc/udev/rules.d that determines the ethX names of each NIC, using the MAC addresses. After swapping the mezz cards, you probably have a lot of entries in that file. Comment out the lines referring to NICs that are no longer present, and re-number the existing NICs as you wish.
2.) The network configurations for each NIC are stored in /etc/sysconfig/network, in files named like "ifcfg-*". The suffix of the ifcfg file is again the MAC address: rename the files so that they point to the correct MAC addresses.
3.) If you have enabled iptables firewall on the system, see also /etc/sysconfig/SuSEfirewall2. There is a line that begins with "FW_DEV_EXT": this line will also list the MAC addresses of NICs. You may wish to remove the MACs that are no longer present in the system.
After making these changes, reboot the system, or at least unload and reload your NIC driver module(s).
MK
MK
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP