<?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 Login Taking Long time in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/login-taking-long-time/m-p/4398898#M351333</link>
    <description>Whenever our primary DNS server is down or not reachable the login to our servers take a long time.&lt;BR /&gt;It takes long to prompt for passwords after providing username and giving enter.&lt;BR /&gt;&lt;BR /&gt;even the cmviewcl returns the following:&lt;BR /&gt;[wb_server01] /home/admin &amp;gt; sudo /usr/sbin/cmviewcl&lt;BR /&gt;Password:&lt;BR /&gt;Last   successful login for admin: Fri Apr 10 11:46:33 IST-5:30 2009&lt;BR /&gt;Last unsuccessful login for admin: Tue Apr  7 16:01:43 IST-5:30 2009&lt;BR /&gt;cmviewcl  : Cannot view the cluster configuration.&lt;BR /&gt;Either this node is not configured in a cluster, user doesn't have&lt;BR /&gt;access to view the cluster configuration, or there is some obstacle&lt;BR /&gt;to viewing the configuration. Check the syslog file for more information.&lt;BR /&gt;For a list of possible causes, see the Serviceguard manual for cmviewcl.&lt;BR /&gt;[wb_server01] /home/admin &amp;gt;</description>
    <pubDate>Fri, 10 Apr 2009 05:50:33 GMT</pubDate>
    <dc:creator>rana sarkar</dc:creator>
    <dc:date>2009-04-10T05:50:33Z</dc:date>
    <item>
      <title>Login Taking Long time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-taking-long-time/m-p/4398898#M351333</link>
      <description>Whenever our primary DNS server is down or not reachable the login to our servers take a long time.&lt;BR /&gt;It takes long to prompt for passwords after providing username and giving enter.&lt;BR /&gt;&lt;BR /&gt;even the cmviewcl returns the following:&lt;BR /&gt;[wb_server01] /home/admin &amp;gt; sudo /usr/sbin/cmviewcl&lt;BR /&gt;Password:&lt;BR /&gt;Last   successful login for admin: Fri Apr 10 11:46:33 IST-5:30 2009&lt;BR /&gt;Last unsuccessful login for admin: Tue Apr  7 16:01:43 IST-5:30 2009&lt;BR /&gt;cmviewcl  : Cannot view the cluster configuration.&lt;BR /&gt;Either this node is not configured in a cluster, user doesn't have&lt;BR /&gt;access to view the cluster configuration, or there is some obstacle&lt;BR /&gt;to viewing the configuration. Check the syslog file for more information.&lt;BR /&gt;For a list of possible causes, see the Serviceguard manual for cmviewcl.&lt;BR /&gt;[wb_server01] /home/admin &amp;gt;</description>
      <pubDate>Fri, 10 Apr 2009 05:50:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-taking-long-time/m-p/4398898#M351333</guid>
      <dc:creator>rana sarkar</dc:creator>
      <dc:date>2009-04-10T05:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: Login Taking Long time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-taking-long-time/m-p/4398899#M351334</link>
      <description>For slow logging add the following in the sshd config file: &lt;BR /&gt;UseDNS no&lt;BR /&gt;&lt;BR /&gt;and restart the daemon.&lt;BR /&gt;&lt;BR /&gt;For SG issue - add all nodes in /etc/hosts files at every node.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan</description>
      <pubDate>Fri, 10 Apr 2009 06:02:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-taking-long-time/m-p/4398899#M351334</guid>
      <dc:creator>Ivan Krastev</dc:creator>
      <dc:date>2009-04-10T06:02:01Z</dc:date>
    </item>
    <item>
      <title>Re: Login Taking Long time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-taking-long-time/m-p/4398900#M351335</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;When DNS server is down and you log in by name, login is going to be slow. To be sure this is the cause, try logging in by numeric ip address.&lt;BR /&gt;&lt;BR /&gt;It will be fast, if I'm right.&lt;BR /&gt;&lt;BR /&gt;The solution here is to use numeric ip when the DNS server is down or fix the DNS server.&lt;BR /&gt;&lt;BR /&gt;Makes sense if you think about it. How can name to number resolution happen if there is no service.&lt;BR /&gt;&lt;BR /&gt;You can bypass this with critical systems by including resolution in them in /etc/hosts and including files in /etc/nsswitch.conf configuration as an option. I like files to be first.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;</description>
      <pubDate>Fri, 10 Apr 2009 12:30:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-taking-long-time/m-p/4398900#M351335</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-04-10T12:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: Login Taking Long time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-taking-long-time/m-p/4398901#M351336</link>
      <description>Greetings !!&lt;BR /&gt;&lt;BR /&gt;Depending on the usage, I would add the hosts that I access often in /etc/hosts, as files are looked up for name resolution. Alternatively you can use named service on your unix server to act as a slave DNS to avoid. This is reduce the load on ur primary DNS and also slave works even if the primary DNS is down as it caches the DNS DB. &lt;BR /&gt;&lt;BR /&gt;Regarding you cluster problem, do you face this issue only when DNS is down ? If yes need more info from cluster logs. If not you might need to check if cluster is configured on this server ?&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;UVK</description>
      <pubDate>Fri, 10 Apr 2009 13:37:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-taking-long-time/m-p/4398901#M351336</guid>
      <dc:creator>UVK</dc:creator>
      <dc:date>2009-04-10T13:37:08Z</dc:date>
    </item>
    <item>
      <title>Re: Login Taking Long time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-taking-long-time/m-p/4398902#M351337</link>
      <description>&lt;!--!*#--&gt;&amp;gt; It takes long to prompt for passwords after&lt;BR /&gt;&amp;gt; providing username and giving enter.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] try logging in by numeric ip address.&lt;BR /&gt;&amp;gt; &lt;BR /&gt;&amp;gt; It will be fast, if I'm right.&lt;BR /&gt;&lt;BR /&gt;If the problem lay in the client's getting&lt;BR /&gt;the IP address of the server (from its name),&lt;BR /&gt;then I'd expect the slow part to be in the&lt;BR /&gt;initial connection, not something "after&lt;BR /&gt;providing username".&lt;BR /&gt;&lt;BR /&gt;If, instead, the problem lies with the server&lt;BR /&gt;trying to get the name of the client (from&lt;BR /&gt;its address), then it won't matter how the&lt;BR /&gt;client specifies the server's address -- name&lt;BR /&gt;or number.&lt;BR /&gt;&lt;BR /&gt;Also, if DNS is completely dead, and if the&lt;BR /&gt;server is not in the client's hosts file,&lt;BR /&gt;then the connection attempt would fail&lt;BR /&gt;completely, not merely be slow to get&lt;BR /&gt;established.&lt;BR /&gt;&lt;BR /&gt;Hence, this common suggestion to try using&lt;BR /&gt;the IP address instead of the name is often a&lt;BR /&gt;complete waste of time.  It would appear to&lt;BR /&gt;be so here.</description>
      <pubDate>Fri, 10 Apr 2009 14:22:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-taking-long-time/m-p/4398902#M351337</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-04-10T14:22:50Z</dc:date>
    </item>
  </channel>
</rss>

