SailPoint IIQ Installation steps:
1) Create a temporary folder called SailPointIIQ in C Drive.
2) Copy identityiq.war file to C:/SailPointIIQ.
3) Create identityiq folder in webapps location in Apache tomcat.
4) Copy the .war file to identityiq folder in webapps.
5) Unzip the .war file using following command.
command: jar -xvf idenityiq.war
6) Following are the files that will get extracted from war file.
In my case I am using mysql so I am using create_identityiq_tables-8.2.mysql
path: C:\Program Files\Apache Software Foundation\Tomcat 9.0\webapps\identityiq\WEB-INF\database
7) Go to MySQL workbench and run the file.
8) After running this file database schema with name identityiq and identityiqplugin will be created.
9.) Database connection information need to modified in iiq.properties file which is located inside path C:\Program Files\Apache Software Foundation\Tomcat 9.0\webapps\identityiq\WEB-INF\classes
10.) Update hostname and port details in iiq.properties file.
11) To configure IQ run the following command and import init.xml
12) Status after import.
13) Start Apache Tomcat server.
14) Navigate to http://localhost:8080/identityiq/
No comments:
Post a Comment