- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- nfs mount: get_fh: sapdev:: RPC: Program not regis...
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-18-2004 07:50 PM
02-18-2004 07:50 PM
nfs mount: retry: giving up on: /usr/sap/trans/data
nfs mount: get_fh: sapdev:: RPC: Program not registered
nfs mount: get_fh: sapdev:: RPC: Program not registered
nfs mount: retry: retrying(1) for: /usr/sap/trans/cofiles after 5 seconds
nfs mount: retry: giving up on: /usr/sap/trans/cofiles
I check the nfs.server are running in sapdev..
in the mount list they are several mounts that successfully mounted.. only these mount poin that could not get mounted
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2004 07:57 PM
02-18-2004 07:57 PM
Re: nfs mount: get_fh: sapdev:: RPC: Program not registered
"cd /sbin/init.d"
"./nfs.client stop"
"./nfs.server stop"
"./nfs.core stop"
"./Rpcd stop"
Then do these commands again, in reverse order, changing "stop" to "start"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2004 08:00 PM
02-18-2004 08:00 PM
Re: nfs mount: get_fh: sapdev:: RPC: Program not registered
#rpcinfo -p hostname
sks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2004 08:09 PM
02-18-2004 08:09 PM
Re: nfs mount: get_fh: sapdev:: RPC: Program not registered
Othe server in my farm can mount to sapdev.. only this server can't.
the rcpinfo showing me the portmapper
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2004 08:17 PM
02-18-2004 08:17 PM
Re: nfs mount: get_fh: sapdev:: RPC: Program not registered
Is mountd registered?
Is nfs registered?
sks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2004 08:17 PM
02-18-2004 08:17 PM
Re: nfs mount: get_fh: sapdev:: RPC: Program not registered
#exportfs -a
on the nfs server and then do a
#exportfs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2004 08:23 PM
02-18-2004 08:23 PM
Re: nfs mount: get_fh: sapdev:: RPC: Program not registered
Only the mount into sapdev that can't be mounted.
on the same server i successfully mount to a linux machine. with no problem.
only to sapdev then i hit the problem.
On the sapdev side.. all other server do not have difficulty to mount sapdev mount point.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2004 08:30 PM
02-18-2004 08:30 PM
Re: nfs mount: get_fh: sapdev:: RPC: Program not registered
2. Check if /etc/exports contains an alias instead of offical host name.
sks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2004 08:42 PM
02-18-2004 08:42 PM
Re: nfs mount: get_fh: sapdev:: RPC: Program not registered
this things happened when i restart the server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2004 08:48 PM
02-18-2004 08:48 PM
Re: nfs mount: get_fh: sapdev:: RPC: Program not registered
#nfsstat -s
Is the NFS server heavily loaded?
sks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2004 09:53 PM
02-18-2004 09:53 PM
Re: nfs mount: get_fh: sapdev:: RPC: Program not registered
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2004 10:00 PM
02-18-2004 10:00 PM
Re: nfs mount: get_fh: sapdev:: RPC: Program not registered
What was the issue? How it got resolved?
sks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2004 10:02 PM
02-18-2004 10:02 PM
Re: nfs mount: get_fh: sapdev:: RPC: Program not registered
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2004 10:05 PM
02-18-2004 10:05 PM
Re: nfs mount: get_fh: sapdev:: RPC: Program not registered
is all 0 load
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2004 10:15 PM
02-18-2004 10:15 PM
Re: nfs mount: get_fh: sapdev:: RPC: Program not registered
1. Check NFS subsystem is in the kernel.
2. Check the Client's configuration file.
3. Start NFS manually.
4. Check the entry in /etc/fstab.
5. Mount the FS.
sks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2004 10:19 PM
02-18-2004 10:19 PM
Re: nfs mount: get_fh: sapdev:: RPC: Program not registered
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2004 10:26 PM
02-18-2004 10:26 PM
Re: nfs mount: get_fh: sapdev:: RPC: Program not registered
# HP recommends that 12 to 16 biods be run. Refer to NFS server
# Client/Server Configuration Topology and Performance
# Tuning Guide.
# PCNFS_SERVER: 1 if this node is a server for PC-NFS requests. This
# variable controls the startup of the pcnfsd(1M) server.
# See Also: pcnfsd(1M).
#
NFS_CLIENT=1
NFS_SERVER=1
NUM_NFSD=8
NUM_NFSIOD=r8
PCNFS_SERVER=0
# export feature does not work in this file since files are being
# sourced into another file rc.config and this file is being sourced
# into the startup scripts.# superseded by the DCE RPC daemon (rpcd). rpcd provides all of the
# LLB services that formerly were provided by llbd, and in addition,
# rpcd provides DCE Endpoint Map services. If either the rpcd rc file
# enables rpcd service or the DCE rc file enables rpcd service, rpcd
# will be started up.
#
# If START_RPCD is 1, the DCE RPC daemon (/opt/dce/sbin/rpcd) will
# be started on this host. Because the Rpcd rc file also examines this
# variable, its name should not be changed.
#
# If you plan to run any other NCS/DCE-RPC based applications on this host,
# you must start rpcd first. rpcd must fork and the parent must exit before
# other NCS applications are started. Do not use "/opt/dce/sbin/rpcd &".
#
START_RPCD=1
root @ SAPQA K370/4 [/etc/rc.config.d]
My mount scripts
# more mounts
mount -F nfs -o vers=2 ultrapenguin:/home/ftp /home/dbdirect/data
mount -F nfs -o vers=2 ultrapenguin:/home/p01adm/temp/abap /temp/abap
mount -F nfs -o vers=2 sapdev:/temp/ixos_exchange/P01 /temp/ixos_exchange/P01
mount sapdev:/usr/sap/trans/data /usr/sap/trans/data
mount sapdev:/usr/sap/trans/cofiles /usr/sap/trans/cofiles
the first and the secod line successfully mounted.. the rest i can't mount it
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2004 10:49 PM
02-18-2004 10:49 PM
Re: nfs mount: get_fh: sapdev:: RPC: Program not registered
root @ SAPQA K370/4 [/etc]
# rpcinfo -p sapdev
program vers proto port service
100000 4 tcp 111 portmapper
100000 3 tcp 111 portmapper
100000 2 tcp 111 portmapper
100000 4 udp 111 portmapper
100000 3 udp 111 portmapper
100000 2 udp 111 portmapper
100068 2 udp 49153 cmsd
100068 3 udp 49153 cmsd
100068 4 udp 49153 cmsd
100068 5 udp 49153 cmsd
100083 1 tcp 49152 ttdbserver
root @ SAPQA K370/4 [/etc]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2004 11:08 PM
02-18-2004 11:08 PM
Re: nfs mount: get_fh: sapdev:: RPC: Program not registered
NUM_NFSIOD=r8
in your previous post?
sks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2004 11:56 PM
02-18-2004 11:56 PM
Re: nfs mount: get_fh: sapdev:: RPC: Program not registered
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2004 12:15 AM
02-19-2004 12:15 AM
Re: nfs mount: get_fh: sapdev:: RPC: Program not registered
root @ SAPQA K370/4 [/home/william]
# rpcinfo sapdev
program version netid address service owner
100000 4 ticots pri.rpc portmapper superuser
100000 3 ticots pri.rpc portmapper superuser
100000 4 ticotsord pri.rpc portmapper superuser
100000 3 ticotsord pri.rpc portmapper superuser
100000 4 ticlts pri.rpc portmapper superuser
100000 3 ticlts pri.rpc portmapper superuser
100000 4 tcp 0.0.0.0.0.111 portmapper superuser
100000 3 tcp 0.0.0.0.0.111 portmapper superuser
100000 2 tcp 0.0.0.0.0.111 portmapper superuser
100000 4 udp 0.0.0.0.0.111 portmapper superuser
100000 3 udp 0.0.0.0.0.111 portmapper superuser
100000 2 udp 0.0.0.0.0.111 portmapper superuser
100068 2 udp 0.0.0.0.192.1 cmsd superuser
100068 3 udp 0.0.0.0.192.1 cmsd superuser
100068 4 udp 0.0.0.0.192.1 cmsd superuser
100068 5 udp 0.0.0.0.192.1 cmsd superuser
100083 1 tcp 0.0.0.0.192.0 ttdbserver superuser
root @ SAPQA K370/4 [/home/william]
# rpcinfo
program version netid address service owner
100000 4 ticots sapqa.rpc portmapper superuser
100000 3 ticots sapqa.rpc portmapper superuser
100000 4 ticotsord sapqa.rpc portmapper superuser
100000 3 ticotsord sapqa.rpc portmapper superuser
100000 4 ticlts sapqa.rpc portmapper superuser
100000 3 ticlts sapqa.rpc portmapper superuser
100000 4 tcp 0.0.0.0.0.111 portmapper superuser
100000 3 tcp 0.0.0.0.0.111 portmapper superuser
100000 2 tcp 0.0.0.0.0.111 portmapper superuser
100000 4 udp 0.0.0.0.0.111 portmapper superuser
100000 3 udp 0.0.0.0.0.111 portmapper superuser
100000 2 udp 0.0.0.0.0.111 portmapper superuser
100024 1 tcp 0.0.0.0.192.0 status superuser
100024 1 udp 0.0.0.0.192.6 status superuser
100021 1 tcp 0.0.0.0.192.1 nlockmgr superuser
100021 1 udp 0.0.0.0.192.7 nlockmgr superuser
100021 3 tcp 0.0.0.0.192.2 nlockmgr superuser
100021 3 udp 0.0.0.0.192.8 nlockmgr superuser
100021 4 tcp 0.0.0.0.192.3 nlockmgr superuser
100021 4 udp 0.0.0.0.192.9 nlockmgr superuser
100020 1 udp 0.0.0.0.15.205 llockmgr superuser
100020 1 tcp 0.0.0.0.15.205 llockmgr superuser
100021 2 tcp 0.0.0.0.192.4 nlockmgr superuser
100068 2 udp 0.0.0.0.192.14 cmsd superuser
100068 3 udp 0.0.0.0.192.14 cmsd superuser
100068 4 udp 0.0.0.0.192.14 cmsd superuser
100068 5 udp 0.0.0.0.192.14 cmsd superuser
100083 1 tcp 0.0.0.0.192.5 ttdbserver superuser
100005 1 udp 0.0.0.0.192.42 mountd superuser
100005 3 udp 0.0.0.0.192.42 mountd superuser
100005 1 tcp 0.0.0.0.192.21 mountd superuser
100005 3 tcp 0.0.0.0.192.21 mountd superuser
100003 2 udp 0.0.0.0.8.1 nfs superuser
100003 3 udp 0.0.0.0.8.1 nfs superuser
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2004 03:53 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2004 05:43 PM
02-19-2004 05:43 PM
Re: nfs mount: get_fh: sapdev:: RPC: Program not registered
how to register it ? i re-started all the daemon and rpc, still teh same error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2004 06:09 PM
02-19-2004 06:09 PM
Re: nfs mount: get_fh: sapdev:: RPC: Program not registered
Suggest, have a look at the following link:
http://docs.hp.com/hpux/onlinedocs/B1031-90048/B1031-90048.html
sks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2004 08:13 PM
02-19-2004 08:13 PM
Re: nfs mount: get_fh: sapdev:: RPC: Program not registered
If others can mount, but one can't...Just a thought.
leigh