<?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: VMS Startup in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/vms-startup/m-p/3764659#M35766</link>
    <description>Kenneth,&lt;BR /&gt;&lt;BR /&gt;I realize this is an old question...&lt;BR /&gt;&lt;BR /&gt;However, I didn't see anyone suggest the following.  It doesn't limit itself to command files, but is instead a way to see all the files that were accessed during a startup.&lt;BR /&gt;&lt;BR /&gt;Enable volume retention (ODS2 or ODS5) or file access dates (ODS5), then after booting but before other activity starts, find files that have been accessed since boottime, using the DFU program from the freeware.&lt;BR /&gt;&lt;BR /&gt;This assumes you can stop all activity on the cluster for the duration of that startup, so it isn't a good solution for many cases.  However, it does catch a lot of things that may not be obvious using the other techniques.&lt;BR /&gt;</description>
    <pubDate>Tue, 03 Apr 2007 22:08:19 GMT</pubDate>
    <dc:creator>Jon Pinkley</dc:creator>
    <dc:date>2007-04-03T22:08:19Z</dc:date>
    <item>
      <title>VMS Startup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-startup/m-p/3764645#M35752</link>
      <description>Is there a way, using DCL, to capture all COM files that are being called/executed during the startup of VMS 7.3-2?</description>
      <pubDate>Mon, 03 Apr 2006 12:18:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-startup/m-p/3764645#M35752</guid>
      <dc:creator>Kenneth Toler</dc:creator>
      <dc:date>2006-04-03T12:18:43Z</dc:date>
    </item>
    <item>
      <title>Re: VMS Startup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-startup/m-p/3764646#M35753</link>
      <description>You may set the parameter STARTUP_P2 to enable logging and SET VERIFY during startup, see the help in SYSGEN or use the SYSMAN STARTUP SET OPTIONS to enable logging and checkpointing of the SYSMAN startupphases.&lt;BR /&gt;&lt;BR /&gt;regards Kalle</description>
      <pubDate>Mon, 03 Apr 2006 12:30:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-startup/m-p/3764646#M35753</guid>
      <dc:creator>Karl Rohwedder</dc:creator>
      <dc:date>2006-04-03T12:30:29Z</dc:date>
    </item>
    <item>
      <title>Re: VMS Startup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-startup/m-p/3764647#M35754</link>
      <description>WRT Karl's reply, look at the "Systems Manager's Manual, Volume 1: Essentials" in section 4, "Starting Up an Shutting Down the System", look in the section "Booting with Controlled Startup" in the subsection "Displaying Startup Procedute Commands with SYSMAN" on page 115 if you are looking at the PDF version.  This section describes what to do.&lt;BR /&gt;&lt;BR /&gt;Don</description>
      <pubDate>Mon, 03 Apr 2006 15:56:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-startup/m-p/3764647#M35754</guid>
      <dc:creator>Donald Hill</dc:creator>
      <dc:date>2006-04-03T15:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: VMS Startup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-startup/m-p/3764648#M35755</link>
      <description>Ken,&lt;BR /&gt;&lt;BR /&gt;I never tried, but you can create the logfile out of your startup procedure then I thik we will have to search all the COM procedure got executed from the startup procedure.&lt;BR /&gt;&lt;BR /&gt;$ RUN SYS$SYSTEM:SYSMAN&lt;BR /&gt;SYSMAN&amp;gt; STARTUP SET OPTIONS/VERIFY=FULL/OUTPUT=anyfile.log&lt;BR /&gt;&lt;BR /&gt;Archunan&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Apr 2006 16:04:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-startup/m-p/3764648#M35755</guid>
      <dc:creator>Arch_Muthiah</dc:creator>
      <dc:date>2006-04-03T16:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: VMS Startup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-startup/m-p/3764649#M35756</link>
      <description>If you just want a list of files try the /CHECKPOINTING option. See following from the manual.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;SYSMAN STARTUP SET OPTIONS&lt;BR /&gt;&lt;BR /&gt; /VERIFY=FULL    Displays every line of DCL executed by component startup procedures and by STARTUP.COM.&lt;BR /&gt;&lt;BR /&gt;/VERIFY=PARTIAL  Displays every line of DCL executed by component startup procedures, but does not display DCL executed by STARTUP.COM.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/doc/73final/6017/6017pro_010.html#startlog" target="_blank"&gt;http://h71000.www7.hp.com/doc/73final/6017/6017pro_010.html#startlog&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;/OUTPUT=FILE&lt;BR /&gt;&lt;BR /&gt;/OUTPUT=CONSOLE  Creates SYS$SPECIFIC:[SYSEXE]STARTUP.LOG, which contains all of the output generated by startup procedures. Alternatively, you can display the output on the console.&lt;BR /&gt;&lt;BR /&gt;/CHECKPOINTING  Displays informational messages describing the time and status of each startup phase and component file.&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Apr 2006 17:11:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-startup/m-p/3764649#M35756</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2006-04-03T17:11:32Z</dc:date>
    </item>
    <item>
      <title>Re: VMS Startup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-startup/m-p/3764650#M35757</link>
      <description>All of the above will work but I have to ask, what problem are you trying to solve that you need to look at all the command procedures executed during the system startup?  If your having a problem maybe we can help with more specific advice on your specific problem.&lt;BR /&gt;&lt;BR /&gt;Phil</description>
      <pubDate>Tue, 04 Apr 2006 15:43:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-startup/m-p/3764650#M35757</guid>
      <dc:creator>Phillip Thayer</dc:creator>
      <dc:date>2006-04-04T15:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: VMS Startup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-startup/m-p/3764651#M35758</link>
      <description>Kenneth,&lt;BR /&gt;&lt;BR /&gt;Don't forget that you can get a full list of the first level of invoked files by using the SYSMAN utility to display the two startup databases (STARTUP$STARTUP_LAYERED and STARTUP$STARTUP_VMS).&lt;BR /&gt;&lt;BR /&gt;Once you are in SYSMAN, the specific commands are:&lt;BR /&gt;  STARTUP SET DATABASE STARTUP$STARTUP_LAYERED&lt;BR /&gt;  STARTUP SHOW FILE&lt;BR /&gt;  STARTUP SET DATABASE STARTUP$STARTUP_VMS&lt;BR /&gt;  STARTUP SHOW FILE&lt;BR /&gt;&lt;BR /&gt;For many purposes, this is less work than dealing with a trace of the startup process. It can also be done on live systems WITHOUT the need for a reboot.&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;</description>
      <pubDate>Tue, 04 Apr 2006 17:52:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-startup/m-p/3764651#M35758</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2006-04-04T17:52:31Z</dc:date>
    </item>
    <item>
      <title>Re: VMS Startup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-startup/m-p/3764652#M35759</link>
      <description>Kenneth,&lt;BR /&gt;&lt;BR /&gt;I rather like Bob's solution, but there you have to realise, that one of the procedures you will find is SYS$MANAGER:SYSTRATUP_VMS.COM.&lt;BR /&gt;Depending on the specific system setup, some or most of the work is done from there (especially in systems that were initially set up way back when, because that WAS the original way to set thing up).&lt;BR /&gt;&lt;BR /&gt;So, it would be wise to also inspect that file.&lt;BR /&gt;&lt;BR /&gt;hth.&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe</description>
      <pubDate>Wed, 05 Apr 2006 03:09:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-startup/m-p/3764652#M35759</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2006-04-05T03:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: VMS Startup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-startup/m-p/3764653#M35760</link>
      <description>In response to Phil's question, I am specifically trying to find where in the startup code to mount removable hard drives.</description>
      <pubDate>Wed, 05 Apr 2006 07:04:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-startup/m-p/3764653#M35760</guid>
      <dc:creator>Kenneth Toler</dc:creator>
      <dc:date>2006-04-05T07:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: VMS Startup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-startup/m-p/3764654#M35761</link>
      <description>Over the years that I've dealt with OpenVMS there are usually one of 4 places that I find that people like to place disk mounts:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;SYS$MANAGER:SYSTARTUP_VMS.COM&lt;BR /&gt;            SYLOGICALS.COM&lt;BR /&gt;            SYCONFIG.COM&lt;BR /&gt;            SYSECURITY.COM&lt;BR /&gt;            SYPAGSWPFILES.COM&lt;BR /&gt;&lt;BR /&gt;Many system managers like to create a SYS$MANAGER:DISK_MOUNTS.COM or something similar that contains all of the disk mounting commands and then insert a call to it from whichever procedure is appropriate for their site.&lt;BR /&gt;&lt;BR /&gt;There are good reasons for each of these depending on the flavor of your system.  &lt;BR /&gt;&lt;BR /&gt;Have fun searching :-)&lt;BR /&gt;Robert</description>
      <pubDate>Wed, 05 Apr 2006 07:14:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-startup/m-p/3764654#M35761</guid>
      <dc:creator>Robert_Boyd</dc:creator>
      <dc:date>2006-04-05T07:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: VMS Startup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-startup/m-p/3764655#M35762</link>
      <description>Kenneth,&lt;BR /&gt;  You may also want to try a verbose startup trace using console flags:&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; b -fl &lt;ROOT&gt;,30000&lt;BR /&gt;&lt;BR /&gt;20000 enables verbose startup logging, and 10000 turns on verification of all DCL command lines executed. OR them together to get both. It will take a while! Output can be captured using SYSMAN STARTUP SET OPTIONS, and/or from a console manager or PC connected to the console port.&lt;/ROOT&gt;</description>
      <pubDate>Tue, 11 Apr 2006 21:29:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-startup/m-p/3764655#M35762</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2006-04-11T21:29:43Z</dc:date>
    </item>
    <item>
      <title>Re: VMS Startup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-startup/m-p/3764656#M35763</link>
      <description>We submit the startup in batch as soon as we come in systartup_vms. Thus we have a log and clean quotas.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Wed, 12 Apr 2006 10:28:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-startup/m-p/3764656#M35763</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2006-04-12T10:28:49Z</dc:date>
    </item>
    <item>
      <title>Re: VMS Startup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-startup/m-p/3764657#M35764</link>
      <description>Kenneth,&lt;BR /&gt;&lt;BR /&gt;once we created STARTUP.COM in )every) SYS$SPECIFIC:[SYSMGR],&lt;BR /&gt;containing only&lt;BR /&gt;&lt;BR /&gt;@SYS$COMMON:[SYSMGR]STARTUP /OUTPUT=SYS$MANAGER:STARTUP.LOG_&lt;CURRENT_DATE&gt;&lt;BR /&gt;&lt;BR /&gt;That worked OK as well.&lt;BR /&gt;&lt;BR /&gt;(only have to remove/rename it during upgrades!)&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me (peheaps in May in Nashua?)&lt;BR /&gt;&lt;BR /&gt;jpe&lt;/CURRENT_DATE&gt;</description>
      <pubDate>Wed, 12 Apr 2006 12:24:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-startup/m-p/3764657#M35764</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2006-04-12T12:24:36Z</dc:date>
    </item>
    <item>
      <title>Re: VMS Startup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-startup/m-p/3764658#M35765</link>
      <description>Jan,&lt;BR /&gt;&lt;BR /&gt;I normally use STARTUP_P2="D". This write SYS$SYSTEM:STARTUP.LOG and also captures the early messages from SYLOGICALS.COM&lt;BR /&gt;&lt;BR /&gt;See you in Nashua.&lt;BR /&gt;&lt;BR /&gt;Volker.&lt;BR /&gt;</description>
      <pubDate>Wed, 12 Apr 2006 12:42:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-startup/m-p/3764658#M35765</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-04-12T12:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: VMS Startup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-startup/m-p/3764659#M35766</link>
      <description>Kenneth,&lt;BR /&gt;&lt;BR /&gt;I realize this is an old question...&lt;BR /&gt;&lt;BR /&gt;However, I didn't see anyone suggest the following.  It doesn't limit itself to command files, but is instead a way to see all the files that were accessed during a startup.&lt;BR /&gt;&lt;BR /&gt;Enable volume retention (ODS2 or ODS5) or file access dates (ODS5), then after booting but before other activity starts, find files that have been accessed since boottime, using the DFU program from the freeware.&lt;BR /&gt;&lt;BR /&gt;This assumes you can stop all activity on the cluster for the duration of that startup, so it isn't a good solution for many cases.  However, it does catch a lot of things that may not be obvious using the other techniques.&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Apr 2007 22:08:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-startup/m-p/3764659#M35766</guid>
      <dc:creator>Jon Pinkley</dc:creator>
      <dc:date>2007-04-03T22:08:19Z</dc:date>
    </item>
  </channel>
</rss>

