Operating System - HP-UX
1822936 Members
3968 Online
109645 Solutions
New Discussion юеВ

HP's Network Port Aggregation software

 
praveen..
Super Advisor

HP's Network Port Aggregation software

Hi,
My Admin had installed HP's Network Port Aggregation software on server and then Aggregate the two network cards. He is saying the work has been completed.

How can i check that this is fully implemented and working.

please let me know the commands to check this.

Thanks
11 REPLIES 11
praveen..
Super Advisor

Re: HP's Network Port Aggregation software

please suggest
rick jones
Honored Contributor

Re: HP's Network Port Aggregation software

Check how? If you have connectivity to the box then the basic functionality is sound. An APA (It is Auto Port Aggregation) interface will have a high "PPA" number so you would see something like lan900 in your netstat -in or -rn output.

If you want to see traffic being load balanced, run several concurrent netperf TCP_STREAM tests to different remote systems.
there is no rest for the wicked yet the virtuous have no pillows
Arunvijai_4
Honored Contributor

Re: HP's Network Port Aggregation software

Hi Praveen,

This link should be helpful to you,

http://docs.hp.com/en/J4240-90033/ch01s08.html

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Devender Khatana
Honored Contributor

Re: HP's Network Port Aggregation software

Hi,

A simpleset way to check this will be
#lanscan -q

It will show which physical interfaces are added to which logical interface. Also to check this if it has been configured in hot-standby mode, start pinging server and remove cable from both interfaces one by one the ping should not interrupt.

HTH,
Devender
Impossible itself mentions "I m possible"
Patrice Le Guyader
Respected Contributor

Re: HP's Network Port Aggregation software

Hi,

The last time I used it we have lan interface such as lan900 in the lanscan output.

And if you have root access you can launch a lanadmin on this "card" on obtain something like this :

Output from /usr/sbin/lanadmin -x -v 900 :

Link Aggregate PPA # : 900
Number of Ports : 2
Ports PPA : 5 18
Link Aggregation State : LINKAGG AUTO
Group Capability : 5
Load Balance Mode : MAC Address based (LB_MAC)

You can see number of ports at 2, in this case it was 2 1Gb lancards.

Hope this helps
Kenavo
Pat
Good judgement comes with experience. Unfortunately, the experience usually comes from bad judgement.
praveen..
Super Advisor

Re: HP's Network Port Aggregation software

# lanscan
Hardware Station Crd Hdw Net-Interface NM MAC HP-DLPI DLPI
Path Address In# State NamePPA ID Type Support Mjr#
0/0/8/1/0/4/0 0x00306EB3D7AA 0 UP lan0 snap0 1 ETHER Yes 119
1/0/1/1/0/4/0 0x00306E197FFE 1 UP lan1 snap1 2 ETHER Yes 119
1/0/10/1/0 0x00306EF3650E 2 UP lan2 snap2 3 ETHER Yes 119

# ifconfig lan0
lan0: flags=1843
inet 170.120.10.26 netmask ffffff80 broadcast 170.120.10.127
# ifconfig lan1
ifconfig: no such interface
# ifconfig lan2
ifconfig: no such interface
#


so should i run this command:
#/usr/sbin/lanadmin -x -v 1
#/usr/sbin/lanadmin -x -v 2
#/usr/sbin/lanadmin -x -v 3

from which command I will get the information which i require to check whether this software has been installed or not and aggregation of two network cards

Please suggest

note: i dont require to make any changes, simply i need to check.

Bill Hassell
Honored Contributor

Re: HP's Network Port Aggregation software

Since you don't see any APA interfaces in lanscan (lan1, lan2, etc are normal LAN cards, not APA interfaces), you don't have APA configured. I would run swlist to see if the APA software has actually been installed.


Bill Hassell, sysadmin
Patrice Le Guyader
Respected Contributor

Re: HP's Network Port Aggregation software

Hi,

Try this to see as Bill said if the product has been installed :
swlist -l bundle -l product |grep J4240AA

Hope this help
Kenavo
Pat
Good judgement comes with experience. Unfortunately, the experience usually comes from bad judgement.
praveen..
Super Advisor

Re: HP's Network Port Aggregation software

# swlist -l bundle -l product | grep J4240AA
#

NO OUTPUT FROM THIDS COMMAND.


SO IS IT INSTALLED OR NOT?

PLEASE SUGGEST
Patrice Le Guyader
Respected Contributor

Re: HP's Network Port Aggregation software

Hi ,

As Bill Hassell said, it's not configured. I've it installed and I get 5 lines.

J4240AA.HP-APA-KRN B.11.11.07 HP Auto-Port Aggregation/9000 APA kernel products.
J4240AA.HP-APA-LM B.11.11.07 HP Auto-Port Aggregation/9000 LM commands.
J4240AA.HP-APA-SAM B.11.11.07 HP Auto-Port Aggregation/9000 APA SAM product.
J4240AA.HP-APA-FMT B.11.11.07 HP Auto-Port Aggregation/9000 APA formatter product.
J4240AA.HP-APA-RUN B.11.11.07 HP Auto-Port Aggregation/9000 APA command products.

I think it's not installed. Sorry.

Hope this helps
Kenavo
Pat
Good judgement comes with experience. Unfortunately, the experience usually comes from bad judgement.
Bill Hassell
Honored Contributor

Re: HP's Network Port Aggregation software

APA does require some networking expertise to properly configure the product. Apparently the sysadmin must have installed and configured the product on another system. Note also that you need compatible switches to take advantage of APA for both failover as well as aggragation.


Bill Hassell, sysadmin