SYSMANHELP.HLB  —  STARTUP  SHOW  Qualifiers

1    /FULL

    Displays full information about each component in the database.
    In addition to the phase, file name, and mode of execution for
    each startup component, SYSMAN displays the nodes on which
    the file executes and the parameters passed to the file. This
    qualifier is relevant with the FILE parameter.

2    /NODE

    Displays the nodes within the cluster on which the file
    executes. By default, a startup file executes on all nodes in an
    environment. This qualifier is relevant with the FILE parameter.

3    /OUTPUT

       /OUTPUT=filespec

    Redirects command output from SYS$OUTPUT to the file named with
    the qualifier. Without a filespec, SYSMAN writes the output to
    SYSMAN.LIS in the current directory.

4    /PARAMETERS

    Lists the parameters with which the startup file executes.
    Parameters that are not specified receive the defaults defined by
    the system parameter STARTUP_Pn. If STARTUP_Pn is blank, "FULL"
    is used as parameter 1 (P1) and is passed by STARTUP.COM to each
    startup component file. If you want a blank P1 parameter given
    to a specific component file, see the /PARAMETER qualifier under
    STARTUP MODIFY command for instructions.

5    /PHASE

       /PHASE=phase-name

    Displays components that execute in a specific phase of system
    startup. Valid phases include LPBEGIN, LPMAIN, LPBETA, and END.
    LPMAIN is the default. This qualifier is relevant with the FILE
    parameter.
Close Help