HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- lan1 loose configuration rebooting the system
Operating System - HP-UX
1837937
Members
2171
Online
110124
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
Forums
Discussions
Discussions
Discussions
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
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
03-13-2003 03:46 AM
03-13-2003 03:46 AM
Hi,
everytime i reboot my D380/1 HP-UX 10.20 (A3577AR) the lan1 interface card (100BT) loose the right
IP address (from 10.0.10.1 to 0.0.0.0).
I use SAM to reconfigure manually the card after rebooting the system.
I get the following message in /etc/rc.log
......
Configure LAN interfaces
Output from "/sbin/rc2.d/S008net.sd start":
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ERROR: lan1 interface: ifconfig: ioctl (SIOCSIFADDR): Can't assign requested address
ERROR: add net xxx.xxx.xxx.xxx ........... Netmask is unreachable
" " "
" " "
"/sbin/rc2.d/S008net.sd start" FAILED
........
Configure HP100BT interfaces
Output from "/sbin/rc2.d/S320hpether start":
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
No 100BT device configured in system (btlan3)
"/sbin/rc2.d/S323hpbase100 start" SKIPPED
Configure HP GSC 100BT interfaces
Output from "/sbin/rc2.d/S331hpgsc100 start":
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ERROR: invalid duplex value for lan1 interface
......
"/sbin/rc2.d/S340net start" FAILED
and this is /etc/rc.config/netconf
......
INTERFACE_NAME[0]=lan0
IP_ADDRESS[0]=33.127.0.1
SUBNET_MASK[0]=255.255.0.0
BROADCAST_ADDRESS[0]=33.127.255.255
LANCONFIG_ARGS[0]="ether"
#DHCP_ENABLE[0]=0
INTERFACE_NAME[1]=lan1
IP_ADDRESS[1]=10.0.10.1
SUBNET_MASK[1]=255.255.0.0
BROADCAST_ADDRESS[1]=10.0.255.255
LANCONFIG_ARGS[1]="ether"
#DHCP_ENABLE[1]=0
........
RARPD=0
#IP_ADDRESS[1]=10.0.10.1
#SUBNET_MASK[1]=255.255.0.0
#INTERFACE_NAME[1]=lan1
#BROADCAST_ADDRESS[1]=10.0.255.255
#LANCONFIG_ARGS[1]="ether"
#DHCP_ENABLE[1]=0
DHCP_ENABLE[0]=0
DHCP_ENABLE[1]=0
.......
Any suggestion?
There is a way to resolve this problem?
Thanks.
everytime i reboot my D380/1 HP-UX 10.20 (A3577AR) the lan1 interface card (100BT) loose the right
IP address (from 10.0.10.1 to 0.0.0.0).
I use SAM to reconfigure manually the card after rebooting the system.
I get the following message in /etc/rc.log
......
Configure LAN interfaces
Output from "/sbin/rc2.d/S008net.sd start":
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ERROR: lan1 interface: ifconfig: ioctl (SIOCSIFADDR): Can't assign requested address
ERROR: add net xxx.xxx.xxx.xxx ........... Netmask is unreachable
" " "
" " "
"/sbin/rc2.d/S008net.sd start" FAILED
........
Configure HP100BT interfaces
Output from "/sbin/rc2.d/S320hpether start":
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
No 100BT device configured in system (btlan3)
"/sbin/rc2.d/S323hpbase100 start" SKIPPED
Configure HP GSC 100BT interfaces
Output from "/sbin/rc2.d/S331hpgsc100 start":
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ERROR: invalid duplex value for lan1 interface
......
"/sbin/rc2.d/S340net start" FAILED
and this is /etc/rc.config/netconf
......
INTERFACE_NAME[0]=lan0
IP_ADDRESS[0]=33.127.0.1
SUBNET_MASK[0]=255.255.0.0
BROADCAST_ADDRESS[0]=33.127.255.255
LANCONFIG_ARGS[0]="ether"
#DHCP_ENABLE[0]=0
INTERFACE_NAME[1]=lan1
IP_ADDRESS[1]=10.0.10.1
SUBNET_MASK[1]=255.255.0.0
BROADCAST_ADDRESS[1]=10.0.255.255
LANCONFIG_ARGS[1]="ether"
#DHCP_ENABLE[1]=0
........
RARPD=0
#IP_ADDRESS[1]=10.0.10.1
#SUBNET_MASK[1]=255.255.0.0
#INTERFACE_NAME[1]=lan1
#BROADCAST_ADDRESS[1]=10.0.255.255
#LANCONFIG_ARGS[1]="ether"
#DHCP_ENABLE[1]=0
DHCP_ENABLE[0]=0
DHCP_ENABLE[1]=0
.......
Any suggestion?
There is a way to resolve this problem?
Thanks.
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2003 04:01 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2003 04:51 AM
03-13-2003 04:51 AM
Re: lan1 loose configuration rebooting the system
Actually shouldn't the netmask for a Class A network be 255.0.0.0
10.0.10.1 being a Class A Ip Address, I think your netmask may be wrong.
One more thing to check cause I've seen this happen sometimes. Make sure that you don't have any old netconf, or netconf.old or any netconf files in your /etc/rc.config.d
10.0.10.1 being a Class A Ip Address, I think your netmask may be wrong.
One more thing to check cause I've seen this happen sometimes. Make sure that you don't have any old netconf, or netconf.old or any netconf files in your /etc/rc.config.d
Cooperation is doing with a smile what you have to do anyhow.
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
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP