- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- RPC/Linux
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
07-17-2003 10:51 AM
07-17-2003 10:51 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2003 12:10 PM
07-17-2003 12:10 PM
Solutionrpc.statd and the portmap daeomons.
rpc.statd is being started by the nfslock on my box. portmap is started by init.
chkconfig --list nfslock
chkconfig --list portmap
--balaji(yawn!!!!)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2003 12:14 PM
07-17-2003 12:14 PM
Re: RPC/Linux
Then look at /etc/rc.d/rc0.d to rc5.d to see at which level these processes are started (S) or killed (K). Then you'll know what is started, not stopped, so running.
You could search also by chkconfig --list | grep r*, but you'll get a long list with false returns.
hope this helps.
J
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2003 12:30 PM
07-17-2003 12:30 PM
Re: RPC/Linux
service nfslock status
service portmap status
will show the status of the deamons
Caesar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2003 12:41 PM
07-17-2003 12:41 PM
Re: RPC/Linux
# rpcinfo -p
Obviously
man page, as always, helps! :-)
ciao
Claudio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2003 03:42 AM
07-18-2003 03:42 AM
Re: RPC/Linux
to check if you have the 2 process present do
ps -ef | grep -i "rpc"
or do
/etc/init.d/nfslock status
/etc/init.d/portmap status
to start or stop process do logged in as root
/etc/init/d/nsflock start
/etc/init/d/portmap start
also valid are the stop, restart commands.
P.S. dont forget to give us point if you found some of theses reply's usefull, thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2003 04:10 AM
07-18-2003 04:10 AM
Re: RPC/Linux
and this then did show me you already had given points.
It seem's that by the time I get a chance to help 12 hours have passed by, If I wanted to answer I would have to do it early morning +- 02:00 <-> 04:00 Belgium time.. I am an early bird but not that early.
But I am drifting, the lessons is learned always do a refresh check user profile and time of call before typping any things out of pace &.
once again please forgive.
Jean-Pierre