1753417 Members
5073 Online
108793 Solutions
New Discussion юеВ

Standby Lan

 
Uday_S_Ankolekar
Honored Contributor

Standby Lan

I have to configure standby lan for each node on a two node cluster. I have four NIC installed on each of them and two are already being used . I want to identify which one of the two that's not being used can be configured as standby lan.
The linkloop command from primary lan fails with all the rest. Is there way to find the correct standby NIC?
Good Luck..
8 REPLIES 8
Steven E. Protter
Exalted Contributor

Re: Standby Lan

Shalom prit,

linkloop sometimes fails on perfectly good cards.

lanscan
#lists possible nics

ifconfig lan0

repeat for other nic cards.

Those without ip addresses can be configured as standby lan cards.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
A. Clay Stephenson
Acclaimed Contributor

Re: Standby Lan

If I understand your question then it's very easy.

1) Execute cmviewcl -v
2) Execute lanscan

The interfaces not listed by cmviewcl but listed by lanscan are not now being used by MC/SG.
If it ain't broke, I can fix that.
Uday_S_Ankolekar
Honored Contributor

Re: Standby Lan

Well, Is it so simple? I have alredy put standby lan information in cmclconfig.ascii file and unused NIC connected to physical network.
I thought linkloop should work for standby lan to function
Thanks for the input.
Good Luck..
Steven E. Protter
Exalted Contributor

Re: Standby Lan

Now you need to test it.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Uday_S_Ankolekar
Honored Contributor

Re: Standby Lan

I have put lan3 as standby lan in cmclconfig.ascii. ifconfig lan3 shows it's up but When I run cmcheckconf -C it complains lan3 can not be configured in cluster because it doesnot have ip address(well that's true!) and it's not stnadby lan for any other lan

Good Luck..
Kent Ostby
Honored Contributor

Re: Standby Lan

prit --

Check /etc/rc.config.d/netconf to make sure the lan is not listed there.

Your listing in the ascii file should look like this:

NODE_NAME fresno NETWORK_INTERFACE lan0 HEARTBEAT_IP 15.13.168.91
NETWORK_INTERFACE lan3

lan3 would be the STANDBY lan

See this link for more details:
http://docs.hp.com/en/B3936-90100/ch05s05.html#d0e12808

See also http://www1.itrc.hp.com/service/cki/search.do?category=c0&&mode=id&searchCrit=allwords&docType=EngineerNotes&searchString=UMCSGKBRC00009727
"Well, actually, she is a rocket scientist" -- Steve Martin in "Roxanne"
Patrice Le Guyader
Respected Contributor

Re: Standby Lan

Hi,

Have you try to unplumb this lancard ?

ifconfig lan3 unplumb
ifconfig lan3 plumb

and cmcheckconf -C again.

Hope this helps
Pat
Good judgement comes with experience. Unfortunately, the experience usually comes from bad judgement.
Kevin Wright
Honored Contributor

Re: Standby Lan

Linkloop confirms layer 2 communications. This must work correctly prior to adding the standy lans to the cluster correctly.

If linkloop is not working, verify cabling and layer 2 connectivity (vlans) with your network team.