Autofs not mount


 
Thread Tools Search this Thread
Operating Systems Solaris Autofs not mount
# 1  
Old 05-20-2015
Autofs not mount

Hi all,

Please help! After my solaris 10 is rebooted, I found my autofs seems not mounting the file systems.

I restart autofs service :

Code:
#svcadm -v restart       svc:/system/filesystem/autofs:default 
     Action restart set for       svc:/system/filesystem/autofs:default.

But still doesn't work. I checked if autofs is running:

Code:
pgrep -l autofs

But nothing returned.



What else can I check? Thanks a lot!


Zaiwen

---------- Post updated at 12:23 PM ---------- Previous update was at 12:17 PM ----------

Code:
Also I checked this: 
# svcs -p autofs
STATE          STIME    FMRI
online         12:05:29 svc:/system/filesystem/autofs:default
               12:05:29     1082 automountd
               12:05:29     1083 automount
               12:05:29     1084 automountd


Last edited by Corona688; 05-20-2015 at 01:45 PM..
# 2  
Old 06-07-2015
What are the entries in /etc/auto_master?

Might want to review How Autofs Works - Oracle Solaris Administration: Network Services for some other suggestions for what to check
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

NFS, AD, AutoFS

Here's my challenge. I have a RedHat7 machine running a statistical software package. It needs to NFS-mount directories from a Windows 2008R2 machine. The RH7 machine uses MSAD (Microsoft Active Directory) to handle authentication of people connecting via SSH. AD is on a separate 2008R2 machine.... (5 Replies)
Discussion started by: cjhilinski
5 Replies

2. Red Hat

Autofs issue

Hi I'm trying to use autofs to mount a directory structure. I have a directory with sub directories in it and all of them mounted on their respective filesystems /dbname /dev/mapper/vg_dbname-Home /dbname/oracle00 /dev/mapper/vg_dbname-Data00... (3 Replies)
Discussion started by: maverick_here
3 Replies

3. Red Hat

How to mount NFS using automounter(autofs)?

I have an nfs at 192.168.1.10:/home/vm1/Desktop/nfs and will like to mount locally to /home/vm1/Desktop/nfs-mount using automounter...need help doing do What i did $cat /etc/auto.master /home/vm1/Desktop /etc/auto.nfs $cat /etc/auto.nfs nfs-bind -fstype=nfs ... (3 Replies)
Discussion started by: nokia3310
3 Replies

4. Red Hat

Automount through Autofs

I am trying to automount one of my NFS share to my client machine but it is not mounting here is the scenario : My server machine ip : 192.168.1.100 My client machine ip is : 192.168.1.102 on client machine i have configured the /etc/auto.master file : /share(My mount point) ... (0 Replies)
Discussion started by: Vaibhav.T
0 Replies

5. Solaris

Autofs

what are all the advantages of direct map and indirect map in 'AUTOFS' and which one is better for our usage (2 Replies)
Discussion started by: dinu
2 Replies

6. Solaris

autofs

hi tell me difference between direct automount and indirect automount. thanks you (1 Reply)
Discussion started by: sijocg
1 Replies

7. UNIX for Advanced & Expert Users

Autofs, doesn't mount anything

Hi, I know that this is probably quite a tiresome issue, but I can't get autofs to work. I'm using udev rules to create symbolic links below /dev, that always point to the same devices regardless of which port they're plugged in. So, autofs's config files look like this for me: ... (0 Replies)
Discussion started by: Gunther
0 Replies

8. UNIX for Advanced & Expert Users

solaris 10 autofs - how to mount /net (hosts)

Hello Everyone, I am working with Solaris 10 autofs feature. On the server (and client) in /etc/auto_master I have this entry: /net -hosts -nosuid,nobrowse On the server, I have shared out /var/tmp, started the nfs server and issued the shareall command. When I issue share I can... (1 Reply)
Discussion started by: anies rahman
1 Replies

9. AIX

Autofs

Hi Guys, Autofs works fine on AIX 5.2, but the same thing is not getting mounted automatically on AIX 5.3.. Is there ant difference for autofs confiiguration between 5.2 and 5.3 Thanks & Regards Manu (0 Replies)
Discussion started by: b_manu78
0 Replies

10. UNIX for Dummies Questions & Answers

RedHat autofs

hello all, I have a problem that just seem to show up. I was using autofs to mount home directory. It was working for about two week and now is just tsop working. I rebooted the erver and still not working. I can manually mount the directory but unable to mount via autofs. From the client I... (0 Replies)
Discussion started by: larryase
0 Replies
Login or Register to Ask a Question