- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Define INTERFACE_NAME[ ] in /etc/rc.config.d/netco...
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
03-12-2013 11:22 PM
03-12-2013 11:22 PM
Define INTERFACE_NAME[ ] in /etc/rc.config.d/netconf
Hi Guru,
I am running HPUX 11.31, have 3 NICs, e.g. lan0, lan1, lan3
The pair (lan0, lan1) form LinkAggregate --> lan900
# lanscan -q
3
900 0 1
901
902
In the config file: /etc/rc.config.d/netconf
Do I have to define the NICs in these order:
INTERFACE_NAME[ 0] = lan0
..
INTERFACE_NAME[ 1] = lan1
..
INTERFACE_NAME[ 2] = lan3
..
When booting up the vPar I had error in Configuring LAN, and lan900 was not up. I checked the netconf file the order of lan0 & lan1 was reversed. I changed it back the order as above, LAN issue was fixed.
Someone suggested 'lan1' can be omitted in netconf. Please advise.
Thank you in advance.