- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- rpc detail
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
09-24-2006 06:28 PM
09-24-2006 06:28 PM
I need to find out the installation detail for rpc services. swlist did not show anything. is it a prt of nfs?
Regards,
Ahmed
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2006 06:43 PM
09-24-2006 06:43 PM
Re: rpc detail
Swlist -> will display about your Installed software and patches.
Check with nslookup, type your system name and check whether name resolution is happening or not?
Regards,
Sudhakaran.K
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2006 06:49 PM
09-24-2006 06:49 PM
Re: rpc detail
with "swlist -l product | grep rpc" nothing display back.
there is no problem with rpc services, all i need to know is the installation detail like version etc.
rgds,
Ahmed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2006 04:30 AM
09-25-2006 04:30 AM
Re: rpc detail
if you want to determine the name of the package, which contained a specific existing file (which was installed via swinstall), use
swlist -l file | fgrep /path/to/file_or_dir
This command may take a while, but will give you the requested information.
mfG Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2006 04:34 AM
09-25-2006 04:34 AM
SolutionStart NFS core subsystem
Output from "/sbin/rc2.d/S400nfs.core start":
----------------------------
starting NFS CORE networking
starting up the rpcbind
/usr/sbin/rpcbind
starting up the nfskd daemon
/usr/sbin/nfskd
or also check
# ps -ef |grep rpc
root 775 1 0 Sep 12 ? 0:00 /usr/sbin/rpcbind
root 1168 1 0 Sep 12 ? 1:14 /opt/dce/sbin/rpcd
root 1605 1 0 Sep 12 ? 0:00 /usr/sbin/rpc.mountd
root 1634 1 0 Sep 12 ? 0:00 /usr/sbin/rpc.statd
root 1640 1 0 Sep 12 ? 0:00 /usr/sbin/rpc.lockd
root 2997 811 0 Sep 14 ? 0:00 /usr/dt/bin/rpc.ttdbserver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2006 04:58 AM
09-25-2006 04:58 AM
Re: rpc detail
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2006 05:06 AM
09-25-2006 05:06 AM
Re: rpc detail
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2006 04:26 PM
09-25-2006 04:26 PM