- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- MC/SG package.ascii order
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
12-10-2001 07:03 AM
12-10-2001 07:03 AM
For example:
NODE_NAME sys1
NETWORK_INTERFACE lan5
HEARTBEAT_IP 148.98.150.197
NETWORK_INTERFACE lan7
NETWORK_INTERFACE lan0
HEARTBEAT_IP 10.16.3.2
NETWORK_INTERFACE lan6
NODE_NAME sys2
NETWORK_INTERFACE lan5
HEARTBEAT_IP 148.98.150.196
NETWORK_INTERFACE lan0
HEARTBEAT_IP 10.16.3.1
NETWORK_INTERFACE lan7
NETWORK_INTERFACE lan6
On both systems, the primary NIC is lan5, and lan0 is primary for heartbeat.
Should we be concerned that on the second NODE_NAME, that the NETWORK_INTERFACE's are not in order ? Each lan card is configured correctly in the /etc/rc.config.d/netconf file. The systems have been in production for well over a year, but someone just noticed the order contained in the file. Is this something we need to worry about ? We have not tested lan5 to lan7 failover since it went into production...
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2001 07:47 AM
12-10-2001 07:47 AM
Re: MC/SG package.ascii order
You should be able to test if the network interfaces are able to switch. this can be done with the cmquerycl -v -c clustername -l net -C /tmp/network.asci
Hope this will help,
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2001 07:58 AM
12-10-2001 07:58 AM
Re: MC/SG package.ascii order
It is better to find out now rather than when you need it.
Good luck and hope this helps.
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2001 08:37 AM
12-10-2001 08:37 AM
Re: MC/SG package.ascii order
Unfortunately, the cmquerycl command only cats the ascii file, it does not actually verify the proper order ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2001 09:10 AM
12-10-2001 09:10 AM
Re: MC/SG package.ascii order
You can modify the command previously given by running cmquerycl -C /tmp/temp.ascii -n sys1 -n sys2 and look at what sserviceguard gives as output.
I hope this helps
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2001 09:18 AM
12-10-2001 09:18 AM
Re: MC/SG package.ascii order
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2001 09:33 AM
12-10-2001 09:33 AM
Re: MC/SG package.ascii order
Name Mtu Network Address Ipkts Opkts
lan5:1 1500 148.98.150.192 pon1nfs1 605680243 52285340
lan0 1500 arpanet ptponfhb 1403276 719978
lo0 4136 loopback localhost 1697067 1697070
lan7* 1500 dummy_entry dummy_entry 0 0
lan6* 1500 dummy_entry dummy_entry 0 0
lan5 1500 148.98.150.192 pnpthia1 102062579 874320130
The cmquerycl command will return unique things that are commented out in the ascii file, which is how I determined the statement from my last post.
I emailed a friend who is an HP Instructor who does teach the MC/SG class, who replied that the order does not matter 99.9% of all configurations, including mine.
Thank you for your responses.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2001 09:41 AM
12-10-2001 09:41 AM
SolutionRegards,
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2001 09:45 AM
12-10-2001 09:45 AM
Re: MC/SG package.ascii order
In my setup (which is a production server), it works fine evenif the network configuration lines are not in order !
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2001 10:12 AM
12-10-2001 10:12 AM
Re: MC/SG package.ascii order
The order of the netowrk lan configuration in the cluster ascii configuration file does not make any difference.
Hope this helps.
Regds