Computing.Net > Forums > Solaris > NFS configure

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

NFS configure

Reply to Message Icon

Name: sanjeev
Date: October 19, 2001 at 00:44:49 Pacific
Comment:

hi all
while mount a file system using nfs at remote
system i got following message

# mount -F nfs kalpana:/opt /opt
nfs mount: kalpana:: RPC: Program not registered
nfs mount: retrying: /opt
pl. assist
regards
sanjeev



Sponsored Link
Ads by Google

Response Number 1
Name: oliver
Date: October 19, 2001 at 06:41:34 Pacific
Reply:

is rpc running?
ps -ef|grep rpc
if not, start it
/etc/init.d/rpc start

also see what nfs daemons are running
ps -ef|grpe nfs

start the mountd one:
/usr/lib/nfs/nfsd


0

Response Number 2
Name: Santosh Phalle
Date: March 25, 2002 at 03:22:48 Pacific
Reply:

Hi,Sanjeev.
NFS sharing procedure..
On source Pc
#/etc/dfs/dfstab
add share -F nfd -o rx /opt
#ps -ef|grep nfsd
it should be running.
#/usr/bin/shareall
#/etc/init.d/nfs.server start
#/usr/bin/dfshare

on Targrt Pc
crate mount point ..
your case mount point should be diff. as /opt having files in it.
#mount -F nfs -r kalpana:/opt /mnt

this should work well without fail.

regards
Santosh


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Solaris Forum Home


Sponsored links

Ads by Google


Results for: NFS configure

lp error as NFS user on NFS mount www.computing.net/answers/solaris/lp-error-as-nfs-user-on-nfs-mount/2846.html

Mount NFS between Solaris and OS/2 www.computing.net/answers/solaris/mount-nfs-between-solaris-and-os2/1223.html

NFS or Samba www.computing.net/answers/solaris/nfs-or-samba/4697.html