- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Is apa configured correctly to use both nics
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
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
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
09-21-2006 08:41 AM
09-21-2006 08:41 AM
Is apa configured correctly to use both nics
# The HP_APA_INIT_ARGS are reserved by HP. They are NOT user changable.
HP_APA_START_LA_PPA=900
HP_APA_DEFAULT_PORT_MODE=MANUAL
HP_APA_USE_SYSLOG=1
HP_APA_INIT_ARGS="HP_APA_LOAD_BALANCE_MODE HP_APA_GROUP_CAPABILITY HP_APA_HOT_ST
ANDBY HP_APA_MANUAL_LA HP_APA_INIT HP_APA_KEY"
HP_APA_INTERFACE_NAME[0]=lan901
HP_APA_LOAD_BALANCE_MODE[0]=LB_MAC
HP_APA_MANUAL_LA[0]=3,4
and the hp_apaportconf has both of their HP_APAPORT_CONFIG_MODE[0]=MANUAL.
The 2 ports that it is attached to on the cisco switch are etherchanneled together.
The link is up and working; however it looks like most of the traffic is going in/out of lan4 and very little out of lan3 (from using glance with l option):
4 lan3 Lan 0.0/ 0.1 0.0/ 0.0 0.0/ 0.0 0.0/ 0.0
5 lan4 Lan 26364/ 25394 17065.8/15629.6 35311/ 34733 7357.2/5398.6
7 lan901 Lan 26364/ 25394 17065.8/15629.6 35311/ 34733 7357.2/5398.6
Is this "normal" or is there a way to make it load balance between the 2 ports?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2006 08:45 AM
09-21-2006 08:45 AM
Re: Is apa configured correctly to use both nics
netconf
hp_apaconf
hp_apaportconf
hpigelanconf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2006 09:14 AM
09-21-2006 09:14 AM
Re: Is apa configured correctly to use both nics
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2006 10:33 AM
09-21-2006 10:33 AM
Re: Is apa configured correctly to use both nics
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2006 11:10 AM
09-21-2006 11:10 AM
Re: Is apa configured correctly to use both nics
http://docs.hp.com/en/J4240-90035/ch02s04.html
This doc gives you in detail about settings.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2006 11:18 AM
09-21-2006 11:18 AM
Re: Is apa configured correctly to use both nics
your first doesn't show at all. Please check.
HP_APAPORT_INTERFACE_NAME[0]=lan3
HP_APAPORT_CONFIG_MODE[0]=MANUAL
HP_APAPORT_INTERFACE_NAME[1]=lan4
HP_APAPORT_CONFIG_MODE[1]=MANUAL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2006 11:30 AM
09-21-2006 11:30 AM
Re: Is apa configured correctly to use both nics
I don't know what other options might work, which I guess is why I was asking in the forum.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2006 01:23 AM
09-22-2006 01:23 AM
Re: Is apa configured correctly to use both nics
Talk to your network admin about switch settings and use above mode.
/etc/rc.config.d/hp_apaportconf
HP_APAPORT_INTERFACE_NAME[0]=lan3
HP_APAPORT_CONFIG_MODE[0]=LAN_MONITOR
HP_APAPORT_INTERFACE_NAME[1]=lan4
HP_APAPORT_CONFIG_MODE[1]=LAN_MONITOR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2006 09:08 AM
09-25-2006 09:08 AM
Re: Is apa configured correctly to use both nics
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2006 11:40 AM
10-01-2006 11:40 AM
Re: Is apa configured correctly to use both nics
You may want to try a different load balance algorithm by changing "HP_APA_LOAD_BALANCE_MODE[0]=LB_MAC" to
"HP_APA_LOAD_BALANCE_MODE[0]=LB_IP" or
"HP_APA_LOAD_BALANCE_MODE[0]=LB_PORT".
Note: inbound load balance are controlled by the switch. Check your switch configuration with regard to load balance algorithm. Newer cisco switches also support simlar algorithms like src/dst IP addresses based, src/dst TCP/UDP port based, etc.
From the glance output, LB_PORT may be a better choice than LB_MAC.
Please see the following link for more information: http://docs.hp.com/en/J4240-90031/apas04.html?btnNext=next%A0%BB