- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Stanby LAN
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
09-12-2005 02:21 PM
09-12-2005 02:21 PM
Please does anyone have a tip I can use to verify which LAN is standby for another LAN card?
I have a SG package and noticed this:
NODE_NAME mainsrv
NETWORK_INTERFACE lan1
STATIONARY_IP 10.10.10.10
NETWORK_INTERFACE lan5
NETWORK_INTERFACE lan6
NETWORK_INTERFACE lan2
STATIONARY_IP 10.10.10.35
NETWORK_INTERFACE lan3
STATIONARY_IP 10.10.10.40
NETWORK_INTERFACE lan7
NETWORK_INTERFACE lan4
HEARTBEAT_IP 172.16.9.253
NETWORK_INTERFACE lan8
HEARTBEAT_IP 172.16.10.253
Is LAN1 having two stanby LAN cards while LAN 2 has none?
How can I fix this if so?
thanks!!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2005 04:32 PM
09-12-2005 04:32 PM
Re: Stanby LAN
Plan a test whereby one of the primary non-heartbeat lan card is disconnected. Then try and access the server via the common (floating) IP address.
If you gain access, you know things work, if not, you have more work to do.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2005 05:01 PM
09-12-2005 05:01 PM
SolutionThere is command to see the HA Cluster configuration details
# cmscancl -o /tmp/myscancl.log
To gather the configuration information from all the nodes in the
cluster and save the output to the file: /tmp/scancl.log
The output from this command contains the following information:
LAN device configuration (output from lanscan)
network status and interfaces (output from netstat)
file systems (output from mount)
LVM configuration (contents of /etc/lvmtab file)
LVM physical vg information (contents of /etc/lvmpvg file)
link-level connectivity (output from linkloop)
binary configuration file data
(output from cmviewconf)
Here you can clarify your all doubts.
Regards,
Rajesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2005 07:34 PM
09-12-2005 07:34 PM
Re: Stanby LAN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2005 07:38 PM
09-12-2005 07:38 PM
Re: Stanby LAN
If this is missing, or you suspect it is incorrect, run cmquerycl again and specify a "test " file name, then check the comments in there.
The other way to tell what has actuaaly been confuigured in the cluster is to read the binary, and look to see which lans are on the same "bridged net".
Use cmscancl to get the best result, including linkloop tests, or just use the cmgetconf command, redirecting the output to a file