- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Network interface error while cluster statrtup
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
05-18-2004 03:35 AM
05-18-2004 03:35 AM
Network interface error while cluster statrtup
When ever I am starting my cluster I am getting the following error message,
CM-CMD[2058]: Error: lan4 is a slave device which you are not allowed to reference directly from a ServiceGuard configuration.
lan4 is configured as a standby
can any one suggest a solution for this
Thanks in adv
Raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2004 03:44 AM
05-18-2004 03:44 AM
Re: Network interface error while cluster statrtup
I would check that the standby interface lan4 doesn't have an IP associated with it. If it is configured with the actual IP address, then reassign it to the primary interface.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2004 03:46 AM
05-18-2004 03:46 AM
Re: Network interface error while cluster statrtup
check using
# ifconfig lan4
What status it show.
# lanscan
See if any secondary interfaces present on lan4.
All the best,
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2004 05:46 AM
05-18-2004 05:46 AM
Re: Network interface error while cluster statrtup
The lan should NOT be listed in this file even with an IP address of 0.0.0.0
Best regards,
Kent M. Ostby
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2004 12:16 AM
05-19-2004 12:16 AM
Re: Network interface error while cluster statrtup
# ifconfig lan4 unplumb
# ifconfig lan4 plumb
-sd-