Sailpoint IIQ installation steps on your Laptop

                                           Steps to install sailpoint IIQ on your laptop.


Step 1: Download all the required softwares.


Step 2: Install the JDK and set  JAVA_HOME=C:\Program Files\Java\jdk1.7.0_80

            Append JAVA_HOME/bin to your path.


Step 3: Install Tomcat

             (A) Change the Tomcat install directory to C:\SailPoint\tomcat

             (B) Test : URL: http://localhost:8080


Step 4
: Tomcat Settings

            (A) Tomcat8w [The cat symbol near the date/time area in your computer]

            (B) Initial memory pool = 4096

            (C) Maximum memory pool = 6000

            (D) Add below Java options

            -Dsun.lang.ClassLoader.allowArraySyntax=true

            -XX:MaxPermSize=256m

                 -Djavax.xml.soap.SOAPConnectionFactory=org.apache.axis.soap.SOAPConnectionFactoryImpl

            -Djavax.xml.soap.MessageFactory=org.apache.axis.soap.MessageFactoryImpl

            -Djavax.xml.soap.SOAPFactory=org.apache.axis.soap.SOAPFactoryImpl

             (E) Restart Tomcat



Step 5:
Install & Configure MySql [Just go with all default selections]


Step 6: Install IdentityIQ

               (A) Unzip IdentityIQ.war [ jar -xvf [filename].war at corresponding command prompt.                 
               (B) Create the database schema

            -- In the command prompt window, change to the C:\SailPoint\tomcat\webapps\identityiq\WEB-INF\bin          directory

            -- Enter 'iiq schema' to create the schema


example:


C:\Sailpoint\Tomcat\webapps\identityiq\WEB-INF\bin>iiq schema
Home directory: C:/Sailpoint/Tomcat/webapps/identityiq
Generating database scripts for mysql
Generating database scripts for oracle
Generating database scripts for sqlserver
Generating database scripts for db2

           (C) Create the database from the schema
            -- C:\SailPoint\tomcat\webapps\identityiq\WEB-INF\database
            -- [path of my sql]mysql -u root -p root
            type show databases; [ three sample databases will be shown]
            -- Load the schema into MySQL [source create_identityiq_tables.mysql]
            type show databases;
            you will get addl databases; [ identityiq and identityiqplugin]
            connect identityiq;
            show tables;

    -- Check that the database was created


Step 7: Initialize IdentityIQ:
        (A) Navigate to the \tomcat\webapps\identityiq\WEB-INF\bin
        (B) Invoke IIQ Console
        (C) import init.xml
        (D) Restart Tomcat

Step 8: Launch IdentityIQ:







Comments

  1. Replies
    1. I figure that out by setting the environment variable, what was confusing me was those variables where not there so I had to create them

      Delete
  2. I am confused on step 6 I am confused on where the command prompt window you are referring to

    ReplyDelete
  3. thanks its very helpful to me, thanks for posting pls keep updating
    sailpoint training

    ReplyDelete
  4. Thanks for the guide.
    After installing when we want to open IIQ, how to do it?

    I tried :-
    1. To start Apache Tomcat : Startup.bin (worked for me even localhost opened up)
    2. Then iiq console (no error in cmd prompt)
    3. when trying localhost:8080/identityiq OR http://localhost:8080/identityiq/home.jsf (NOT WORKING throwing 404 error)

    Please help me...

    ReplyDelete

Post a Comment

Popular posts from this blog