1826163 Members
4413 Online
109691 Solutions
New Discussion

Re: automount do nothing

 
Jonay
Occasional Advisor

automount do nothing

Hello all,

I have a strange problem. I try create a nfs-link with automounter, but without success. I have checked and compared with all my other systems and I don't see any different. but only on this server don't work:
[u91c92a:/etc]# ll auto*
-r--r--r-- 1 root other 119 Nov 20 07:51 auto.direct
-r--r--r-- 1 root sys 34 Oct 6 2005 auto.update
-rw-r--r-- 1 root root 174 Nov 20 07:46 auto_master
-rw-r--r-- 1 root sys 174 Nov 20 08:10 auto_master.old
-rw-r--r-- 1 root root 86 Nov 13 09:35 auto_parms.log
-rw-r--r-- 1 root sys 219 Nov 13 09:22 auto_parms.log.old
[u91c92a:/etc]# cat auto_master
## Configured using SAM by root on Thu Oct 6 12:02:28 2005
## Configured using SAM by root on Tue Nov 20 07:46:31 2007
/net -hosts -nosuid,soft,nobrowse
/- /etc/auto.direct
[u91c92a:/etc]# cat auto.direct
## Configured using SAM by root on Tue Nov 20 07:46:31 2007

/opt/oracle/software -soft u91c9a2.cmc.be:/software/oradb
[u91c92a:/etc]# automount -f /etc/auto_master -v
automount: no mounts
automount: no unmounts
[u91c92a:/etc]# cd /opt/oracle/
[u91c92a:/opt/oracle]# ll
total 10
drwxr-x--- 62 oracle oradba 2048 Nov 19 12:06 10.2.0
drwxr-x--- 53 oracle oradba 2048 Aug 14 2006 10.2.0_ohs
drwxr-xr-x 2 oracle oradba 96 Oct 4 2005 lost+found
drwxrwxr-x 6 oracle oradba 1024 Jan 11 2006 oraInventory
drwxr-xr-x 6 oracle oradba 96 Jul 12 2006 oramgr
[u91c92a:/opt/oracle]#

I also disabled the automounter throught SAM and enabled again without susccess.

Have somebody some other suggestions ?
I have also checked my remote server everything seems ok:

cat /etc/exports:
/software/oradb -anon=65534,root=u91ddd1.cmcpp.be

thanks in advance,

Jonay

4 REPLIES 4
Steven E. Protter
Exalted Contributor

Re: automount do nothing

Shalom Jonay,

I recommend you check /etc/exports and the syslog file on the server, it may have access control that is preventing access from the non-working server.

You will note that the configuration you posted only permits root from u91ddd1.cmcpp.be to mount. You may need to make it more permissive to get two servers to successfully mount.

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
Jonay
Occasional Advisor

Re: automount do nothing

hello,

thanks for youre answer, Ichecked .. removed and created a new entry. But it change nothing ...still not work ?? :-(

/etc/exports:
...
/software/oradb -anon=65534

thanks in advance,

Jonay
Dennis Handly
Acclaimed Contributor

Re: automount do nothing

Have you tried the mount command directly? That would see if there were any permission problems as suggested by SEP.
Jonay
Occasional Advisor

Re: automount do nothing

hello,

everything works when i create it with a new mountpoint (eg. /opt/oracle/software2)

I think that I need to reboot the machine.

but thanks anyway,

Jonay