1833144 Members
2922 Online
110051 Solutions
New Discussion

Problems with linkloop

 
wardend
New Member

Problems with linkloop

We have in environment filled with HP equipment, both new and middle-age. We have Ignite post install scripts that use linkloop. Recently we discovered that any MAC address we put in a linkloop would come back "OK", suggesting a link. I am assuming at this stage that we have a machine that is responding to all MAC addresses. Has anybody seen anything like this?
6 REPLIES 6
OFC_EDM
Respected Contributor

Re: Problems with linkloop

I've never seen that problem.

FYI though..the command is being phased out with hp-ux 11i...see link below for details.

HP-UX 11i v3 non-critical impact:
Network management commands lanadmin, lanscan and linkloop commands are deprecated; use nwmgr (NcWn938)

http://h21007.www2.hp.com/portal/download/files/unprot/STK/HPUX_STK/impacts/i938.html
The Devil is in the detail.
OFC_EDM
Respected Contributor

Re: Problems with linkloop

Which OS version are you running?
What's your patch level?
Which version of Ignite are you using?

Can you post the exact command with which you're seeing the issue?

Regards
The Devil is in the detail.
wardend
New Member

Re: Problems with linkloop

We are running 11.31 mostly but some 11.23. Ignite actually runs fine. The post-install scripts we use to configure our private lans fails due its use of linkloop. It is very weird. I can take a linkloop command to any other machine in the environment and change a digit to a non-existant MAC address and it will still indicate connectivity.
Torsten.
Acclaimed Contributor

Re: Problems with linkloop

Strange ... but how about nwmgr?

Try what it gives, e.g.

nwmgr --diag -A dest=mac_addr [--it number] [-A pktsize=bytes] [-A timeout=seconds] -c lan_instance

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
rick jones
Honored Contributor

Re: Problems with linkloop

When you run the linkloop command, can you do so while taking a packet trace on the interface and see what if anything might be happening on the wire?
there is no rest for the wicked yet the virtuous have no pillows
wardend
New Member

Re: Problems with linkloop

I think we have found the problem. We removed the lan connection to a Onboard Administrator/ILO port on an HP 7000 blade. When disconnected the problem went away. We are investigating what's causing this particular unit to mis-behave. Thanks for your help.