- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Automatic Port Aggregation
Operating System - HP-UX
1819984
Members
4075
Online
109608
Solutions
Forums
Categories
Company
Local Language
юдл
back
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
юдл
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
тАО12-19-2005 02:34 AM
тАО12-19-2005 02:34 AM
Hello colleagues,
if I've already configured LAN #0 on my machine, can I set up a link aggregate using a not configured card, and "move" the LAN #0 IP to the new interface?
ciao
Enrico
if I've already configured LAN #0 on my machine, can I set up a link aggregate using a not configured card, and "move" the LAN #0 IP to the new interface?
ciao
Enrico
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-19-2005 03:48 AM
тАО12-19-2005 03:48 AM
Re: Automatic Port Aggregation
You don't really "move" an ip - you setup the aggregate in one of the following ways:
MANUAL Use this mode to configure link aggregates if the server connects to a switch that supports only manual configuration. This mode requires the switch to support link aggregation. In the event of a link failure, APA automatically migrates the data flow from the failed link to another link in the aggregation.
FEC_AUTO Use this mode to configure link aggregates connected to a switch that supports the Cisco Fast EtherChannel protocol (PAgP). This mode requires the switch to support the PAgP (FEC) protocol. In the event of a link failure, PAgP automatically migrates the data flow from the failed link to another link in the aggregation.
LACP_AUTO Use this mode to automatically aggregate links connected to IEEE 802.3ad (LACP) supported switches. This mode requires the switch to support the LACP protocol. In the event of a link failure, LACP automatically migrates the data flow(s) from the failed link to another link in the aggregation.
LAN_MONITOR Use this mode to configure failover groups. In the event of a link failure, the LAN Monitor software automatically migrates the data flow from the primary link to one of the standby links in the failover group. Failover groups do not support HP Serviceguard. The mode does not strictly require the switch to support link aggregation, although some configurations might require the switch to support link aggregation.
More info available here:
http://docs.hp.com/en/J4240-90031/index.html
Rgds...Geoff
MANUAL Use this mode to configure link aggregates if the server connects to a switch that supports only manual configuration. This mode requires the switch to support link aggregation. In the event of a link failure, APA automatically migrates the data flow from the failed link to another link in the aggregation.
FEC_AUTO Use this mode to configure link aggregates connected to a switch that supports the Cisco Fast EtherChannel protocol (PAgP). This mode requires the switch to support the PAgP (FEC) protocol. In the event of a link failure, PAgP automatically migrates the data flow from the failed link to another link in the aggregation.
LACP_AUTO Use this mode to automatically aggregate links connected to IEEE 802.3ad (LACP) supported switches. This mode requires the switch to support the LACP protocol. In the event of a link failure, LACP automatically migrates the data flow(s) from the failed link to another link in the aggregation.
LAN_MONITOR Use this mode to configure failover groups. In the event of a link failure, the LAN Monitor software automatically migrates the data flow from the primary link to one of the standby links in the failover group. Failover groups do not support HP Serviceguard. The mode does not strictly require the switch to support link aggregation, although some configurations might require the switch to support link aggregation.
More info available here:
http://docs.hp.com/en/J4240-90031/index.html
Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-19-2005 04:02 AM
тАО12-19-2005 04:02 AM
Re: Automatic Port Aggregation
You could, but it wouldn't be lan0 any more. APA link aggregates typically start at lan900. And you'd get all sorts of errors moving forward if you have the original NIC off the aggregate on a permanent basis moving forward.
If you're just trying to set up an existing IP on a different NIC, you're better off just doing it right. If you get your command line parms figured out correctly, you can even execute the "ifconfig lan0 unplumb; ifconfig lan netmask " command so that there's <1 sec disruption to your IP's uptime. (Do this from the console, and not a remote telnet/ssh session!)
If you're just trying to set up an existing IP on a different NIC, you're better off just doing it right. If you get your command line parms figured out correctly, you can even execute the "ifconfig lan0 unplumb; ifconfig lan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-19-2005 04:03 AM
тАО12-19-2005 04:03 AM
Solution
Enrico,
if you no longer wish to use lan0...then yes you can move the ip over to your new lan card (configured as an APA interface)...just make sure to modify the /etc/rc.config.d/netconf file. Use lanscan -a to verify your APA lan id# (i.e. lan900)....also you can use lanadmin to configure your lancards (if you need to set them to auto-neg)
Something to keep in mind (which I'm sure the link mentioned in the previous post) when setting up channeling...your 2 lan interfaces need to be connected to the same switch. If you wish to be fully redundant then set them up on separate switches (for MANUAL mode).
files to be configured for APA are gonna be the apaconf and apaportconf files in /etc/rc.config.d.
if you no longer wish to use lan0...then yes you can move the ip over to your new lan card (configured as an APA interface)...just make sure to modify the /etc/rc.config.d/netconf file. Use lanscan -a to verify your APA lan id# (i.e. lan900)....also you can use lanadmin to configure your lancards (if you need to set them to auto-neg)
Something to keep in mind (which I'm sure the link mentioned in the previous post) when setting up channeling...your 2 lan interfaces need to be connected to the same switch. If you wish to be fully redundant then set them up on separate switches (for MANUAL mode).
files to be configured for APA are gonna be the apaconf and apaportconf files in /etc/rc.config.d.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP