Search This Blog

Friday, June 19, 2020

Sailpoint IdentityIQ 8.1 Installation

This document will guide you in the installation of IdentityIQ version 8.1 in any development environment. Please refer to the IdentityIQ Hardware Sizing Guide for guidance for enterprise level installations.

Download All the required software -
  • Java JDK - For development purpose - openjdk-11_windows-x64_bin
  • Apache Tomcat - apache-tomcat-9.0.36-windows-x64
  • IdentityIQ 8.1 - Download this from Sailpoint compass.
  • MySQL DB - I have used mysql community installer for development purpose. Please refer the above table for other database details.
Installing Java
  • Create a directory C:\Sailpoint\Java
  • Extract the “openjdk-11_windows-x64_bin.zip” file in above created directory
Installing Apache Tomcat - This is standard Apache tomcat installation steps -
  • Create a directory C:\Sailpoint\home
  • Extract the “apache-tomcat-9.0.36-windows-x64.zip” file in above created directory
Installing Sailpoint IIQ 8.1 -
  • Download “identityiq-8.1.zip” and unzip the file in local machine
  • Create a directory identityiq inside the apache folder “C:\Sailpoint\home\apache-tomcat-9.0.36\webapps”
  • Copy the identityiq.war file unzipped in step 1 to “C:\Sailpoint\home\apache-tomcat-9.0.36\webapps\identityiq”
  • Run the below command to unwar the war file. - As i am doing it on windows environment- Convert war in zip and then unzip it. If it linux enviroment user - un -xvf identityiq.war
  • Create the database schema follow below 3 steps
  • Open cmd and navigate to C:\Sailpoint\home\apache-tomcat-9.0.36\webapps\identityiq\WEB-INF\bin
  • Execute "iiq schema" to create the schema
  • Create the database table using the above schema
  • Go to the C:\Sailpoint\home\apache-tomcat-9.0.36\webapps\identityiq\WEB-INF\database and run appropiate file by using database client (used MYSQL Workbench) - C:\Sailpoint\home\apache-tomcat-9.0.36\webapps\identityiq\WEB-INF\database\create_identityiq_tables.mysql
  • Update Database Settings that IdentityIQ will use to connect to its repository  - C:\Sailpoint\home\apache-tomcat-9.0.36\webapps\identityiq\WEB-INF\classes\iiq.properties
  • By default identityiq will be used as username and password for identityiq schema.
  • Note - Change the default dataSource.password and encrypt it by using IIQ encrypt utility.
  • Launch the IdentityIQ console by running the iiq console command from the identityiq_home\WEB-INF\bin directory.   iiq console and then run the below command to import init.xml and init-lcm.xml.
    • import init.xml
    • init-lcm.xml 
    • quit
  • Note - Import the default IdentityIQ objects to init and init-lcm in the system can be done via UI as well.
    • init.xml
    • init-lcm.xml
  • Start Apache Tomcat and test login page via a browser andlLogin into the sailpoint http://localhost:8080/identityiq/login.jsf

  • Use Spadmin credential to login. Dont forgot to change the password for spadmin.

Appendix -

  • Certification Matrix for IIQ 8.1 -This you can get from Sailpoint official guide as well.
8.1 Supported Platforms
Operating Systems
IBM AIX 7.1 and 7.2
Red Hat Linux (RHEL) 8.0 and 7.7
Oracle Linux (using RHE Kernel Mode) 8.1 and 8.0
SUSE Linux 15 and 12.4
Windows Server 2016 and 2019
Solaris 10 and 11
CentOS 8.0 and 7.7
Application Server
Apache Tomcat 9.0 and 8.5
Oracle WebLogic 12.2.1.3 or greater
IBM WebSphere 9.0
JBoss EAP 7.2
IBM WebSphere Liberty 19.0.0.5
Databases
IBM DB2 11.5 and 11.1
MySQL 5.7 and 8.0
MS SQL Server 2019, 2017, and 2016
Oracle 19c, 18c
AWS Aurora
Azure SQL
Java Platform
Oracle JDK 8 and 11
AdoptOpenJDK 8 and 11 for Windows
Red Hat OpenJDK 8 and 11 for Linux
Browsers
Google Chrome Latest Version
Internet Explorer 11 and Edge
Safari 12
Firefox Latest Version
Mobile User Interface OS
Browser Support
Android 10
iOS 13 with Safari
Cloud Platforms
AWS EC2
AWS Aurora
AWS RDS
Azure VM
Azure Azure SQL
Google Cloud Platform Google Compute Engine
Languages
Brazilian Portuguese
Danish
Dutch
English
French
French Canadian
German
Italian
Japanese
Korean
Polish
Portuguese
Simplified Chinese
Spanish
Swedish
Traditional Chinese
Turkish



No comments:

Post a Comment