Below are the steps which need to be followed to Patch the Existing IIQ 7.3 which is installed previously. Follow the link to install IIQ 7.3
- Navigate to: cd /apps/sp/apache-tomcat-8.5.31/bin
- Enter: ./shutdown.sh to stop the running IIQ instance.
- Confirm tomcat has stopped by running ps -eaf | grep "java" and making sure there are no results showing -Djava* values
- Navigate to: cd /apps/sp/apache-tomcat-8.5.31/webapps/identityiq
- jar -xvf /apps/installers/identityiq-7.3p2.jar (Path where Installer is copied)
- Retrieve the file “upgrade_identityiq_tables-7.3p2.oracle” from /apps/sp/apache-tomcat 8.5.31/webapps/identityiq/WEB-INF/database/ and execute the update of the IIQ tables
- Navigate to : /apps/sp/apache-tomcat-8.5.31/webapps/identityiq/WEB-INF/bin
- ./iiq patch 7.3p2
[1/3] Include: WEB-INF/config/patch/identityiq-7.3p2-objects.xml
- Elapsed Time: 3 seconds
[2/3] Execute: WebServicesApplicationUpgrader
- Elapsed Time: 25 milliseconds
[3/3] Include: WEB-INF/config/patch/identityiq-lcm-7.3p2-objects.xml
- Elapsed Time: 461 milliseconds
-----------------
Upgrade Summary
-----------------
Elapsed Time: 12 seconds
Log Location: /apps/tomcat/webapps/identityiq/WEB-INF/bin/patch_7_3p2_022819_153342.log
Commands Executed: 3
- Include: WEB-INF/config/patch/identityiq-7.3p2-objects.xml [OK] (3s)
- Execute: WebServicesApplicationUpgrader [OK] (25ms)
- Include: WEB-INF/config/patch/identityiq-lcm-7.3p2-objects.xml [OK] (461ms)
-------------------------------------
Patch [7.3p2] applied successfully!
-------------------------------------
10. ./shartup.sh
11. Access the application from a web browser to confirm the initial installation is successful: http://:8080/identityiq/debug
12.Confirm on the About page under debug menu -> Product Information:Version – 7.3p2