All Hotfix Manager operations are available from both the user interface and the command line:
To run Hotfix Manager from the command line:
hotfix.operation=<action>
Valid values are scan, install, rollback, commit, and GenerateDDL.
Hotfix operation | Required parameters |
scan | hotfix.CatalogPath= <full path to the Catalog.zip file> hotfix.scan.downloadPath= <full path and .zip file name> where you plan to save the scan results |
install | hotfix.DLFilePath=<hotfix package DL file name and path> |
rollback | There are no additional parameters. If you run rollback, all uncommitted hotfixes uninstall. |
commit | There are no additional parameters. If you run commit, all uncommitted hotfixes become a permanent part of the system. You cannot rollback committed hotfixes. |
GenerateDDL | hotfix.DLFilePath=<hotfix package DL file name and path> |