- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: automount do nothing
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
11-19-2007 06:27 PM
11-19-2007 06:27 PM
automount do nothing
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2007 06:50 PM
11-19-2007 06:50 PM
Re: automount do nothing
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
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2007 10:41 PM
11-19-2007 10:41 PM
Re: automount do nothing
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2007 10:22 PM
11-20-2007 10:22 PM
Re: automount do nothing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2007 10:27 PM
11-20-2007 10:27 PM
Re: automount do nothing
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