Sailpoint Installation Steps (IdentityIQ 7.3 Installation in Windows Machine)
This document helps you set up Sailpoint IdentityIQ 7.3 in Windows Operating System
Softwares Required:
- MySQL 5.6 server
- Apache Tomcat 9.0
- Java JDK 1.8 and above
- Sailpoint IdentityIQ 7.3 application
You may require to login into Sailpoint community to download
Install the above softwares, update JDK, MySQL paths in environment Path variable
Note: If you are facing issue in MySQL service then try running below commands
mysqld –install
net start mysql
Sailpoint Configuration Steps:
- Create an \idenityiq directory under the Tomcat webapps directory: for example, C:\Program Files\Apache Software Foundation\Tomcat 9.0\webapps\identityiq
- Unzip the identityiq-7.3.zip file.
Copy iidentityiq.war file to the
C:\Program Files\Apache Software Foundation\Tomcat 9.0\webapps\identityiq
Run below command to extract identityiq.war
jar -xvf C:\Program Files\Apache Software Foundation\Tomcat 9.0\webapps\identityiq\identityiq.war
- Create the database schema:
- In the command prompt window, change to the C:\Program Files\Apache Software Foundation\Tomcat 9.0\webapps\identityiq\WEB-INF\bin directory
- Enter iiq schema to create the schema
- Create the database from the schema
- In the command prompt window, change to the C:\Program Files\Apache Software Foundation\Tomcat 9.0\webapps\WEB-INF\database directory
- Log in to MySQL by typing mysql –u root –p followed by your MySQL password
- Run this command to load the schema into MySQL:
source create_identityiq_tables.mysql
- Check that the database was created by typing show databases; You should see identityiq listed among the databases (there will be other databases listed; these don't matter for IdentityIQ).
- Type quit to exit MySQL.
- Navigate to the \tomcat\webapps\identityiq\WEB-INF\bin directory
- Launch the iiq console by running this command: iiq console
Allow the console a few moments to launch. The console is running when you see a > symbol in the command prompt. - In the IdentityIQ console, run this command:
import init.xml
Import init-lcm.xml
- When the import is complete, type quit to exit from the IdentityIQ console.
- Restart Tomcat Server
Login to Identity IQ at http://localhost:8080/identityiq/ with spadmin/admin credentials
Hello Ravi,
ReplyDeleteDo you have.a broken down step by step procedure for the IIQ 7.3p2 patch, it appears quite complex.
Thank YOU!!!
ReplyDeleteCan IdentityIQ can be installed on windows 10 ?
ReplyDeleteYes, I have installed on it, you can try it
DeleteThank you so much !
ReplyDeletecan you please explain
ReplyDeleteCreate the database from the schema
In the command prompt window, change to the
C:\Program Files\Apache Software Foundation\Tomcat 9.0\webapps\WEB-INF\database
directory
Log in to MySQL by typing mysql –u root –p followed by your MySQL password
Run this command to load the schema into MySQL:
source create_identityiq_tables.mysql
Check that the database was created by typing show databases;
You should see identityiq listed among the databases (there will be other databases listed;
these don't matter for IdentityIQ).
Type quit to exit MySQL.
i am using sql server.
Thanks
Thanks so much. i was running on Mac os and had to deal with directory permissions otherwise it was easy.
ReplyDeleteHI I am getting this error:
ReplyDeleteorg.springframework.beans.factory.BeanCreationException: Error creating bean wit
h name 'versionChecker' defined in class path resource [configBeans.xml]: Initia
lization of bean failed; nested exception is java.lang.RuntimeException: Unable
to check IdentityIQ database version: Cannot create PoolableConnectionFactory (C
ould not create connection to database server.)
hello Gk india , the above error is telling that . the versions you have chosen were not compatible . please check sailpoint community to get fair idea on this
DeleteThis is obviously too late for you but for anyone else having this issue, I had this problem because I did not run the command prompt as an administrator.
DeleteHow do we create a server to place the csv files while onboarding a delimited file type application in windows 10?
ReplyDeleteIn the IdentityIQ console, run this command:
ReplyDeleteimport init.xml
Import init-lcm.xml
When the import is complete, type quit to exit from the IdentityIQ console.
Restart Tomcat Server
Login to Identity IQ at http://localhost:8080/identityiq/ with spadmin/admin credentials
working for me .Thank you for your support