<?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: How to get Linux to automount NFS homedirs from HPUX NIS server in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-get-linux-to-automount-nfs-homedirs-from-hpux-nis-server/m-p/2552064#M80462</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;you need to edit the /etc/fstab file. Here you can enter the network directory and the mount-point.&lt;BR /&gt;&lt;BR /&gt;I would suggest webmin from &lt;A href="http://www.webmin.com/webmin/" target="_blank"&gt;http://www.webmin.com/webmin/&lt;/A&gt; as a quite could configuration tool for things like this, but I think linuxconf can do it, too.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;cu,&lt;BR /&gt;  MaDMaik</description>
    <pubDate>Fri, 13 Jul 2001 08:07:22 GMT</pubDate>
    <dc:creator>Maik Danstedt</dc:creator>
    <dc:date>2001-07-13T08:07:22Z</dc:date>
    <item>
      <title>How to get Linux to automount NFS homedirs from HPUX NIS server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-get-linux-to-automount-nfs-homedirs-from-hpux-nis-server/m-p/2552063#M80461</link>
      <description>Hi!&lt;BR /&gt;&lt;BR /&gt;We have a network with a HPUX 11 NIS server. We have recently begun installing Linux (Redhat 7.1) workstations.&lt;BR /&gt;&lt;BR /&gt;I've configured NIS and NFS to work on the Linux workstations, but I'm having serious problems getting the workstation to automount home directories from NIS.&lt;BR /&gt;&lt;BR /&gt;On our HP machines, the NIS passwd file has /net/Computer_Name/home/Username as the home directory, and when you log in that gets mounted on the local filesystem, so any user can log in anywhere. I can't figure out how to configure the Linux client to do the same.&lt;BR /&gt;&lt;BR /&gt;Any help would be appreciated!</description>
      <pubDate>Thu, 12 Jul 2001 16:55:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-get-linux-to-automount-nfs-homedirs-from-hpux-nis-server/m-p/2552063#M80461</guid>
      <dc:creator>Gram Ludlow</dc:creator>
      <dc:date>2001-07-12T16:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Linux to automount NFS homedirs from HPUX NIS server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-get-linux-to-automount-nfs-homedirs-from-hpux-nis-server/m-p/2552064#M80462</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;you need to edit the /etc/fstab file. Here you can enter the network directory and the mount-point.&lt;BR /&gt;&lt;BR /&gt;I would suggest webmin from &lt;A href="http://www.webmin.com/webmin/" target="_blank"&gt;http://www.webmin.com/webmin/&lt;/A&gt; as a quite could configuration tool for things like this, but I think linuxconf can do it, too.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;cu,&lt;BR /&gt;  MaDMaik</description>
      <pubDate>Fri, 13 Jul 2001 08:07:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-get-linux-to-automount-nfs-homedirs-from-hpux-nis-server/m-p/2552064#M80462</guid>
      <dc:creator>Maik Danstedt</dc:creator>
      <dc:date>2001-07-13T08:07:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Linux to automount NFS homedirs from HPUX NIS server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-get-linux-to-automount-nfs-homedirs-from-hpux-nis-server/m-p/2552065#M80463</link>
      <description>The problem is that we have over 250 user accounts, and I do not want an fstab that size.&lt;BR /&gt;&lt;BR /&gt;The HP workstations automagically and dynamically mount the shared directories that they get from NIS. I'm trying to add this functionality to Linux.</description>
      <pubDate>Fri, 13 Jul 2001 14:32:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-get-linux-to-automount-nfs-homedirs-from-hpux-nis-server/m-p/2552065#M80463</guid>
      <dc:creator>Gram Ludlow</dc:creator>
      <dc:date>2001-07-13T14:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Linux to automount NFS homedirs from HPUX NIS server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-get-linux-to-automount-nfs-homedirs-from-hpux-nis-server/m-p/2552066#M80464</link>
      <description>Hi Gram,&lt;BR /&gt;You need automounter to configure on your linux systems.&lt;BR /&gt;&lt;BR /&gt;It works excetly same as HP systems. &lt;BR /&gt;auto_master file and start automounter /etc/rc.d/autofs start. You have 1. create a auto.direct map on your nis server&lt;BR /&gt;2. On linux client /etc/auto_master tell to look auto.direct map for mounting.&lt;BR /&gt;&lt;BR /&gt;If you need more specific information let me know.&lt;BR /&gt;&lt;BR /&gt;Sachin&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Jul 2001 18:10:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-get-linux-to-automount-nfs-homedirs-from-hpux-nis-server/m-p/2552066#M80464</guid>
      <dc:creator>Sachin Patel</dc:creator>
      <dc:date>2001-07-13T18:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Linux to automount NFS homedirs from HPUX NIS server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-get-linux-to-automount-nfs-homedirs-from-hpux-nis-server/m-p/2552067#M80465</link>
      <description>Thanks for the info! I'm having trouble creating the auto.direct (earlier I tried to create an auto.home map) on the HP server. I can't seem to find documentation on how to create this file. Any more instruction would be greatly appreciated!</description>
      <pubDate>Mon, 16 Jul 2001 16:42:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-get-linux-to-automount-nfs-homedirs-from-hpux-nis-server/m-p/2552067#M80465</guid>
      <dc:creator>Gram Ludlow</dc:creator>
      <dc:date>2001-07-16T16:42:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Linux to automount NFS homedirs from HPUX NIS server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-get-linux-to-automount-nfs-homedirs-from-hpux-nis-server/m-p/2552068#M80466</link>
      <description>Hi&lt;BR /&gt;Here is the procedure.&lt;BR /&gt;On HP-server&lt;BR /&gt;#&amp;gt;vi /etc/auto.direct&lt;BR /&gt;/systemname/filesystem   systemname:/filesystem&lt;BR /&gt;   for example &lt;BR /&gt;    /mysystem/tmp   mysystem:/tmp&lt;BR /&gt;&lt;BR /&gt;#&amp;gt;cd /var/yp&lt;BR /&gt;#&amp;gt; make auto.direct&lt;BR /&gt;&lt;BR /&gt;on client ypbind should work before you start.&lt;BR /&gt;#&amp;gt; ypwhich  (should show you your hp server)&lt;BR /&gt;#&amp;gt; ypcat -k auto.direct  (should show you the map.&lt;BR /&gt;#&amp;gt; vi /etc/auto_master&lt;BR /&gt;      /net -hosts -soft&lt;BR /&gt;#&amp;gt; restart the automounter.&lt;BR /&gt;&lt;BR /&gt;If you need more help let us know&lt;BR /&gt;&lt;BR /&gt;Sachin&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Jul 2001 13:41:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-get-linux-to-automount-nfs-homedirs-from-hpux-nis-server/m-p/2552068#M80466</guid>
      <dc:creator>Sachin Patel</dc:creator>
      <dc:date>2001-07-17T13:41:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Linux to automount NFS homedirs from HPUX NIS server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-get-linux-to-automount-nfs-homedirs-from-hpux-nis-server/m-p/2552069#M80467</link>
      <description>Thanks again!&lt;BR /&gt;I've done a TON of digging through man pages, and here's a solution I've found:&lt;BR /&gt;Using indirect automounting, I can dynamically mount the root filesystem of other computers in the /net dir. Here's how:&lt;BR /&gt;&lt;BR /&gt;On Linux machine:&lt;BR /&gt;vi /etc/auto.master &lt;BR /&gt;Add:&lt;BR /&gt;/net    /etc/auto.home --timeout=60&lt;BR /&gt;&lt;BR /&gt;vi /etc/auto.home&lt;BR /&gt;Add:&lt;BR /&gt;*       &amp;amp;:/&lt;BR /&gt;&lt;BR /&gt;Now whenever I go into /net/machine_name it will auto-mount the root filesystem and let me access the machine!&lt;BR /&gt;&lt;BR /&gt;Now I just need to finagle it to mount the /home, which is also exported.&lt;BR /&gt;&lt;BR /&gt;Hmm I should write a Linux/HP FAQ when I get this all figured out!&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Jul 2001 14:35:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-get-linux-to-automount-nfs-homedirs-from-hpux-nis-server/m-p/2552069#M80467</guid>
      <dc:creator>Gram Ludlow</dc:creator>
      <dc:date>2001-07-17T14:35:48Z</dc:date>
    </item>
  </channel>
</rss>

