Rpcinfo No Programs Registered

6/8/2018by
Rpcinfo Can

Hi, I have setup a new server (server B) which running in HP-UX11.11i and apparently I try to mount the working directory remotely (server A). However, error message appear:- nfs mount: get_fh: gismain:: RPC: Program not registered nfs mount: get_fh: gismain:: RPC: Program not registered nfs mount: retry: retrying(1) for: /mnt18 after 5 seconds nfs mount: retry: giving up on: /mnt18 I try to restart the daemons by running /sbin/init. Airport Inc Full Game. d/nfs.client start # /sbin/init.d/nfs.client start starting NFS CLIENT networking killing rpc.lockd killing rpc.statd killing nfsd killing rpc.mountd starting up the rpcbind rpcbind already started, using pid: 11215 starting up the BIO daemons /usr/sbin/biod 16 exportfs error: nothing to export. Reading in /etc/exports starting up the Status Monitor daemon /usr/sbin/rpc.statd starting up the Lock Manager daemon /usr/sbin/rpc.lockd starting up the AutoFS daemon /usr/lib/netsvc/fs/autofs/automountd Running the AutoFS command interface /usr/sbin/automount mounting remote NFS file systems. Starting NFS SERVER networking starting up the rpcbind daemon rpcbind already started, using pid: 11215 exportfs error: nothing to export. Reading in /etc/exports starting up the mount daemon /usr/sbin/rpc.mountd starting up the NFS daemons /usr/sbin/nfsd 30 starting up the Status Monitor daemon rpc.statd already started, using pid: 13512 starting up the Lock Manager daemon rpc.lockd already started, using pid: 13519 # Then, i run ps -ef grep rpc, # ps -ef grep rpc root 11268 1 0 14:43:26? 0:00 /usr/sbin/rpc.lockd root 11215 1 0 14:43:24? 0:00 /usr/sbin/rpcbind root 11262 1 0 14:43:26?

0:00 /usr/sbin/rpc.statd root 12577 1 0 15:27:37? 0:00 /usr/sbin/rpc.mountd root 10391 1 0 14:00:26? 0:00 /opt/dce/sbin/rpcd root 2 15:49:14 pts/tc 0:00 grep rpc # But I still get same error message, any idea? Hi Lawrence, Let's start from the beginning. Are both your NFS client system and server system running 11.11?

If only one system is 11.11, what is the other system running? Log into the NFS client system and issue the command: # rpcinfo -p Then issue the command: # rpcinfo -p Where is the hostname of the remote NFS server.

Rpcinfo: RPC: Program not registered program 100007 is not available. Everything is setup the same. The HOWTO does not help with failure of this type.

Again, do this from the NFS client system. Then on the NFS client issue the command: # showmount -e Where is the hostname of the rmeote NFS server. Please cut/paste the output from these three commands here as it will at least tell me if the appropriate NFS services are running and if the NFS server is sharing any filesystems. Aliens Colonial Marines Trainer. Blender Game Python Scripting.

Once we verify this we can move onto the next steps. Regards, Dave.

Hi Dave, Both of them are running on 11.11. Hi Lawrance, okay, i think you should know how NFS works or how its configuration is. On NFS server, in /etc/rc.config.d/nfsconf file, NFS_SERVER=1 NUM_NFSD=4 START_MOUNTD=1 after saving this file, do # /sbin/init.d/nfs.server stop # /sbin/init.d/nfs.core stop # /sbin/init.d/nfs.core start # /sbin/init.d/nfs.server start # ps -ef grep -i nfsd Now, edit the /etc/exports file for the mount point you want to share. # vi /etc/exports (place the FS in this file) # exportfs -a On NFS client, in /etc/rc.config.d/nfsconf file, NFS_CLIENT=1 after saving this file, do # /sbin/init.d/nfs.client stop # /sbin/init.d/nfs.client start # ps -ef grep -i biod # ping # mount: Please follow this and again you face the problem, paste the error here.

Comments are closed.