- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: network interfaces and auto-port 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
07-08-2002 05:20 PM
07-08-2002 05:20 PM
With APA is it necessary to bring the 2nd NIC up as a standalone eg with its own IP address etc before it can be included in a link aggregation? If so are there any problems adding an IP address from the same subnet.
Cheers
Steph
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2002 06:53 PM
07-08-2002 06:53 PM
Re: network interfaces and auto-port aggregation.
Using 'lanscan' will show you the 'hardware' state of the NIC.
To configure you card using 'ifconfig', see the example, also be careful that you have the correct netmask.
# ifconfig lan2 10.20.1.1 up netmask 255.255.0.0
I would say that the card has to be up in order to be able to use it. Note the comments in this posting:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x9ec291ccb36bd611abdb0090277a778c,00.html
I would avoid using more than one card on the same subnet where possible. You may need to change some settings using 'ndd' and even these may not work.
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2002 08:28 PM
07-08-2002 08:28 PM
Solutionhttp://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/J4240-90016/J4240-90016_top.html&con=/hpux/onlinedocs/J4240-90016/00/00/25-con.html&toc=/hpux/onlinedocs/J4240-90016/00/00/25-toc.html&searchterms=aggregation&queryid=20020708-213720
The details on setting up APA are in the install/config section.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2002 11:50 PM
07-08-2002 11:50 PM
Re: network interfaces and auto-port aggregation.
APA is construcyted this way that only one IP is needed , you don't even need an IP on the primary lan , there are 2 way of getting the card in apa , manually by defining them , or automatic by letting apa at startime aggregate all possible interfaces , the IP isself is set on the apa lan id lan1xx , the cards are in fact not configured at all the product bundles them into one virtual lancard which then receives the ip you want through ifconfig on the apa lan id , tas said using IP in the same range on 2 different lan interfaces isn't allowed because the network stack cannot handle it , there is no unique identifier to a given network anymore , I refer to the docs.hp.com
website , lots of doc on APA (including an install guide are to be found there)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2002 05:32 AM
07-10-2002 05:32 AM
Re: network interfaces and auto-port aggregation.
In order for an APA link to form, there must not be ANY IP addresses ifconfig'd on the lan NIC's. Otherwise you'll see an error and the lan aggregate will not form.
If you presently have lan0 in your netconf, just change that to lan900, which will be the lan formed by APA. Of course make sure you get the rest of the hp_apaconf and hp_apaportconf files set up too, per the manual. Its really pretty easy once you do it a couple of times.
On my system what I did was to remote the IP addresses and unplumb the lan cards being used in the aggregate, then edited the config files, and ran /sbin/init.d/hpapa start, and verified the lan aggegate was up e.g. with lanscan -q and lanadmin -x -v 900. After that, ifconfig lan900 inet 192.168.1.1 up and it came up and ran fine.
Hope this helps,
-> Brian Hackley
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2002 03:14 PM
07-10-2002 03:14 PM
Re: network interfaces and auto-port aggregation.
Will let know then how it all goes.
Cheers
Steph
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2002 07:00 PM
07-22-2002 07:00 PM
Re: network interfaces and auto-port aggregation.
Cheers
Steph