- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Remove interface from list of standby interfaces
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-24-2008 05:36 AM
04-24-2008 05:36 AM
What is the correct procedue to reconfigure it so lan3 is not in the list of potential failover interfaces? I need to use lan3 elsewhere, and even if I didnt, this setup will never work as lan3 is not in the same vlan or anything as lan1 so there is no link layer connectivity
An extract from cmviewcl:
NODE_NAME node_1
NETWORK_INTERFACE lan1
HEARTBEAT_IP 10.0.0.1
NETWORK_INTERFACE lan0
HEARTBEAT_IP 192.168.2.1
NETWORK_INTERFACE lan3
FIRST_CLUSTER_LOCK_PV /dev/dsk/c5t4d0
# List of serial device file names
# For example:
# SERIAL_DEVICE_FILE /dev/tty0p0
# Primary Network Interfaces on Bridged Net 2: lan1.
# Possible standby Network Interfaces on Bridged Net 2: lan3.
# Primary Network Interfaces on Bridged Net 1: lan0.
# Wa ã are no standby network interfaces on bridged net 1.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2008 05:47 AM
04-24-2008 05:47 AM
Re: Remove interface from list of standby interfaces
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2008 06:19 AM
04-24-2008 06:19 AM
Re: Remove interface from list of standby interfaces
Before doing that, you may just want to check what is actually in the binary, use cmviewconf and look to see if lan 3 does indeed show up on the same bridged net as a working lan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2008 11:54 PM
04-24-2008 11:54 PM
Re: Remove interface from list of standby interfaces
If I do a cmquerycl on the running cluster I get:
host_a # lanscan
Hardware Station Crd Hdw Net-Interface NM MAC HP-DLPI DLPI
Path Address In# State NamePPA ID Type Support Mjr#
0/1/2/0 0x0014C2102249 0 UP lan0 snap0 1 ETHER Yes 119
0/2/1/0 0x0012799EDA02 1 UP lan1 snap1 2 ETHER Yes 119
0/2/1/1 0x0012799EDA03 2 UP lan2 snap2 3 ETHER Yes 119
0/6/1/0 0x0012799ED912 3 UP lan3 snap3 4 ETHER Yes 119
host_a # cmquerycl -c clus01 -l net
Node Names: host_a
host_b
Bridged networks (local node information only - full probing was not performed):
2 lan1 (host_a)
lan3 (host_a)
lan1 (host_b)
lan3 (host_b)
1 lan0 (host_a)
lan0 (host_b)
IP subnets:
IPv4:
10.x.x.x lan1 (host_a)
lan1 (host_b)
192.168.2.0 lan0 (host_a)
lan0 (host_b)
host_a # linkloop -i 1 0x0012799ED912
Link connectivity to LAN station: 0x0012799ED912
frames sent : 1
frames received correctly : 0
It is still showing lan3 as being a failover interface but link layer connectivity fails... where am I going wrong ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2008 12:15 AM
04-25-2008 12:15 AM
Re: Remove interface from list of standby interfaces
You do realise that without lan3 you'll have no failover network in your cluster yes? That means you have single points of failure...
linkloop isn't absolutely reliable - it doesn't do quite what Serviceguard does at the link level. I'd repeat your cmquerycl with full network probing:
cmquerycl -w full -c clus01 -l net
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2008 01:22 AM
04-25-2008 01:22 AM
Re: Remove interface from list of standby interfaces
I realise that without a failover interface I have a single point of failure, but at this time, I dont have enough available interfaces to have a spare configured... I need to use lan3 for something else so that is a risk I will have to take until I can add more cards..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2008 06:10 AM
04-25-2008 06:10 AM
Re: Remove interface from list of standby interfaces
I think this could be because you are interrogating teh existing binary file
I would rather try using:
cmquerycl -v -C testascii -n node1 -n node2
And then see what the resultant ascii file shows in it's comments below each host info section.
If it still shows lan3 as a possible standby interface, then there is a physical connection somewhere. The simple answer here would then be to physically pull the cables out of both lan3 ports on the servers, then re-apply the cluster binary, and verify with cmviewconf etc.
Then plug the cables back in
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2008 07:19 AM
04-25-2008 07:19 AM
Re: Remove interface from list of standby interfaces
cmquerycl -v -C testascii -n node1 -n node2
as advised, the resultant testascii file does not contain any mention of lan3 which is what I am hoping to achieve... it does however contain a load of other entries relating to some vlans that I dont want the cluster to be worrying about... am I right in thinking that all I need to do is run the above command, remove the lines relating to the vlans (ie, the NETWORK_INTERFACE lan5005, and the associated STATIONARY_IP entries), then run cmcheckconf followed by cmapplyconf ?
If that is the correct process, as I am making changes to the lan settup within the cluster, do I have to do this when the cluster is down ?
Thanks in advance!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2008 07:25 AM
04-25-2008 07:25 AM
Re: Remove interface from list of standby interfaces
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2008 07:32 AM
04-25-2008 07:32 AM
SolutionYou will have to do this with the cluster halted, unless you are running version 11.18 of SG, in which case you may be able to make these changes on line (cannot remember all of the stuff we changed in 11.18)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2008 07:49 AM
04-25-2008 07:49 AM
Re: Remove interface from list of standby interfaces
Just need to get some proper SG training now !