<?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 New to OpenVMS: BADSYSROOT and HWPBD errors in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/new-to-openvms-badsysroot-and-hwpbd-errors/m-p/3379509#M3694</link>
    <description>Just installed VMS on an Alphastation 400. Getting the error messages of BADSYSROOT and invalid HWPBD during boot. I have searched the entore HP VMS web site and cannot find any references.&lt;BR /&gt;&lt;BR /&gt;Now, If I power the unit off and back on, it boots OK. &lt;BR /&gt;Please help.</description>
    <pubDate>Wed, 15 Sep 2004 09:44:11 GMT</pubDate>
    <dc:creator>dentistcorn</dc:creator>
    <dc:date>2004-09-15T09:44:11Z</dc:date>
    <item>
      <title>New to OpenVMS: BADSYSROOT and HWPBD errors</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/new-to-openvms-badsysroot-and-hwpbd-errors/m-p/3379509#M3694</link>
      <description>Just installed VMS on an Alphastation 400. Getting the error messages of BADSYSROOT and invalid HWPBD during boot. I have searched the entore HP VMS web site and cannot find any references.&lt;BR /&gt;&lt;BR /&gt;Now, If I power the unit off and back on, it boots OK. &lt;BR /&gt;Please help.</description>
      <pubDate>Wed, 15 Sep 2004 09:44:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/new-to-openvms-badsysroot-and-hwpbd-errors/m-p/3379509#M3694</guid>
      <dc:creator>dentistcorn</dc:creator>
      <dc:date>2004-09-15T09:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: New to OpenVMS: BADSYSROOT and HWPBD errors</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/new-to-openvms-badsysroot-and-hwpbd-errors/m-p/3379510#M3695</link>
      <description>Hi Gvalor,&lt;BR /&gt;&lt;BR /&gt;Check BOOT_OSFLAGS and BOOTED_OSFLAGS at you console and set them correctly. Can you paste the output of following command at console?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; show boot*&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Thanks &amp;amp; regards,&lt;BR /&gt;Lokesh</description>
      <pubDate>Wed, 15 Sep 2004 09:59:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/new-to-openvms-badsysroot-and-hwpbd-errors/m-p/3379510#M3695</guid>
      <dc:creator>Lokesh_2</dc:creator>
      <dc:date>2004-09-15T09:59:23Z</dc:date>
    </item>
    <item>
      <title>Re: New to OpenVMS: BADSYSROOT and HWPBD errors</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/new-to-openvms-badsysroot-and-hwpbd-errors/m-p/3379511#M3696</link>
      <description>and while you are at the SRM prompt (&amp;gt;&amp;gt;&amp;gt;)&lt;BR /&gt;check you have memory_test =full and not partial. While it is not your problem, it may help later</description>
      <pubDate>Wed, 15 Sep 2004 10:05:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/new-to-openvms-badsysroot-and-hwpbd-errors/m-p/3379511#M3696</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2004-09-15T10:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: New to OpenVMS: BADSYSROOT and HWPBD errors</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/new-to-openvms-badsysroot-and-hwpbd-errors/m-p/3379512#M3697</link>
      <description>qvalor,&lt;BR /&gt;&lt;BR /&gt;Let me start by welcoming you to VMS!!!!&lt;BR /&gt;(first bit of education: OpenVMS is Marketing Speak, technical people prefer saying VMS).&lt;BR /&gt;&lt;BR /&gt;BADSYSROOT, especially in combination with correct boot thereafter, suggests you somehown specified booting from a device that does NOT contain a system root, AND/OR, specifying a root that does not exist on the device you specified, and/or does not have the expected structure. &lt;BR /&gt;&lt;BR /&gt;A little explanation:&lt;BR /&gt;A VMS system structure is constructed from a system root, being a [SYSn] toplevel directory, with some subdirectories that contain (mainly) some configuration-specific files (n = hexadecimal number, 0 ... FFFF ). One special sub-directory: SYSCOMMON. This actually is an alias (compare to, but not exactly, a *UX hard-link) for topdirectory VMS$COMMON. This structure contains (nearly) ALL of VMS.&lt;BR /&gt;Essentially this is the heart of both flexibility in upgrading, and, more importent, the consistency of clusters.&lt;BR /&gt;THERE CAN BE MANY, MANY occurences of [SYSn] !!!!! (official supported: 96, but several hundreds have been demonstrated).&lt;BR /&gt;And...  that number of systems is SIMULTANIOUSLY, COORDINATEDLY accessing VMS$COMMON (and anything else on any disk).&lt;BR /&gt;&lt;BR /&gt;And all this to be able to come back to you.&lt;BR /&gt;&lt;BR /&gt;If you are booting, you have to specify both from WHICH disk, and fom WHICH [SYSn].&lt;BR /&gt;This is done by default by the console BOOT variables BOOTDEF_DEV and BOOT_OSFLAGS.&lt;BR /&gt;They can be overruled by specifying another disk in the &amp;gt;&amp;gt;&amp;gt;boot command, and/or by specifying -FL n,m, where n is the n in SYSn mentioned above, and m is the decimal value of a bitmask specifying boot flags.&lt;BR /&gt;&lt;BR /&gt;All this to explain:&lt;BR /&gt;My guess is that you somehow mis-typed or mis-defaulted to a non-existing SYSn, or to a SYSn that does not have the expected structure  &lt;BR /&gt; &lt;BR /&gt;Enjoy VMS!!!&lt;BR /&gt;&lt;BR /&gt;Jan</description>
      <pubDate>Wed, 15 Sep 2004 12:08:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/new-to-openvms-badsysroot-and-hwpbd-errors/m-p/3379512#M3697</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2004-09-15T12:08:44Z</dc:date>
    </item>
    <item>
      <title>Re: New to OpenVMS: BADSYSROOT and HWPBD errors</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/new-to-openvms-badsysroot-and-hwpbd-errors/m-p/3379513#M3698</link>
      <description>Hi gvalor,&lt;BR /&gt;welcome to vms forum :-)&lt;BR /&gt;On my AS400 I upgraded SRM to install V7.xx of vms; with upgrade you can install and use only V6.2.&lt;BR /&gt;In SRM don't forget set os_type VMS and don't use any flag (-flag 0,0); &lt;BR /&gt;typing SHOW HW you must see 2000;&lt;BR /&gt;type SHOW VERS I see V7.xx;&lt;BR /&gt;I'm using V7.3-2 on AS400: very good!&lt;BR /&gt; &lt;BR /&gt;Antonio Vigliotti&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Sep 2004 12:54:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/new-to-openvms-badsysroot-and-hwpbd-errors/m-p/3379513#M3698</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2004-09-15T12:54:31Z</dc:date>
    </item>
    <item>
      <title>Re: New to OpenVMS: BADSYSROOT and HWPBD errors</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/new-to-openvms-badsysroot-and-hwpbd-errors/m-p/3379514#M3699</link>
      <description>Everyone... thank you for your kind assistance. &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;qv</description>
      <pubDate>Wed, 15 Sep 2004 13:47:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/new-to-openvms-badsysroot-and-hwpbd-errors/m-p/3379514#M3699</guid>
      <dc:creator>dentistcorn</dc:creator>
      <dc:date>2004-09-15T13:47:43Z</dc:date>
    </item>
  </channel>
</rss>

