<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: automounter in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/automounter/m-p/3633628#M238121</link>
    <description>From my understanding Mel's example is an example of a direct map /- means direct map, If you are trying to do an indirect map. I would think you still need the map. &lt;BR /&gt;&lt;BR /&gt;auto_master: &lt;BR /&gt;/net /etc/auto.indirect -intr,nosuid&lt;BR /&gt;&lt;BR /&gt;auto.indirect: &lt;BR /&gt;client -rw,intr source:/net/testdev/relse&lt;BR /&gt;&lt;BR /&gt;Are you sure that you were using automount before and not just NFS mounted filesystem?</description>
    <pubDate>Fri, 23 Sep 2005 12:34:20 GMT</pubDate>
    <dc:creator>Marvin Strong</dc:creator>
    <dc:date>2005-09-23T12:34:20Z</dc:date>
    <item>
      <title>automounter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/automounter/m-p/3633620#M238113</link>
      <description>Hi &lt;BR /&gt;I am having problems with an automounted file system that I used to share some files on a couple of servers.&lt;BR /&gt;&lt;BR /&gt;The most recent change I had was migrating data to a new VG, one of the VG's is the source of my filesystem to the other servers.&lt;BR /&gt;&lt;BR /&gt;When I try from the other servers to connect to the automounted share which was ro from a client I get the error:&lt;BR /&gt;&lt;BR /&gt;ll /net/testdev/relse&lt;BR /&gt;/net/testdev/relse not found&lt;BR /&gt;&lt;BR /&gt;The source server has this entry in /etc/auto_master:&lt;BR /&gt;/net -hosts -nosuid,soft&lt;BR /&gt;&lt;BR /&gt;and in its /etc/mntab:&lt;BR /&gt;testdev:(pid16117) /net ignore ro,intr,port=604,map=-hosts,indirect,dev=0014 0 0 1127492407&lt;BR /&gt;&lt;BR /&gt;How can I rectify this please? I have restarted automounter on the source server with no luck....&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Sep 2005 11:39:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/automounter/m-p/3633620#M238113</guid>
      <dc:creator>Vic S. Kelan</dc:creator>
      <dc:date>2005-09-23T11:39:12Z</dc:date>
    </item>
    <item>
      <title>Re: automounter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/automounter/m-p/3633621#M238114</link>
      <description>How did you restart the automounter?&lt;BR /&gt;&lt;BR /&gt;Did you do a /sbin/init.d/nfs.client stop/start on client as well?&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Fri, 23 Sep 2005 11:41:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/automounter/m-p/3633621#M238114</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2005-09-23T11:41:36Z</dc:date>
    </item>
    <item>
      <title>Re: automounter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/automounter/m-p/3633622#M238115</link>
      <description>try restarting nfs services on the destination client.</description>
      <pubDate>Fri, 23 Sep 2005 11:47:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/automounter/m-p/3633622#M238115</guid>
      <dc:creator>Marvin Strong</dc:creator>
      <dc:date>2005-09-23T11:47:28Z</dc:date>
    </item>
    <item>
      <title>Re: automounter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/automounter/m-p/3633623#M238116</link>
      <description>thanks Marvin/Geoff for your response, I have tried doing this both on the source and destination but I still get not found error........</description>
      <pubDate>Fri, 23 Sep 2005 11:51:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/automounter/m-p/3633623#M238116</guid>
      <dc:creator>Vic S. Kelan</dc:creator>
      <dc:date>2005-09-23T11:51:44Z</dc:date>
    </item>
    <item>
      <title>Re: automounter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/automounter/m-p/3633624#M238117</link>
      <description>on the client side, are you able to connect to any automounted filesystems ? Especially from the same server you are having problems with ?&lt;BR /&gt;&lt;BR /&gt;can you provide the contents of your&lt;BR /&gt;&lt;BR /&gt;/etc/auto_master&lt;BR /&gt;/etc/auto.direct&lt;BR /&gt;&lt;BR /&gt;files ?</description>
      <pubDate>Fri, 23 Sep 2005 11:54:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/automounter/m-p/3633624#M238117</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2005-09-23T11:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: automounter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/automounter/m-p/3633625#M238118</link>
      <description>Hi Mel,&lt;BR /&gt;&lt;BR /&gt;On the client side I have only one automounted filesystem, the one with the problem&lt;BR /&gt;&lt;BR /&gt;The automount was set up by a previous SA and I had not had any problem with it until now.&lt;BR /&gt;&lt;BR /&gt;the /etc/auto_master contains just this line:&lt;BR /&gt;/net -hosts -nosuid,soft&lt;BR /&gt;No /etc/auto.direct for some reason, but it worked like this until I noticed today.......</description>
      <pubDate>Fri, 23 Sep 2005 12:02:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/automounter/m-p/3633625#M238118</guid>
      <dc:creator>Vic S. Kelan</dc:creator>
      <dc:date>2005-09-23T12:02:42Z</dc:date>
    </item>
    <item>
      <title>Re: automounter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/automounter/m-p/3633626#M238119</link>
      <description>well, looks like you have a bit different config than mine but this is how mine works:&lt;BR /&gt;&lt;BR /&gt;/etc/auto_master contents&lt;BR /&gt;&lt;BR /&gt;/net -hosts -nosuid,soft,nobrowse&lt;BR /&gt;/- /etc/auto.direct&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;/etc/auto.direct contents&lt;BR /&gt;&lt;BR /&gt;/usr/sap/trans  -proto=tcp prd_dbci:/usr/sap/trans #as an example&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Sep 2005 12:12:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/automounter/m-p/3633626#M238119</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2005-09-23T12:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: automounter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/automounter/m-p/3633627#M238120</link>
      <description>Again - how did you restart the automounter on the server?  If you just killed it - then you are hosed - you will need to reboot...&lt;BR /&gt;&lt;BR /&gt;Correct way:&lt;BR /&gt;&lt;BR /&gt;unmount any local automounts&lt;BR /&gt;/sbin/init.d/nfs.client stop&lt;BR /&gt;/sbin/init.d/nfs.server stop&lt;BR /&gt;/sbin/init.d/nfs.core stop&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/nfs.core start&lt;BR /&gt;/sbin/init.d/nfs.server start&lt;BR /&gt;/sbin/init.d/nfs.client start&lt;BR /&gt;&lt;BR /&gt;another thing to try - try mounting it manually:&lt;BR /&gt;&lt;BR /&gt;mount sourceserver:/testdev/relse /mnt&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Fri, 23 Sep 2005 12:31:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/automounter/m-p/3633627#M238120</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2005-09-23T12:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: automounter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/automounter/m-p/3633628#M238121</link>
      <description>From my understanding Mel's example is an example of a direct map /- means direct map, If you are trying to do an indirect map. I would think you still need the map. &lt;BR /&gt;&lt;BR /&gt;auto_master: &lt;BR /&gt;/net /etc/auto.indirect -intr,nosuid&lt;BR /&gt;&lt;BR /&gt;auto.indirect: &lt;BR /&gt;client -rw,intr source:/net/testdev/relse&lt;BR /&gt;&lt;BR /&gt;Are you sure that you were using automount before and not just NFS mounted filesystem?</description>
      <pubDate>Fri, 23 Sep 2005 12:34:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/automounter/m-p/3633628#M238121</guid>
      <dc:creator>Marvin Strong</dc:creator>
      <dc:date>2005-09-23T12:34:20Z</dc:date>
    </item>
    <item>
      <title>Re: automounter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/automounter/m-p/3633629#M238122</link>
      <description>Vic,&lt;BR /&gt;&lt;BR /&gt;Try re-exporting the NFS filesystem on the server.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Mark</description>
      <pubDate>Mon, 26 Sep 2005 09:03:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/automounter/m-p/3633629#M238122</guid>
      <dc:creator>Mark Ellzey</dc:creator>
      <dc:date>2005-09-26T09:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: automounter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/automounter/m-p/3633630#M238123</link>
      <description>THanks to everybody that contributed, I had a system reboot this weekend for patch application and afterwards the i was able to mount the FS from all the servers except one which I just manually restarted nfs services on and it worked.........</description>
      <pubDate>Mon, 26 Sep 2005 09:14:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/automounter/m-p/3633630#M238123</guid>
      <dc:creator>Vic S. Kelan</dc:creator>
      <dc:date>2005-09-26T09:14:32Z</dc:date>
    </item>
  </channel>
</rss>

