- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: HP AutoPort Aggregation
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
02-20-2003 07:14 AM
02-20-2003 07:14 AM
HP AutoPort Aggregation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2003 07:19 AM
02-20-2003 07:19 AM
Re: HP AutoPort Aggregation
Depending on the card type, there will be a file in /etc/rc.config.d - named like hpbase100conf or hppci100conf or such that can be edited to *lock* these values at boot time.
Run
ioscan -fnC lan
and note the driver the cards are using as that will determine which file to use.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2003 07:21 AM
02-20-2003 07:21 AM
Re: HP AutoPort Aggregation
Depending on the interface type (pci, hsc etc), edit the corresponding /etc/rc.config.d/hp*type*conf and add the following entry
HP_PCI100_INTERFACE_NAME[0]=lan900
HP_PCI100_SPEED[0]=100FD
In the above example, you are using PCI interfaces and the configured APA interface is lan200.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2003 07:21 AM
02-20-2003 07:21 AM
Re: HP AutoPort Aggregation
Run ioscan -fnkC lan , this will list your lan cards.
Then change the approprate file
for example etc/rc.config.d/hpbase100conf file:
HP_BASE100_INTERFACE_NAME[0]=lan0
HP_BASE100_STATION_ADDRESS[0]=0x108319e192
HP_BASE100_SPEED[0]=100FD
Goodluck..
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2003 07:28 AM
02-20-2003 07:28 AM
Re: HP AutoPort Aggregation
They advised me to put a line in:
/etc/rc.config.d/hpbasetconf
DUPLEX=100FD
I've looked on our 11.0 box and there's a similar file
/etc/rc.config.d/hpbtlanconf with a comment about changing things with lanadmin....
Hmmmm, I'm rambling I'll write again when I know what I'm talking about.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2003 07:35 AM
02-20-2003 07:35 AM
Re: HP AutoPort Aggregation
HP_APAPORT_CONFIG_MODE[0]=MANUAL
Does this have anything to do with it?
There's more in /etc/rc.config.d/hp_apaconf, that's another one with warning don't touch it all over it though.
Can you tell I'm new to APA?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2003 07:40 AM
02-20-2003 07:40 AM
Re: HP AutoPort Aggregation
you will need to config the config file of the lan , find out what is the driver with the command : ioscan -fnkClan
see the driver that you are working .
change the config file :
driver /etc/rc.config.d/
btlan0 hpeisabtconf
btlan hpbtlanconf
btlan1 hpbasetconf
btlan3 hpbase100conf
btlan4 hpgsc100conf
btlan5 hppci100conf
btlan6 hpsppci100conf
and put over there :
form hpbasetconf
HP_BASET_INTERFACE_NAME[0]=lan0
HP_BASET_STATION_ADDRESS[0]=
HP_BASET_SPEED[0]=100FD
also check the switch that are config at 100FD and not auto-didect
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2003 03:57 PM
02-20-2003 03:57 PM
Re: HP AutoPort Aggregation
one more thing, I just want to know if you got autoport aggregation free or you paid for the license. ~3 years ago I used it on K460 and I got that free from app cd, but now it seems to be a licensed product. Can you please let me know..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2003 11:30 AM
02-21-2003 11:30 AM
Re: HP AutoPort Aggregation
The "MANUAL" setting in the APA config files has nothing (iirc) to do with the duplex settings on the physical NICs. It relates instead to the aggregation protocol that will (or will not) be used on the aggregate. More on APA can be found in the online docs at http://docs.hp.com/ - perhaps even stuff that will correct things I've said here :)
My _personal_ suggestion is that unless you have a priori knowledge that the NICs in your system cannot autoneg with your switch(es) that you use autoneg everywhere instead of hardcoding. However, if you do need to hardcode, you must hardcode everytyhing everywhere to the same values, or some helpful person neatening-up the cables in the wiring closet will ruin your whol network.