<?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: Users not getting a command prompt in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/users-not-getting-a-command-prompt/m-p/4991086#M422232</link>
    <description>I should add that you are running bdf for two reasons: To see if you have any filesystems that are full 2) To see if all the expected filesystems are available.</description>
    <pubDate>Fri, 14 Jul 2006 16:45:46 GMT</pubDate>
    <dc:creator>A. Clay Stephenson</dc:creator>
    <dc:date>2006-07-14T16:45:46Z</dc:date>
    <item>
      <title>Users not getting a command prompt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/users-not-getting-a-command-prompt/m-p/4991084#M422230</link>
      <description>The users can login just fine but users are not getting a command prompt.</description>
      <pubDate>Fri, 14 Jul 2006 16:41:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/users-not-getting-a-command-prompt/m-p/4991084#M422230</guid>
      <dc:creator>jmckinzie</dc:creator>
      <dc:date>2006-07-14T16:41:05Z</dc:date>
    </item>
    <item>
      <title>Re: Users not getting a command prompt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/users-not-getting-a-command-prompt/m-p/4991085#M422231</link>
      <description>The first thing that I would check is NFS especially if the users home directory are NFS mounted either explicitly or via the automounter.&lt;BR /&gt;&lt;BR /&gt;Can you login as root on the console? What does bdf do?</description>
      <pubDate>Fri, 14 Jul 2006 16:44:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/users-not-getting-a-command-prompt/m-p/4991085#M422231</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-07-14T16:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: Users not getting a command prompt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/users-not-getting-a-command-prompt/m-p/4991086#M422232</link>
      <description>I should add that you are running bdf for two reasons: To see if you have any filesystems that are full 2) To see if all the expected filesystems are available.</description>
      <pubDate>Fri, 14 Jul 2006 16:45:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/users-not-getting-a-command-prompt/m-p/4991086#M422232</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-07-14T16:45:46Z</dc:date>
    </item>
    <item>
      <title>Re: Users not getting a command prompt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/users-not-getting-a-command-prompt/m-p/4991087#M422233</link>
      <description>I can login fine...&lt;BR /&gt;&lt;BR /&gt;Users however cannot.&lt;BR /&gt;&lt;BR /&gt;The home dirs are NFS mounts on a filer that is visible when i do a bdf.&lt;BR /&gt;&lt;BR /&gt;bdf &lt;BR /&gt;&lt;BR /&gt;nasfsa02:/vol/fcrr_v1/home91&lt;BR /&gt;                   1048576  887160  161416   85% /home91&lt;BR /&gt;nasfsa02:/vol/fcrr_v1/home03&lt;BR /&gt;                   8388608 7880504  508104   94% /home03&lt;BR /&gt;&lt;BR /&gt;These are our home dirs.&lt;BR /&gt;&lt;BR /&gt;Any ideas?</description>
      <pubDate>Fri, 14 Jul 2006 16:47:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/users-not-getting-a-command-prompt/m-p/4991087#M422233</guid>
      <dc:creator>jmckinzie</dc:creator>
      <dc:date>2006-07-14T16:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: Users not getting a command prompt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/users-not-getting-a-command-prompt/m-p/4991088#M422234</link>
      <description>any explicit ways to check NFS mounts and performance to these filesystems that contain the home directories?</description>
      <pubDate>Fri, 14 Jul 2006 16:57:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/users-not-getting-a-command-prompt/m-p/4991088#M422234</guid>
      <dc:creator>jmckinzie</dc:creator>
      <dc:date>2006-07-14T16:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: Users not getting a command prompt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/users-not-getting-a-command-prompt/m-p/4991089#M422235</link>
      <description>Are users actually logging in but the login process is hanging and never gets to a shell prompt? If so, you are likely running into a long time difficulty with NFS and file locking. These users likely have the variable HISTFILE defined as HISTFILE=$HOME/.sh_history and therein lies the problem. The shell must handle  the history file in a special way to allow multiple shells (from the same user) to properly update and recall. The only solution is to change the global /etc/profile to set the HISTFILE on a local disk, something like this:&lt;BR /&gt; &lt;BR /&gt;export HISTFILE=/var/tmp/histfiles/$(logname).sh_history&lt;BR /&gt; &lt;BR /&gt;There are other problems with NFS home directories such as Glance.</description>
      <pubDate>Fri, 14 Jul 2006 18:51:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/users-not-getting-a-command-prompt/m-p/4991089#M422235</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2006-07-14T18:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: Users not getting a command prompt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/users-not-getting-a-command-prompt/m-p/4991090#M422236</link>
      <description>Yep, Bill's already been exactly where I was heading although my first cut is generally to change a regular user to use a local home directory and once I get that working proceed until I break it but your symptoms are pretty classic .histfile problems. Testing as root is always a good first step but then testing as a local regular user is usually my second test so that I know if I am fighting permissions or something else.</description>
      <pubDate>Fri, 14 Jul 2006 19:19:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/users-not-getting-a-command-prompt/m-p/4991090#M422236</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-07-14T19:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: Users not getting a command prompt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/users-not-getting-a-command-prompt/m-p/4991091#M422237</link>
      <description>THanks to all....points provided.</description>
      <pubDate>Thu, 31 Jan 2008 16:21:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/users-not-getting-a-command-prompt/m-p/4991091#M422237</guid>
      <dc:creator>jmckinzie</dc:creator>
      <dc:date>2008-01-31T16:21:27Z</dc:date>
    </item>
  </channel>
</rss>

