- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- DHCP error: please help
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
07-21-2004 02:31 AM
07-21-2004 02:31 AM
DHCP error: please help
I have a RP5470 running on HP unix 11.00 and whenever it boot up, it gave this error in the gsp log and before it process all the hardware it gave a dhcp error. Attach is a copy of the error capture from the console screen.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2004 02:39 AM
07-21-2004 02:39 AM
Re: DHCP error: please help
Since most servers are configured with fixed IP addresses, dhcp is not utually set.
I would as root run set_parms and make sure you answer the question about dhcp as no. Thats the fast way.
You could look for errors in the following files:
/etc/dhcpdb
/etc/dhcptab
or turn of dhcp in the file:
/etc/rc.config.d/netconf
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2004 02:53 AM
07-21-2004 02:53 AM
Re: DHCP error: please help
The current setting on my server in /etc/rc.config.d/netconf is
DHCP_ENABLE[0]=0 this is for lan0
DHCP_ENABLE[1]=0 this is for lan1
and howcome the dhcp was enable???
Advice
Regards
Vincent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2004 03:39 AM
07-21-2004 03:39 AM
Re: DHCP error: please help
Remove the entry in /etc/rc.config.d/netconf for lan[1] and execute /sbin/rc to analyse the change of dhcp now without any reboot on command line.
#/sbin/rc
..... analysis ....
Log(s) are stored in /etc/auto_parms.log file.
I have disabled dhcp and getting as
Jul 21 05:18:40: DHCP is disabled for: lan0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2004 05:12 AM
07-21-2004 05:12 AM
Re: DHCP error: please help
If you have only one Network Interface Card (NIC) in the
/etc/rc.config.d/netconf file the
INTERFACE_NAME[x]=lan0 where NAME[x] must start with a '0'
and not 1,2,3 etc
Also you must remove the /tmp/install.vars file if you have one.
Reboot the system after making these changes and that should resolve the
problem.
Regards
Shine
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2004 05:22 AM
07-21-2004 05:22 AM
Re: DHCP error: please help
/etc/rc.config.d/netconf
/sbin/init.d/net
files if you can post/attach them here
if the dhcp was disabled in the netconf file, it should not try starting it but again someone may have modified your "net" script under /sbin/init.d
points to check.
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2004 01:14 PM
07-21-2004 01:14 PM
Re: DHCP error: please help
Thanks for the info, the current configuration in my /etc/rc.config.d/netconf is
#INTERFACE_NAME[0]=lan0
#IP_ADDRESS[0]=170.178.196.24
#SUBNET_MASK[0]=255.255.255.0
#BROADCAST_ADDRESS[0]=""
#INTERFACE_STATE[0]=""
#DHCP_ENABLE[0]=0
INTERFACE_NAME[1]=lan1
IP_ADDRESS[1]=170.178.196.24
SUBNET_MASK[1]=255.255.255.0
BROADCAST_ADDRESS[1]=""
INTERFACE_STATE[1]=""
DHCP_ENABLE[1]=0
As you can see from the config file, lan0 is already disable, I disable it through sam and only lan1 is running. So what causes the dhcp to run???
Regards
Vincent