- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Possible misconfiguration in cluster.ascii (Servic...
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
07-05-2012 02:14 AM - edited 07-05-2012 02:20 AM
07-05-2012 02:14 AM - edited 07-05-2012 02:20 AM
Hi gurus ;)
I noticed a weird network configuration in one of our ServiceGuard clusters (11.18) over HP-UX 11.23.
The problem arises from a somewhat odd config in the cluster.ascii file, specifically in the Node Definition part.
There are three network interfaces defined for both nodes in the cluster, with the nuance that the last "NETWORK INTERFACE" on each has got no "HEARTBEAT_IP" associated.:
NODE_NAME server1
NETWORK_INTERFACE lan4
HEARTBEAT_IP X.X.X.X
NETWORK_INTERFACE lan3
HEARTBEAT_IP X.X.X.X
NETWORK_INTERFACE lan1
# CLUSTER_LOCK_LUN
FIRST_CLUSTER_LOCK_PV /dev/dsk/c4t0d4
This is causing that LAN1 is up on the system with IP address "none". Should I remove the definition of such interface (lan1) from the cluster.ascii file?
lan1 1500 none none 0 0 0 0 0
Regards.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2012 04:33 AM
07-05-2012 04:33 AM
SolutionNo you probably shouldn't. I expect lan1 is in fact a standby interface for lan3 - i.e. if the lan3 NIC fails, the IP address on it will be moved to lan1 - that's how Serviceguard provides network resilience.
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2012 12:24 AM
07-06-2012 12:24 AM
Re: Possible misconfiguration in cluster.ascii (ServiceGuard).
Ok, i was wondering if that was a normal ServiceGuard behaviour or the result of a bad configuration. I'll leave it like that then. Thanks!