- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- cannot start rpc.rstat?
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
10-31-2008 04:47 AM
10-31-2008 04:47 AM
2、 from /var/adm/syslog/syslog.log,shows /rpc.rstatd started, below is a part from syslog.log:
rpc.rstatd/udp: Added service, server /usr/lib/netsvc/rstat/rpc.rstatd
3、 but , #ps -ef|grep rstat ,didn't find rpc.rstat
4、whatis the problem ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2008 04:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2008 05:43 AM
10-31-2008 05:43 AM
Re: cannot start rpc.rstat?
2ã db2#[/]ps -ef | grep -i rpc
root 150 0 0 Oct 21 ? 0:00 krpckd
root 1970 1 0 Oct 21 ? 0:19 /opt/dce/sbin/rpcd
root 1371 1 0 Oct 21 ? 0:00 /usr/sbin/rpc.lockd
daemon 1365 1 0 Oct 21 ? 0:00 /usr/sbin/rpc.statd
root 1334 1 0 Oct 21 ? 0:00 /usr/sbin/rpcbind
root 2607 1 0 Oct 21 ? 0:00 /usr/sbin/rpc.mountd
root 25313 25206 0 21:43:47 pts/2 0:00 grep -i rpc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2008 06:21 AM
10-31-2008 06:21 AM
Re: cannot start rpc.rstat?
Regards
Sachit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2008 07:01 AM
10-31-2008 07:01 AM
Re: cannot start rpc.rstat?
<<
how did you added..?
Please see below example how entry on my
========================================
server
======
rpc dgram udp wait root /usr/lib/netsvc/rstat/rpc.rstatd 100001 2-4 rpc.rstatd
step 1:-
/usr/sbin/inetd -c
step 2:-
Restart Inetd daemon
===================
# /usr/sbin/inetd -k
# /usr/sbin/inetd -l
step 3:-
Inetd process not running
=======================
Solution:
********
# /sbin/init.d/inetd stop
# /sbin/init.d/inetd start
if not please take reboot
Thanks,
Best Regards,
Johnson
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2008 07:27 AM
10-31-2008 07:27 AM
Re: cannot start rpc.rstat?
i did as your steps;
still not work, i will find time reboot tomorrow.
thank u.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2008 07:47 AM
10-31-2008 07:47 AM
Re: cannot start rpc.rstat?
will register the process after you editted the inetd.config. you shouldn't need to do anything else.
HOWEVER, you won't see it "running" until after the first request.
so, on the box you "enabled" it on, try running:
rup
(substitute the correct name). If its working, you should get an "uptime" report, if not, it will say something along the lines of "process not registered".
You should not need to kill the inet daemon, stop / start it, or reboot.
If it doesn't start, you have something wrong in inetd.conf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2008 06:44 PM
10-31-2008 06:44 PM
Re: cannot start rpc.rstat?
1.problem solved. following the same steps as you pointed.
2.there is a delay? wait a moment and get the right answer.