HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: can not automount
Operating System - HP-UX
1832343
Members
2351
Online
110041
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
04-18-2007 02:23 AM
04-18-2007 02:23 AM
Re: can not automount
Regarding the map, it was mounted at all time. This is not the first time I see the message /my was mounted.
You were right about the execution permissions.
Both files ( /etc/auto_master and /etc/auto.mymap ) did not have execute , Though adding the permissions to the files did not change anything.
Here is the current outputs:
root@unixlab2: ls -l /etc/auto_master
-rwxr-xr-x 1 root root 46 Apr 17 13:49 /etc/auto_master
root@unixlab2: ls -l /etc/auto.mymap
-rwxrwxrwx 1 root sys 36 Apr 17 13:49 /etc/auto.mymap
root@unixlab2: automount -f /etc/auto_master -v
automount: /my mounted
automount: no unmounts
root@unixlab2: ls -l /my/unixlab1
/my/unixlab1 not found
root@unixlab2: ls -ld /my/unixlab1
/my/unixlab1 not found
root@unixlab2: grep /my /etc/mnttab
/etc/auto.mymap /my autofs ignore,indirect 0 0 1176906116
root@unixlab2: showmount -e unixlab1
export list for unixlab1:
/home/testleo/automount (everyone)
Once again , thanks for your help
You were right about the execution permissions.
Both files ( /etc/auto_master and /etc/auto.mymap ) did not have execute , Though adding the permissions to the files did not change anything.
Here is the current outputs:
root@unixlab2: ls -l /etc/auto_master
-rwxr-xr-x 1 root root 46 Apr 17 13:49 /etc/auto_master
root@unixlab2: ls -l /etc/auto.mymap
-rwxrwxrwx 1 root sys 36 Apr 17 13:49 /etc/auto.mymap
root@unixlab2: automount -f /etc/auto_master -v
automount: /my mounted
automount: no unmounts
root@unixlab2: ls -l /my/unixlab1
/my/unixlab1 not found
root@unixlab2: ls -ld /my/unixlab1
/my/unixlab1 not found
root@unixlab2: grep /my /etc/mnttab
/etc/auto.mymap /my autofs ignore,indirect 0 0 1176906116
root@unixlab2: showmount -e unixlab1
export list for unixlab1:
/home/testleo/automount (everyone)
Once again , thanks for your help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2007 02:55 AM
04-18-2007 02:55 AM
Solution
Hi,
here we have it!
I wrote
>>
There may NOT be execute rights on this file!
<<
Your output:
>>
root@unixlab2: ls -l /etc/auto.mymap
-rwxrwxrwx 1 root sys 36 Apr 17 13:49 /etc/auto.mymap
<<
A map with execute rights is tried to be execute as a program - but /etc/auto.mymap is not such a script, which produces map information as output - it's just a plain map.
So do:
chmod 644 /etc/auto.mymap /etc/auto_master
and again
automount -f /etc/auto_master -v
Then try
ls -l /my/unixlab1
mfG Peter
here we have it!
I wrote
>>
There may NOT be execute rights on this file!
<<
Your output:
>>
root@unixlab2: ls -l /etc/auto.mymap
-rwxrwxrwx 1 root sys 36 Apr 17 13:49 /etc/auto.mymap
<<
A map with execute rights is tried to be execute as a program - but /etc/auto.mymap is not such a script, which produces map information as output - it's just a plain map.
So do:
chmod 644 /etc/auto.mymap /etc/auto_master
and again
automount -f /etc/auto_master -v
Then try
ls -l /my/unixlab1
mfG Peter
The Universe is a pretty big place,
it's bigger than anything anyone has ever dreamed of before.
So if it's just us, seems like an awful waste of space, right?
Jodie Foster in "Contact"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2007 03:20 AM
04-18-2007 03:20 AM
Re: can not automount
YES!!! That is the answer!!! It works fine.
root@unixlab2: ls -l /my/unixlab1
total 0
-rw-rw-rw- 1 root sys 0 Apr 11 09:45 1
/etc/auto.mymap /my autofs ignore,indirect 0 0 1176909530
unixlab1:/home/testleo/automount /my/unixlab1 nfs nodevs,rsize=32768,wsize=32768,NFSv3 0 0 1176909534
You are the greatest!!! All the points go to you!!!
root@unixlab2: ls -l /my/unixlab1
total 0
-rw-rw-rw- 1 root sys 0 Apr 11 09:45 1
/etc/auto.mymap /my autofs ignore,indirect 0 0 1176909530
unixlab1:/home/testleo/automount /my/unixlab1 nfs nodevs,rsize=32768,wsize=32768,NFSv3 0 0 1176909534
You are the greatest!!! All the points go to you!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2007 03:29 AM
04-18-2007 03:29 AM
Re: can not automount
Hi Mishkind,
it's really nice to hear that the system works now!
Looking at a thread with 27 (or so) replies, it would be nice to reward All replies of All users with points (according to their part of help for a final/complete solution).
mfG Peter
it's really nice to hear that the system works now!
Looking at a thread with 27 (or so) replies, it would be nice to reward All replies of All users with points (according to their part of help for a final/complete solution).
mfG Peter
The Universe is a pretty big place,
it's bigger than anything anyone has ever dreamed of before.
So if it's just us, seems like an awful waste of space, right?
Jodie Foster in "Contact"
- « Previous
-
- 1
- 2
- Next »
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP