- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to stop DCE RPC daemon.
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
04-17-2001 10:48 AM
04-17-2001 10:48 AM
The DCE RPC daemon is running.
How to stop this DCE RPC daemon.
I tried the command dce_config and selected the option number 3 to stop dce daemon.
But when I checked with #ps -ef|grep dce
It shows that foll. dce daemon is still running.
..../opt/dce/sbin/rpcd
Thanks,
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2001 10:52 AM
04-17-2001 10:52 AM
Re: How to stop DCE RPC daemon.
cd /sbin/init.d
./Rpcd stop
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2001 10:56 AM
04-17-2001 10:56 AM
Re: How to stop DCE RPC daemon.
/sbin/init.d/dce stop
...jcd...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2001 11:24 AM
04-17-2001 11:24 AM
SolutionRPC is used for a number of things and is the default daemon.
If DCE is actually running, then you will not have rpcd, you will have dced, cdsd, etc.
DCE can be stopped by /sbin/init.d/dce stop
and replace the stop with start after you are done.
These daemons can also be killed with a -9 without doing any harm.
I would assume that the install would start them back up, but if only rpcd was running, just /sbin/init.d/rpcd start
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2001 03:04 PM
04-17-2001 03:04 PM
Re: How to stop DCE RPC daemon.
to start again.../sbin/init.d/dce start
It should start rpcd, if not..run /opt/dce/sbin/rpcd
Hope this helps
Vikas