- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- LAN fails at startup
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
06-20-2000 06:39 AM
06-20-2000 06:39 AM
LAN fails at startup
during startup I get two Fail signals on LAN configuration.
I had a look at the rc.log file and this is what I found:
ERROR: usage: add destination [netmask]gateway [metric]
/sbin/rc2.d/S370 named start
and:
ERROR: usage: add destination [netmask]gateway [metric]
/sbin/rc2.d/S440 named start
What I see gives me the idea that something with routing is not working.
What do I have to change?
Whitch file must I edit??
Thanks Sandro
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2000 06:52 AM
06-20-2000 06:52 AM
Re: LAN fails at startup
/etc/rc.config.d/netconf
there should be an entry for ROUTE_COUNT[0] make sure that the value is set.
good luck.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2000 06:57 AM
06-20-2000 06:57 AM
Re: LAN fails at startup
/etc/rc.config.d/netconf has to have correct settings and syntax. make sure ip, gateway , mask, broadcast, route count, etc. are all correct.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2000 06:57 AM
06-20-2000 06:57 AM
Re: LAN fails at startup
ROUTE_DESTINATION[1]=default
ROUTE_MASK[1]=""
ROUTE_GATEWAY[1]=192.14.16.254
ROUTE_COUNT[1]=1
ROUTE_ARGS[1]=""
(add a netmask or additional args as required).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2000 06:57 AM
06-20-2000 06:57 AM
Re: LAN fails at startup
Make a copy of the file edit the section that is as follows:
INTERFACE_NAME[0]=lan0
IP_ADDRESS[0]=W.X.Y.Z
SUBNET_MASK[0]=(Depends on Class)
BROADCAST_ADDRESS[0]=""
LANCONFIG_ARGS[0]="ether"
DHCP_ENABLE[0]=0
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2000 07:14 AM
06-20-2000 07:14 AM
Re: LAN fails at startup
Update the following with zero in the square brackets:
ROUTE_DESTINATION[0]=default
ROUTE_MASK[0]=""
ROUTE_GATEWAY[0]=W.X.Y.Z
ROUTE_COUNT[0]=1
ROUTE_ARGS[0]=""
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2000 07:18 AM
06-20-2000 07:18 AM
Re: LAN fails at startup
then net start
Cheers!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2000 07:35 AM
06-20-2000 07:35 AM
Re: LAN fails at startup
no way I tryed to configure netconf and parameteres you give me are the same but I always get the same error!!
Probably theres some strange beast inside!!
:))
Any other suggestions???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2000 08:01 AM
06-20-2000 08:01 AM
Re: LAN fails at startup
Is your system set up as a name server? If not, you can go into SAM and disable this service. If your system is set up as a name server, you may have problems with the configuration.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2000 08:01 AM
06-20-2000 08:01 AM
Re: LAN fails at startup
I suggest examining your named.boot file (man named for format) and searching the patch database for named patches.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2000 09:01 AM
06-21-2000 09:01 AM