<?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 configuration in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/nis-configuration/m-p/3677635#M244845</link>
    <description>Shalom Vipin,&lt;BR /&gt;&lt;BR /&gt;ypwhich&lt;BR /&gt;&lt;BR /&gt;ypmake&lt;BR /&gt;&lt;BR /&gt;Thats a start.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Wed, 23 Nov 2005 10:07:18 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2005-11-23T10:07:18Z</dc:date>
    <item>
      <title>NIS configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nis-configuration/m-p/3677634#M244844</link>
      <description>My server is using NIS.  I’m not sure, but I believe all of the users are already in NIS.  Is there a way to validate this?  &lt;BR /&gt;Thanks &lt;BR /&gt;Vipin</description>
      <pubDate>Wed, 23 Nov 2005 10:05:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nis-configuration/m-p/3677634#M244844</guid>
      <dc:creator>Vipin Singhal</dc:creator>
      <dc:date>2005-11-23T10:05:59Z</dc:date>
    </item>
    <item>
      <title>Re: NIS configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nis-configuration/m-p/3677635#M244845</link>
      <description>Shalom Vipin,&lt;BR /&gt;&lt;BR /&gt;ypwhich&lt;BR /&gt;&lt;BR /&gt;ypmake&lt;BR /&gt;&lt;BR /&gt;Thats a start.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 23 Nov 2005 10:07:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nis-configuration/m-p/3677635#M244845</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-11-23T10:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: NIS configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nis-configuration/m-p/3677636#M244846</link>
      <description>ypcat passwd</description>
      <pubDate>Wed, 23 Nov 2005 10:07:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nis-configuration/m-p/3677636#M244846</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-11-23T10:07:26Z</dc:date>
    </item>
    <item>
      <title>Re: NIS configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nis-configuration/m-p/3677637#M244847</link>
      <description>Hi Vipin,&lt;BR /&gt;&lt;BR /&gt;Check the entries in the /etc/nsswitch.conf file.&lt;BR /&gt;&lt;BR /&gt;#cat /etc/nsswitch.conf&lt;BR /&gt;passwd:       files nis&lt;BR /&gt;group:        files nis&lt;BR /&gt;hosts:        nis [NOTFOUND=return] files&lt;BR /&gt;networks:     nis [NOTFOUND=return] files&lt;BR /&gt;protocols:    nis [NOTFOUND=return] files&lt;BR /&gt;rpc:          nis [NOTFOUND=return] files&lt;BR /&gt;publickey:    nis [NOTFOUND=return] files&lt;BR /&gt;netgroup:     nis [NOTFOUND=return] files&lt;BR /&gt;automount:    files nis&lt;BR /&gt;aliases:      files nis&lt;BR /&gt;services:     files nis&lt;BR /&gt;&lt;BR /&gt;The output should be similar to this.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender</description>
      <pubDate>Wed, 23 Nov 2005 10:12:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nis-configuration/m-p/3677637#M244847</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2005-11-23T10:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: NIS configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nis-configuration/m-p/3677638#M244848</link>
      <description>The ypwhich and ypcat commands are the commands to will need to validate this.&lt;BR /&gt;&lt;BR /&gt;The ypwhich command will tell you what NIS server (master or slave) the client is binding to.&lt;BR /&gt;&lt;BR /&gt;The ypcat command will list the accounts in NIS. This could be 'ypcat yppasswd' or 'ypcat passwd' or something else. You will will to verify this for your environment since this name can be specified.&lt;BR /&gt;&lt;BR /&gt;If you have a server that is not in NIS (as validated by the ypwhich) then check the local passwd file.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Nov 2005 10:53:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nis-configuration/m-p/3677638#M244848</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2005-11-23T10:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: NIS configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nis-configuration/m-p/3677639#M244849</link>
      <description>&lt;BR /&gt;Hi Vipin ,&lt;BR /&gt;&lt;BR /&gt;Here is a good doc for NIS also having interoperability with aix.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.freelab.net/unix/hp-ux/chap11_nis.html" target="_blank"&gt;http://www.freelab.net/unix/hp-ux/chap11_nis.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;hth,&lt;BR /&gt;Raj.</description>
      <pubDate>Wed, 23 Nov 2005 11:40:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nis-configuration/m-p/3677639#M244849</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2005-11-23T11:40:10Z</dc:date>
    </item>
    <item>
      <title>Re: NIS configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nis-configuration/m-p/3677640#M244850</link>
      <description>root@server:[/root]# ypwhich&lt;BR /&gt;stock.companyname.com&lt;BR /&gt;root@server:[/root]# cd&lt;BR /&gt;root@server:[/root]# cat /etc/nsswitch.conf&lt;BR /&gt;#&lt;BR /&gt;# /etc/nsswitch.conf&lt;BR /&gt;&lt;BR /&gt;passwd:       files [NOTFOUND=continue] nis&lt;BR /&gt;group:       files [NOTFOUND=continue] nis&lt;BR /&gt;hosts:        files [NOTFOUND=continue] nis [NOTFOUND=continue UNAVAIL=continue] dns&lt;BR /&gt;networks:     files [NOTFOUND=continue] nis&lt;BR /&gt;protocols:    files [NOTFOUND=continue] nis&lt;BR /&gt;rpc:          files [NOTFOUND=continue] nis&lt;BR /&gt;publickey:    files [NOTFOUND=continue] nis&lt;BR /&gt;netgroup:     nis [NOTFOUND=continue] files&lt;BR /&gt;automount:    nis [NOTFOUND=continue] files&lt;BR /&gt;aliases:      nis [NOTFOUND=continue] files&lt;BR /&gt;services:     files [NOTFOUND=continue] nis&lt;BR /&gt;root@server:[/root]# ypcat passwd | more | grep vipin&lt;BR /&gt;vipin:XI8op1IoKNZXc,B.CR:18058:106:john gins:/ahome/vipin:/usr/bin/ksh&lt;BR /&gt;&lt;BR /&gt;Thanks for your support.&lt;BR /&gt; how will i create the new users in the same group?&lt;BR /&gt;How will i select their home directory?&lt;BR /&gt;how will i define their group?&lt;BR /&gt;Please suggest&lt;BR /&gt;vipin&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Nov 2005 12:19:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nis-configuration/m-p/3677640#M244850</guid>
      <dc:creator>Vipin Singhal</dc:creator>
      <dc:date>2005-11-23T12:19:39Z</dc:date>
    </item>
    <item>
      <title>Re: NIS configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nis-configuration/m-p/3677641#M244851</link>
      <description>Q. how will i create the new users in the same group?&lt;BR /&gt;A. I don't know how you would do it but I would give them a common group ID.&lt;BR /&gt;&lt;BR /&gt;Q. How will i select their home directory?&lt;BR /&gt;A. I don't know how you would do it. It is common in an NIS environment to automount home directories so that the user has the same home directory regardless of the machine he is currently working on.&lt;BR /&gt;&lt;BR /&gt;Q. how will i define their group?&lt;BR /&gt;A. I don't know how you will define their group. I would make an entry in the group map and then when you create the passwd entry give them this group ID.&lt;BR /&gt;&lt;BR /&gt;Once again, you don't seem too interested in learning on your own. Get yourself a copy of&lt;BR /&gt;O'reilly's "Managing NFS and NIS"; it's an excellent reference and will deal with all of your questions.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.oreilly.com/catalog/nfs2/index.html" target="_blank"&gt;http://www.oreilly.com/catalog/nfs2/index.html&lt;/A&gt;</description>
      <pubDate>Wed, 23 Nov 2005 12:35:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nis-configuration/m-p/3677641#M244851</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-11-23T12:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: NIS configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nis-configuration/m-p/3677642#M244852</link>
      <description>You create users in the same group by using options in the useradd -G command.&lt;BR /&gt;&lt;BR /&gt;Some people build a standard user template, put it in /etc/skel and that keeps all users in the same group.&lt;BR /&gt;&lt;BR /&gt;In an NIS environment users should be created on the NIS Master. ypmake pushes them to the NIS slaves.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 23 Nov 2005 12:41:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nis-configuration/m-p/3677642#M244852</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-11-23T12:41:52Z</dc:date>
    </item>
    <item>
      <title>Re: NIS configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nis-configuration/m-p/3677643#M244853</link>
      <description>The latest questions you have cannot be answered with confidence because there can be numerous methods of accomplishing this task - and all achieve the same result.&lt;BR /&gt;&lt;BR /&gt;Does your environment modify the NIS passwd file directly? Or do you use the adduser utility?&lt;BR /&gt;&lt;BR /&gt;This is one example.&lt;BR /&gt;&lt;BR /&gt;Either method can work but this depends on the environment.&lt;BR /&gt;&lt;BR /&gt;SAM would be the 1st place to look.</description>
      <pubDate>Wed, 23 Nov 2005 12:52:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nis-configuration/m-p/3677643#M244853</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2005-11-23T12:52:53Z</dc:date>
    </item>
  </channel>
</rss>

