- Community Home
- >
- Servers and Operating Systems
- >
- ProLiant
- >
- Server Management - Systems Insight Manager
- >
- ESX/i -> How to let HP-sim know its OK not all nic...
-
- Forums
-
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
- HPE Blog, Austria, Germany & Switzerland
- Blog HPE, France
- HPE Blog, Italy
- HPE Blog, Japan
- HPE Blog, Middle East
- HPE Blog, Russia
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
-
Blogs
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Blog, Latin America
- HPE Blog, Middle East
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
-
Information
- Community
- Welcome
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Tips and Tricks
- Resources
- Announcements
- Email us
- Feedback
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Aruba Airheads Community
- Enterprise.nxt
- HPE Dev Community
- Cloud28+ Community
- Marketplace
-
Forums
-
Blogs
-
Information
-
English
- 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
- Email to a Friend
- Report Inappropriate Content
09-23-2010 07:06 AM
09-23-2010 07:06 AM
ESX/i -> How to let HP-sim know its OK not all nics are used
I've got a couple of VMware servers where I have 4 nics + iLO nic. I am at the moment only using 3 of the nics + the iLO nic. How can I not get a flag regarding the last nic thats not connected? The server health is fine, yet HP-sim is nagging regarding the nic thats never been in use.
The OS on the servers are VMware ESX 4.1 and VMware ESXi 4.1
Regards,
Rune Darrud
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-23-2010 03:21 PM
09-23-2010 03:21 PM
Re: ESX/i -> How to let HP-sim know its OK not all nics are used
i had the same problem.
The only way i found to get rid of the failure in the SMH was the following.
In my example NIC 1 and NIC 3 were not in use.
Edit /etc/rc.local on the VMware server to down the NICs at every startup.
If you do it interactively it works also, but only until the next restart ;-)
Put the NICs in the file which are not used.
In my case:
# cat /etc/rc.local
#!/bin/sh
#
# This script will be executed *after* all the other init scripts.
# You can put your own initialization stuff in here if you don't
# want to do the full Sys V style init stuff.
touch /var/lock/subsys/local
ifconfig vmnic1 down
ifconfig vmnic3 down
If anybody has a better solution please let me know.
I hope this helps.
If yes please give your points ;-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-26-2010 07:06 AM
09-26-2010 07:06 AM
Re: ESX/i -> How to let HP-sim know its OK not all nics are used
Regards,
Grzegorz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-02-2011 02:50 AM
03-02-2011 02:50 AM
Re: ESX/i -> How to let HP-sim know its OK not all nics are used
All the servers are now ESXi 4.1, which means no SMH.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-02-2011 07:41 AM
03-02-2011 07:41 AM
Re: ESX/i -> How to let HP-sim know its OK not all nics are used
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2021 Hewlett Packard Enterprise Development LP