- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- standby lan interface
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-20-2003 10:50 AM
03-20-2003 10:50 AM
standby lan interface
LAN 1 & 0 will be used for heartbeat messages
I also two unallocated floating ip adress one for frontend network lan 0 & 3 , the other for lan 1 backend network.
Output of netstat -in
Name Network Address
lan3 10.16.13.0 10.16.13.131
lan1 10.16.14.0 10.16.14.46
lan0 10.16.13.0 10.16.13.121
lo0 127.0.0.0 127.0.0.1
My enteries for the cmquerycl -w full ascii file is
NODE_NAME NodeB
NETWORK_INTERFACE lan0
HEARTBEAT_IP 10.16.13.122
NETWORK_INTERFACE lan3
HEARTBEAT_IP 10.16.13.132
NETWORK_INTERFACE lan1
HEARTBEAT_IP 10.16.14.48
NODE_NAME NodeA
NETWORK_INTERFACE lan0
HEARTBEAT_IP 10.16.13.121
NETWORK_INTERFACE lan3
HEARTBEAT_IP 10.16.13.131
NETWORK_INTERFACE lan1
HEARTBEAT_IP 10.16.14.46
how should I amend the file to to lan3 the standy for lan0 , include the floating ipadress both the frontend and backend.
frontend ip 10.16.13.130
backend ip 10.16.14.40
Many thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2003 10:56 AM
03-20-2003 10:56 AM
Re: standby lan interface
So lan3 shouldn't be configured.
after that, your ascii file should only have something like this :
NODE_NAME xxxx
#
# FRONT END
#
NETWORK_INTERFACE lan0
HEARTBEAT_IP 10.16.13.121
NETWORK_INTERFACE lan3
#
# HEART BEAT
#
NETWORK_INTERFACE lan1
HEARTBEAT_IP 10.16.14.46
that way lan3 will be recognized as the backup for your lan0.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2003 12:50 PM
03-20-2003 12:50 PM
Re: standby lan interface
Use cmscancl to get a report of what the cluster thinks is standby.
Cmquerycl determines active LANS and fills out the details automatically. LAN's that it thinks can handle the heartbeat are designated as the heartbeat LANs. Specifying -n node_name should be all you need.
As long as you've filled out your /etc/hosts file with the nodes and IPs correctly, and have used the cmquerycl -n node_name syntax correctly, then the cluster.ascii file should be filled out for you automatically.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2003 01:02 PM
03-20-2003 01:02 PM
Re: standby lan interface
step 2: rerun your cmquerycl command and create the ascii file
step 3: Read the ascii file and confirm that in the comments below each nodes details that it TELLS you that lan3 is a possible standby for lan0
If it does NOT, then there is a network issue that needs to be fixed first.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2003 01:03 PM
03-20-2003 01:03 PM
Re: standby lan interface
Unfortunately, you cannot configure an IP address to the standby interface keeping in view the syntax of cluster configuration file You would not specify an IP address for the standby interface there.
The best way is to run cmquerycl, generate a fresh configuration file and then modify it to your needs.
cmquerycl -C cmclconfig.ascii -n node1 -n node2
Edit cmclconfig.ascii file and make changes.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2003 06:54 PM
03-20-2003 06:54 PM
Re: standby lan interface
So by allowing all of the above to remain designated as Heartbeat LANS instead of changing them to STATIONARY_IP, which is your only other option, then becomes a naming convention decision and a knowledge of redundancy decision, for it doesn???t change the LAN???s ability to also carry the heartbeat nor data nor both simultaneously.
Specify your floating ip in the package and designate this as STATIONARY_IP in the cluster.ascii file. Use this as the final arbiter to decide which is not to be heartbeat.
BUT, to see what is currently designated as Heartbeat and Standby use the cmscancl and cmviewcl command.
Here is another link on the subject:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x9105670142b2d5118ff10090279cd0f9,00.html