- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- bootpd cannot launch
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
02-02-2004 11:59 PM
02-02-2004 11:59 PM
I have a HP B.10.20 U 9000/778 workstation.I change the IP_address and Gataway to a new one.the bootpd can not launch.I checked the file: /usr/adm/syslog/syslog.log and found some differents between the original ip_address and the new ip_addtess, I'd like to know what it means.
the original:
Feb 3 19:56:08 I58PO11 bootpd[739]: bootpd 2.4 #1.17.112.7: Tue Dec 22 09:42:05
GMT 1998
Feb 3 19:56:08 I58PO11 bootpd[739]: reading "/etc/dhcptab"
Feb 3 19:56:08 I58PO11 bootpd[739]: group count: 0
Feb 3 19:56:08 I58PO11 bootpd[739]: reading "/etc/bootptab"
the new address is:
Feb 3 19:35:38 I58PO11 bootpd[2304]: bootpd 2.4 #1.17.112.7: Tue Dec 22 09:42:0
5 GMT 1998
Feb 3 19:35:38 I58PO11 bootpd[2304]: bind: Address already in use
Feb 3 19:37:26 I58PO11 syslog: su : + ttyp3 root-service1
who could please to help me.I will very be thankful.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2004 12:03 AM
02-03-2004 12:03 AM
Re: bootpd cannot launch
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2004 01:52 AM
02-03-2004 01:52 AM
Re: bootpd cannot launch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2004 04:27 PM
02-03-2004 04:27 PM
Re: bootpd cannot launch
The new address is unique address.
dear Mr.Kenneth Platz
I didn't find any 67? by the command you told me.you can see attach file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2004 04:32 PM
02-03-2004 04:32 PM
Re: bootpd cannot launch
For me it looks like the bootpd process is using some port and the inetd is trying to re-start it and thus the message that the port is already in use.
Did you kill any inetd/bootpd process.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2004 06:33 PM
02-03-2004 06:33 PM
Re: bootpd cannot launch
ps -ef|grep bootpd , nothing displayed. if I change IP_address to others C-class or original one , reboot then everything's ok .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2004 01:57 AM
02-05-2004 01:57 AM
SolutionBootp is spawned by "inetd", and therefore it shouldn't be started by hand. Do you have an entry in your /etc/inetd.conf for bootps? It should appear similar to the following:
bootps dgram udp wait root /usr/lbin/bootpd bootpd
If this is the case, then all you will need to do is bring up a client that runs a bootp request, and this should successfully launch bootpd.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2004 07:43 PM
02-09-2004 07:43 PM
Re: bootpd cannot launch
thank you!