Where allowed to run: Interactive environments (*INTERACT *IPGM *IREXX *EXEC) Threadsafe: No |
Parameters Examples Error messages |
The Analyze Problem (ANZPRB) command allows you to analyze, create problem records for, or report problems that are not detected by the system. For example, you can analyze or report:
Restriction: This command is shipped with public *EXCLUDE authority and the QPGMR, QSYSOPR, QSRV, and QSRVBAS user profiles have private authorities to use the command.
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
ANZTYPE | Analysis type | *REMOTE, *LOCAL, *MENU | Optional, Positional 1 |
RCPNAME | Remote control point | Name | Optional |
NETID | Network ID | Name, *NETATR | Optional |
USERID | User ID | Name | Optional |
PASSWORD | Password | Character value, X'', *NONE | Optional |
Top |
Specifies the type of analysis. The default value, *MENU allows you to do local or remote analysis on an iSeries system or to analyze problems on another system which is not an iSeries system. If you want to analyze problems on a local or remote iSeries system, you can bypass the initial menu by specifying *LOCAL or *REMOTE.
Note: You cannot do remote analysis if IBM System Manager for i5/OS is not installed.
This is a required parameter.
The possible values are:
Top |
Specifies the remote control point name for the service requester system where the remote analysis is done.
Note: This parameter is valid only if *REMOTE is specified for the Analysis type prompt (ANZTYPE parameter).
Top |
Specifies the network identifier (ID) for the service requester system where the remote analysis is done.
Note: This parameter is valid only if *REMOTE is specified for the Analysis type prompt (ANZTYPE parameter).
The possible values are:
Top |
Specifies the user identifier (ID) used to access the remote system.
Note: This parameter is valid only if *REMOTE is specified for the Analysis type prompt (ANZTYPE parameter).
Top |
Specifies the password used to access the remote system.
Note: This parameter is valid only if *REMOTE is specified for the Analysis type prompt (ANZTYPE parameter).
The possible values are:
Top |
Example 1: Displaying the Menu
ANZPRB
This command shows the Analyze Problem menu.
Example 2: Starting Remote Analysis
ANZPRB ANZTYPE(*REMOTE)
This command shows the display which prompts for the remaining values of the command. After you specify the appropriate values, remote analysis begins.
Example 3: Accessing Remote System with User ID and Password
ANZPRB ANZTYPE(*REMOTE) RCPNAME(RCH38377) USERID(JON) PASSWORD(MY1STPWD)
This command shows the display which prompts for the remaining values of the command. After you specify the appropriate values beyond the ones specified on the command example, remote analysis begins.
Example 4: Remote Analysis has Security Level of 10
ANZPRB ANZTYPE(*REMOTE) RCPNAME(RCH38377) USERID(JON)
This command is slightly different than the preceding example. The same display prompt appears; however, if PASSWORD is not specified, the system assumes that the remote system has a security level of 10, that is, it does not use passwords. After you specify the appropriate values beyond the ones specified on the command example, remote analysis begins.
Example 5: Displaying the Menu
ANZPRB ANZTYPE(*MENU)
This command shows a menu prompting you for the type of analysis to be done. The remaining parameters do not appear on the display.
Example 6: Starting Local Analysis
ANZPRB ANZTYPE(*LOCAL)
This command begins analysis on the local device. The remaining parameters do not appear on the display.
Top |
*ESCAPE Messages
Top |