Operating System - HP-UX
1751968 Members
4758 Online
108783 Solutions
New Discussion

Define INTERFACE_NAME[ ] in /etc/rc.config.d/netconf

 
kzqqql
Occasional Contributor

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.