- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to stop bootps?
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-07-2005 11:54 AM
тАО03-07-2005 11:54 AM
I did a inetd -c after commented out the following in /etc/inetd.conf
#bootps dgram udp wait root /usr/lbin/bootpd bootpd
but the port is still listening:
# lsof -i udp:67
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
bootpd 4663 root 0u inet 0x4dd4d4c0 0t0 UDP *:bootps (Idle)
bootpd 4663 root 1u inet 0x4dd4d4c0 0t0 UDP *:bootps (Idle)
bootpd 4663 root 2u inet 0x4dd4d4c0 0t0 UDP *:bootps (Idle)
How to stop this service?
Thanks in advance,
YC
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-07-2005 12:07 PM
тАО03-07-2005 12:07 PM
Solutionagain in future. But if bootpd is already running on
your system, it will still continue to run unless someone
kills it. So just "kill -9" bootpd process and inetd will
stop it from starting again.
- Biswajit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-07-2005 12:44 PM
тАО03-07-2005 12:44 PM
Re: How to stop bootps?
If you boot Ignite clients off this server, you need to have this service running. The fact that you have these processes running may indicate they are being used for something.
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
тАО03-07-2005 02:27 PM
тАО03-07-2005 02:27 PM
Re: How to stop bootps?
1, #vi /etc/services
#bootps 67/udp # Bootstrap Protocol Server
#bootpc 68/udp # Bootstrap Protocol Client
rem both line by (#)
2, find bootp deamon by
# ps -ef|grep boot
root 26586 1 0 Jan 27 ? 0:01 /usr/sbin/rbootd
root 27858 22879 0 10:25:32 pts/0 0:00 grep boot
3. Kill old process:
# kill -9 26586
That's all
HTH
Regard
tienna
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-08-2005 09:09 PM
тАО03-08-2005 09:09 PM
Re: How to stop bootps?
To stop a service you should comment it out from "/etc/inetd.conf" then refresh inetd.