1 /CHECKPOINTING
/CHECKPOINTING /NOCHECKPOINTING Displays informational messages describing the time and status of each startup phase and component procedure. The value of the system parameter STARTUP_P2 that corresponds to /OUTPUT=CHECKPOINTING is "C".
2 /OUTPUT
/OUTPUT=FILE,CONSOLE Sends output generated by using the /VERIFY qualifier to a file or to the system console. If you choose the FILE option, it creates SYS$SPECIFIC:[SYSEXE]STARTUP.LOG. The value of the system parameter STARTUP_P2 that corresponds to /OUTPUT=FILE is "D".
3 /VERIFY
/VERIFY=FULL,PARTIAL /NOVERIFY Displays startup procedures as they execute. This qualifier defines the system parameter STARTUP_P2 to have the appropriate value based on the options you choose. (/VERIFY with no value following it is the equivalent of /VERIFY=full.) /VERIFY options are in the following table: Value Description FULL Displays every line of DCL executed by startup component procedures and by STARTUP.COM. The value of the system parameter STARTUP_P2 that corresponds to this option is "V". PARTIAL Displays every line of DCL executed by startup component procedures, but does not display DCL executed by STARTUP.COM. The value of the system parameter STARTUP_P2 that corresponds to this option is "P". CAUTION All STARTUP_P2 parameter values modified by the SYSMAN STARTUP OPTIONS will be overridden by the AUTOGEN command procedure. To preserve any parameter modifications made with SYSMAN, edit the SYS$SYSTEM:MODPARAMS.DAT file, as explained in the VSI OpenVMS System Manager's Manual.