- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Configure LAN interfaces Failed
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
Discussions
Discussions
Discussions
Forums
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
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-10-2003 02:12 PM
тАО03-10-2003 02:12 PM
Configure LAN interfaces Failed
When I reboot my L2000 class HPUX 11.00
I get the following message in /etc/rc.log
Configure LAN interfaces
Output from "/sbin/rc2.d/S340net start":
----------------------------
ERROR: Failed to add route entry because its interface is not
yet initialized. May need to add this route entry with
a route commad after the interface is up :
netmask: bad value
"/sbin/rc2.d/S340net start" FAILED
When I tryed manually to /sbin/init.d/net start I get the same message
Anyone ? any idea why?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-10-2003 02:15 PM
тАО03-10-2003 02:15 PM
Re: Configure LAN interfaces Failed
Do you have the network I/F & route parameters defined int /etc/rc.config.d/netconf?
They have to be there to survive reboots.
If you initially set these up with SAM or the installer, they should be. If done manually vi ifconfig & route commands they won't. You'll have to add them manually
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-10-2003 02:19 PM
тАО03-10-2003 02:19 PM
Re: Configure LAN interfaces Failed
btlan hpbtlanconf
btlan0 hpeisabtconf
btlan1 hpbasetconf
btlan3 hpbase100conf Internal (core) LAN card
btlan4 hpgsc100conf
btlan5 hppci100conf "external" PCI card A5230A
btlan6 hpsppci100conf V-class PCI lan card
gelan hpgelanconf GigaBit card A4926A
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-10-2003 02:36 PM
тАО03-10-2003 02:36 PM
Re: Configure LAN interfaces Failed
#For default route
ROUTE_DESTINATION[0]=0.0.0.0
ROUTE_MASK[0]=255.0.0.0
ROUTE_GATEWAY[0]=192.168.100.2
ROUTE_COUNT[0]=1
ROUTE_ARGS[0]=""
#For additional route
ROUTE_DESTINATION[1]=net 12.0.0.0
ROUTE_MASK[1]=255.0.0.0
ROUTE_GATEWAY[1]=192.168.100.2
ROUTE_COUNT[1]=1
ROUTE_ARGS[1]=""
NOTE the indices [0] and [1]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-10-2003 03:18 PM
тАО03-10-2003 03:18 PM
Re: Configure LAN interfaces Failed
ndd -set /dev/ip ip_check_subnet_addr 0
To make it survive the reboot:
edit /etc/rc.config.d/nddconf file:
TRANSPORT_NAME[0]=ip
NDD_NAME[0]=ip_check_subnet_addr
NDD_VALUE[0]=0
Use the next higher integer in the []'s if you already have entries.
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-10-2003 09:10 PM
тАО03-10-2003 09:10 PM
Re: Configure LAN interfaces Failed
i.e. 255.255.255.252
1 - subnet/network address
2 - host addresses, and
1 - broadcast address.
And you're using either the network address, or the broadcast address.
Jon