The checkprereqs script runs the prerequisite validator tool. This tool verifies your WebSphere Application Server - Express installation, ensures that you have the appropriate prerequisite software and PTFs installed, and verifies certain configuration settings required by the product.
Authority
To run this script, your user profile must have *ALLOBJ authority.
Syntax
The syntax of the script is:
checkprereqs [ -xmlinput xml_input_file ] [ -xmloutput xml_output_file ] [ -output output_file ] [ -trace trace_file ] [ -help ]
Parameters
The parameters of the script are:
-xmlinput
This is an optional parameter. The value xml_input_file specifies the fully qualified path of an XML file that the script uses. If you do not specify this parameter, the script uses a default XML file that is included in the ServiceTools.jar file.
-xmloutput
This is an optional parameter. The value xml_output_file specifies the fully qualified path of an XML file to which the script writes its results. If you do not specify this parameter, the script writes its output to the display.
-output
This is an optional parameter. The value output_file specifies the fully qualified path of a file to which the script writes its standard output. If you do not specify this parameter, the script does not generate standard output.
-trace
This is an optional parameter. The value trace_file specifies the fully qualified path of a file to contain trace information. If you do not specify this parameter, the script does not generate trace information.
-verbose
This is an optional parameter. If you specify this parameter, the script displays all result information. If you do not specify this parameter, the script does not display successful result information.
-help
This optional parameter displays the usage statement for the script.