SailPoint IdentityIQ 8.0 Installation Steps in Windows 10 Machine


SailPoint IdentityIQ 8.0 Installation Steps in Windows 10 Machine
SailPoint IIQ 8.0 Installation Steps on your local laptop in Windows 10.

Step 1: Download all the required Software’s :


Install the above software’s JDK, Tomcat and MySQL, update JDK, MySQL paths in windows environment Path variable.  e.g   JAVA_HOME=C:\Program Files\Java\jdk1.8.0_144

Test Tomcat URL : http ://localhost:8080

Step 2 : Install IdentityIQ 8.0 and Configuration with MySQL
  •         Copy identityiq.war file to C:\apache-tomcat-8.5.23\webapps\identityiq
  •         Execute jar -xvf identityiq.war for unzip the Identityiq war file or it will unzip with folder name identityiq while starting tomcat server.
  •        Create the Database Schema using the below command.
  • e.g C:\apache-tomcat-8.5.23\webapps\identityiq\WEB-INF\bin> iiq.bat schema


  •   It will generated database scripts file for all vendors (mysql,oracle,sqlserver and db2).




·      Login in to MySQL : e.g C:\Program Files\MySQL\MySQL Server 8.0\bin > mysql –u root –p ******
  • Run this command to load the schema into MySQL


SOURCE C:/apache-tomcat-8.5.23/webapps/identityiq/WEB-INF/database/create_identityiq_tables.mysql;



Note : 45 mins to 2 hr may take time for loading schema

 

Step 3 : Import  init , init-lcm xml files (Should only be performed the first time IIQ is being installed and not in subsequent installations).
  • Go to C:\apache-tomcat-8.5.23\webapps\identityiq\WEB-INF\bin\  then run iiq.bat concole



  •         Execute import init.xml and import init.lcm.xml files
  •  

 




Step 4 :  Restart  the tomcat server

Step 5 :  Launch SailPoint IdentityIQ :

http://localhost:8080/identityiq/    with spadmin/admin credentials

 Debug Page :  http://localhost:8080/identityiq/debug/
















Comments

  1. default spadmin/admin credentials not working it says invalid username or password

    ReplyDelete
  2. Try to login from IIQ console
    C:\tomcat\webapps\identityiq\WEB-IN\bin>iiq console
    user : spadmin
    password : admin

    if it is not working then reset the password for spadmin in database.

    UPDATE spt_identity SET password='1:p+qvPBo4Rig8PYlNWbr3Zg==' WHERE name='spadmin';

    This will reset the password to the default'admin'

    ReplyDelete
  3. unable to download identityiq with compass crerdentials

    ReplyDelete

Post a Comment

Popular posts from this blog

Instruction to Create User Friendly Website

Installation Procedure Of WORD PRESS On LOCALHOST