<?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: login query in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/login-query/m-p/4748637#M387983</link>
    <description>Hi Vel,&lt;BR /&gt;&lt;BR /&gt;NFS and NIS disabled in the server.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;himacs</description>
    <pubDate>Fri, 04 Feb 2011 14:38:56 GMT</pubDate>
    <dc:creator>himacs</dc:creator>
    <dc:date>2011-02-04T14:38:56Z</dc:date>
    <item>
      <title>login query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-query/m-p/4748632#M387978</link>
      <description>server B.11.23&lt;BR /&gt;&lt;BR /&gt;Server takes long time to login after giving password.The same is happening with all the users.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;himacs</description>
      <pubDate>Fri, 04 Feb 2011 14:14:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-query/m-p/4748632#M387978</guid>
      <dc:creator>himacs</dc:creator>
      <dc:date>2011-02-04T14:14:10Z</dc:date>
    </item>
    <item>
      <title>Re: login query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-query/m-p/4748633#M387979</link>
      <description>Please tell how are you logging in ,ssh ,telnet&lt;BR /&gt;is it slow from console as well.&lt;BR /&gt;&lt;BR /&gt;Is the DNS pingable &amp;amp; do check local lookups&lt;BR /&gt;by keeping files ahead of DNS in /etc/nsswitch.conf.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Manix&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Feb 2011 14:27:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-query/m-p/4748633#M387979</guid>
      <dc:creator>Manix</dc:creator>
      <dc:date>2011-02-04T14:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: login query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-query/m-p/4748634#M387980</link>
      <description>This is a very frequently asked question. Most likely your DNS server is not configured correctly, specifically, reverse look up records (IP to hostname) are missing. You can verify this by asking HP-UX to lookup your local PC's IP address (not hostname): nslookup 1.2.3.4&lt;BR /&gt; &lt;BR /&gt;As a temporary workaround (sometimes DNS changes take a very long time to fix), configure your resolver order by changing /etc/nsswitch.conf like this:&lt;BR /&gt; &lt;BR /&gt;passwd:       files&lt;BR /&gt;group:        files&lt;BR /&gt;hosts:        files [NOTFOUND=continue UNAVAIL=continue] dns&lt;BR /&gt;ipnodes:      files [NOTFOUND=return UNAVAIL=return TRYAGAIN=return]&lt;BR /&gt;services:     files&lt;BR /&gt;networks:     files&lt;BR /&gt;protocols:    files&lt;BR /&gt;rpc:          files&lt;BR /&gt;publickey:    files&lt;BR /&gt;netgroup:     files&lt;BR /&gt;automount:    files&lt;BR /&gt;aliases:      files&lt;BR /&gt; &lt;BR /&gt;Then add your PC's address to the /etc/hosts file. The actual hostname is unimportant, like pc1 pc2 pc3 pc4, etc. Now, nslookup 1.2.3.4 should return immediately and your login will be immediate. &lt;BR /&gt; &lt;BR /&gt;Repeat for every possible client address until DNS is corrected. For the DNS folks: every DHCP address must have a reverse (IP address) lookup record. &lt;BR /&gt;</description>
      <pubDate>Fri, 04 Feb 2011 14:29:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-query/m-p/4748634#M387980</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2011-02-04T14:29:31Z</dc:date>
    </item>
    <item>
      <title>Re: login query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-query/m-p/4748635#M387981</link>
      <description>Any NFS filesytem mounted on your server?&lt;BR /&gt;&lt;BR /&gt;Rgds...</description>
      <pubDate>Fri, 04 Feb 2011 14:34:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-query/m-p/4748635#M387981</guid>
      <dc:creator>P Arumugavel</dc:creator>
      <dc:date>2011-02-04T14:34:31Z</dc:date>
    </item>
    <item>
      <title>Re: login query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-query/m-p/4748636#M387982</link>
      <description>Hi Bill/Hassil,&lt;BR /&gt;&lt;BR /&gt;Thanks for the response.&lt;BR /&gt;&lt;BR /&gt;We are not using dhcp and dns.&lt;BR /&gt;&lt;BR /&gt;my nsswitch.conf looks like below&lt;BR /&gt;&lt;BR /&gt;cat nsswitch.conf&lt;BR /&gt;#&lt;BR /&gt;# /etc/nsswitch.files:&lt;BR /&gt;#&lt;BR /&gt;# @(#)B11.23_LR&lt;BR /&gt;#&lt;BR /&gt;# An example file that could be copied over to /etc/nsswitch.conf; it&lt;BR /&gt;# does not use any name services.&lt;BR /&gt;#&lt;BR /&gt;passwd:       files&lt;BR /&gt;group:        files&lt;BR /&gt;hosts:        files&lt;BR /&gt;ipnodes:      files&lt;BR /&gt;services:     files&lt;BR /&gt;networks:     files&lt;BR /&gt;protocols:    files&lt;BR /&gt;rpc:          files&lt;BR /&gt;publickey:    files&lt;BR /&gt;netgroup:     files&lt;BR /&gt;automount:    files&lt;BR /&gt;aliases:      files&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;himacs&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Feb 2011 14:37:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-query/m-p/4748636#M387982</guid>
      <dc:creator>himacs</dc:creator>
      <dc:date>2011-02-04T14:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: login query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-query/m-p/4748637#M387983</link>
      <description>Hi Vel,&lt;BR /&gt;&lt;BR /&gt;NFS and NIS disabled in the server.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;himacs</description>
      <pubDate>Fri, 04 Feb 2011 14:38:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-query/m-p/4748637#M387983</guid>
      <dc:creator>himacs</dc:creator>
      <dc:date>2011-02-04T14:38:56Z</dc:date>
    </item>
    <item>
      <title>Re: login query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-query/m-p/4748638#M387984</link>
      <description>Hi Manix,&lt;BR /&gt;&lt;BR /&gt;I can login to console using telnet with no delay.&lt;BR /&gt;&lt;BR /&gt;But ssh not happening with console.&lt;BR /&gt;&lt;BR /&gt;Its not problem with hostname .Login is happening perfrctly but after some delay.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;himacs&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Feb 2011 14:50:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-query/m-p/4748638#M387984</guid>
      <dc:creator>himacs</dc:creator>
      <dc:date>2011-02-04T14:50:55Z</dc:date>
    </item>
    <item>
      <title>Re: login query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-query/m-p/4748639#M387985</link>
      <description>Verify any filesystem size goes out of extent?</description>
      <pubDate>Fri, 04 Feb 2011 15:02:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-query/m-p/4748639#M387985</guid>
      <dc:creator>P Arumugavel</dc:creator>
      <dc:date>2011-02-04T15:02:24Z</dc:date>
    </item>
    <item>
      <title>Re: login query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-query/m-p/4748640#M387986</link>
      <description>Hi Vel,&lt;BR /&gt;All the mountpoints are under threshold value.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;bdf&lt;BR /&gt;Filesystem          kbytes    used   avail %used Mounted on&lt;BR /&gt;/dev/vg00/lvol3    2097152  357608 1725968   17% /&lt;BR /&gt;/dev/vg00/lvol1    1835008  410088 1413832   22% /stand&lt;BR /&gt;/dev/vg00/lvol8    10485760 5376952 5071752   51% /var&lt;BR /&gt;/dev/vg00/lvol7    7356416 3596784 3730336   49% /usr&lt;BR /&gt;/dev/vg00/lvol4    4194304 1880744 2297952   45% /tmp&lt;BR /&gt;/dev/vg00/lvol9    11534336 8654552 2705008   76% /oracle&lt;BR /&gt;/dev/vg00/lvol6    8388608 6296064 2076232   75% /opt&lt;BR /&gt;/dev/vg00/lvol5    2097152  934912 1153216   45% /home&lt;BR /&gt;/dev/vg02/lvol6    37888000 12883351 23442362   35% /arch&lt;BR /&gt;/dev/vg02/flexdata 1048576  422064  587406   42% /flexdata&lt;BR /&gt;/dev/vg03/lvol20   76800000 27802345 45936697   38% /flexdb02&lt;BR /&gt;/dev/vg_rac/data1  10240000  872315 8782262    9% /data1&lt;BR /&gt;/dev/vg_rac/data2  15728640 9746391 5608419   63% /data2&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;himacs</description>
      <pubDate>Fri, 04 Feb 2011 15:17:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-query/m-p/4748640#M387986</guid>
      <dc:creator>himacs</dc:creator>
      <dc:date>2011-02-04T15:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: login query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-query/m-p/4748641#M387987</link>
      <description>cd /var/adm&lt;BR /&gt;cp -p wtmps wtmps.OLD&lt;BR /&gt;cp /dev/null wtmps&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Your SSH into the server should now be "fast".. Your current SSHD daemon is likely afflicted with that SSHD bug...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Feb 2011 15:46:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-query/m-p/4748641#M387987</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2011-02-04T15:46:15Z</dc:date>
    </item>
    <item>
      <title>Re: login query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-query/m-p/4748642#M387988</link>
      <description>Hi Admins,&lt;BR /&gt;&lt;BR /&gt;Problem solved.I have nulled wtmps and btmps.Now logging is immedaite.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;himacs</description>
      <pubDate>Fri, 04 Feb 2011 15:48:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-query/m-p/4748642#M387988</guid>
      <dc:creator>himacs</dc:creator>
      <dc:date>2011-02-04T15:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: login query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-query/m-p/4748643#M387989</link>
      <description>Awesome..&lt;BR /&gt;Now how how about some LUV if you feel you've been helped....&lt;BR /&gt;&lt;BR /&gt;;^))&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Feb 2011 16:02:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-query/m-p/4748643#M387989</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2011-02-04T16:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: login query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-query/m-p/4748644#M387990</link>
      <description>Good to see it is resolved ..what i mean to say the same thing as Bill said that due to DNS the resolution may takes time ,so we check with "files" in nsswitch.conf .&lt;BR /&gt;&lt;BR /&gt;If resolution is taking time then DNS is  usually comes into question,yes it didn`t happened in this case.</description>
      <pubDate>Fri, 04 Feb 2011 16:05:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-query/m-p/4748644#M387990</guid>
      <dc:creator>Manix</dc:creator>
      <dc:date>2011-02-04T16:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: login query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-query/m-p/4748645#M387991</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;/usr/sbin/acct/fwtmp /tmp/wtmp.old&lt;BR /&gt;&lt;BR /&gt;remove the old logs...&lt;BR /&gt;&lt;BR /&gt;after deleting use -ic to replace the original file.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;&lt;BR /&gt;MC</description>
      <pubDate>Fri, 04 Feb 2011 20:28:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-query/m-p/4748645#M387991</guid>
      <dc:creator>madhuchakkaravarthy</dc:creator>
      <dc:date>2011-02-04T20:28:03Z</dc:date>
    </item>
  </channel>
</rss>

