<?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 process takes long time in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/login-process-takes-long-time/m-p/3443380#M564017</link>
    <description>try a bdf to see if it's also slow. Since you were working with NFS, if there is a NFS related action in a profile, it could be slowing the login.</description>
    <pubDate>Tue, 14 Dec 2004 11:19:20 GMT</pubDate>
    <dc:creator>doug mielke</dc:creator>
    <dc:date>2004-12-14T11:19:20Z</dc:date>
    <item>
      <title>login process takes long time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-process-takes-long-time/m-p/3443378#M564015</link>
      <description>After disabling automounter in my K370 HP-UX 10.20 server, and reboot the system,  the login process takes long time. I disabled the automonter to fix a probleam with NFS in the mount-point /net, now the problem with /net was solved but the login takes long time.&lt;BR /&gt;&lt;BR /&gt;I really apresiate any help.</description>
      <pubDate>Tue, 14 Dec 2004 11:14:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-process-takes-long-time/m-p/3443378#M564015</guid>
      <dc:creator>Fernando Acevedo</dc:creator>
      <dc:date>2004-12-14T11:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: login process takes long time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-process-takes-long-time/m-p/3443379#M564016</link>
      <description>A common problem causing long login is slow DNS response.&lt;BR /&gt;&lt;BR /&gt;Lets say the servers hostname is:&lt;BR /&gt;dataserver&lt;BR /&gt;&lt;BR /&gt;and its ip address is:&lt;BR /&gt;192.168.0.40&lt;BR /&gt;&lt;BR /&gt;Try connecting as dataserver&lt;BR /&gt;then by IP address.&lt;BR /&gt;&lt;BR /&gt;if the response time is noticably different, then look at the DNS servers. You may be choosing the wrong ones for your users, or they may need patching and update.&lt;BR /&gt;&lt;BR /&gt;I'm not familiar with your original issue, can you provide a link to the itrc thread?&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 14 Dec 2004 11:18:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-process-takes-long-time/m-p/3443379#M564016</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-12-14T11:18:57Z</dc:date>
    </item>
    <item>
      <title>Re: login process takes long time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-process-takes-long-time/m-p/3443380#M564017</link>
      <description>try a bdf to see if it's also slow. Since you were working with NFS, if there is a NFS related action in a profile, it could be slowing the login.</description>
      <pubDate>Tue, 14 Dec 2004 11:19:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-process-takes-long-time/m-p/3443380#M564017</guid>
      <dc:creator>doug mielke</dc:creator>
      <dc:date>2004-12-14T11:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: login process takes long time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-process-takes-long-time/m-p/3443381#M564018</link>
      <description>I tried the login using the IP and the situation is the same, even doing the login from the console the time is the same I mean very slow.&lt;BR /&gt;&lt;BR /&gt;in the .profile file I don't have any reference to a any NFS directory, should  I look in other files?.&lt;BR /&gt;&lt;BR /&gt;the thread I look to fix my NFS problem was &lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=501693" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=501693&lt;/A&gt;</description>
      <pubDate>Tue, 14 Dec 2004 11:31:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-process-takes-long-time/m-p/3443381#M564018</guid>
      <dc:creator>Fernando Acevedo</dc:creator>
      <dc:date>2004-12-14T11:31:25Z</dc:date>
    </item>
    <item>
      <title>Re: login process takes long time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-process-takes-long-time/m-p/3443382#M564019</link>
      <description>does your login reference any NFS-mounted filesystems?  Without the automounter he can't find them.&lt;BR /&gt;&lt;BR /&gt;Were your home directories automounted?&lt;BR /&gt;&lt;BR /&gt;Does your HISTORY file go in /home/&lt;AUTOMOUNTED dir=""&gt;/username?&lt;BR /&gt;&lt;BR /&gt;Check for this and change them all to local file systems.&lt;BR /&gt;&lt;BR /&gt;export HISTORY=/tmp/.history.$LOGNAME.$$&lt;/AUTOMOUNTED&gt;</description>
      <pubDate>Tue, 14 Dec 2004 11:44:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-process-takes-long-time/m-p/3443382#M564019</guid>
      <dc:creator>Stuart Abramson</dc:creator>
      <dc:date>2004-12-14T11:44:14Z</dc:date>
    </item>
    <item>
      <title>Re: login process takes long time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-process-takes-long-time/m-p/3443383#M564020</link>
      <description>The bdf works very fast.&lt;BR /&gt;&lt;BR /&gt;My login doesn't have any reference to NFS-mounted, well I am only checking the .profile file, should I check another file to find out that?&lt;BR /&gt;&lt;BR /&gt;My hoem directories were propertly automonted.&lt;BR /&gt;&lt;BR /&gt;The history files are into /home directory in this way /home/&lt;USERNAME&gt;&lt;BR /&gt;&lt;/USERNAME&gt;</description>
      <pubDate>Tue, 14 Dec 2004 11:52:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-process-takes-long-time/m-p/3443383#M564020</guid>
      <dc:creator>Fernando Acevedo</dc:creator>
      <dc:date>2004-12-14T11:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: login process takes long time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-process-takes-long-time/m-p/3443384#M564021</link>
      <description>Does mount -p hang or return right away? Also, what is in your  /etc/nsswitch.conf?&lt;BR /&gt;&lt;BR /&gt;mark</description>
      <pubDate>Tue, 14 Dec 2004 12:16:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-process-takes-long-time/m-p/3443384#M564021</guid>
      <dc:creator>Mark Greene_1</dc:creator>
      <dc:date>2004-12-14T12:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: login process takes long time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-process-takes-long-time/m-p/3443385#M564022</link>
      <description>Humor me and put:&lt;BR /&gt;&lt;BR /&gt;export HISTORY=/tmp/.history.$LOGNAME.$$ &lt;BR /&gt;&lt;BR /&gt;in your .profile</description>
      <pubDate>Tue, 14 Dec 2004 13:08:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-process-takes-long-time/m-p/3443385#M564022</guid>
      <dc:creator>Stuart Abramson</dc:creator>
      <dc:date>2004-12-14T13:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: login process takes long time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-process-takes-long-time/m-p/3443386#M564023</link>
      <description>That should be:&lt;BR /&gt;&lt;BR /&gt;export HISTFILE=/tmp/.history.$LOGNAME.$$ &lt;BR /&gt;&lt;BR /&gt;Sorry.</description>
      <pubDate>Tue, 14 Dec 2004 13:18:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-process-takes-long-time/m-p/3443386#M564023</guid>
      <dc:creator>Stuart Abramson</dc:creator>
      <dc:date>2004-12-14T13:18:00Z</dc:date>
    </item>
    <item>
      <title>Re: login process takes long time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-process-takes-long-time/m-p/3443387#M564024</link>
      <description>Mark:&lt;BR /&gt;the mount -p respond very fast.&lt;BR /&gt;I dont have any /etc/nsswitch.conf file.&lt;BR /&gt;&lt;BR /&gt;Stuart:&lt;BR /&gt;I put the line you suggest me in my .profile file, what should I expect?.&lt;BR /&gt;&lt;BR /&gt;Acctually using telnet takes several seconds also to promptme login:, then takes other several seconds to login into the system, before this process took only 1 or 2 seconds.&lt;BR /&gt;</description>
      <pubDate>Tue, 14 Dec 2004 13:26:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-process-takes-long-time/m-p/3443387#M564024</guid>
      <dc:creator>Fernando Acevedo</dc:creator>
      <dc:date>2004-12-14T13:26:38Z</dc:date>
    </item>
    <item>
      <title>Re: login process takes long time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-process-takes-long-time/m-p/3443388#M564025</link>
      <description>if you don't have an nsswitch file, check to see if you have /etc/resolv.conf. &lt;BR /&gt;&lt;BR /&gt;also try an nslookup servername where the server name is the name of the NFS source to see if it responds quckly with the correct address. (if no resove.conf file it should only be looking in /etc/hosts)&lt;BR /&gt;&lt;BR /&gt;also another profile to look at is &lt;BR /&gt;/etc/profile&lt;BR /&gt;a profile for all users.</description>
      <pubDate>Tue, 14 Dec 2004 14:16:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-process-takes-long-time/m-p/3443388#M564025</guid>
      <dc:creator>doug mielke</dc:creator>
      <dc:date>2004-12-14T14:16:27Z</dc:date>
    </item>
    <item>
      <title>Re: login process takes long time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-process-takes-long-time/m-p/3443389#M564026</link>
      <description>if you have neitehr resolv.conf nor nsswitch.conf, that your problem is DNS related.  Telnet will do reverse look-ups and there's no way to turn this off.  You can verify this easily enough by putting the host name and IP address of your PC into the host file on the Unix system and then logging out and back in again and see if it makes a difference.&lt;BR /&gt;&lt;BR /&gt;mark</description>
      <pubDate>Tue, 14 Dec 2004 15:12:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-process-takes-long-time/m-p/3443389#M564026</guid>
      <dc:creator>Mark Greene_1</dc:creator>
      <dc:date>2004-12-14T15:12:23Z</dc:date>
    </item>
    <item>
      <title>Re: login process takes long time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-process-takes-long-time/m-p/3443390#M564027</link>
      <description>doing a nslookup &lt;HOSTNAME&gt;&lt;BR /&gt;*** Can't find server name for address xx.xx.x.xxx: Non-existent domain (address of the DNS windows server)&lt;BR /&gt;*** Default servers are not available&lt;BR /&gt;&lt;BR /&gt;Using /etc/hosts on:  &lt;HOSTNAME&gt;&lt;BR /&gt;&lt;BR /&gt;looking up FILES&lt;BR /&gt;Name:    &lt;HOSTNAME&gt;&lt;BR /&gt;Address:  xx.xx.x.xxx (address of the hostname)&lt;BR /&gt;&lt;BR /&gt;also this commands takes several seconds, in other server working fine this commands run inmediatly.&lt;/HOSTNAME&gt;&lt;/HOSTNAME&gt;&lt;/HOSTNAME&gt;</description>
      <pubDate>Tue, 14 Dec 2004 17:01:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-process-takes-long-time/m-p/3443390#M564027</guid>
      <dc:creator>Fernando Acevedo</dc:creator>
      <dc:date>2004-12-14T17:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: login process takes long time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-process-takes-long-time/m-p/3443391#M564028</link>
      <description>I tried to add my workstation IP address into the hosts file but doesn't work. Remember, the login also takes several seconds from the console.</description>
      <pubDate>Tue, 14 Dec 2004 17:11:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-process-takes-long-time/m-p/3443391#M564028</guid>
      <dc:creator>Fernando Acevedo</dc:creator>
      <dc:date>2004-12-14T17:11:26Z</dc:date>
    </item>
    <item>
      <title>Re: login process takes long time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-process-takes-long-time/m-p/3443392#M564029</link>
      <description>more info:&lt;BR /&gt;&lt;BR /&gt;doing ping to any ip address from the server having problems takes several seconds to show the first line, after the first line appears the time respond in ms is fine.&lt;BR /&gt;&lt;BR /&gt;doing ping to the ip address of the server having problems from any other server or workstatios responds inmediatly.</description>
      <pubDate>Tue, 14 Dec 2004 17:17:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-process-takes-long-time/m-p/3443392#M564029</guid>
      <dc:creator>Fernando Acevedo</dc:creator>
      <dc:date>2004-12-14T17:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: login process takes long time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-process-takes-long-time/m-p/3443393#M564030</link>
      <description>If ping by IP address is behaving like this, it sounds like fundamental network problems -- most likely speedy/duplex mismatches on your host NIC and its corresponding port on the switch. You could also have routing problems. &lt;BR /&gt;&lt;BR /&gt;Because lanadmin on 10.20 may lack features of later versions --- especially if you are not fully patched, I suggest that you ftp a 10MB (or so) file in both directions and determine if the transfer speed seems reasonable. In not, you have fundamental network setting mismatches (possibly hard-set on one end and auto-negotiate on the other). Surprising these mismatches will almost work and may not at all be evident in a telnet session but will kill FTP transfers (or NFS). I suspect that this was what started all your problems and the automounter was a symptom rather than a problem.&lt;BR /&gt;</description>
      <pubDate>Tue, 14 Dec 2004 17:29:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-process-takes-long-time/m-p/3443393#M564030</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2004-12-14T17:29:46Z</dc:date>
    </item>
    <item>
      <title>Re: login process takes long time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-process-takes-long-time/m-p/3443394#M564031</link>
      <description>The problem is in your resolv.conf file. You said:&lt;BR /&gt;&lt;BR /&gt;doing a nslookup &lt;HOSTNAME&gt;&lt;BR /&gt;*** Can't find server name for address xx.xx.x.xxx: Non-existent domain (address of the DNS windows server)&lt;BR /&gt;*** Default servers are not available&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;--This is very important. The DNS server you are trying to use doesn't know it's own name. That is a common but very bad mistake in setting up a DNS server. DNS is a major security on a network and nslookup is trying to validate that the DNS server is valid.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Using /etc/hosts on: &lt;HOSTNAME&gt;&lt;BR /&gt;&lt;BR /&gt;looking up FILES&lt;BR /&gt;Name: &lt;HOSTNAME&gt;&lt;BR /&gt;Address: xx.xx.x.xxx (address of the hostname)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;--Because of the above failure, DNS is disabled and only /etc/hosts is used. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;also this commands takes several seconds, in other server working fine this commands run inmediatly&lt;BR /&gt;&lt;BR /&gt;--This is the source of your long login delays. During login, a check is being made to validate the IP address with the DNS server. The server(s) are not responding or are misconfigured, thus the long delays.&lt;BR /&gt; &lt;BR /&gt;Start by verifying *every* DNS server listed in /etc/resolv.conf. Do this by using nslookup with an extra parameter, namely, the server to use:&lt;BR /&gt; &lt;BR /&gt;nslookup &lt;HOSTNAME&gt; &lt;YOUR_FIRST_DNS_SERVER&gt;&lt;BR /&gt;nslookup &lt;HOSTNAME&gt; &lt;YOUR_SECOND_DNS_SERVER&gt;&lt;BR /&gt;nslookup &lt;HOSTNAME&gt; &lt;YOUR_THIRD_DNS_SERVER&gt;&lt;BR /&gt; &lt;BR /&gt;Until nslookup can reach each of the DNS servers, you will experience long delays. Either the IP address is wrong, the DNS server is not reachable (routing errors) or the server is refusing to talk to your machine.&lt;/YOUR_THIRD_DNS_SERVER&gt;&lt;/HOSTNAME&gt;&lt;/YOUR_SECOND_DNS_SERVER&gt;&lt;/HOSTNAME&gt;&lt;/YOUR_FIRST_DNS_SERVER&gt;&lt;/HOSTNAME&gt;&lt;/HOSTNAME&gt;&lt;/HOSTNAME&gt;&lt;/HOSTNAME&gt;</description>
      <pubDate>Tue, 14 Dec 2004 18:17:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-process-takes-long-time/m-p/3443394#M564031</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2004-12-14T18:17:26Z</dc:date>
    </item>
    <item>
      <title>Re: login process takes long time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-process-takes-long-time/m-p/3443395#M564032</link>
      <description>Hi Bill:&lt;BR /&gt;I am not sure if my network administrator configure propertly the DNS for this server, he just added that configuration 1 month ago, the fact is that the login process worked fast before I change the automounting NFS to off. I don't know why, and I don't know if this change is related with the login problem.&lt;BR /&gt;&lt;BR /&gt;I tried the command you suggest me and this was the result:&lt;BR /&gt;&lt;BR /&gt;nslookup hostname xx.xx.x.xxx&lt;BR /&gt;Specified server is not available.&lt;BR /&gt;The configured name services and switch policy will be used.&lt;BR /&gt;*** Can't find server name for address xx.xx.x.xxx (address of the dns server): Non-existent domain&lt;BR /&gt;*** Default servers are not available&lt;BR /&gt;Using /etc/hosts on:  hostname&lt;BR /&gt;&lt;BR /&gt;Should I deactivate the DNS as was before?</description>
      <pubDate>Tue, 14 Dec 2004 18:40:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-process-takes-long-time/m-p/3443395#M564032</guid>
      <dc:creator>Fernando Acevedo</dc:creator>
      <dc:date>2004-12-14T18:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: login process takes long time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-process-takes-long-time/m-p/3443396#M564033</link>
      <description>The DNS server needs to be fixed. For now, just delete the resolv.conf file and put the hostnames and IP-addresses you need into /etc/hosts. Everything will run at normal speeds now.</description>
      <pubDate>Tue, 14 Dec 2004 23:39:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-process-takes-long-time/m-p/3443396#M564033</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2004-12-14T23:39:52Z</dc:date>
    </item>
    <item>
      <title>Re: login process takes long time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-process-takes-long-time/m-p/3443397#M564034</link>
      <description>Sorry Bill: I did that and doesn't work.&lt;BR /&gt;&lt;BR /&gt;I deleted the resolv.conf file, and the IP adresses already exists in the hosts file, I try the login process again and takes the same several seconds.</description>
      <pubDate>Wed, 15 Dec 2004 11:17:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-process-takes-long-time/m-p/3443397#M564034</guid>
      <dc:creator>Fernando Acevedo</dc:creator>
      <dc:date>2004-12-15T11:17:38Z</dc:date>
    </item>
  </channel>
</rss>

