The wbi_ivt command starts the installation verification test (IVT) program. The IVT verifies that the installation of the stand-alone profile or deployment manager profile was successful. A profile consists of files that define the runtime environment for a deployment manager or stand-alone profile. Each profile has its own IVT command.
The IVT program starts the stand-alone profile or deployment manager automatically if the server process is not already running. After the server initializes, the IVT runs a series of verification tests and displays pass or fail status in a console window.
You can start the IVT program from the command line or from the First steps console.
The following parameters are associated with this command.
The wbi_ivt command logs results to the profile_root/logs/wbi_ivtClient.log file.
The following examples test the server1 process in the profile01 profile on the myhost machine using the default_host on port 9081.
wbi_ivt.sh server1 profile01 -p 9081 -host myhost
wbi_ivt.bat server1 profile01 -p 9081 -host myhost
wbi_ivt server1 profile01 -p 9081 -host myhost -username username -password password