<?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: HPUX-11 startup problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-startup-problem/m-p/2596563#M33446</link>
    <description>When I boot in single user mode I can't edit the nfsconf file. the /usr directory is empty. vi ed do not exist.&lt;BR /&gt;&lt;BR /&gt;What can I use to edit the file??</description>
    <pubDate>Wed, 17 Oct 2001 16:26:30 GMT</pubDate>
    <dc:creator>George Thiel</dc:creator>
    <dc:date>2001-10-17T16:26:30Z</dc:date>
    <item>
      <title>HPUX-11 startup problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-startup-problem/m-p/2596559#M33442</link>
      <description>How do I fix the following problem:&lt;BR /&gt;&lt;BR /&gt;When the "Start NFS Client subsystem" step is encountered the system does not progress.&lt;BR /&gt;&lt;BR /&gt;The NFS server cannot be found. I don't care about NFS working. I'm using this machine as a build machine in a Windows network.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;George</description>
      <pubDate>Wed, 17 Oct 2001 14:25:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-startup-problem/m-p/2596559#M33442</guid>
      <dc:creator>George Thiel</dc:creator>
      <dc:date>2001-10-17T14:25:14Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX-11 startup problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-startup-problem/m-p/2596560#M33443</link>
      <description>You can disable NFS from /etc/rc.config.d/nfsconf&lt;BR /&gt;&lt;BR /&gt;Set the following variables&lt;BR /&gt;&lt;BR /&gt;NFS_CLIENT=0&lt;BR /&gt;NFS_SERVER=0</description>
      <pubDate>Wed, 17 Oct 2001 14:35:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-startup-problem/m-p/2596560#M33443</guid>
      <dc:creator>Tony Constantine_1</dc:creator>
      <dc:date>2001-10-17T14:35:02Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX-11 startup problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-startup-problem/m-p/2596561#M33444</link>
      <description>This generally indicts a badly setup network card or environment - you can avoid it by disabling NFS (which I'd advise on all Unix systems) but that would just be jumping around the problem.&lt;BR /&gt;&lt;BR /&gt;You need to examine /etc/rc.log and find out what is wrong with your boot up sequence - probably an error in the network configuration...&lt;BR /&gt;&lt;BR /&gt;dave</description>
      <pubDate>Wed, 17 Oct 2001 14:41:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-startup-problem/m-p/2596561#M33444</guid>
      <dc:creator>David Lodge</dc:creator>
      <dc:date>2001-10-17T14:41:28Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX-11 startup problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-startup-problem/m-p/2596562#M33445</link>
      <description>Since you are not using NFS&lt;BR /&gt;&lt;BR /&gt;1. Make sure your NFS_SERVER and NFS_CLIENT are zero'es in /etc/rc.config.d/nfsconf&lt;BR /&gt;2. Remove /etc/exports.&lt;BR /&gt;3. Edit /etc/fstab file and take out all nfs mounted file systems.&lt;BR /&gt;&lt;BR /&gt;Your next reboot should be a smooth one.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Wed, 17 Oct 2001 14:48:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-startup-problem/m-p/2596562#M33445</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2001-10-17T14:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX-11 startup problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-startup-problem/m-p/2596563#M33446</link>
      <description>When I boot in single user mode I can't edit the nfsconf file. the /usr directory is empty. vi ed do not exist.&lt;BR /&gt;&lt;BR /&gt;What can I use to edit the file??</description>
      <pubDate>Wed, 17 Oct 2001 16:26:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-startup-problem/m-p/2596563#M33446</guid>
      <dc:creator>George Thiel</dc:creator>
      <dc:date>2001-10-17T16:26:30Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX-11 startup problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-startup-problem/m-p/2596564#M33447</link>
      <description>You can mount /var and /usr in single user.  You probably will have to fsck these filesystems as they will complain otherwise, but you should be able to do:&lt;BR /&gt;&lt;BR /&gt;mount /var &lt;BR /&gt;mount /usr&lt;BR /&gt;&lt;BR /&gt;This will allow you to run vi.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;-Santosh</description>
      <pubDate>Wed, 17 Oct 2001 16:29:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-startup-problem/m-p/2596564#M33447</guid>
      <dc:creator>Santosh Nair_1</dc:creator>
      <dc:date>2001-10-17T16:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX-11 startup problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-startup-problem/m-p/2596565#M33448</link>
      <description>Hi George,&lt;BR /&gt;As above says you can change /etc/rc.config.d/nfsconf file for current problem.&lt;BR /&gt;&lt;BR /&gt;In other case If system is stuck on any startup process your can press ( ctrl | ) togather and bypass that startup script.&lt;BR /&gt;&lt;BR /&gt;If you are single user mode you need to mount /etc and /usr or it will shows as empty directory.&lt;BR /&gt;#mount /etc&lt;BR /&gt;#mount /usr&lt;BR /&gt;or &lt;BR /&gt;#mount -a  ( trys to mount everything from /etc/fstab)&lt;BR /&gt;&lt;BR /&gt;Of if it is stuck at NFS startup prss ctrl-break and most probable it will ask you command line login. then you will have all file system mounted. edit nfsconf file and type &lt;BR /&gt;#init 3 it will bring your system in multiuser mode.&lt;BR /&gt;&lt;BR /&gt;Sachin</description>
      <pubDate>Wed, 17 Oct 2001 16:36:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-startup-problem/m-p/2596565#M33448</guid>
      <dc:creator>Sachin Patel</dc:creator>
      <dc:date>2001-10-17T16:36:27Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX-11 startup problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-startup-problem/m-p/2596566#M33449</link>
      <description>Hi&lt;BR /&gt;You will be able to disable NFS from /etc/rc.config.d/nfsconf file &lt;BR /&gt;&lt;BR /&gt;Set the following variables &lt;BR /&gt;NFS_CLIENT=0 &lt;BR /&gt;NFS_SERVER=0 &lt;BR /&gt;&lt;BR /&gt;During boot up you also can bypass that script by pressing break (cntrl) kep on console key board.&lt;BR /&gt;In single user system, mount /usr and /var. Then modify /etc/fstab file for any NFS mounted file systems as well as disable NFS component from nfsconf file.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;Prashant.</description>
      <pubDate>Wed, 17 Oct 2001 16:54:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-startup-problem/m-p/2596566#M33449</guid>
      <dc:creator>Deshpande Prashant</dc:creator>
      <dc:date>2001-10-17T16:54:53Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX-11 startup problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-startup-problem/m-p/2596567#M33450</link>
      <description>You should not have to mount /usr or /var to run ed or vi.&lt;BR /&gt;&lt;BR /&gt;They exist under /bin (part of root partition). Maybe your $PATH is incorrect. You can still run vi or ed by enterined /bin/vi or /bin/ed respectivelly.&lt;BR /&gt;&lt;BR /&gt;-- Rod Hills</description>
      <pubDate>Wed, 17 Oct 2001 17:00:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-startup-problem/m-p/2596567#M33450</guid>
      <dc:creator>Rodney Hills</dc:creator>
      <dc:date>2001-10-17T17:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX-11 startup problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-startup-problem/m-p/2596568#M33451</link>
      <description>Yes you do need to mount /usr to get to ed or vi if you are in single-user mode.&lt;BR /&gt;&lt;BR /&gt;/bin is simply a link (transition link) to /usr/bin and has been that way since at least 10.20.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Oct 2001 17:16:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-startup-problem/m-p/2596568#M33451</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2001-10-17T17:16:41Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX-11 startup problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-startup-problem/m-p/2596569#M33452</link>
      <description>Changing the settings in the nfsconf file has gotten me past the NFS issues, but now it appears to timeout at Starting the Openview stuff and the starting of the CDE is taking for ever.&lt;BR /&gt;&lt;BR /&gt;Thanks, everyone, for all the help</description>
      <pubDate>Wed, 17 Oct 2001 17:30:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-startup-problem/m-p/2596569#M33452</guid>
      <dc:creator>George Thiel</dc:creator>
      <dc:date>2001-10-17T17:30:40Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX-11 startup problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-startup-problem/m-p/2596570#M33453</link>
      <description>Hi George,&lt;BR /&gt;Then problem is something else. Dose CDE comeup OK? Are you able to ping or telnet to other systems? &lt;BR /&gt;&lt;BR /&gt;Sachin</description>
      <pubDate>Wed, 17 Oct 2001 17:50:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-startup-problem/m-p/2596570#M33453</guid>
      <dc:creator>Sachin Patel</dc:creator>
      <dc:date>2001-10-17T17:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX-11 startup problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-startup-problem/m-p/2596571#M33454</link>
      <description>No, CDE does not come up. It appears to be stuck at the gray screen with the + curser.</description>
      <pubDate>Wed, 17 Oct 2001 19:03:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-startup-problem/m-p/2596571#M33454</guid>
      <dc:creator>George Thiel</dc:creator>
      <dc:date>2001-10-17T19:03:35Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX-11 startup problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-startup-problem/m-p/2596572#M33455</link>
      <description>It is your name resolv problem.&lt;BR /&gt;Are you using DNS? &lt;BR /&gt;For dns &lt;BR /&gt;your /etc/nsswitch.conf file should look like this&lt;BR /&gt;hosts:   dns files&lt;BR /&gt;&lt;BR /&gt;your /etc/resolv.conf&lt;BR /&gt;domain xxxxx.com&lt;BR /&gt;nameserver 10.20.10.10 # dns server&lt;BR /&gt;&lt;BR /&gt;I will suggest first you use local name resolv and then add dns. for no dns&lt;BR /&gt;/etc/nsswitch.conf file look like&lt;BR /&gt;hosts: files&lt;BR /&gt;&lt;BR /&gt;/etc/hosts file look like&lt;BR /&gt;ip_address   systemname&lt;BR /&gt;127.0.0.1       localhost    &lt;BR /&gt;&lt;BR /&gt;Sachin&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Oct 2001 19:16:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-startup-problem/m-p/2596572#M33455</guid>
      <dc:creator>Sachin Patel</dc:creator>
      <dc:date>2001-10-17T19:16:30Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX-11 startup problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-startup-problem/m-p/2596573#M33456</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Altough you are not using NFS, please check the /etc/fstab for NFS partitions that you try to mount at boot time.&lt;BR /&gt;&lt;BR /&gt;The gray screen with the X cursor is usualy a sign your DNS is not configured properly. Chech /etc/resolv.conf. It should look something like:&lt;BR /&gt;&lt;BR /&gt;search &lt;DOMAIN&gt;&lt;BR /&gt;nameserver xxx.xxx.xxx.xxx&lt;BR /&gt;&lt;BR /&gt;and your /etc/nsswitch.conf file. There you should have a line like:&lt;BR /&gt;&lt;BR /&gt;hosts: dns files&lt;BR /&gt;&lt;BR /&gt;or if you use nis&lt;BR /&gt;&lt;BR /&gt;hosts: nis files&lt;BR /&gt;&lt;BR /&gt;best luck,&lt;BR /&gt;&lt;BR /&gt;E.&lt;BR /&gt;&lt;/DOMAIN&gt;</description>
      <pubDate>Thu, 18 Oct 2001 05:09:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-startup-problem/m-p/2596573#M33456</guid>
      <dc:creator>Eugen Cocalea</dc:creator>
      <dc:date>2001-10-18T05:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX-11 startup problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-startup-problem/m-p/2596574#M33457</link>
      <description>Thanks for all the help Sachin et al. My system boots, CDE starts and I can see the network. I now have a better understanding of how to configure an HPUX-11 based machine.&lt;BR /&gt;&lt;BR /&gt;George</description>
      <pubDate>Thu, 18 Oct 2001 16:42:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-startup-problem/m-p/2596574#M33457</guid>
      <dc:creator>George Thiel</dc:creator>
      <dc:date>2001-10-18T16:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX-11 startup problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-startup-problem/m-p/2596575#M33458</link>
      <description>some points would be nice ;-)</description>
      <pubDate>Mon, 12 Nov 2001 18:28:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-startup-problem/m-p/2596575#M33458</guid>
      <dc:creator>Nick D'Angelo</dc:creator>
      <dc:date>2001-11-12T18:28:25Z</dc:date>
    </item>
  </channel>
</rss>

