- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Hearbeat interface IP adress.
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
03-13-2002 04:59 AM
03-13-2002 04:59 AM
I plan to re-IP the hearbeat addresses of our nodes/clusters.
For the moment some nodes have the same heartbeat IP (not in the same cluster...)
But on our network we have many times the same heartbeat IPs on different nodes. It works but it's not clean for me. What I want to do now is to take IPs in 192.168.1.XXX with a 255.255.255.252.
I've tried to configure on a test system an interface with address 192.168.1.253 & mask 255.255.255.252, but SAM does not accept such an IP for an interface. Where am I wrong ? Is there a better design for heartbeat IPs ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2002 05:09 AM
03-13-2002 05:09 AM
Re: Hearbeat interface IP adress.
I am not sure what you mean by reconfiguring heartbeat IPS.
Heartbeat Lan cards are normally dedicated lan cards on a node and are connected in a loop to the dedicated lan card on the other nodes of the cluster. It can be assigned any
IP address, as long as it does not clash with any existing IP address on the network.
HTH
raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2002 05:29 AM
03-13-2002 05:29 AM
Re: Hearbeat interface IP adress.
What I want to do in terms of IPs is to take a private network and subnet it at the maximum so I can have for example as heartbeat IPs:
Cluster1:
network : 192.168.1.252
node1-1 : 192.168.1.253
node1-2 : 192.168.1.254
broadcast : 192.168.1.255
netmask : 255.255.255.252
Cluster2:
network : 192.168.1.248
node2-1 : 192.168.1.249
node2-2 : 192.168.1.250
broadcast : 192.168.1.251
netmask : 255.255.255.252
It does look good for me.
It does not look good for SAM.
Does it looks good for you ?
Does it looks good for you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2002 05:45 AM
03-13-2002 05:45 AM
Re: Hearbeat interface IP adress.
Generally on our SG clusters we use a private address e.g. 1.1.1.1 & 1.1.1.2 for the heartbeat lans.
Hilary
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2002 06:03 AM
03-13-2002 06:03 AM
Re: Hearbeat interface IP adress.
The Internet Assigned Numbers Authority (IANA) has reserved the following three blocks of the IP address space for private internets:
10.0.0.0 - 10.255.255.255 (10/8 prefix)
172.16.0.0 - 172.31.255.255 (172.16/12 prefix)
192.168.0.0 - 192.168.255.255 (192.168/16 prefix)
Therefore 1.1.1.* is not a private network for me...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2002 06:05 AM
03-13-2002 06:05 AM
Re: Hearbeat interface IP adress.
I think you can use any range of IP address you want. No need to stick to the same subnet as the primary Lan network. Anyway, since these IPs are local to the system and your site, you are free to use any IP (as long as they dont clash with your local IPs). Once you do this, you can even use a subnet mask of 255.255.0.0 ! This way, you can use the same subnet number for all your heartbeat ips.
HTH
raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2002 07:40 AM
03-13-2002 07:40 AM
Re: Hearbeat interface IP adress.
So... Why not to do it clean with a private IP like a 192.168.something ?
I want to take 192.168.1.XXX and subnet it into many smaller subnets (1 small subnet will regroup heartbeats IP of all nodes in the cluster).
If I take the whole 192.168.1.0 with a 255.255.255.0 netmask, i suspect software like NNM to detect a big subnet composed of different nodes that are not able to contact each others.
That's why I want to cut 192.168.1.0 in different sub-subnets by using 255.255.255.X netmask with X in 128,192,224,240,248 or 252.
Is it possible to do it in HP-UX or am I stuck with 255.255.255.0 netmask ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2002 08:06 AM
03-13-2002 08:06 AM
Solutionip_check_subnet_addr. If you set it to 0 it's supposed to be more lenient in what subnets it allows.
Drop down to the next lower 252 subnet and it should take it.
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2002 08:33 AM
03-13-2002 08:33 AM
Re: Hearbeat interface IP adress.
Xavier