Operating System - HP-UX
1832978 Members
2746 Online
110048 Solutions
New Discussion

Re: nfs mount gives unknown error

 
so_2
Regular Advisor

nfs mount gives unknown error

pls find the below error messges while i am trying to mount an exported directory using nfs.The command exit with an erron message of " unknown error"

all diamons are running.pls help





# exportfs
/arch
/usr/meibw/int/csv -root=edcdbs15,access=edcdbs15
/usr/meibw/csv
/usr/meibw/trn
# mkdir /usr/tst
# mount -o timeo=20 edcdbs13:/usr/extract/HBS/meibw /usr/tst
Unknown error
2 REPLIES 2
Steven E. Protter
Exalted Contributor

Re: nfs mount gives unknown error

Shalom so,

If you have access to the NFS server, check its syslog. If its hpux /var/adm/syslog/syslog.log

Also check your own syslog for more information. Same location since I'm assuming this is HP-UX.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Indrajit_1
Valued Contributor

Re: nfs mount gives unknown error

Hi;

Please make sure /usr/extrace/HBS/meibw is shared in /etc/exports in NFS server and access permission has assign to dedicated client.
After entering any entry in /etc/fstab file, u need to type..
#exportfs -a

In client machine ..

#mount :/usr/extract/HBS/meibw /usr/tst

Type..
#showmount

This command should execute without any error..

Try this ..

Cheers
indrajit
Never Ever Give Up