- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How to check wether nics are connect to differ...
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
01-20-2008 09:19 AM
01-20-2008 09:19 AM
I'm configuring serviceguard in a 2 node cluster. there are 3 nics on each, lan0 and lan2 are connected to the network and lan1 for dedicated heartbeat. I want to know how would I know that lan0 and lan2 are on 2 different lans. I want to configure lan2 as a standby for lan0.
Thanks
Candyman
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2008 09:48 AM
01-20-2008 09:48 AM
SolutionIf you want to configure lan2 as a standby for lan 0 then don't assign any IP to lan2 under netconf and cluster configuration file and put it under lan 0 so it will be treated as standby for lan0.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2008 09:54 AM
01-20-2008 09:54 AM
Re: How to check wether nics are connect to different lans
If you intend that lan0 be registered as having an IP, it must be listed in /etc/rc.config.d/netconf, and the IP must be associated with lan0 in the cluster configuration file and show up when running 'ifconfig lan0'.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2008 10:46 AM
01-20-2008 10:46 AM
Re: How to check wether nics are connect to different lans
cmscancl -n node -o outfile
Get use to use this command. Its a very valuable diagnostic utility that includes a lan connection section with exactly what you're looking for:
lan 0 CONNECTED lan 1
lan 0 NOT CONNECTED lan 2
Listed just like above, you can't go wrong.
Additionally, all connections are at the MAC address level. So use 'arp -a' to review.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2008 11:17 AM
01-20-2008 11:17 AM
Re: How to check wether nics are connect to different lans
both the nics are connected to the same network, but when i run cmquerycl the template says that lan0 has no possible standby interface, lan2 has no ip assigned.
Michael: I tried cmscancl it gave me the out put that link connectivity for lan0 to lan2 is ok and vice versa. but i'm still getting the warning in the cluster.ascii that no standby for lan0.
The cluster is running ok without the standby inerface, I just need to eliminate this SPOF.
Please assist.
Thanks
Candyman.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2008 12:34 PM
01-20-2008 12:34 PM
Re: How to check wether nics are connect to different lans
NODE_NAME pippo
NETWORK_INTERFACE lan1
HEARTBEAT_IP 192.168.1.208
NETWORK_INTERFACE lan0
STATIONARY_IP 172.16.1.1
NETWORK_INTERFACE lan2
If yes then could you please post the exact error message ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2008 12:42 PM
01-20-2008 12:42 PM
Re: How to check wether nics are connect to different lans
Are these connected to two different switches?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2008 05:48 PM
01-20-2008 05:48 PM
Re: How to check wether nics are connect to different lans
I have connected lan0 and lan2 to 2 different switches but still I want to confirm. I cant really trace the cables. how can I confirm that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2008 06:13 PM
01-20-2008 06:13 PM
Re: How to check wether nics are connect to different lans
you can use the command "cmscancl" and the output will show you which nic are connected.
e.g.
# cmscancl -n node1 -n node2 -o /tmp/myscancl.log
OR use the "lanscan" to get the MAC address of the interface and then use "linkloop" to test the connection.
e.g
[srv01] # lanscan <-- get the MAC address
[srv02] # linkloop -i lan0 [MAC of srv01-lan2]
if they are connected to same network, you will get the output "OK"
GOOD LUCK!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2008 04:35 AM
01-21-2008 04:35 AM