<?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: Problem Booting my server in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-booting-my-server/m-p/2582704#M647535</link>
    <description>There are also a couple of low-level (sbin/rc1.d) startup scripts that do not echo a message to the screen on startup. If you only have a vg00 then one of these scripts could also be hanging on an ioscan if a device is bad.</description>
    <pubDate>Sat, 22 Sep 2001 18:34:31 GMT</pubDate>
    <dc:creator>Soren Morton</dc:creator>
    <dc:date>2001-09-22T18:34:31Z</dc:date>
    <item>
      <title>Problem Booting my server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-booting-my-server/m-p/2582699#M647530</link>
      <description>When I try to boot up my server, it gets to a point where it says.&lt;BR /&gt;&lt;BR /&gt;The volume group /dev/vg00 has successfully been changed.  &lt;BR /&gt;&lt;BR /&gt;Then the system just sits there and never moves.&lt;BR /&gt;&lt;BR /&gt;Any ideas?</description>
      <pubDate>Thu, 20 Sep 2001 22:29:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-booting-my-server/m-p/2582699#M647530</guid>
      <dc:creator>Jeremy Smith_2</dc:creator>
      <dc:date>2001-09-20T22:29:31Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Booting my server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-booting-my-server/m-p/2582700#M647531</link>
      <description>It is probably trying to activate another volume group and having problems.  (i.e. timeouts, bad disks, software/driver problems, SCSI bus problems, etc.)&lt;BR /&gt;&lt;BR /&gt;Boot to single user mode and check the system logs and diagnostic logs for possible errors.  You can also try activating the other volume groups manually to see which one is having problems.</description>
      <pubDate>Thu, 20 Sep 2001 22:34:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-booting-my-server/m-p/2582700#M647531</guid>
      <dc:creator>Steve Bonds</dc:creator>
      <dc:date>2001-09-20T22:34:52Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Booting my server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-booting-my-server/m-p/2582701#M647532</link>
      <description>Hi Jeremy,&lt;BR /&gt;&lt;BR /&gt;In all probability you have a defective disk on your hands. Try to boot the system in single user mode and see if it boots.&lt;BR /&gt;&lt;BR /&gt;Interrupt the boot process. At the prompt type &lt;BR /&gt;bo pri&lt;BR /&gt;When asked wether you want to interact with IPL select "Y"&lt;BR /&gt;at the ipl prompt type hpux -is&lt;BR /&gt;IPL&amp;gt;hpux -is&lt;BR /&gt;Your system will boot into single user mode. Only / and /stand would be mounted at this point. Manually mount the other LV's, the list of which you'll get in /etc/fstab. &lt;BR /&gt;&lt;BR /&gt;Now see what are the other volume groups mentioned. Try to see if you can activate the next volume group, say vg01&lt;BR /&gt;vgchange -a y /dev/vg01&lt;BR /&gt;If it does activate vg01, try to see if you can mount the Lv's for this VG manually. My guess is that one of the disks in one of these VG's is faulty.&lt;BR /&gt;&lt;BR /&gt;Since you system stops after activating the VG01, my guess if the problem is with VG01. If it doesn't activate the VG, try to see if you can activate the VG without all its disks (without quorum), i think the command is &lt;BR /&gt;vgchange -a y -q n /dev/vg01.&lt;BR /&gt;if it activates the volume group, see if you can do a sync on that.&lt;BR /&gt;vgsync /dev/vg01. If there is any problem related to this VG, it will tell you at this time.&lt;BR /&gt;&lt;BR /&gt;What is the model of your system and the OS ver ?.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Sep 2001 00:20:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-booting-my-server/m-p/2582701#M647532</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2001-09-21T00:20:59Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Booting my server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-booting-my-server/m-p/2582702#M647533</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Boot the system into single user mode or with&lt;BR /&gt;LVM turned off, as &lt;BR /&gt;ISL&amp;gt; hpux -lm (booting with no LVM)&lt;BR /&gt;ISL&amp;gt; hpux -is (single user)&lt;BR /&gt;&lt;BR /&gt;Consult your /var/adm/syslog/syslog.log file&lt;BR /&gt;for any hardware errors and /var/opt/resmon/log/event.log&lt;BR /&gt;if you have EMS monitoring. If the problem lies&lt;BR /&gt;within your volume groups, start with the first one, which has the next lowest minor number.&lt;BR /&gt;&lt;BR /&gt;One thing you could try is to de-activate your&lt;BR /&gt;other volume groups by using the &lt;BR /&gt;'vgchange -a n /dev/vgname' command &lt;BR /&gt;Once the volume groups are de-activated you &lt;BR /&gt;should be to tell if the problem exists here. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;-Michael&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Sep 2001 00:38:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-booting-my-server/m-p/2582702#M647533</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2001-09-21T00:38:37Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Booting my server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-booting-my-server/m-p/2582703#M647534</link>
      <description>Hi,&lt;BR /&gt;After booting in single user mode,edit /etc/lvmrc file and make AUTO_VG_ACTIVATE=0&lt;BR /&gt;then reboot and activate other vgs one by one to check which volume group is creating problem.&lt;BR /&gt;&lt;BR /&gt;best of luck&lt;BR /&gt;Animesh</description>
      <pubDate>Fri, 21 Sep 2001 00:46:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-booting-my-server/m-p/2582703#M647534</guid>
      <dc:creator>Animesh Chakraborty</dc:creator>
      <dc:date>2001-09-21T00:46:01Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Booting my server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-booting-my-server/m-p/2582704#M647535</link>
      <description>There are also a couple of low-level (sbin/rc1.d) startup scripts that do not echo a message to the screen on startup. If you only have a vg00 then one of these scripts could also be hanging on an ioscan if a device is bad.</description>
      <pubDate>Sat, 22 Sep 2001 18:34:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-booting-my-server/m-p/2582704#M647535</guid>
      <dc:creator>Soren Morton</dc:creator>
      <dc:date>2001-09-22T18:34:31Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Booting my server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-booting-my-server/m-p/2582705#M647536</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Boot the server in single user.Then active the vg00 with this steps:&lt;BR /&gt;&lt;BR /&gt;vgchange -a y vg00&lt;BR /&gt;mount -a&lt;BR /&gt;&lt;BR /&gt;Now you have the comand that you need. Then check if the PV is failed. with this white paper. Is wrote in Spanis, sorry.</description>
      <pubDate>Thu, 04 Oct 2001 11:22:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-booting-my-server/m-p/2582705#M647536</guid>
      <dc:creator>Roberto Arias</dc:creator>
      <dc:date>2001-10-04T11:22:27Z</dc:date>
    </item>
  </channel>
</rss>

