+

Search Tips   |   Advanced Search

(iSeries)

prerequisite validator tool

The prerequisite validator tool verifies our WAS installation, ensures that we have the appropriate prerequisite software and PTFs installed, and verifies certain configuration settings required by the product.

The prerequisite validator tool can also be run from the checkprereqs script. See The checkprereqs script for more information.

For descriptions of the syntax and parameters that apply to the servicetools script, see The servicetools script.


Syntax

The syntax to run the prerequisite validator tool is:

servicetools [ parameters ] -checkprereqs [ -xmlinput xml_input_file ]
  [ -xmloutput xml_output_file ] [ -verbose ]


Parameters

The parameters for the prerequisite validator tool are:

parameters

This optional parameter list specifies parameters for the servicetools script. See The servicetools script for more information. The servicetools parameters must be specified before the -checkprereqs parameter.

-checkprereqs

This parameter invokes the prerequsite validator.

-xmlinput

Optional. The value xml_input_file specifies the fully qualified path of the XML file that lists the prerequisites that the script checks. If not specified, the script uses the default XML input file included in the ServiceTools.jar file.

-xmloutput

Optional. The value xml_output_file specifies the fully qualified path of the XML file to which the script writes the results. If neither this parameter nor the -output parameter is specified, output information is written to the display.

-verbose

Optional. If specified, the script displays all result information. If we do not specify this parameter, the script does not display successful result information.

  • Use command-line tools