[Info-vax] SYS$SPECIFIC:[SYSEXE]STARTUP.LOG

Bart Zorn bart.zorn at gmail.com
Wed Jan 30 01:14:27 EST 2013


On Tuesday, January 29, 2013 10:20:00 PM UTC+1, VAXm... at SendSpamHere.ORG wrote:
> In article <ke9dh9$tkb$1 at online.de>, helbig at ...de (Phillip Helbig---undress to reply) writes:
> 
> >What determines whether SYS$SPECIFIC:[SYSEXE]STARTUP.LOG is written 
> 
> >during startup?
> 
> >
> 
> 
> 
> $ MCR SYSGEN
> 
> SYSGEN> SET STARTUP_P2 "V"
> 
> SYSGEN> WRITE CURRENT
> 
> SYSGEN> EXIT
> 
> -- 
> 
> VAXman- A Bored Certified VMS Kernel Mode Hacker    VAXman(at)TMESIS(dot)ORG
> 
> 
> 
> Well I speak to machines with the voice of humanity.

>From SYS$SYSTEM:STARTUP.COM :

$if f$locate("V",p2) .nes. f$length(p2) then stdrv$verify = stdrv$true
$if f$locate("D",p2) .nes. f$length(p2) then stdrv$log = stdrv$true
$if f$locate("C",p2) .nes. f$length(p2) then stdrv$verbose = stdrv$true
$if f$locate("P",p2) .nes. f$length(p2) then stdrv$comp_verify = stdrv$true

So if you include "D" in STARTUP_P2 the startup log file is created. What goes into the log file is determined by the other three options. "V" turns on verification of all startup command procedures and generates a lot of text.

I normally use "DC". That generates a small log file with all relevant (to me)information.

HTH,

Bart



More information about the Info-vax mailing list