<?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: editing automount in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/editing-automount/m-p/3569399#M227923</link>
    <description>Michael,&lt;BR /&gt;&lt;BR /&gt;Check the AUTO_MASTER parameter in /etc/rc.config.d/nfsconf.  That should tell you where the config file is.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
    <pubDate>Thu, 23 Jun 2005 09:04:54 GMT</pubDate>
    <dc:creator>Pete Randall</dc:creator>
    <dc:date>2005-06-23T09:04:54Z</dc:date>
    <item>
      <title>editing automount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/editing-automount/m-p/3569397#M227921</link>
      <description>I am a sys admin now working on a system that we did not set up, configure, etc.  We would like to edit what is being auto mounted and change the oracle mounts from one server to another (we are moving data from one server to another and want to edit the mounting info to reflect the new server name).  Normally we would edit the auto.XXX info, but this does not seem to be where it is pulling this info from.  Any idea where else the auto mount info might be kept?</description>
      <pubDate>Thu, 23 Jun 2005 08:59:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/editing-automount/m-p/3569397#M227921</guid>
      <dc:creator>Michael Cline_1</dc:creator>
      <dc:date>2005-06-23T08:59:37Z</dc:date>
    </item>
    <item>
      <title>Re: editing automount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/editing-automount/m-p/3569398#M227922</link>
      <description>Is it automount or hard/soft NFS mounts?&lt;BR /&gt;&lt;BR /&gt;You should check the /etc/fstab and see if they are being mounted from there at system boot time.  If this is oracle data, I'm not sure automount is a good idea.</description>
      <pubDate>Thu, 23 Jun 2005 09:01:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/editing-automount/m-p/3569398#M227922</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2005-06-23T09:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: editing automount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/editing-automount/m-p/3569399#M227923</link>
      <description>Michael,&lt;BR /&gt;&lt;BR /&gt;Check the AUTO_MASTER parameter in /etc/rc.config.d/nfsconf.  That should tell you where the config file is.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 23 Jun 2005 09:04:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/editing-automount/m-p/3569399#M227923</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2005-06-23T09:04:54Z</dc:date>
    </item>
    <item>
      <title>Re: editing automount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/editing-automount/m-p/3569400#M227924</link>
      <description>automap uses&lt;BR /&gt;&lt;BR /&gt;/etc/auto.master and /etc/auto.home&lt;BR /&gt;&lt;BR /&gt;/etc/auto.master defines one or more mount points to be managed by the automounter. &lt;BR /&gt;&lt;BR /&gt;/etc/auto.home is an indirect map file. &lt;BR /&gt;&lt;BR /&gt;these might be good areas to start looking at&lt;BR /&gt;&lt;BR /&gt;Neil.</description>
      <pubDate>Thu, 23 Jun 2005 09:13:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/editing-automount/m-p/3569400#M227924</guid>
      <dc:creator>Neil Wilson_2</dc:creator>
      <dc:date>2005-06-23T09:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: editing automount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/editing-automount/m-p/3569401#M227925</link>
      <description>"auto.XXX" is not the default location.&lt;BR /&gt;&lt;BR /&gt;The default location, pointed out above, is listed in /etc/rc.config.d/nfsconf in:&lt;BR /&gt;&lt;BR /&gt;AUTO_MASTER="/etc/auto_master"&lt;BR /&gt;&lt;BR /&gt;$ cd /etc/&lt;BR /&gt;$ cat auto_master&lt;BR /&gt;/-      /etc/auto.direct -soft&lt;BR /&gt;$ cat auto.direct&lt;BR /&gt;/sysadm cel1543-dm03:/sssd_unix_tools&lt;BR /&gt;/stormgt cel1543-dm01:/stormgt&lt;BR /&gt;&lt;BR /&gt;You also need to know whether you are using the old "automounter" or the new "autofs".&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Jun 2005 09:18:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/editing-automount/m-p/3569401#M227925</guid>
      <dc:creator>Stuart Abramson</dc:creator>
      <dc:date>2005-06-23T09:18:10Z</dc:date>
    </item>
    <item>
      <title>Re: editing automount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/editing-automount/m-p/3569402#M227926</link>
      <description>What does /etc/nsswitch.conf say fr automount?? If you are using files, you need to look at /etc/auto_master and any direct/indirect/special maps mentioned in t/etc/auto_master file.&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Thu, 23 Jun 2005 09:20:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/editing-automount/m-p/3569402#M227926</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-06-23T09:20:11Z</dc:date>
    </item>
  </channel>
</rss>

