- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: auto mount issues in redhat linux 9
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
Discussions
Discussions
Discussions
Forums
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
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
тАО06-28-2005 12:02 AM
тАО06-28-2005 12:02 AM
This is regading an auto mount problem that Iam facing here ..We have configured automount using amd service and all where working fine ...Now for a couple of system automount is not happening but for other system they are working
Can any one tell which are the config files I have to check ....
Thanks
Binu
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-28-2005 12:08 AM
тАО06-28-2005 12:08 AM
Re: auto mount issues in redhat linux 9
First, what are you auto-mounting?
What errors are you getting?
What do your logs say for the time you are attempting the mount?
What's the configuration of the automount path you are using?
You're not really given us much information wo work on here.
Also, what version of the auto-mouter are you using? The distribution version or the latest eratta version?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-28-2005 01:13 AM
тАО06-28-2005 01:13 AM
Re: auto mount issues in redhat linux 9
All these systems coming with preloaded configuratiom from our client ...
So I dont have much Idea about it .
Can you tell which are the files I should check
Thanks
Binu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-28-2005 01:23 AM
тАО06-28-2005 01:23 AM
Re: auto mount issues in redhat linux 9
You should ensure that the automount service is configured to start on boot with the chkconfig command.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-28-2005 01:30 AM
тАО06-28-2005 01:30 AM
Re: auto mount issues in redhat linux 9
Binu, do these:
rpm -q am-utils
cat /etc/amd.conf
chkconfig --list amd
chkconfig --list autofs
mount
And copy all output back into here. This will give us a decent over-view of how your system is configured to behave.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-28-2005 04:23 PM
тАО06-28-2005 04:23 PM
Re: auto mount issues in redhat linux 9
Please find the following information
rpm -q am-utils
am-utils-6.0.9-2
cat /etc/amd.conf
#
# amd default config file
#
# check amd.conf(5) man page for details about options in this file
#
# GLOBAL OPTIONS SECTION
[ global ]
normalize_hostnames = no
print_pid = yes
pid_file = /var/run/amd.pid
restart_mounts = yes
auto_dir = /.automount
log_file = /var/log/amd.log
log_options = all
plock = yes
unmount_on_exit = yes
selectors_in_defaults = yes
local_domain = wipro.com
nis_domain = niswind
map_type = nis
search_path = /etc
browsable_dirs = no
show_statfs_entries = no
fully_qualified_hosts = no
cache_duration = 3600
nfs_proto = udp
# DEFINE AN AMD MOUNT POINT
[ /net ]
map_name = amd.hosts
map_options = opts:=rsize=8192,wsize=8192;cache:=none;dumbtimr;softlookup
#root@wiplx13 etc]# chkconfig --list amd
amd 0:off 1:off 2:on 3:on 4:on 5:on 6:off
#chkconfig --list autofs
error reading information on service autofs: No such file or directory
#mount
dev/sda3 on / type ext3 (rw)
none on /proc type proc (rw)
usbdevfs on /proc/bus/usb type usbdevfs (rw)
/dev/sda1 on /boot type ext3 (rw)
none on /dev/pts type devpts (rw,gid=5,mode=620)
none on /dev/shm type tmpfs (rw,gid=20)
/dev/sdb1 on /local type ext3 (rw)
wiplx13:(pid3440) on /home type nfs (intr,rw,port=1023,timeo=8,retrans=110,indirect,map=amd.home)
wiplx13:(pid3440) on /net type nfs (intr,rw,port=1023,timeo=8,retrans=110,indirect,map=amd.hosts)
/dev/mvfs on /view type mvfs (rw,viewroot)
Thanks
Binu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-28-2005 05:02 PM
тАО06-28-2005 05:02 PM
Re: auto mount issues in redhat linux 9
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-28-2005 06:16 PM
тАО06-28-2005 06:16 PM
Re: auto mount issues in redhat linux 9
I have checked the amd.conf file of working and non working systems ...Both are identical ...
Thanks
Binu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-28-2005 06:24 PM
тАО06-28-2005 06:24 PM
SolutionI'd like you to check the permissions and contents of '/home' and '/net' when the auto-mounter isn't started (i.e. stop 'amd' and then check).
I'd also like for you to find out what '/var/log/amd.log' says at the time of one of your failures occurs.
Do any error messages show up in the terminal session that is accessing information in the auto-mounted path? Also, were there any network failuers?
Also, cross-refence any errors to the server's log files for the same time, to see why the server thought the mount went away.
It is more than likely a network/NFS error in general rather than an auto-mounter failure, but.. There's always things to check ;)