[Info-vax] SYS$SPECIFIC:[SYSEXE]STARTUP.LOG
VAXman- at SendSpamHere.ORG
VAXman- at SendSpamHere.ORG
Wed Jan 30 15:14:04 EST 2013
In article <4a66abd2-3217-4cc0-a38b-753410c41b96 at googlegroups.com>, Bart Zorn <bart.zorn at gmail.com> writes:
>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.
Yeah, I mentioned that I alwasy set mine to "VDC". I couldn't remember
which enabled the actual log.
--
VAXman- A Bored Certified VMS Kernel Mode Hacker VAXman(at)TMESIS(dot)ORG
Well I speak to machines with the voice of humanity.
More information about the Info-vax
mailing list