- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- RELATED TO -- Subject: Help with Auto Port Aggrega...
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
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
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
тАО05-13-2008 01:35 PM
тАО05-13-2008 01:35 PM
I am having this error on rc.log, and the same when I issue a lancheckconf command:
Reading ASCII file /etc/lanmon/lanconfig.ascii
ERROR: Ports 1 and 5 not connected
Exiting: Error verifying input file /etc/lanmon/lanconfig.ascii
My very punctual question is:
What does "Ports 1 and 5 not connected" means?
1. Hardware error.
2. Config error.
3. Others???
Your answers are kindly appreciated.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-13-2008 01:45 PM
тАО05-13-2008 01:45 PM
Re: RELATED TO -- Subject: Help with Auto Port Aggregation
Check also speed and duplex settings for both ports.
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-13-2008 01:51 PM
тАО05-13-2008 01:51 PM
Re: RELATED TO -- Subject: Help with Auto Port Aggregation
I am pretty sure you mean check connection physically on the equipment. The thing is that I give remote support, and this equipment is installed on a different city. I apologize, I should have mentioned that before.
Is there any command that would reveal a connection issue between those 2 LANs.?
Thanks again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-14-2008 04:30 AM
тАО05-14-2008 04:30 AM
Solution# lanscan
...
1/0/4/0/6 0x00306E5EB7F8 1 UP lan1 snap1 1 ETHER Yes 119
1/0/2/0/0 0x00306EF4011D 5 UP lan2 snap2 5 ETHER Yes 119
In the preceding sample output, there is lan1 with MAC address 0x00306E5EB7F8 and lan5 with 0x00306EF4011D .
Use the linkloop command to send a packet out lan1 to the MAC address of lan5 and vice-versa:
# linkloop -i 1 0x00306EF4011D
Link connectivity to LAN station: 0x00306EF4011D
-- OK
# linkloop -i 5 0x00306E5EB7F8
Link connectivity to LAN station: 0x00306E5EB7F8
-- OK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-14-2008 04:43 AM
тАО05-14-2008 04:43 AM
Re: RELATED TO -- Subject: Help with Auto Port Aggregation
#lanscan
Hardware Station Crd Hdw Net-Interface NM MAC HP-DLPI DLPI
Path Address In# State NamePPA ID Type Support Mjr#
0/0/0/0 0x00306E4846C7 0 UP lan0 snap0 1 ETHER Yes 119
0/10/0/0/4/0 0x00306E5EDE74 1 UP lan1 snap1 2 ETHER Yes 119
0/10/0/0/5/0 0x00306E5EDE75 2 UP lan2 snap2 3 ETHER Yes 119
0/10/0/0/6/0 0x00306E5EDE76 3 UP lan3 snap3 4 ETHER Yes 119
0/10/0/0/7/0 0x00306E5EDE77 4 UP lan4 snap4 5 ETHER Yes 119
0/12/0/0/4/0 0x00306E5EDE78 5 UP lan5 snap5 6 ETHER Yes 119
0/12/0/0/5/0 0x00306E5EDE79 6 UP lan6 snap6 7 ETHER Yes 119
0/12/0/0/6/0 0x00306E5EDE7A 7 UP lan7 snap7 8 ETHER Yes 119
0/12/0/0/7/0 0x00306E5EDE7B 8 UP lan8 snap8 9 ETHER Yes 119
LinkAgg0 0x000000000000 900 DOWN lan900 snap900 11 ETHER Yes 119 -- This is the lan that supposedly is formed by 1 and 5
LinkAgg1 0x000000000000 901 DOWN lan901 snap901 12 ETHER Yes 119
LinkAgg2 0x000000000000 902 DOWN lan902 snap902 13 ETHER Yes 119
LinkAgg3 0x000000000000 903 DOWN lan903 snap903 14 ETHER Yes 119
LinkAgg4 0x000000000000 904 DOWN lan904 snap904 15 ETHER Yes 119
#
#linkloop -i 1 0x00306E5EDE78
Link connectivity to LAN station: 0x00306E5EDE78
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
#
#linkloop -i 5 0x00306E5EDE74
Link connectivity to LAN station: 0x00306E5EDE74
error: get_msg2 getmsg failed, errno = 4
-- FAILED
frames sent : 1
frames received correctly : 0
reads that timed out : 1
#
I believe:
1. either there's physical damage.
2. or some cables were disconnected on site.
Am I right?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-14-2008 05:26 AM
тАО05-14-2008 05:26 AM
Re: RELATED TO -- Subject: Help with Auto Port Aggregation
Yes, possibly you are facing one of the two problems you mentioned.
In addition, you might further want to check for the following issues:
To check the speed and duplex settings for both server ports:
lanadmin -x 1
lanadmin -x 5
You might also want to check the server port statistics for any peculiarities (e.g. Administrative status UP/Operation status DOWN, excessive errors, etc):
lanadmin -g 1
lanadmin -g 5
and the nettl log for any recent entries:
netfmt -f /var/adm/nettl.LOG000
And finally, there might possibly be some misconfiguration on the switch or some speed/duplex settings mismatch between the server and switch ports.
You could try linkloop to the MAC address of the corresponding switch ports and check the switch configuration itself (channeling, VLAN settings, etc.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-14-2008 06:46 AM
тАО05-14-2008 06:46 AM
Re: RELATED TO -- Subject: Help with Auto Port Aggregation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-14-2008 07:10 AM
тАО05-14-2008 07:10 AM
Re: RELATED TO -- Subject: Help with Auto Port Aggregation
1. Only on "node1" and lan1 lanadmin -g shows that Operation Status is down and also a no traffic and some "Outbound discards"
2. Both nodes show alarms about "bad cable connection" or "Port X did not receive any poll packets" so not sure if that shows actually a problem.
I just saw a comment about a possible VLAN misconfig, my friend would you kindly be a more specific please.
Thanks a lot to everyone.
P.S. Attached you'll find outputs from both nodes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-14-2008 07:23 AM
тАО05-14-2008 07:23 AM
Re: RELATED TO -- Subject: Help with Auto Port Aggregation
<7002> 10/100BASE-T driver detected bad cable connection between
the adapter in slot(Crd In#) 0 and the hub or switch.
btlan[ 0] [HP PCI 10/100Base-TX Core]
going Offline @ [0/0/0/0] [Cable Disconnected]
Perhaps a meaningful error message.
Try replacing the cable, checking the switch port configuration. If that fails, consider having the NIC card checked and replaced.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-25-2008 07:04 AM
тАО06-25-2008 07:04 AM
Re: RELATED TO -- Subject: Help with Auto Port Aggregation
I do apologize for taking too long to give acknowgement about this issue.
Finally we realize the problem was that both HP boxes are connected to two different balancer switches (BigIPs) and it turned out that one of them was disconnected. So, when the HP box was rebooted it couldn't reassemble the Port Aggregation feature that was using lan1 and lan5 as lan900 because one of them didn't have connection.
I was working with another guy that has a lot of experience in HP boxes and he told me this was the first we realized that HP APA had this behaviour, the logical thing (at least from my point of view) is that at the moment that the APA is going to be assemble, if one of its interfaces fails to connect, it should use the remaining one that has connection, however what it does is simply deactivate both interfaces leaving the box without connection, perhaps it's a HP bug.
When we realized this, what we did is to disable the lan900 interfaces from lanconfig.ascii and use only the one that has connection, that solved the problem for the moment, until we put into production the failed bigip again, and now everything is back to normal.
I have assigned points for all helpful answers, and I will leave this case open for a few days in case there are comments to be shared.
Thanks everyone for your valuable help.
RGs,
Carlos.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-25-2008 11:23 PM
тАО06-25-2008 11:23 PM
Re: RELATED TO -- Subject: Help with Auto Port Aggregation
Thanks for your update on this issue!
The behaviour you experienced (APA LAN Monitor failover group not forming when member interfaces not being able to linkloop each other) is not a bug.
One of the prerequisites when configuring APA LAN Monitor failover groups is that the member interfaces be able to linkloop each other. This is actually the first step to verify. Consult e.g.:
===========================================
HP Auto Port Aggregation (APA) Support Guide
HP-UX 11.0, 11i v1, 11i v2
HP Part Number: J4240-90035
Edition: September 2006, E0906
Subsection (on p.60)
"Configuring LAN Monitor Failover Groups":
===========================================
If this is the first time you have configured a LAN Monitor failover group, or if you have changed the
LAN Monitor configuration, [My comment: This also includes a reboot] do the following:
1. Connect the physical devices that are to be in the failover group to the same switch, or to different
switches or hubs on the same subnet to achieve switch/hub redundancy.
NOTE: Be sure that trunking is not enabled on the switch ports.
[!!!]2. Check that a linkloop between the devices succeeds. If it fails, resolve the physical connection
between the devices.
===========================================
Does this answer your concern?
Best regards,
Stefan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-25-2008 11:29 PM
тАО06-25-2008 11:29 PM
Re: RELATED TO -- Subject: Help with Auto Port Aggregation
The interfaces in the APA LAN Monitor failover group should - or rather must - be able to linkloop each other when forming the failover group in order for the group to be successfully formed.
After the failover group has been formed successfully, should afterwards one of the interfaces in the group fail, then the one with the next highest priority will take over the connection/traffic.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-26-2008 07:02 AM
тАО06-26-2008 07:02 AM
Re: RELATED TO -- Subject: Help with Auto Port Aggregation
Thanks again. Proceeding to close thread now.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-26-2008 07:03 AM
тАО06-26-2008 07:03 AM