<?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: System don't boot. in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/system-don-t-boot/m-p/5216036#M97308</link>
    <description>Any recent changes to the hardware, or to the software?  (I'd tend to guess not, as VAX boxes still running OpenVMS VAX V5.5-2 tend to be looked at only when the hardware breaks...  And...)&lt;BR /&gt;&lt;BR /&gt;There's probably a hardware problem lurking here.&lt;BR /&gt;&lt;BR /&gt;A bad Q-bus board or an incorrectly-configured Q-bus can encounter this behavior.&lt;BR /&gt;&lt;BR /&gt;If you're not comfortable with the Q-bus and with swapping hardware, it's likely time to call your preferred hardware service vendor.</description>
    <pubDate>Wed, 23 Dec 2009 18:25:26 GMT</pubDate>
    <dc:creator>Hoff</dc:creator>
    <dc:date>2009-12-23T18:25:26Z</dc:date>
    <item>
      <title>System don't boot.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/system-don-t-boot/m-p/5216027#M97299</link>
      <description>I have a old VAX 4000/300 ; OS VMS 5.5-2.&lt;BR /&gt;The Vax Digital VT320 was out of order and replaced by a VT220.&lt;BR /&gt;I restarted the Vax , all initials tests were OK.&lt;BR /&gt;Everything is in Green.&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;show dev ==&amp;gt; OK  all devices seen&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;boot DIA0&lt;BR /&gt;(BOOT/R5:0 DIA0)&lt;BR /&gt;2 ..&lt;BR /&gt;-SYSTEM$DIAO&lt;BR /&gt;1..0..&lt;BR /&gt;VAX/VMS Version V5.5-2 Maj id=1 Min id=0&lt;BR /&gt;Copyright ...&lt;BR /&gt;%STDRV-I-STARTUP ,VMS startup begun at Day Hour&lt;BR /&gt;and nothing more ....&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Any clue ?&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Dec 2009 13:17:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/system-don-t-boot/m-p/5216027#M97299</guid>
      <dc:creator>Gilles Salvin</dc:creator>
      <dc:date>2009-12-23T13:17:03Z</dc:date>
    </item>
    <item>
      <title>Re: System don't boot.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/system-don-t-boot/m-p/5216028#M97300</link>
      <description>Gilles,&lt;BR /&gt;&lt;BR /&gt;your startup seems to hang...&lt;BR /&gt;&lt;BR /&gt;Try a conversational minimum boot first:&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; B/1&lt;BR /&gt;...&lt;BR /&gt;SYSBOOT&amp;gt; SET STARTUP_P1 "MIN"&lt;BR /&gt;SYSBOOT&amp;gt; C&lt;BR /&gt;&lt;BR /&gt;This will skip auto-configuration of devices and everything in SYSTARTUP_V5.COM. Does it finish ? If so, you should be able to log in.&lt;BR /&gt;&lt;BR /&gt;Volker.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Dec 2009 13:30:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/system-don-t-boot/m-p/5216028#M97300</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2009-12-23T13:30:22Z</dc:date>
    </item>
    <item>
      <title>Re: System don't boot.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/system-don-t-boot/m-p/5216029#M97301</link>
      <description>Volker,&lt;BR /&gt;&lt;BR /&gt;It works , then I tried a reboot next and the reboot was also in MIN status.&lt;BR /&gt;How can I reconfigure the startup in nomal mode please ?&lt;BR /&gt;As the startup in MIN works , do you have any idea about what could not work in normal mode ?&lt;BR /&gt;&lt;BR /&gt;Thank you for your help.</description>
      <pubDate>Wed, 23 Dec 2009 13:46:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/system-don-t-boot/m-p/5216029#M97301</guid>
      <dc:creator>Gilles Salvin</dc:creator>
      <dc:date>2009-12-23T13:46:18Z</dc:date>
    </item>
    <item>
      <title>Re: System don't boot.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/system-don-t-boot/m-p/5216030#M97302</link>
      <description>Gilles,&lt;BR /&gt;&lt;BR /&gt;if it works and you can login, you could manually execute some of the steps from the real startup:&lt;BR /&gt;&lt;BR /&gt;$ SET CONTROL=Y&lt;BR /&gt;$ SET CONTROL=T&lt;BR /&gt;$ SET TERM/BROADCAST&lt;BR /&gt;$ MC SYSGEN IO AUTO ! to auto-configure devices&lt;BR /&gt;$ SHOW DEV ! are all expected devices visible&lt;BR /&gt;$ @SYS$MANAGER:SYSTARTUP_V5.com&lt;BR /&gt;&lt;BR /&gt;If that hangs, type CTRL-T to see which image may be executing. Try to abort with CTRL-C or CTRL-Y&lt;BR /&gt;&lt;BR /&gt;If necessary, trun on $ SET VERIFY and invoke the indivudal commands from SYSTARTUP_V5.COM&lt;BR /&gt;&lt;BR /&gt;To reset to full startup, use&lt;BR /&gt;&lt;BR /&gt;$ MC SYSGEN&lt;BR /&gt;SYSGEN&amp;gt; USE CURRENT&lt;BR /&gt;SYSGEN&amp;gt; SET STARTUP_P1 ""&lt;BR /&gt;SYSGEN&amp;gt; WRITE CURRENT&lt;BR /&gt;SYSGEN&amp;gt; EXIT&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Wed, 23 Dec 2009 13:51:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/system-don-t-boot/m-p/5216030#M97302</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2009-12-23T13:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: System don't boot.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/system-don-t-boot/m-p/5216031#M97303</link>
      <description>Volker,&lt;BR /&gt;&lt;BR /&gt;$ SET CONTROL=Y&lt;BR /&gt;$ SET CONTROL=T&lt;BR /&gt;$ SET TERM/BROADCAST&lt;BR /&gt;$ MC SYSGEN IO AUTO =&amp;gt; No IO in MC SYSGEN ?&lt;BR /&gt;&lt;BR /&gt;If necessary, trun on $ SET VERIFY : How ?&lt;BR /&gt;and invoke the indivudal commands from SYSTARTUP_V5.COM&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Dec 2009 14:02:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/system-don-t-boot/m-p/5216031#M97303</guid>
      <dc:creator>Gilles Salvin</dc:creator>
      <dc:date>2009-12-23T14:02:54Z</dc:date>
    </item>
    <item>
      <title>Re: System don't boot.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/system-don-t-boot/m-p/5216032#M97304</link>
      <description>Gilles,&lt;BR /&gt;&lt;BR /&gt;sorry, on VAX it's $ MC SYSGEN AUTO ALL&lt;BR /&gt;&lt;BR /&gt;First try to invoke @SYS$MANAGER:SYSTARTUP_V5.COM. If it hangs, try CTRL-T, then CTRL-Y to abort.&lt;BR /&gt;&lt;BR /&gt;You need to find out, which command causes the startup to hang. You could try&lt;BR /&gt;&lt;BR /&gt;$ SET VERIFY&lt;BR /&gt;$ @SYS$MANAGER:SYSTARTUP_V5.COM&lt;BR /&gt;&lt;BR /&gt;Volker.&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Dec 2009 14:06:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/system-don-t-boot/m-p/5216032#M97304</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2009-12-23T14:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: System don't boot.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/system-don-t-boot/m-p/5216033#M97305</link>
      <description>Volker ,&lt;BR /&gt;MC SYSGEN AUTO ALL  Hang ...&lt;BR /&gt;I'm desperate :o(&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Dec 2009 14:47:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/system-don-t-boot/m-p/5216033#M97305</guid>
      <dc:creator>Gilles Salvin</dc:creator>
      <dc:date>2009-12-23T14:47:45Z</dc:date>
    </item>
    <item>
      <title>Re: System don't boot.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/system-don-t-boot/m-p/5216034#M97306</link>
      <description>Gilles,&lt;BR /&gt;&lt;BR /&gt;so there might be some hardware-related problem... Could you interrupt the SYSGEN image ?&lt;BR /&gt;&lt;BR /&gt;Try $ MC SYSGEN AUTO ALL/LOG - this will output a message for each device configured. Then you may be able to guess, where the problem is.&lt;BR /&gt;&lt;BR /&gt;Once you have a suspect, try MC SYSGEN AUTO ALL/EXCLUDE=(device-name)&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Wed, 23 Dec 2009 14:57:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/system-don-t-boot/m-p/5216034#M97306</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2009-12-23T14:57:53Z</dc:date>
    </item>
    <item>
      <title>Re: System don't boot.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/system-don-t-boot/m-p/5216035#M97307</link>
      <description>Do you have a CD-Rom on this system?  If you can boot from alternate media like a VMS distribution CD that will tell you if the system is functional.  &lt;BR /&gt;&lt;BR /&gt;If not, have you generated a stand alone backup kit on an alternate disk?&lt;BR /&gt;&lt;BR /&gt;Andy</description>
      <pubDate>Wed, 23 Dec 2009 17:18:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/system-don-t-boot/m-p/5216035#M97307</guid>
      <dc:creator>Andy Bustamante</dc:creator>
      <dc:date>2009-12-23T17:18:21Z</dc:date>
    </item>
    <item>
      <title>Re: System don't boot.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/system-don-t-boot/m-p/5216036#M97308</link>
      <description>Any recent changes to the hardware, or to the software?  (I'd tend to guess not, as VAX boxes still running OpenVMS VAX V5.5-2 tend to be looked at only when the hardware breaks...  And...)&lt;BR /&gt;&lt;BR /&gt;There's probably a hardware problem lurking here.&lt;BR /&gt;&lt;BR /&gt;A bad Q-bus board or an incorrectly-configured Q-bus can encounter this behavior.&lt;BR /&gt;&lt;BR /&gt;If you're not comfortable with the Q-bus and with swapping hardware, it's likely time to call your preferred hardware service vendor.</description>
      <pubDate>Wed, 23 Dec 2009 18:25:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/system-don-t-boot/m-p/5216036#M97308</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2009-12-23T18:25:26Z</dc:date>
    </item>
    <item>
      <title>Re: System don't boot.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/system-don-t-boot/m-p/5216037#M97309</link>
      <description>Gentlemen ,&lt;BR /&gt;&lt;BR /&gt;Thank you all for your help.&lt;BR /&gt;&lt;BR /&gt;When doing a &amp;gt;&amp;gt;&amp;gt; show dev one device was in a strange status.&lt;BR /&gt;&lt;BR /&gt;the DLT MK100&lt;BR /&gt;&lt;BR /&gt;*K100 (* *)  instead of MK100 TZ88.&lt;BR /&gt;&lt;BR /&gt;I power it off and the boot was OK.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Dec 2009 10:18:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/system-don-t-boot/m-p/5216037#M97309</guid>
      <dc:creator>Gilles Salvin</dc:creator>
      <dc:date>2009-12-24T10:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: System don't boot.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/system-don-t-boot/m-p/5216038#M97310</link>
      <description>Gilles,&lt;BR /&gt;&lt;BR /&gt;so you went a long way from a failed VT320 to a failing VAX 4000-300 boot due to a failing TZ88 ...&lt;BR /&gt;&lt;BR /&gt;We're glad we could help you.&lt;BR /&gt;&lt;BR /&gt;Joyeux Noel!&lt;BR /&gt;&lt;BR /&gt;Volker.&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Dec 2009 10:29:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/system-don-t-boot/m-p/5216038#M97310</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2009-12-24T10:29:10Z</dc:date>
    </item>
    <item>
      <title>Re: System don't boot.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/system-don-t-boot/m-p/5216039#M97311</link>
      <description>Volker,&lt;BR /&gt;&lt;BR /&gt;Vielen Dank.&lt;BR /&gt;&lt;BR /&gt;Frohe Weihnachten.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Dec 2009 10:35:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/system-don-t-boot/m-p/5216039#M97311</guid>
      <dc:creator>Gilles Salvin</dc:creator>
      <dc:date>2009-12-24T10:35:27Z</dc:date>
    </item>
    <item>
      <title>Re: System don't boot.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/system-don-t-boot/m-p/5216040#M97312</link>
      <description>Thank you all.&lt;BR /&gt;&lt;BR /&gt;Merry Christmas and Happy New Year :o)&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Dec 2009 10:37:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/system-don-t-boot/m-p/5216040#M97312</guid>
      <dc:creator>Gilles Salvin</dc:creator>
      <dc:date>2009-12-24T10:37:06Z</dc:date>
    </item>
  </channel>
</rss>

