- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: network configuration in a cluster
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
04-20-2006 11:04 PM
04-20-2006 11:04 PM
I want to define 'lan5' as standby network interface of 'lan2' and editted /etc/cmcluster/cmclconf.ascii as follows.
---------------------------------
NETWORK_INTERFACE lan4
STATIONARY_IP 10.144.110.10
NETWORK_INTERFACE lan0
NETWORK_INTERFACE lan2
STATIONARY_IP 10.144.110.70
NETWORK_INTERFACE lan5
NETWORK_INTERFACE lan6
HEARTBEAT_IP 10.144.112.162
---------------------------------
After I halted the cluser, I executed 'cmapplyconf -C /etc/cmcluster/cmclconf.ascii'.
But the result of the command 'cmgetconf' is as follows.
---------------------------------
NETWORK_INTERFACE lan4
STATIONARY_IP 10.144.110.10
NETWORK_INTERFACE lan2
STATIONARY_IP 10.144.110.70
NETWORK_INTERFACE lan6
HEARTBEAT_IP 10.144.112.162
NETWORK_INTERFACE lan0
NETWORK_INTERFACE lan5
---------------------------------
To change the definition of cluser as I am wanting, what should I do?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2006 11:31 PM
04-20-2006 11:31 PM
Re: network configuration in a cluster
cmgetconf -v -c "cluster_name" "out_put_file"
and also "out_put" file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2006 11:51 PM
04-20-2006 11:51 PM
Re: network configuration in a cluster
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2006 12:00 AM
04-21-2006 12:00 AM
SolutionWhat is important is the connectivity. If lan5 is physically bridged to lan2 then it will automatically be a standby lan for lan2 irrespective of the positioning of the entries in the ascii file.
This can sometimes lead to undesired situations. For example if you have 2 subnets bridged together with a mixture of 10BT and 100BT cards and have 1 10BT standby and 1 100BT standby you cannot specify which card should be used for what. i.e. it is possible for the 10BT card to be picked as the standby card to use should the 100BT primary fail. The only way to avoid this is to ensure you only bridge together the lans you want to be used together.
If you have a number of standby lans bridged together they are treated as a pool of standby cards and you cannot define which card is used when any of the primaries fail.
If you look at the cluster ascii file created by cmquerycl you will see comments which indicate which cards are standby for which others. For example:
# Possible standby Network Interfaces for lan0: lan1.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2006 12:03 AM
04-21-2006 12:03 AM
Re: network configuration in a cluster
# Primary Network Interfaces on Bridged Net 1: lan4.
# Possible standby Network Interfaces on Bridged Net 1: lan0.
# Primary Network Interfaces on Bridged Net 2: lan2.
# Possible standby Network Interfaces on Bridged Net 2: lan5.
# Primary Network Interfaces on Bridged Net 3: lan6.
# Warning: There are no standby network interfaces on bridged net 3.
This indicates that lan5 is a standby for lan2, they are both configured on bridged net 2. Therefore this is configured as you wanted.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2006 12:11 AM
04-21-2006 12:11 AM
Re: network configuration in a cluster
Thank you for your instruction!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2006 12:14 AM
04-21-2006 12:14 AM
Re: network configuration in a cluster
Thanks a lot!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2006 12:16 AM
04-21-2006 12:16 AM
Re: network configuration in a cluster
Question for John,
If four lans are on same brideg net, how standby will be deicded. (I understand that this then will be SPOF).
But just egaer to know how it will be decided then?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2006 12:36 AM
04-21-2006 12:36 AM