<?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: booting without NFS in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/booting-without-nfs/m-p/2749653#M69834</link>
    <description>Do you have a ignite recovery tape? Boot from it and restore OS. You may get it.&lt;BR /&gt;&lt;BR /&gt;OR&lt;BR /&gt;boot to hpux -lm(;0)/stand/vmunix&lt;BR /&gt;&lt;BR /&gt;then do fsck&lt;BR /&gt;&lt;BR /&gt;Regards,</description>
    <pubDate>Fri, 21 Jun 2002 10:00:04 GMT</pubDate>
    <dc:creator>RAC_1</dc:creator>
    <dc:date>2002-06-21T10:00:04Z</dc:date>
    <item>
      <title>booting without NFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/booting-without-nfs/m-p/2749652#M69833</link>
      <description>There's an invalid entry in /etc/fstab for a NFS-filesystem.&lt;BR /&gt;&lt;BR /&gt;While booting, HP-UX searches this non-existing NFS-server. It's searching for a while and it doesn't seem to stop any more...&lt;BR /&gt;&lt;BR /&gt;How can I kill the invalid entry in /etc/fstab? I booted in single user mode but then I have no chance to edit the file.&lt;BR /&gt;&lt;BR /&gt;I can't mount any other filesystem (e.g. /usr), because it's dirty and fsck terminates with an error (wrong filesystem -&amp;gt; it's Veritas vxfs).&lt;BR /&gt;&lt;BR /&gt;Any ideas?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance!</description>
      <pubDate>Fri, 21 Jun 2002 09:56:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/booting-without-nfs/m-p/2749652#M69833</guid>
      <dc:creator>Kay Liesenfeld</dc:creator>
      <dc:date>2002-06-21T09:56:04Z</dc:date>
    </item>
    <item>
      <title>Re: booting without NFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/booting-without-nfs/m-p/2749653#M69834</link>
      <description>Do you have a ignite recovery tape? Boot from it and restore OS. You may get it.&lt;BR /&gt;&lt;BR /&gt;OR&lt;BR /&gt;boot to hpux -lm(;0)/stand/vmunix&lt;BR /&gt;&lt;BR /&gt;then do fsck&lt;BR /&gt;&lt;BR /&gt;Regards,</description>
      <pubDate>Fri, 21 Jun 2002 10:00:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/booting-without-nfs/m-p/2749653#M69834</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2002-06-21T10:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: booting without NFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/booting-without-nfs/m-p/2749654#M69835</link>
      <description>Thanks for the fast reply.&lt;BR /&gt;&lt;BR /&gt;I can't run fsck, because it creates an error like "wrong file system" or something like that. It doesn't seem to work with Veritas vxfs.&lt;BR /&gt;&lt;BR /&gt;Unsuddenly no tape available... :-(&lt;BR /&gt;&lt;BR /&gt;Is there no possibility to boot without starting NFS at all?&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Jun 2002 10:03:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/booting-without-nfs/m-p/2749654#M69835</guid>
      <dc:creator>Kay Liesenfeld</dc:creator>
      <dc:date>2002-06-21T10:03:27Z</dc:date>
    </item>
    <item>
      <title>Re: booting without NFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/booting-without-nfs/m-p/2749655#M69836</link>
      <description>Hi,&lt;BR /&gt;try running fsck the /usr logical volume and mounting the filesystem.Now edit &lt;BR /&gt;the /etc/fstab. IF NOT &lt;BR /&gt;&lt;BR /&gt;In single user mode edit /etc/inittab file&lt;BR /&gt;and change initdefault runlevel in the first line of the file to&lt;BR /&gt;init:2:initdefault:&lt;BR /&gt;&lt;BR /&gt; reboot the system , since the system does not touch runlevel 3 nfs server will not run . Now run fsck on /usr raw logical volume and mount it and edit the /etc/fstab&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Jun 2002 10:09:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/booting-without-nfs/m-p/2749655#M69836</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2002-06-21T10:09:19Z</dc:date>
    </item>
    <item>
      <title>Re: booting without NFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/booting-without-nfs/m-p/2749656#M69837</link>
      <description>Hi,&lt;BR /&gt;Sorry forgot about /usr problem. again there is a way&lt;BR /&gt;From single user mode give &lt;BR /&gt;#init 2&lt;BR /&gt;#/sbin/init.d/net start&lt;BR /&gt;From another Hp-UX server&lt;BR /&gt;ftp "ip of problematic server"&lt;BR /&gt;login and put /usr/bin/vi to problematic server&lt;BR /&gt;ftpd will work because it is in  /usr/lbin/ftpd   &lt;BR /&gt;Now back to problematic server&lt;BR /&gt;#vi /etc/fstab&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar</description>
      <pubDate>Fri, 21 Jun 2002 10:20:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/booting-without-nfs/m-p/2749656#M69837</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2002-06-21T10:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: booting without NFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/booting-without-nfs/m-p/2749657#M69838</link>
      <description>sorry again in a rush.&lt;BR /&gt;use have to use recovery CD in hp-ux 10.20&lt;BR /&gt;to get out of this.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar</description>
      <pubDate>Fri, 21 Jun 2002 10:25:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/booting-without-nfs/m-p/2749657#M69838</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2002-06-21T10:25:00Z</dc:date>
    </item>
    <item>
      <title>Re: booting without NFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/booting-without-nfs/m-p/2749658#M69839</link>
      <description>I just tried this ftp-thing, because it seemed to be the most quickest one. As I tried, the box continued booting -- after more than 1 hour! ;-)&lt;BR /&gt;&lt;BR /&gt;Many thanks for your hints, I'll save them for later tests.&lt;BR /&gt;&lt;BR /&gt;Have a nice weekend!&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Jun 2002 10:32:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/booting-without-nfs/m-p/2749658#M69839</guid>
      <dc:creator>Kay Liesenfeld</dc:creator>
      <dc:date>2002-06-21T10:32:31Z</dc:date>
    </item>
    <item>
      <title>Re: booting without NFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/booting-without-nfs/m-p/2749659#M69840</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;1.Boot through your core OS cdrom&lt;BR /&gt;boot from your CD do not interact with ISL.&lt;BR /&gt;&lt;BR /&gt;2.From the options listed &lt;BR /&gt;&lt;BR /&gt;go to&lt;BR /&gt;Exit to recovery shell.&lt;BR /&gt;use x to exit into the shell.&lt;BR /&gt;3.run chroot_lvmdisk&lt;BR /&gt;Enter the exact hardware path of the root file system residing disk.&lt;BR /&gt;4.Now enter &lt;BR /&gt;cd ROOT; chroot /ROOT /sbin/sh &lt;BR /&gt;at the prompt. &lt;BR /&gt;&lt;BR /&gt;5. vgchange -a y /dev/vg00. &lt;BR /&gt;now your /usr file system will be mounted.&lt;BR /&gt;&lt;BR /&gt;Now you can edit your /etc/fstab and change the required entry.&lt;BR /&gt;&lt;BR /&gt;just reboot.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Fri, 21 Jun 2002 10:37:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/booting-without-nfs/m-p/2749659#M69840</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-06-21T10:37:39Z</dc:date>
    </item>
    <item>
      <title>Re: booting without NFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/booting-without-nfs/m-p/2749660#M69841</link>
      <description>Boot into single user mode&lt;BR /&gt;&lt;BR /&gt;execute following echo " cat - &amp;lt;&amp;lt; EOF|ed -s file1&lt;BR /&gt; 1,$s/abc/#abc/&lt;BR /&gt;  w file1&lt;BR /&gt;  q&lt;BR /&gt;  EOF" &amp;gt;&amp;gt; test.sh&lt;BR /&gt;&lt;BR /&gt;this will create test.sh file, then chmod 700 test.sh&lt;BR /&gt;&lt;BR /&gt;then ./test.sh&lt;BR /&gt;&lt;BR /&gt;In above echo command abc should exactly be your nfs mount point. This just puts the #for nfs mount point.&lt;BR /&gt;&lt;BR /&gt;Then boot, hope it works and you boot.</description>
      <pubDate>Fri, 21 Jun 2002 11:12:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/booting-without-nfs/m-p/2749660#M69841</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2002-06-21T11:12:39Z</dc:date>
    </item>
    <item>
      <title>Re: booting without NFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/booting-without-nfs/m-p/2749661#M69842</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;in single user mode&lt;BR /&gt;&lt;BR /&gt;cp /etc/fstab /etc/fstab.saved&lt;BR /&gt;cat /etc/fstab | grep -v NFS-server &amp;gt; /etc/fstab.new&lt;BR /&gt;cp /etc/fstab.new /etc/fstab&lt;BR /&gt;&lt;BR /&gt;reboot -n&lt;BR /&gt;&lt;BR /&gt;cheers&lt;BR /&gt;John.</description>
      <pubDate>Fri, 21 Jun 2002 11:56:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/booting-without-nfs/m-p/2749661#M69842</guid>
      <dc:creator>John Carr_2</dc:creator>
      <dc:date>2002-06-21T11:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: booting without NFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/booting-without-nfs/m-p/2749662#M69843</link>
      <description>My thoughts are off the train of thought here but...&lt;BR /&gt;&lt;BR /&gt;boot to single user mode&lt;BR /&gt;ISL&amp;gt; hpux -is&lt;BR /&gt;&lt;BR /&gt;when it cones up, mount the good stuff in vg00, really only need /var &amp;amp; /&lt;BR /&gt;# vgchange -a y vg00&lt;BR /&gt;# mount /dev/vg00/lvol8 /var&lt;BR /&gt;&lt;BR /&gt;# vi /etc/rc.config.d/nfsconf&lt;BR /&gt;edit it so NFS does not come up&lt;BR /&gt;&lt;BR /&gt;# vi /etc/fstab&lt;BR /&gt;&lt;BR /&gt;# init 3&lt;BR /&gt;&lt;BR /&gt;No recovery CD...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Jun 2002 13:17:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/booting-without-nfs/m-p/2749662#M69843</guid>
      <dc:creator>Tim D Fulford</dc:creator>
      <dc:date>2002-06-21T13:17:19Z</dc:date>
    </item>
    <item>
      <title>Re: booting without NFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/booting-without-nfs/m-p/2749663#M69844</link>
      <description>Kay,&lt;BR /&gt;&lt;BR /&gt;It sounds like single user mode would work for you if only you could get /usr mounted.  How are you trying to run your fsck?  Are you specifying the FSType?  From the man page for fsck:&lt;BR /&gt; -F FStype      Specify the file system type on which to operate&lt;BR /&gt;                          (see fstyp(1M) and fs_wrapper(5)).  If this option&lt;BR /&gt;                          is not included on the command line, then the file&lt;BR /&gt;                          system type is determined from the file /etc/fstab&lt;BR /&gt;                          by matching special with an entry in that file.&lt;BR /&gt;                          If there is no entry in /etc/fstab, then the file&lt;BR /&gt;                          system type is determined from the file&lt;BR /&gt;                          /etc/default/fs.&lt;BR /&gt;&lt;BR /&gt;This might account for your wrong filesystem error.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Pete</description>
      <pubDate>Fri, 21 Jun 2002 13:26:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/booting-without-nfs/m-p/2749663#M69844</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-06-21T13:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: booting without NFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/booting-without-nfs/m-p/2749664#M69845</link>
      <description>At the moment I have the same problem: system is not starting because another (NFS)server is not available. &lt;BR /&gt;&lt;BR /&gt;I just did a ctrl-c during the nfs-client subsystem. Then I could edit /etc/fstab, where I commented out the NFS-mount.&lt;BR /&gt;&lt;BR /&gt;The server started perfectedly. &lt;BR /&gt;</description>
      <pubDate>Mon, 24 Jun 2002 07:32:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/booting-without-nfs/m-p/2749664#M69845</guid>
      <dc:creator>Donald Kok</dc:creator>
      <dc:date>2002-06-24T07:32:04Z</dc:date>
    </item>
  </channel>
</rss>

