Example use of verifyconfig
The
system_tools
verfyconfig command provides the means to determine if the
source and target application configurations are sufficiently compatible to support the
rolling upgrade process. This command uses the following syntax:system_tools -verifyconfig filepath -user user -password password -server server
The command options have the following meanings.
| Command option | Description |
|---|---|
-filepath |
(Required) Fully qualified path to the local WAR/EAR file that contains the PolicyCenter application. |
-password |
(Required) Password to use to connect to the server that contains the local WAR/EAR file. |
-server |
URL of the server that contains the local WAR/EAR file. |
-user |
User that matches the supplied password. |
A complete command example looks like the following:
system_tools -verifyconfig P:\PC\dist\wars\TomcatDbcp\pc.war
-user su -password gw
-server http://localhost:8081/pc