- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- need to stop the "rlpdaemon"
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-26-2006 07:56 PM
06-26-2006 07:56 PM
I need to do this:
1. Kill all the errant “rlpdaemon” processes.
2. Kill the “rlpdaemon” parent process.
3. Change the “init” script so that “rlpdaemon” does not get started upon re-boot.
How to do it?
# ps -ef | grep -i rlpdaemon
root 6282 6233 0 02:54:00 pts/2 0:00 grep -i rlpdaemon
root 24728 1244 255 Jun 13 ? 18466:13 rlpdaemon -i
root 24740 1244 255 Jun 13 ? 18819:03 rlpdaemon -i
root 15737 1244 255 Jun 22 ? 5710:37 rlpdaemon -i
root 15770 1244 255 Jun 22 ? 5800:10 rlpdaemon -i
root 15758 1244 255 Jun 22 ? 5828:07 rlpdaemon -i
root 20575 1244 255 Jun 15 ? 15761:00 rlpdaemon -i
root 20594 1244 255 Jun 15 ? 15857:16 rlpdaemon -i
root 20369 1244 255 Jun 20 ? 8911:04 rlpdaemon -i
root 20605 1244 255 Jun 15 ? 15653:56 rlpdaemon -i
# cd /usr/sbin
# ll rlp*
-r-sr-xr-- 1 root lp 88740 Aug 26 2004 rlp
-r-sr-xr-x 1 root bin 178044 Aug 26 2004 rlpdaemon
-r-sr-xr-x 1 root bin 77748 Aug 26 2004 rlpstat
#
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2006 08:10 PM
06-26-2006 08:10 PM
Re: need to stop the "rlpdaemon"
Check from where "rlpdaemon" is started. There are two ways of doing it.
1) Thro' Inetd: Check /etc/inetd.conf and comment printer stream tcp nowait root /usr/sbin/rlpdaemon rlpdaemon -i
Restart Inetd daemon.
2) Thro' /sbin/rc: Kill all the process related to "rlpdaemon"
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2006 10:06 PM
06-26-2006 10:06 PM
Re: need to stop the "rlpdaemon"
and how to make not to get started upon reboot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2006 10:07 PM
06-26-2006 10:07 PM
Re: need to stop the "rlpdaemon"
If it starts from Inetd, comment #printer stream tcp nowait root /usr/sbin/rlpdaemon rlpdaemon -i in /etc/inetd.conf. If it is started by /sbin/rc, you need to kill.
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2006 03:42 PM
06-27-2006 03:42 PM
Re: need to stop the "rlpdaemon"
i killed all the rlpdaemon process usinh kill command, but this processes go started again.
not able to find the parent process.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2006 06:53 PM
06-27-2006 06:53 PM
Re: need to stop the "rlpdaemon"
how can i find the parent process
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2006 07:03 PM
06-27-2006 07:03 PM
Re: need to stop the "rlpdaemon"
You have to use # ps -ef |grep -i rlp
Check the third column for PPID>
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2006 07:28 PM
06-27-2006 07:28 PM
Re: need to stop the "rlpdaemon"
root 28886 28565 1 02:24:31 pts/10 0:00 grep -i rlp
# /usr/sbin/rlpdaemon start
# ps -ef | grep -i rlp
root 28895 28565 0 02:24:54 pts/10 0:00 grep -i rlp
# ps -ef | grep -i rlpdaemon
root 28900 28565 0 02:25:32 pts/10 0:00 grep -i rlpdaemon
# /usr/sbin/rlpdaemon stop
#
i killed all the rlpdaemon process some times before thatz why it is not showing any process now, but after sometime, it will show that rlpdaemon process is running.
i checked the /etc/inetd.conf, no entry is there for printer.
how to stop the parent process
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2006 07:47 PM
06-27-2006 07:47 PM
SolutionYou have to put comment in this two line of this two file :
1. /etc/services
rlp 39/udp resource # Resource Location Protocol
2./etc/inetd.conf
printer stream tcp nowait root /usr/sbin/rlpdaemon rlpdaemon -i
(Put comment on both entry rlp and printer)
And restart inted using # inetd -c
Remember this will stop LP print request to remote system.
Cheers,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2006 08:23 PM
06-27-2006 08:23 PM
Re: need to stop the "rlpdaemon"
Kindly check this page, http://docs.hp.com/en/B9106-90008/rlpdaemon.1M.html
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2006 08:30 PM
06-27-2006 08:30 PM
Re: need to stop the "rlpdaemon"
i will update you if it works
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2006 05:59 PM
06-30-2006 05:59 PM
Re: need to stop the "rlpdaemon"
i have made some entries in /etc/inetd.conf for "printer stream tcp nowait root /usr/sbin/rlpdaemon rlpdaemon -i" this line.
and #inetd -c
#/usr/sbin/rlpdaemon stop
#
but please let me know 1st line will start the rlpdaemon or stop the daemon.
i need to stop the rlpdaemon.
#ps -ef | grep -i rlpdaemon
root 23399 23241 0 00:56:25 pts/5 0:00 rlpdaemon -i
:::::::::::::::::::::
how to permanently stop it?