Operating System - OpenVMS
1753970 Members
7139 Online
108811 Solutions
New Discussion юеВ

logging the system startup

 
SOLVED
Go to solution
Mark Schafer_2
Advisor

logging the system startup

So, OPERATOR.LOG has lots of interesting stuff, but how can I get a step by step log of the entire boot process?
4 REPLIES 4
Ian Miller.
Honored Contributor
Solution

Re: logging the system startup

See
$ MCR SYSMAN HELP STARTUP SET OPTIONS
for options to output various things to SYS$SYSTEM:STARTUP.LOG
____________________
Purely Personal Opinion
Garry Fruth
Trusted Contributor

Re: logging the system startup

You can set STARTUP_P2 to "D" or "VD". The startup output will be logged to SYS$SPECIFIC:[SYSEXE]STARTUP.LOG. It is documented here:
http://h71000.www7.hp.com/doc/732FINAL/6048/6048pro_007.html#sysparam_appendix
Robert_Boyd
Respected Contributor

Re: logging the system startup

Here's another alternative that I have used:

in SYS$SYSTEM:MODPARAMS.DAT add the line

STARTUP = "SYS$SYSTEM:ALT_STARTUP.COM"

and add the attached procedure to SYS$COMMON:[SYSEXE]
Master you were right about 1 thing -- the negotiations were SHORT!
Mark Schafer_2
Advisor

Re: logging the system startup

Thanks guys. You nailed it. I have not done much with SYSMAN except the occasional IO AUTO. :-)