HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Missing services from rpcinfo
Operating System - HP-UX
1832645
Members
2911
Online
110043
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
11-02-2007 07:56 PM
11-02-2007 07:56 PM
Missing services from rpcinfo
Following some investigations into some NFS mount issues I've issued the rpcinfo -p hostname command and its come back with the following output
program vers proto port service
100000 4 tcp 111 rpcbind
100000 3 tcp 111 rpcbind
100000 2 tcp 111 rpcbind
100000 4 udp 111 rpcbind
100000 3 udp 111 rpcbind
100000 2 udp 111 rpcbind
Has anyone got any ideas about how to get the rest of the services to appear ( without a reboot preferably)
Thanks
program vers proto port service
100000 4 tcp 111 rpcbind
100000 3 tcp 111 rpcbind
100000 2 tcp 111 rpcbind
100000 4 udp 111 rpcbind
100000 3 udp 111 rpcbind
100000 2 udp 111 rpcbind
Has anyone got any ideas about how to get the rest of the services to appear ( without a reboot preferably)
Thanks
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2007 03:48 AM
11-03-2007 03:48 AM
Re: Missing services from rpcinfo
Hi Kevin,
Is this server nfs client or nfs server.
check /etc/rc.config.d/nfsconf and set the
variables properly , depending if its a NFS client or server.
then run
/sbin/init.d/nfs.client start
OR
/sbin/init.d/nfs.server start
the do ps -ef|grep nfs
and ps -ef|grep rpc.mountd
now rpcinfo -p hostname should be able to show the other services.
Regards,
RD
Is this server nfs client or nfs server.
check /etc/rc.config.d/nfsconf and set the
variables properly , depending if its a NFS client or server.
then run
/sbin/init.d/nfs.client start
OR
/sbin/init.d/nfs.server start
the do ps -ef|grep nfs
and ps -ef|grep rpc.mountd
now rpcinfo -p hostname should be able to show the other services.
Regards,
RD
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2007 04:38 PM
11-04-2007 04:38 PM
Re: Missing services from rpcinfo
Kevin,
In the /etc/rc.config.d/nfsconf file, make sure the NFS_SERVER and START_MOUNTD variables are set to 1, as follows:
NFS_SERVER=1
START_MOUNTD=1
Issue the following command to run the NFS startup script:
/sbin/init.d/nfs.server start
The NFS startup script uses the variables in /etc/rc.config.d/nfsconf to determine which processes to start.
The START_MOUNTD variable causes the NFS startup script to start rpc.mountd, the mount daemon.
WK
Problem never ends, you must know how to fix it
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP