- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: cluster subnet error
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-17-2006 08:52 PM
07-17-2006 08:52 PM
cluster subnet error
I installed Mc/SG to my nodes, node0 and node1.
I'm taking some alarms so such below.
"Error: IP netmasks don't match, interface lan0 on node0
Error: IP netmasks don't match, interface lan0 on node1"
output of "netstat -in";
Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll
lan0 1500 10.4.9.0 10.4.9.81 9063040 0 9790965 0 0
lan0:1 1500 10.0.0.0 10.4.9.80 81679241 0 109282756 0 0
1- why do I take this error?
2- Why do I see "The virtual ip"'s subnet like 10.0.0.0 although the primary lan's ip adress is 10.4.9.0 ?
3- Also when I run cmscancl; I see a diffrent subnet address (10.0.0.0). What is the reason?
output of cmscancl;
subnet: 10.0.0.0
subnet mask: 255.0.0.0
ip address: 10.4.9.81
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2006 08:56 PM
07-17-2006 08:56 PM
Re: cluster subnet error
what did you set for the SUBNET in your package config and control files?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2006 10:48 PM
07-17-2006 10:48 PM
Re: cluster subnet error
lan0:1 1500 10.4.9.0 10.4.9.83 134752 0 0 0 0
lan0 1500 10.4.9.0 10.4.9.82 1896476 0 1415258 0 0
I checked the cntl and conf files. All of them are rigth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2006 11:56 PM
07-17-2006 11:56 PM
Re: cluster subnet error
Node ID 1:
Node name: node0
Network ID 1:
ppa: 0
network interface name: lan0
IPv4 Information:
subnet: 10.0.0.0
subnet mask: 255.0.0.0
ip address: 10.4.9.81
Node ID 2:
Node name: node1
Network ID 1:
ppa: 0
network interface name: lan0
IPv4 Information:
subnet: 10.0.0.0
subnet mask: 255.0.0.0
ip address: 10.4.9.82
Node Id 1:
node0:/#netstat -in
Name Mtu Network Address
lan0 1500 10.4.9.0 10.4.9.81
lan0:1 1500 10.0.0.0 10.4.9.80
Node Id 2:
node1:/#netstat -in
Name Mtu Network Address
lan0:1 1500 10.4.9.0 10.4.9.83
lan0 1500 10.4.9.0 10.4.9.82
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2006 12:05 AM
07-18-2006 12:05 AM
Re: cluster subnet error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2006 12:11 AM
07-18-2006 12:11 AM
Re: cluster subnet error
But I checked all of the configuration and it is as 255.255.255.0 (10.4.9.0) every where. Why do I see it as 10.0.0.0 for lan0:1 at node0?