0% found this document useful (0 votes)
66 views7 pages

Installing SailPoint IdentityIQ on Windows

The document outlines the installation process for SailPoint IdentityIQ on Windows, requiring Java, MySQL, Apache Tomcat, and the IdentityIQ zip file. It details the steps for setting environment variables, installing MySQL, unzipping the necessary files, running database scripts, and starting the Apache Tomcat server. Once completed, users can access IdentityIQ via a specified local URL.

Uploaded by

sriram
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
66 views7 pages

Installing SailPoint IdentityIQ on Windows

The document outlines the installation process for SailPoint IdentityIQ on Windows, requiring Java, MySQL, Apache Tomcat, and the IdentityIQ zip file. It details the steps for setting environment variables, installing MySQL, unzipping the necessary files, running database scripts, and starting the Apache Tomcat server. Once completed, users can access IdentityIQ via a specified local URL.

Uploaded by

sriram
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 7

Installing SailPoint IdentityIQ on

Windows (IIQ 8)

SailPoint IIQ installation requires a Database Server, Application


Server and IdentityIQ war to install and configure .

Below are the softwares used in this installation –

Java (jdk-8u201-windows-x64) – Java with JDK and JRE


MySql Database (mysql-installer-community-8.0.18.0) –
Database Server
Apache Tomcat (apache-tomcat-9.0.1-windows-x64)
– Application Server
IdentityIQ (identityiq-8.0 Zip ) – IIQ zip that contains the
database script and war files
Softwares Required to Configure Deployment Accelerator

1) Set Environment Variables


JAVA_HOME, JRE_HOME and Path System Variable should be
set as per Java Installation location in your machine.
Kindly note the JRE Path should be before the JDK Path
in Path System variable.
Below is the snapshot from my machine
2) Installing MySQL
SailPoint requires a Database server to create maintain it’s
internal data. Tables are created in this Database . We will run the
script later in this blog to create those tables. Before that we need
to install the Database Server.

If you have don’t have MySQL installed follow the below link.
Otherwise you can move on next step.

3) Unzip Apache Tomcat


Apache Tomcat is the application server on which SailPoint
identityiq run.Unzip the apache-tomcat-9.0.1-windows-x64 file
and copy the contents in your installation location.
Below is the location on my machine

4) Unzip SailPoint IIQ Zip file


Unzip identityiq-8.0 Zip.

Create a folder with the name identityiq inside webapps


directory of Tomcat and copy the database folder
and identityiq.war file inside that folder.
Here, F:\SailPoint\IIQ8\apache-tomcat-9.0.1\webapps
4) Running database scripts
Run the db script create_identityiq_tables-8.0.mysql
If you don’t run the DB scripts tomcat will get installed and start
too but it will not open the iiq console as IIQ requires its internal
tables to function,

The create_identityiq_tables-8.0.mysql file contains the script


to create those tables.
Connect to mysql using command Line Client. Execute below
command

source PATH_WHERE_DB_SCRIPTS_ARE_PLACED
Example –

source F:\SailPoint\IIQ8\apache-tomcat-9.0.1\webapps\
identityiq\database\create_identityiq_tables-8.0.mysql
Note – It is not mandatory to copy the database folder inside
webapps , we have just copied it to keep everything at one place.

Once the execution is completed you will be able to see identityiq


databases in mysql.

5) Extract the war file


Open Command Prompt – > Go in the location F:\SailPoint\IIQ8\
apache-tomcat-9.0.1\webapps\identityiq
Run the below command –

jar -xvf identityiq.war

You will notice that identityiq folder will have the extracted
content of the war file
6) Run Apache Tomcat Server
Execute the startup.bat file
F:\SailPoint\IIQ8\apache-tomcat-9.0.1\bin\startup.bat

Once the server is running you can access it below location

http://localhost:8080/identityiq
This completes the IdentityIQ installation

You might also like