Overview
Before Installing check the certification Matrix @ Supported Component Details
Download all your installed package
- Java JDK 1.8_172
- Apache Tomcat version 8.5.31
- Identity IQ 7.3
- Oracle DB Instance up and running
Installing Java
- Create a directory /opt/sp/java/
- Copy the “jdk-8u172-linux-x64.tar.gz” file in above created directory
- Unpack the tarball and install Java "tar -zxvf jdk-8u172-linux-x64.tar.gz"
- Delete the .tar.gz file if you want to save disk space."rm -rf jdk-8u172-linux-x64.tar.gz"
Installing Apache
- Create a directory /apps/sp/
- Copy the “apache-tomcat-8.5.31.tar.gz” file in above created directory
- Run the command “tar xvf apache-tomcat-8.5.31.tar.gz” this will unpack the tarball in above location and create the folder “apache-tomcat-8.5.31” and will copy the required apache file in the folder.
- Remove the “apache-tomcat-8.5.31.tar.gz” file by running the command "rm apache-tomcat-8.5.31.tar.gz"
Installing Sailpoint
- Download “identityiq-7.3.zip” and unzip the file in local machine
- Create a directory identityiq inside the apache folder “/apps/sp/apache-tomcat-8.5.31/webapps/”
- Copy the identityiq.war file unzipped in step 1 to “/apps/sp/apache-tomcat-8.5.31/webapps/identityiq”
- Run the below command to unwar the war file jar -xvf identityiq.war
- Create the database schema follow below 6-9 steps
- Navigate to /apps/sp/apache-tomcat-8.5.31/webapps/identityiq/WEB-INF/bin
- Enter iiq schema to create the schema
- Create the database table using the above schema
- Change to the /apps/sp/apache-tomcat-8.5.31/webapps/identityiq/WEB-INF/database directory oracle> source /apps/sp/apache-tomcat-8.5.31/webapps/identityiq/WEB-INF/database/create_identityiq_tables-7.3.oracle
- Configure Database Settings that IdentityIQ will use to connect to its repository - vi /apps/sp/apache-tomcat-8.5.31/webapps/identityiq/WEB-INF/classes/iiq.properties
11. Import the default IdentityIQ objects to init and init-lcm the system
$ chmod +x /apps/sp/apache-tomcat-8.5.31/webapps/identityiq/WEB-INF/bin/iiq
$ /apps/sp/apache-tomcat-8.5.31/webapps/identityiq/WEB-INF/bin/iiq console -j
Using JLine
> import init.xml
> import init-lcm.xml
12. Start Apache Tomcat and test login page via a browser.
Navigate to /apps/sp/apache-tomcat-8.5.31/bin
Using the cmd ./startup start the apache
Login into the sailpoint http://
Create the database schema follow below 6-9 steps
ReplyDeleteNavigate to /apps/sp/apache-tomcat-8.5.31/webapps/identityiq/WEB-INF/bin
Enter iiq schema to create the schema
Create the database table using the above schema
Change to the /apps/sp/apache-tomcat-8.5.31/webapps/identityiq/WEB-INF/database directory oracle> source /apps/sp/apache-tomcat-8.5.31/webapps/identityiq/WEB-INF/database/create_identityiq_tables-7.3.oracle
can you explain these steps clearly.
So basically for installation we need to create the Database schema and table . when you run iiq schema it will generate all the required tables for the Sailpoint in /WEB-INF/database folder and based on the type of database you are using you need to run the script generated in DB to generate the required tables.
DeleteHope this make sense.
I have followed and installed the iiq.
ReplyDeletebut while I'm launching "localhost:8080/identityiq" in the browser, its continuously loading.
Is Multiple instance of SP running on your Application server? Check for the tomcat catalina.out log and check what error you are getting
Deleteonly one instance has been installed. no error seen in catalina logs. please suggest me how can i fix this.
DeleteEnable below logs and bounce the Application server
Deletelog4j.logger.sailpoint.request.RequestProcessor=all
log4j.logger.sailpoint.scheduler.QuartzSchedulerStarter=all
log4j.logger.sailpoint.server.DatabaseValidator=all
log4j.logger.sailpoint.server.Environment=all
log4j.logger.sailpoint.server.SystemStarter=all
log4j.logger.sailpoint.spring.SpringStarter=all
log4j.logger.sailpoint.web.StartupContextListener=all
log4j.logger.sailpoint.server.HeartbeatService=all
log4j.logger.sailpoint.server.Servicer=all
log4j.logger.sailpoint.server.TaskService=all
This is the issue I have seen in tomacat8stdout.log.
ReplyDelete2019-12-11 15:47:59,089 WARN HeartbeatThread sailpoint.server.HeartbeatService:597 - Early heartbeat for server CHPE-BLR-01
2019-12-11 15:47:59,097 WARN HeartbeatThread sailpoint.server.HeartbeatService:598 - Last: 12/11/2019 15:47:49 PM IST
2019-12-11 15:47:59,097 WARN HeartbeatThread sailpoint.server.HeartbeatService:599 - Now: 12/11/2019 15:47:59 PM IST
2019-12-11 15:47:59,098 WARN HeartbeatThread sailpoint.server.HeartbeatService:600 - Expected: 12/11/2019 15:47:59 PM IST
2019-12-11 15:47:59,673 WARN localhost-startStop-1 sailpoint.server.JavaLoggingSuppressor:100 - The application detected that a custom logging file exists: C:\Program Files\Apache Software Foundation\Tomcat 8.5\conf\logging.properties. The application was unable to suppress various debugging messages.
2019-12-11 15:47:59,677 WARN localhost-startStop-1 sailpoint.server.JavaLoggingSuppressor:101 - In order to manually suppress Jersey debugging messages, the following logger levels must be adjusted to ''WARNING'': com.sun.jersey.api.core.PackagesResourceConfig, com.sun.jersey.server.impl.application.DeferredResourceConfig, and com.sun.jersey.server.impl.application.WebApplicationImpl
2019-12-11 15:47:59,680 WARN localhost-startStop-1 sailpoint.server.JavaLoggingSuppressor:102 - In order to manually suppress JSF debugging messages, the following logger level must be adjusted to ''SEVERE'': org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlRendererUtils
This is more of the warning and can be ignored , hopefully this is only message you are getting in logs
DeleteHi, I am also getting the similar issue and no error is found in the logs. Any help would be appreciated.
ReplyDeleteI'm launching "localhost:8080/identityiq" in the browser, its continuously loading.
Enable these logs and check for the Error
Deletelog4j.logger.sailpoint.request.RequestProcessor=all
log4j.logger.sailpoint.scheduler.QuartzSchedulerStarter=all
log4j.logger.sailpoint.server.DatabaseValidator=all
log4j.logger.sailpoint.server.Environment=all
log4j.logger.sailpoint.server.SystemStarter=all
log4j.logger.sailpoint.spring.SpringStarter=all
log4j.logger.sailpoint.web.StartupContextListener=all
log4j.logger.sailpoint.server.HeartbeatService=all
log4j.logger.sailpoint.server.Servicer=all
log4j.logger.sailpoint.server.TaskService=all
can you please give this configuration for windows
ReplyDeleteAnil - Window will be very similar , try the installation and do let me know if you see any issue.
Delete