SailPoint Installation

Install Java virtual machine

Install Application Server (Tomcat).

Install MYSQL database.

Deploy SailPoint into the Application Server.

Install Java Development Kit

Click next 

Install the Tomcat server

Right click on the Tomcat server and run & install.

Install MySQL

Right click and install the MySQL 

Select costume install

We need to install the Mysql and Workbench

Select MySQL Server 8.0.32

Expand application and MySQL and select the version8.0.32

Wait for few second after hitting the Execute. It will download 

Click execute

SET PASSWORD

Use legacy

Password :- Caca1234

Click Execute

Finish

SET Environment variable

Control PanelSystem and SecuritySystem

Follow the path and then Add the environment variable

Click new 

JAVA_HOME

JRE_HOME

C:Program FilesJavajre1.8.0_241bin

Edit the path and add the file path of jdk and jre

MYSQL_HOME

Add the path of MYSQL

Open cmd >> check the install of java >> by command>> javac

Deploy the SailPoint 

Create a folder in the webapp folder of the tomcat

Copy the war file into it

Open cmd and navigate to :-

C:UsersAdministrator>cd C:Program FilesApache Software FoundationTomcat 8.5webappsidentityiq

C:Program FilesApache Software FoundationTomcat 8.5webappsidentityiq>jar -xvf identityiq.war

Now it will extract the war file.

Extracted 

Now create the data base 

Go to bin folder

Now navigate to : C:Program FilesApache Software FoundationTomcat 8.5webappsidentityiqWEB-INFbin

Open cmd and run

Navigate to

C:Program FilesApache Software FoundationTomcat 8.5webappsidentityiq>cd C:Program FilesApache Software FoundationTomcat 8.5webappsidentityiqWEB-INFbin

C:Program FilesApache Software FoundationTomcat 8.5webappsidentityiqWEB-INFbin>iiq schema

Home directory: C:/Program Files/Apache Software Foundation/Tomcat 8.5/webapps/identityiq

Generating database scripts for mysql

Generating database scripts for oracle

Generating database scripts for sqlserver

Generating database scripts for db2

C:Program FilesApache Software FoundationTomcat 8.5webappsidentityiqWEB-INFbin>

Our database is ready

Tables are generated

Generate the table 

C:Program FilesApache Software FoundationTomcat 8.5webappsidentityiqWEB-INFbin>cd..

C:Program FilesApache Software FoundationTomcat 8.5webappsidentityiqWEB-INF>cd database

C:Program FilesApache Software FoundationTomcat 8.5webappsidentityiqWEB-INFdatabase>mysql -u root -p

Enter password: ********

Welcome to the MySQL monitor.  Commands end with ; or g.

Your MySQL connection id is 12

Server version: 8.0.32 MySQL Community Server – GPL

Copyright (c) 2000, 2023, Oracle and/or its affiliates.

Oracle is a registered trademark of Oracle Corporation and/or its

affiliates. Other names may be trademarks of their respective

owners.

Type ‘help;’ or ‘h’ for help. Type ‘c’ to clear the current input statement.

mysql> source create_identityiq_tables-8.0.mysql

IT will creates all the tables and columns in the database.

Open the workbench and check the table details

Click schema

Importing file 

We are importing to Identityiq

C:Program FilesApache Software FoundationTomcat 8.5webappsidentityiqWEB-INFdatabase>cd..

C:Program FilesApache Software FoundationTomcat 8.5webappsidentityiqWEB-INF>cd bin

C:Program FilesApache Software FoundationTomcat 8.5webappsidentityiqWEB-INFbin>iiq console

Setting iiq.hostname to WIN-EV8EMPG811P-console

> import init.xml

This means the identityiq is installed successfully.

Now lets import 

C:Program FilesApache Software FoundationTomcat 8.5webappsidentityiqWEB-INFdatabase>cd..

C:Program FilesApache Software FoundationTomcat 8.5webappsidentityiqWEB-INF>cd bin

C:Program FilesApache Software FoundationTomcat 8.5webappsidentityiqWEB-INFbin>iiq console

Setting iiq.hostname to WIN-EV8EMPG811P-console

> import init.xml

Including File: WEB-INF/config/authorization.xml

How to Login to SailPoint

Use the URL

http://localhost:8080/identityiq/home.jsf

Username- spadmin

Password – admin

Successfully logged in

TOP