Uninstall interim fixes in silent mode
If the interim fix that you installed is not working, you can uninstall it using the update wizard in silent mode.
Before starting
Ensure that you have met the following prerequisites:
- You have restored your databases
- The WAS_HOME environment variable is set for Linuxâ„¢ and Windowsâ„¢
About this task
To uninstall an interim fix in silent mode, complete the following step:Open a command prompt and enter the following command:
updateSilent.sh|exe -installDir <fix_file_location> -fix -uninstall -fixes <fix1_id> <fix2_id> -wasUserId <AdminUserId> -wasPassword <AdminPwd>
where:
- <fix_file_location> is the directory containing the downloaded interim fix.
- <fix1_id> and <fix2_id> are the label of the interim fixes that you want to remove. Repeat this parameter as often as required.
- <AdminUserId> is the user ID for WAS dmgr.
- <AdminPwd> is the password for WAS dmgr.
Results
The log files that are created by the wizard are located under the lotus_connections_root/version/log directory.
Parent topic
Uninstall fixes
});