- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Setting up heartbeats for MCSG
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-18-2007 02:21 AM
07-18-2007 02:21 AM
I have configured each NIC in the following manner,
HP9000:
0/3/0/0 10.0.0.100 alias=hp9000-100
0/6/0/0 10.0.0.101 alias=hp9000-101
HP9001:
0/3/0/0 10.0.0.102 alias=hp9001-102
0/6/0/0 10.0.0.103 alias=hp9001-103
One crossover cable is connecting the NICs on paths 0/3/0/0
A second crossover cable is connecting the NICs on paths 0/6/0/0
I have edited the etc/hosts file on both systems and it contains the follwoing information:
xxx.xxx.xxx.xxx xxx.xxxxxxxxx.com yoda
172.20.16.55 hp9000
172.20.16.72 hp9001
10.0.0.100 hp9000 hp9000-100
10.0.0.101 hp9000 hp9000-101
10.0.0.102 hp9001 hp9001-102
10.0.0.103 hp9001 hp9001-103
From hp9000 I can ping hp9001 and 172.20.16.72 and thats ok. But I can not ping hp9001-102, hp9001-103, 10.0.0.102, nor 10.0.0.103.
From hp9001 I can ping hp9000 and 172.20.16.55 and thats ok. But I can not ping hp9000-100, hp9000-101, 10.0.0.100, nor 10.0.0.101.
Is there some special settings to configure NICs to work with crossover cables and communicate to another NIC when connected directly?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2007 02:36 AM
07-18-2007 02:36 AM
Re: Setting up heartbeats for MCSG
What your /etc/hosts file contains is largely unimportant. The contents of /etc/netconf are what really matter. Moreover, just looking at your IP addresses it appears that all of your 10.x.x.x IP's are on the same subnet.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2007 02:52 AM
07-18-2007 02:52 AM
Re: Setting up heartbeats for MCSG
Please run "lanscan -v" and copy the output here for us to see. If the B5509A NICs are not visible in the listing, you probably need to add the correct NIC driver to the kernel configuration. (I would need to know the HP-UX version to be able to tell the exact driver name.)
Then run "ifconfig
Which version of HP-UX and MCSG are you using?
I'm not sure you can configure HP-UX NICs to point-to-point mode in a MCSG-supported way. Therefore, the best way would probably be to configure each heartbeat cable as a separate LAN segment with the tightest possible netmask: 255.255.255.252 or 0xfffffffc.
If you don't setup the netmasks explicitly, HP-UX will assume a default netmask, which will be either 255.255.255.0 or even 255.0.0.0 for Class-A addresses like 10.*.*.*.
This will make the routing code assume that it is free to choose either of the crossover cable NICs to reach any of the other host's crossover cable NICs. When you use crossover cables, this simply is not true.
I would recommend settings like this:
First crossover cable:
Network address: 10.0.0.100
Netmask: 255.255.255.252
First host: 10.0.0.101, hp9000-101
Second host: 10.0.0.102, hp9001-102
Broadcast address: 10.0.0.103
Second crossover cable:
Network address: 10.0.0.104
Netmask: 255.255.255.252
First host: 10.0.0.105, hp9000-105
Second host: 10.0.0.106, hp9001-106
Broadcast address: 10.0.0.107
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2007 02:52 AM
07-18-2007 02:52 AM
SolutionI generally salvage a Cisco switch that networking is one with and avoide the cross connect cable solution.
This will work, either way you go without any special changes.
Note that many versions of HP-UX will not tolerate two NIC card's on the same subnet setting. Networking will suddenly stop if you try this.
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
07-18-2007 03:16 AM
07-18-2007 03:16 AM
Re: Setting up heartbeats for MCSG
I found the answer and that is 2 NICs in the system cannot be on the same subnet. I changed the IP address of the NICs on 0/6/0/0 to start with 11.xxx.xxx.xxx and now all works.
Thanks everyone.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2007 03:40 AM
07-18-2007 03:40 AM