Sailpoint installation

                   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 Panel\System and Security\System

Follow the path and then Add the environment variable

Click new 

JAVA_HOME

JRE_HOME

C:\Program Files\Java\jre1.8.0_241\bin

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:\Users\Administrator>cd C:\Program Files\Apache Software Foundation\Tomcat 8.5\webapps\identityiq

C:\Program Files\Apache Software Foundation\Tomcat 8.5\webapps\identityiq>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 Files\Apache Software Foundation\Tomcat 8.5\webapps\identityiq\WEB-INF\bin

Open cmd and run

Navigate to

C:\Program Files\Apache Software Foundation\Tomcat 8.5\webapps\identityiq>cd C:\Program Files\Apache Software Foundation\Tomcat 8.5\webapps\identityiq\WEB-INF\bin

C:\Program Files\Apache Software Foundation\Tomcat 8.5\webapps\identityiq\WEB-INF\bin>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 Files\Apache Software Foundation\Tomcat 8.5\webapps\identityiq\WEB-INF\bin>

Our database is ready

Tables are generated

Generate the table 

C:\Program Files\Apache Software Foundation\Tomcat 8.5\webapps\identityiq\WEB-INF\bin>cd..

C:\Program Files\Apache Software Foundation\Tomcat 8.5\webapps\identityiq\WEB-INF>cd database

C:\Program Files\Apache Software Foundation\Tomcat 8.5\webapps\identityiq\WEB-INF\database>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 Files\Apache Software Foundation\Tomcat 8.5\webapps\identityiq\WEB-INF\database>cd..

C:\Program Files\Apache Software Foundation\Tomcat 8.5\webapps\identityiq\WEB-INF>cd bin

C:\Program Files\Apache Software Foundation\Tomcat 8.5\webapps\identityiq\WEB-INF\bin>iiq console

Setting iiq.hostname to WIN-EV8EMPG811P-console

> import init.xml

This means the identityiq is installed successfully.

Now lets import 

C:\Program Files\Apache Software Foundation\Tomcat 8.5\webapps\identityiq\WEB-INF\database>cd..

C:\Program Files\Apache Software Foundation\Tomcat 8.5\webapps\identityiq\WEB-INF>cd bin

C:\Program Files\Apache Software Foundation\Tomcat 8.5\webapps\identityiq\WEB-INF\bin>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