Displays abbreviated logged information.
10.1.2 /FULL
Displays logged information, error status messages and sequence numbers.
10.1.3 /NORMAL
/NORMAL (Default) Displays basic logged information.
10.1.4 /STATISTICS
/STATISTICS[=BY_STATUS] Displays statistics on system services usage; accepts BY_ STATUS keyword. Outputs a summary of the services logged with a breakdown by access mode. Output is ordered with the most frequently requested services first. If BY_STATUS is included, the summary is further separated by completion status. Output is displayed up to 132 columns wide.
10.1.5 /OUTPUT
/OUTPUT=filename Identifies the output file for storing the results of the log analysis. An asterisk (*) and percent sign (%) are not allowed as wildcards in the file specification. There is no default file type or filename. If you omit the qualifier, results are output to the current SYS$OUTPUT device.
10.1.6 /SELECT
/SELECT=([option[,...]]) Selects entries based on your choice of options. You must specify at least one of the following: Keyword Meaning ACCESS_MODE=mode Selects data by access mode. IMAGE=image-name Selects data by image name. STATUS[=n] Selects data by status. n is optional. /SELECT=STATUS displays all entries that have an error status. SYSSER=service-name Selects data by service name.
10.1.7 /WIDE
Provides for a display of logged information up to 132 columns wide.
10.2 – Description
The ANALYZE/SSLOG command displays the collected logged data. Note that a system service log must be analyzed on the same platform type as the one on which it was created; for example, a log created on an OpenVMS Alpha system must be analyzed on an OpenVMS Alpha system. For examples with explanations, see the System Service Logging chapter of the VSI OpenVMS System Analysis Tools Manual.
11 /SYSTEM
Invokes the System Dump Analyzer utility, which analyzes a running system. The /SYSTEM qualifier is required. Requires CMKRNL (change-mode-to-kernel) privilege. Also requires PFNMAP (map-by-PFN) privilege to access memory by physical address. For more information about the System Dump Analyzer utility on Alpha and Integrity server systems, see the VSI OpenVMS System Analysis Tools Manual or online help. Format: ANALYZE/SYSTEM
11.1 /SYMBOL
Specifies an alternate system symbol table for SDA to use. Format: ANALYZE/SYSTEM/SYMBOL=system-symbol-table system-symbol-table The file specification of the SDA system symbol table required by SDA to analyze a running system. The specified system-symbol-table must contain those symbols required by SDA to find certain locations in the executive image. On Alpha and I64 systems, if you do not specify the /SYMBOL qualifier, SDA uses SDA$READ_DIR:SYS$BASE_IMAGE.EXE to load system symbols into the SDA symbol table. On VAX systems, if you do not specify the /SYMBOL qualifier, SDA uses SYS$SYSTEM:SYS.STB by default. When you specify the /SYMBOL qualifier, SDA assumes the default disk and directory to be SYS$DISK and [default-dir]; that is, the disk and directory specified in your last SET DEFAULT command. If no device and directory are given in the file name and the file is not found in the current default directory, SDA attempts to open the file SDA$READ_DIR:filename.type. If no type has been given in the file name, SDA assumes .EXE. If you specify a file for this parameter that is not a system symbol table, SDA halts with a fatal error.
11.2 – Examples
1. $ ANALYZE/SYSTEM OpenVMS (TM) system analyzer SDA> This command invokes SDA to analyze the running system. 2. On Alpha and I64 systems: $ ANALYZE/SYSTEM/SYMBOL=SDA$READ_DIR:SYS$BASE_IMAGE.EXE SYS$SYSTEM This command invokes SDA to analyze the running system, using the base image in SDA$READ_DIR. 3. On VAX systems: $ ANALYZE/SYSTEM/SYMBOL=SYS$CRASH:SYS.STB SYS$SYSTEM This command invokes SDA to analyze the running system, using the system symbol table at SYS$CRASH:SYS.STB.