Getting Help

With the ADRCI help system, you can:

  • View a list of ADR commands.

  • View help for an individual command.

  • View a list of ADRCI command line options.

To view a list of ADRCI commands:

  1. Start ADRCI in interactive mode.

    See "Using ADRCI in Interactive Mode" for instructions.

  2. At the ADRCI prompt, enter the following command:

    HELP
    

To get help for a specific ADRCI command:

  1. Start ADRCI in interactive mode.

    See "Using ADRCI in Interactive Mode" for instructions.

  2. At the ADRCI prompt, enter the following command:
    HELP command
    

    For example, to get help on the SHOW TRACEFILE command, enter the following:

    HELP SHOW TRACEFILE
    

To view a list of command line options:

  • Enter the following command at the operating system command prompt:

    ADRCI -HELP
    

    The utility displays output similar to the following:

    Syntax:
       adrci [-help] [script=script_filename] [exec="command [;command;...]"]
     
    Options      Description                     (Default)
    -----------------------------------------------------------------
    script       script file name                (None)
    help         help on the command options     (None)
    exec         exec a set of commands          (None)
    -----------------------------------------------------------------