HP 3000 Manuals

Getting Online Help with Error Messages [ Performing System Operation Tasks ] MPE/iX 5.0 Documentation


Performing System Operation Tasks

Getting Online Help with Error Messages 

There is an easy way to get information on what caused an error or
warning message to occur and what action you need to take to correct the
problem.  Simply type the HELP command followed by one of three prefixes,
and the error message number.

   *   Type CIERR and the number for Command Interpreter errors.

   *   Type SR and the number for Store or Restore errors

   *   Type CIWARN and the number for Command Interpreter warning
       messages

Exclamation points (!)  may appear in some error or warning messages
while you are using online help.  They act as a system input placeholders
and can be ignored.

To get help with Command Interpreter errors 

To find out more information about errors related to how commands are
entered, type HELP followed by CIERRnn, where nn is the error number.

In the following example, an error message is displayed on the screen.
___________________________________________
|                                         |
|                                         |
|      :showjov                           |
|       ^                                 |
|      UNKNOWN COMMAND NAME.  (CIERR 975) |
|                                         |
___________________________________________

            

To get information about the error, type HELP CIERR975 at the prompt.
(Make sure that you remove all spaces when typing in the error message
number.)  In this example, the information you see is this:
________________________________________________________________________________
|                                                                              |
|                                                                              |
|      :HELP CIERR975 Return                                                   |
|                                                                              |
|      MESSAGE  UNKNOWN COMMAND NAME.  (CIERR 975)                             |
|                                                                              |
|      CAUSE    A command was entered is not a valid MPE/iX command.           |
|                                                                              |
|      ACTION   Check the MPE/iX Commands Reference for a list of valid MPE/iX |
|               Commands.                                                      |
|                                                                              |
|      :_                                                                      |
|                                                                              |
________________________________________________________________________________

            

To get help with Store/Restore errors 

To display information on STORE or RESTORE error messages, type HELP
followed by SRnn, where nn is the error message number.

In the following example, a Store/Restore message is displayed on the
screen:
__________________________________________________________________
|                                                                |
|                                                                |
|      STORE/RESTORE ENCOUNTERED UNKNOWN MEDIA ON LDEV3 (S/R 11) |
|                                                                |
__________________________________________________________________

            

To get more information, type HELP SR11 at the prompt.  (Make sure you
remove the / symbol and do not include any spaces when typing the error
message number.)
__________________________________________________________________________
|                                                                        |
|                                                                        |
|      :HELP SR11 Return                                                 |
|                                                                        |
|      MESSAGE STORE/RESTORE ENCOUNTERED UNKNOWN MEDIA ON LDEV! (S/R 11) |
|                                                                        |
|      CAUSE   Media type is incompatible with store subsystem.          |
|                                                                        |
|      ACTION  Mount compatible media type or update store.              |
|                                                                        |
__________________________________________________________________________

            

To get help with Command Interpreter warning messages 

To display information on command interpreter warning messages (CIWARN),
type HELP followed by CIWARNnn, where nn is the warning message number.

In the following example, a command interpreter warning message is
displayed on the screen:
_______________________________________________________________________
|                                                                     |
|                                                                     |
|      SPECIFICATION OF NOCCTL OVERRIDES PREVIOUS CCTL.  (CIWARN 222) |
|                                                                     |
_______________________________________________________________________

            

To get more information, type:

     HELP CIWARN222 

Remember, don't type any spaces between the label (CIWARN) and the
warning message number.  You'll see information similar to the following:
_____________________________________________________________________________
|                                                                           |
|                                                                           |
|      :HELP CIWARN222 Return                                               |
|      MESSAGE SPECIFICATION OF NOCCTL OVERRIDES PREVIOUS CCTL.             |
|              (CIWARN 222)                                                 |
|                                                                           |
|      CAUSE   You have specified NOCCTL and the system is warning you that |
|              your specification of CCTL earlier in the command line is    |
|              being overridden.                                            |
|                                                                           |
|      ACTION  No action is required, unless you actually want to specify   |
|              CCTL rather than NOCCT, in which case you must reenter the   |
|              command, omitting the NOCCTL specification.                  |
|                                                                           |
_____________________________________________________________________________

            



MPE/iX 5.0 Documentation