AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.


#Power
 View Only
  • 1.  automount not working with 5.3 TL7

    Posted Thu April 03, 2008 07:27 AM

    Originally posted by: SystemAdmin


    I recently upgrade from 5.3 TL 4 to 5.3 TL 7 and my automounter stopped working.
    Did not change any config files like auto_master. I can mount manually and automaticaly
    using filesystems file, but I really want to use automounter when people are login in to there home directory. I notice a post talking about automounter problems with TL7
    the link is http://www-1.ibm.com/support/docview.wss?uid=isg1IZ10831
    It says to apply the SP2 and get NFS fileset to bos.net.nfs.client 5.3.7.2
    which I did with no errors. But my automounter still does not work after rebooting.???

    Can someone give me any ideas.

    Thanks
    #AIX-Forum


  • 2.  Re: automount not working with 5.3 TL7

    Posted Thu April 03, 2008 12:10 PM

    Originally posted by: SystemAdmin


    You need IZ09819.

    Ciao Nico
    #AIX-Forum


  • 3.  Re: automount not working with 5.3 TL7

    Posted Thu April 03, 2008 01:05 PM

    Originally posted by: SystemAdmin


    Hi I fixed my problem,

    Thanks for the reply, I just had to change the syntax of my auto* files.
    I guess with ML7 SP2 I did not like my old syntax?

    I changed my master file to
    1. Master map for automounter
    #/net -hosts -nosuid,nobrowse
    /homes/unts /etc/auto_home_unts -nosuid,rw,intr
    /- /etc/auto_opt_build -nosuid,rw,intr
    and I changed my /etc/auto_home* and auto_opt*

    What I did is to remove the -nosuid,rw.intr from the auto_home* and auto_opt* files and added
    to the master file.
    #AIX-Forum


  • 4.  Re: automount not working with 5.3 TL7

    Posted Thu April 03, 2008 01:06 PM

    Originally posted by: SystemAdmin


    Hi I fixed my problem,

    Thanks for the reply, I just had to change the syntax of my auto* files.
    I guess with ML7 SP2 I did not like my old syntax?

    I changed my master file to

    Master map for automounter
    #/net -hosts -nosuid,nobrowse
    /homes/unts /etc/auto_home_unts -nosuid,rw,intr
    /- /etc/auto_opt_build -nosuid,rw,intr

    and I changed my /etc/auto_home* and auto_opt*

    What I did is to remove the -nosuid,rw.intr from the auto_home* and auto_opt* files and added
    to the master file.
    #AIX-Forum