<?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: /home  MISSING... in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/home-missing/m-p/4416263#M353789</link>
    <description>Hey Paul - it is automated.  And not i have diable NIS.</description>
    <pubDate>Mon, 11 May 2009 12:27:12 GMT</pubDate>
    <dc:creator>Scott McDade</dc:creator>
    <dc:date>2009-05-11T12:27:12Z</dc:date>
    <item>
      <title>/home  MISSING...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/home-missing/m-p/4416256#M353782</link>
      <description>Hello:&lt;BR /&gt;&lt;BR /&gt;I inherited a HPUX 11i – C3750 workstation and I am trying to access it’s condition.     I know this system was one of several and was using NIS and DNS.     I have the root password and have verified in SAM that some of our common internal user have also been setup.     The strange thing is I can’t  login as these users even though I see them in SAM.      I also noticed there is no /home directory.    In looking at the fstab and mnttab files I don’t see it defined either.    When I try to create a new user it doesn’t allow me to and complains about not having a /home.    I am guessing that the previous owners had /home remotely mounted with NFS so they could us NIS to manage the accounts.&lt;BR /&gt;&lt;BR /&gt;Can I simply mkdir /home to solve this problem?&lt;BR /&gt;&lt;BR /&gt;Or do I need to add /home entries in the fstab and mnttab files?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 08 May 2009 15:59:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/home-missing/m-p/4416256#M353782</guid>
      <dc:creator>Scott McDade</dc:creator>
      <dc:date>2009-05-08T15:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: /home  MISSING...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/home-missing/m-p/4416257#M353783</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can create a local /home as a directory, but it will take a space from the / file system. If you don't plan to use disk space in /home, create it as &lt;BR /&gt;mkdir /home&lt;BR /&gt;If you have a lot of space in a file system, let's say in /var, you can make  a directory under /var and create a link to /home:&lt;BR /&gt;ln -s /var/home /home&lt;BR /&gt;&lt;BR /&gt;HTH</description>
      <pubDate>Fri, 08 May 2009 16:04:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/home-missing/m-p/4416257#M353783</guid>
      <dc:creator>Victor Fridyev</dc:creator>
      <dc:date>2009-05-08T16:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: /home  MISSING...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/home-missing/m-p/4416258#M353784</link>
      <description>&amp;gt;previous owners had /home remotely mounted with NFS &lt;BR /&gt;&lt;BR /&gt;If that was the case, these users should have an NFS mount specified for their home directory in /etc/passwd, like this:&lt;BR /&gt;&lt;BR /&gt;plr:nj594TWtu7vo6:226:20:Pete Randall,crlzr2_nf,2317,918002922766 5500647:/nfs/tsws1/home/plr:/bin/ksh&lt;BR /&gt;&lt;BR /&gt;Or it might say /net rather than /nfs.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 08 May 2009 16:04:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/home-missing/m-p/4416258#M353784</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2009-05-08T16:04:55Z</dc:date>
    </item>
    <item>
      <title>Re: /home  MISSING...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/home-missing/m-p/4416259#M353785</link>
      <description>&lt;!--!*#--&gt;&amp;gt; Or it might say /net rather than /nfs.&lt;BR /&gt;&lt;BR /&gt;Or, the NFS-remote file system could simply&lt;BR /&gt;have been mounted at "/home".  Many things&lt;BR /&gt;are possible.</description>
      <pubDate>Fri, 08 May 2009 16:13:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/home-missing/m-p/4416259#M353785</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-05-08T16:13:11Z</dc:date>
    </item>
    <item>
      <title>Re: /home  MISSING...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/home-missing/m-p/4416260#M353786</link>
      <description>Why not just create /home on vg00 if that's where you want it.  You got space - create it!&lt;BR /&gt;&lt;BR /&gt;You need to recreate the users directories - create them.  &lt;BR /&gt;&lt;BR /&gt;You need to be able to login using the accounts, then simply fix /etc/skell  .profile to be what you want it to be, the other files adjust if you want.&lt;BR /&gt;Then copy these .* files under the users /home/&lt;USER&gt; directory and .... set the passwd for the user...........and login.&lt;BR /&gt;&lt;BR /&gt;This is not a problem....it's just a simple fix.&lt;BR /&gt;&lt;BR /&gt;Rgrds,&lt;BR /&gt;Rita&lt;BR /&gt;&lt;BR /&gt;&lt;/USER&gt;</description>
      <pubDate>Fri, 08 May 2009 18:01:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/home-missing/m-p/4416260#M353786</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2009-05-08T18:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: /home  MISSING...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/home-missing/m-p/4416261#M353787</link>
      <description>Thanks all for your replies....&lt;BR /&gt;&lt;BR /&gt;As you can see I tried to mkdir and it would not allow me to as it already existed.   Then I tried to cd to it and it can't find it.  Any suggestions as to why it is recognized but won't all me to cd to it as root?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;unit7hnn# &lt;BR /&gt;unit7hnn# &lt;BR /&gt;unit7hnn# mkdir /home&lt;BR /&gt;mkdir: cannot create /home: File exists&lt;BR /&gt;unit7hnn# cd /home&lt;BR /&gt;sh: /home: not found.&lt;BR /&gt;unit7hnn# cd /&lt;BR /&gt;unit7hnn# mkdir /home&lt;BR /&gt;mkdir: cannot create /home: File exists&lt;BR /&gt;unit7hnn# cd /home&lt;BR /&gt;sh: /home: not found&lt;BR /&gt;unit7hnn# ll *home*&lt;BR /&gt;unit7hnn# home&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-Scott&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 11 May 2009 12:22:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/home-missing/m-p/4416261#M353787</guid>
      <dc:creator>Scott McDade</dc:creator>
      <dc:date>2009-05-11T12:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: /home  MISSING...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/home-missing/m-p/4416262#M353788</link>
      <description>Is /home supposed to be automounted? Are you actually binding to NIS?</description>
      <pubDate>Mon, 11 May 2009 12:25:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/home-missing/m-p/4416262#M353788</guid>
      <dc:creator>Paul Cross_1</dc:creator>
      <dc:date>2009-05-11T12:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: /home  MISSING...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/home-missing/m-p/4416263#M353789</link>
      <description>Hey Paul - it is automated.  And not i have diable NIS.</description>
      <pubDate>Mon, 11 May 2009 12:27:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/home-missing/m-p/4416263#M353789</guid>
      <dc:creator>Scott McDade</dc:creator>
      <dc:date>2009-05-11T12:27:12Z</dc:date>
    </item>
    <item>
      <title>Re: /home  MISSING...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/home-missing/m-p/4416264#M353790</link>
      <description>Scott,&lt;BR /&gt;&lt;BR /&gt;Perhaps it's hidden under another mount point?  Run a mount command or a bdf to see what is locally mounted and then try unmounting each to see if there is something mounted over top of the /home mount point.&lt;BR /&gt;&lt;BR /&gt;Also, check with "ls -l /" to see if there is a directory or file already there called /home.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Mon, 11 May 2009 12:35:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/home-missing/m-p/4416264#M353790</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2009-05-11T12:35:13Z</dc:date>
    </item>
    <item>
      <title>Re: /home  MISSING...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/home-missing/m-p/4416265#M353791</link>
      <description>Hello Scott,&lt;BR /&gt;&lt;BR /&gt;it may be hidden somewhere,&lt;BR /&gt;can you post your bdf output also can you cehck in /etc/fstab file any mount point define for /home ?&lt;BR /&gt;also try this&lt;BR /&gt;cd /&lt;BR /&gt;file home&lt;BR /&gt;what will be output&lt;BR /&gt;&lt;BR /&gt;thanks, &lt;BR /&gt;</description>
      <pubDate>Mon, 11 May 2009 12:42:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/home-missing/m-p/4416265#M353791</guid>
      <dc:creator>avizen9</dc:creator>
      <dc:date>2009-05-11T12:42:17Z</dc:date>
    </item>
    <item>
      <title>Re: /home  MISSING...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/home-missing/m-p/4416266#M353792</link>
      <description>Scott,&lt;BR /&gt;&lt;BR /&gt;I still think you have an automount issue. Can you run 'automount -v' and post the output?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;-p</description>
      <pubDate>Mon, 11 May 2009 13:25:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/home-missing/m-p/4416266#M353792</guid>
      <dc:creator>Paul Cross_1</dc:creator>
      <dc:date>2009-05-11T13:25:36Z</dc:date>
    </item>
  </channel>
</rss>

