<?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 Problems in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/nis-problems/m-p/3300478#M567482</link>
    <description>Hi Ramesh,&lt;BR /&gt;&lt;BR /&gt;Few thinks you could check, just to eliminate.&lt;BR /&gt;&lt;BR /&gt;from the clients.&lt;BR /&gt;# nslookup server_name&lt;BR /&gt;# nslookup server_ipaddress&lt;BR /&gt;&lt;BR /&gt;from the server same as above to the client.&lt;BR /&gt;&lt;BR /&gt;Try to mount a nfs filesystem (cdrom) from the server to client, and check syslog for errors.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan&lt;BR /&gt;</description>
    <pubDate>Thu, 10 Jun 2004 00:42:33 GMT</pubDate>
    <dc:creator>Robert-Jan Goossens</dc:creator>
    <dc:date>2004-06-10T00:42:33Z</dc:date>
    <item>
      <title>NIS Problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nis-problems/m-p/3300469#M567473</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;I have a NIS Master server which is running HP-UX 11.00. When ever a user tries to login to that server it stops for a while after taking the password. &lt;BR /&gt;&lt;BR /&gt;login: rajanr&lt;BR /&gt;Password:&lt;BR /&gt;Unable to change directory to "/home/rajanr"&lt;BR /&gt;Logging in with home = "/".&lt;BR /&gt;Please wait...checking for disk quotas&lt;BR /&gt;&lt;BR /&gt;Its stoppping without giving the shell prompt for 3 or 4 minutes.&lt;BR /&gt;&lt;BR /&gt;Any help will be of great help.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Jun 2004 10:13:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nis-problems/m-p/3300469#M567473</guid>
      <dc:creator>Ramesh_27</dc:creator>
      <dc:date>2004-06-09T10:13:31Z</dc:date>
    </item>
    <item>
      <title>Re: NIS Problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nis-problems/m-p/3300470#M567474</link>
      <description>Hi Ramesh,&lt;BR /&gt;&lt;BR /&gt;do you use a NFS home directory server ?&lt;BR /&gt;&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Wed, 09 Jun 2004 10:21:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nis-problems/m-p/3300470#M567474</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2004-06-09T10:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: NIS Problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nis-problems/m-p/3300471#M567475</link>
      <description>Yes...NFS Home server is also the same server but the home directory gets autmounted in the same box itself. Earlier it used to work fine even though it never logs me in to the home directory. But now it is getting struck after saying "Checking for disk qouta"</description>
      <pubDate>Wed, 09 Jun 2004 10:23:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nis-problems/m-p/3300471#M567475</guid>
      <dc:creator>Ramesh_27</dc:creator>
      <dc:date>2004-06-09T10:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: NIS Problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nis-problems/m-p/3300472#M567476</link>
      <description>do the users have a HISTORY file in there $HOMEDIR ?&lt;BR /&gt;&lt;BR /&gt;if so, try to change it to /tmp/</description>
      <pubDate>Wed, 09 Jun 2004 10:25:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nis-problems/m-p/3300472#M567476</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2004-06-09T10:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: NIS Problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nis-problems/m-p/3300473#M567477</link>
      <description>How to change the User's history file to /tmp</description>
      <pubDate>Wed, 09 Jun 2004 10:27:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nis-problems/m-p/3300473#M567477</guid>
      <dc:creator>Ramesh_27</dc:creator>
      <dc:date>2004-06-09T10:27:02Z</dc:date>
    </item>
    <item>
      <title>Re: NIS Problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nis-problems/m-p/3300474#M567478</link>
      <description>go to a homedir of the user, and edit his .profile.&lt;BR /&gt;&lt;BR /&gt;change &lt;BR /&gt;HISTFILE=${HOME}/.sh_history_`who am i|awk '{ print $1}'`&lt;BR /&gt;to&lt;BR /&gt;HISTFILE=/tmp/.sh_history_`who am i|awk '{ print $1}'`&lt;BR /&gt;&lt;BR /&gt;# su - user&lt;BR /&gt;and check if you still have the same problems.</description>
      <pubDate>Wed, 09 Jun 2004 10:34:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nis-problems/m-p/3300474#M567478</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2004-06-09T10:34:47Z</dc:date>
    </item>
    <item>
      <title>Re: NIS Problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nis-problems/m-p/3300475#M567479</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Try to do the following:&lt;BR /&gt;/sbin/init.d/nis.client stop&lt;BR /&gt;/sbin/init.d/nis.server stop&lt;BR /&gt;Check why your NFS client doesn't work. When NIS is stopped, it's much faster. Find and update  in /etc/rc.config.d/namesvrs the following:&lt;BR /&gt;YPBIND_OPTIONS="-ypset"&lt;BR /&gt;YPSET_ADDR="IP of the server"&lt;BR /&gt;Run:&lt;BR /&gt;/sbin/init.d/nis.server start&lt;BR /&gt;/sbin/init.d/nis.client start&lt;BR /&gt;&lt;BR /&gt;Read syslog.&lt;BR /&gt;BTW, in order to define history file, put into .profile &lt;BR /&gt;export HISTFILE=/tmp/$LOGNAME.hst&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Jun 2004 10:40:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nis-problems/m-p/3300475#M567479</guid>
      <dc:creator>Victor Fridyev</dc:creator>
      <dc:date>2004-06-09T10:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: NIS Problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nis-problems/m-p/3300476#M567480</link>
      <description>I did all that.. But the same way it hangs for few minutes in " Checking for disk qouta"</description>
      <pubDate>Wed, 09 Jun 2004 11:11:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nis-problems/m-p/3300476#M567480</guid>
      <dc:creator>Ramesh_27</dc:creator>
      <dc:date>2004-06-09T11:11:06Z</dc:date>
    </item>
    <item>
      <title>Re: NIS Problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nis-problems/m-p/3300477#M567481</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Could you temporarily change homedir of the user to a local directory and after to a directory located on another NFS ? Does this resolve the problem ?&lt;BR /&gt;&lt;BR /&gt;Could you run when connecting &lt;BR /&gt;tail -f /var/adm/syslog/syslog.log&lt;BR /&gt;&lt;BR /&gt;What messages do you see ?&lt;BR /&gt;&lt;BR /&gt;HTH</description>
      <pubDate>Wed, 09 Jun 2004 11:18:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nis-problems/m-p/3300477#M567481</guid>
      <dc:creator>Victor Fridyev</dc:creator>
      <dc:date>2004-06-09T11:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: NIS Problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nis-problems/m-p/3300478#M567482</link>
      <description>Hi Ramesh,&lt;BR /&gt;&lt;BR /&gt;Few thinks you could check, just to eliminate.&lt;BR /&gt;&lt;BR /&gt;from the clients.&lt;BR /&gt;# nslookup server_name&lt;BR /&gt;# nslookup server_ipaddress&lt;BR /&gt;&lt;BR /&gt;from the server same as above to the client.&lt;BR /&gt;&lt;BR /&gt;Try to mount a nfs filesystem (cdrom) from the server to client, and check syslog for errors.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Jun 2004 00:42:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nis-problems/m-p/3300478#M567482</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2004-06-10T00:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: NIS Problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nis-problems/m-p/3300479#M567483</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;configure the automount or nfs mount on client side. You need to mount home directory of ur users.&lt;BR /&gt;otherwise users will not get the home directory.&lt;BR /&gt;&lt;BR /&gt;Thanx&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Jun 2004 04:14:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nis-problems/m-p/3300479#M567483</guid>
      <dc:creator>Suresh Patoria</dc:creator>
      <dc:date>2004-06-10T04:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: NIS Problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nis-problems/m-p/3300480#M567484</link>
      <description>Still the same thing happens in the client side.</description>
      <pubDate>Thu, 10 Jun 2004 07:42:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nis-problems/m-p/3300480#M567484</guid>
      <dc:creator>Ramesh_27</dc:creator>
      <dc:date>2004-06-10T07:42:29Z</dc:date>
    </item>
  </channel>
</rss>

