- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Linkloop problem
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
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
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
тАО01-15-2004 06:54 AM
тАО01-15-2004 06:54 AM
When I run: 'linkloop 0x00306EF28AE9' I get the following error:
Link connectivity to LAN station: 0x00306EF28AE9
error: expected primitive 0x30, got DL_ERROR_ACK
dl_error_primitive = 0x2d
dl_errno = 0x04
dl_unix_errno = 57
error - did not receive data part of message
This is regardless whether a card is connected to the network or not (I tried both). It always returns that error. Are the any patches for this? I search for 'looplink' but no results were returned. I try to use this command on 9000/800/L3000-8x system using btlan and igelan.
Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-15-2004 06:56 AM
тАО01-15-2004 06:56 AM
Re: Linkloop problem
linkloop is used to test connectivity to *another* device. You have to provide a MAC address of a device on the LAN. You can't use the local MAC address.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-15-2004 07:02 AM
тАО01-15-2004 07:02 AM
Re: Linkloop problem
But just in case, I went to the other machine and tried to run 'linkloop' with the mac address of the card I want to connect to on the remote host. I get the same error....
Also, just to make absolutely sure, I went to one of my 11.00 machines and run the same command on the local card:
[user@system: ~user]$ linkloop 0x00306E09D1FF
Link connectivity to LAN station: 0x00306E09D1FF
-- OK
No problem there....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-15-2004 07:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-15-2004 07:09 AM
тАО01-15-2004 07:09 AM
Re: Linkloop problem
Actually you can use the local station addr(MAC addr)...
I just did it with the "-i 0" (PPA instance) option it worked just fine.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-15-2004 07:12 AM
тАО01-15-2004 07:12 AM
Re: Linkloop problem
Ok, then it may be that you have multiple NICs on this system & you need to specify which one to use with the -i parm.
Let's say you want to test link with the lan3 card - then the command would be
linkloop -i 3 0x00306EF28AE9
If you don't specify linkloop uses the first PPA encountered - which may not be the one you wish to test from.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-15-2004 07:15 AM
тАО01-15-2004 07:15 AM
Re: Linkloop problem
I stand corrected.
I've never looped the local I guess.
I've always used linkloop for actual network connectivity.
Thx,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-15-2004 07:17 AM
тАО01-15-2004 07:17 AM
Re: Linkloop problem
So if this card is, for example lan3 then:
linkloop -i 3 0x00306EF28AE9
Should always work as the card should always be able to linkloop to itself.
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-15-2004 07:45 AM
тАО01-15-2004 07:45 AM
Re: Linkloop problem
Thanks again.