<?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: NIS:running on linux in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/nis-running-on-linux/m-p/3155464#M88052</link>
    <description>Hi,&lt;BR /&gt;  Any help ???..sorry for posting lunix "thingi".&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;mB</description>
    <pubDate>Sun, 04 Jan 2004 20:06:02 GMT</pubDate>
    <dc:creator>malay boy</dc:creator>
    <dc:date>2004-01-04T20:06:02Z</dc:date>
    <item>
      <title>NIS:running on linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nis-running-on-linux/m-p/3155463#M88051</link>
      <description>Hi guy's.&lt;BR /&gt;  Sorry for posting the Linux problem in HPUX forum.I know you guy are both expert in LINUX and HPUX.&lt;BR /&gt;&lt;BR /&gt;   I have NIS running on LINUX.This was a legacy system.Somehow,the NIS can move the home directory to whereever you logon.&lt;BR /&gt;  In the NIS,I saw a file call auto.home which specify where the home directory for the particluar user.&lt;BR /&gt;  Here are the content of the file :&lt;BR /&gt;&lt;BR /&gt;ssteve serverA:/home/ssteve .&lt;BR /&gt;&lt;BR /&gt;This meaning that ssteve home directory are in server A.&lt;BR /&gt;But when ssteve logon to server B it will auto mount serverA:/home/ssteve to server B.&lt;BR /&gt;&lt;BR /&gt;My problem is we have a new machine and it is not auto mount.&lt;BR /&gt;&lt;BR /&gt;I also plan to move this to HPUX but is HP NIS capable of auto mount the home directory?.&lt;BR /&gt;&lt;BR /&gt;Any plan on how to move is great ?.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;mB&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 02 Jan 2004 19:16:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nis-running-on-linux/m-p/3155463#M88051</guid>
      <dc:creator>malay boy</dc:creator>
      <dc:date>2004-01-02T19:16:22Z</dc:date>
    </item>
    <item>
      <title>Re: NIS:running on linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nis-running-on-linux/m-p/3155464#M88052</link>
      <description>Hi,&lt;BR /&gt;  Any help ???..sorry for posting lunix "thingi".&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;mB</description>
      <pubDate>Sun, 04 Jan 2004 20:06:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nis-running-on-linux/m-p/3155464#M88052</guid>
      <dc:creator>malay boy</dc:creator>
      <dc:date>2004-01-04T20:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: NIS:running on linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nis-running-on-linux/m-p/3155465#M88053</link>
      <description>HPUX can be aware of automount in NIS. Check your /etc/nsswitch.conf file for the line starting with automount and change the files to compat (or nis [NOTFOUND=continue] files) and it should work.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 05 Jan 2004 02:15:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nis-running-on-linux/m-p/3155465#M88053</guid>
      <dc:creator>Elmar P. Kolkman</dc:creator>
      <dc:date>2004-01-05T02:15:41Z</dc:date>
    </item>
    <item>
      <title>Re: NIS:running on linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nis-running-on-linux/m-p/3155466#M88054</link>
      <description>This isn't definitive, but is based on my NIS setup.&lt;BR /&gt;&lt;BR /&gt;Is the automount facility running on your new machine?&lt;BR /&gt;&lt;BR /&gt;# ps -ef | grep auto&lt;BR /&gt;&lt;BR /&gt;It's likely to be autofs.&lt;BR /&gt;If not, have a look in /etc/rc.config.d/nfsconf - automounter is started in here, look for:&lt;BR /&gt;AUTOFS=1&lt;BR /&gt;AUTOMOUNT_OPTIONS="-f $AUTO_MASTER"&lt;BR /&gt;AUTOMOUNTD_OPTIONS=""&lt;BR /&gt;&lt;BR /&gt;This also means that /etc/auto_master should incorporate NIS, i.e. have&lt;BR /&gt;+auto_master as the last entry.&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;&lt;BR /&gt;Gary Cooper</description>
      <pubDate>Mon, 05 Jan 2004 04:27:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nis-running-on-linux/m-p/3155466#M88054</guid>
      <dc:creator>Gary Cooper_1</dc:creator>
      <dc:date>2004-01-05T04:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: NIS:running on linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nis-running-on-linux/m-p/3155467#M88055</link>
      <description>You didn't say what the new machine is -i.e. the server or the client....&lt;BR /&gt;I guess the client - so&lt;BR /&gt;1. the autofs service should be up - "chkconfig autofs on"&lt;BR /&gt;2. See that you don't have firewalling problems that are blocking RPC traffic.&lt;BR /&gt;3. See that the portmap service is up -&lt;BR /&gt;service portmap start</description>
      <pubDate>Mon, 05 Jan 2004 04:55:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nis-running-on-linux/m-p/3155467#M88055</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2004-01-05T04:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: NIS:running on linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nis-running-on-linux/m-p/3155468#M88056</link>
      <description>It might be worth noting that it isn't NIS that is automounting your home directories but NFS and automount.&lt;BR /&gt; &lt;BR /&gt;I have never set this up on Linux but the general principal will be the same as on HPUX.&lt;BR /&gt; &lt;BR /&gt;On HPUX, you need to have "autofs" running as described in previous posts.  The machine that has the home directories locally needs to have the "/home" directory in /etc/exports and "exportfs -a" needs to be run on it.&lt;BR /&gt; &lt;BR /&gt;From this point on, there needs to be a file on each "client" machine called /etc/auto_master that has something like "/- /etc/auto_homes.map" in it.  This is the name of another file that contains the actual mount options.  It might look like this&lt;BR /&gt; &lt;BR /&gt;/home/user1 -soft serverA:/home/user1&lt;BR /&gt; &lt;BR /&gt;Now, in theory when the user logs in, it should mount the directory from serverA.&lt;BR /&gt; &lt;BR /&gt;NIS might come in to play if the "auto_homes.map" is kept synchronised between "clients" using NIS.  In this case, you would need to push out these maps using "yppush" each time you edited them.  &lt;BR /&gt; &lt;BR /&gt;You do not, however, need NIS to get it all working and you can edit the files map file manually on all the clients just to get it tested and working.  After that, you can get NIS to manage them.</description>
      <pubDate>Mon, 05 Jan 2004 05:02:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nis-running-on-linux/m-p/3155468#M88056</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2004-01-05T05:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: NIS:running on linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nis-running-on-linux/m-p/3155469#M88057</link>
      <description>For setting Autofs in HP-UX , refer to &lt;A href="http://docs.hp.com/hpux/onlinedocs/5990-7199/5990-7199.html" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/5990-7199/5990-7199.html&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Mar 2004 12:11:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nis-running-on-linux/m-p/3155469#M88057</guid>
      <dc:creator>rvrameshbabu</dc:creator>
      <dc:date>2004-03-23T12:11:23Z</dc:date>
    </item>
  </channel>
</rss>

