- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Stopping RPC
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-13-2004 03:07 AM
02-13-2004 03:07 AM
Does anyone know what the consequence of this would be.
What hangs off it.
Any Ideas would be appreciated
Cheers
Rich
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2004 03:17 AM
02-13-2004 03:17 AM
SolutionRPC (remote procedure calls) is used by quite a few services on the system. Some of them are in /etc/inetd.conf and are mostly commented out. The rpcd|dced daemon is used by tools like openview, omniback, measureware|perfview softwares. So, look at the documentation of your additional softwares for their dependencies on dced|rpcd.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2004 03:18 AM
02-13-2004 03:18 AM
Re: Stopping RPC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2004 03:19 AM
02-13-2004 03:19 AM
Re: Stopping RPC
NFS would be the major user of RPC.
Can stop it with
/sbin/init.d/nfs.server stop
/sbin/init.d/nfs.client stop
/sbin/init.d/nfs.core stop
Then edit /etc/rc.config.d/nfsconf & set
NFS_SERVER=0
NFS_CLIENT=0
AUTOMOUNT=0
START_MOUNTD=0
AUTOFS=0
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2004 03:23 AM
02-13-2004 03:23 AM
Re: Stopping RPC
Cheers
How do i add points ?
where is the option
Cheers for that
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2004 03:32 AM
02-13-2004 03:32 AM
Re: Stopping RPC
If you don't need these then you can stop this by
/sbin/init.d/nfs client stop
/sbin/init.d/nfs server stop
also change flag to 0 in this file.
/etc/rconfig.d/nfsconf
you can stopopenview rpcd by
/sbin/init.d/Rpcd stop
and change flag to 0
in /etc/rc.config.d/Rcpd file
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2004 03:48 AM
02-13-2004 03:48 AM
Re: Stopping RPC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2004 07:17 AM
02-13-2004 07:17 AM
Re: Stopping RPC
... thanks, I forgot that command (that is why I was looking at this thread!!)
Rich
To assign points login in as yourself & then go to this thread. There should be dropdown menus for each reply (except yours) select the appropriate points then at the bottom is a submit button.
Regards
Tim