The following document walks through a condensed and simplified installation from start to finish of IGA Xpress 2.0 and the deployment of the Identity Suite V15 applications.
See the Deploy documentation for further in depth installation and deployment information.
IGX Version 2.0
IGA v15.0.1
Windows 2019
MS SQL 2022
Rocky Linux release 9.8
This Demo utilizes:
A. One Rocky Linux release 9.8 64bit server
B. One Windows 2019, with MS SQL 2019 deployed for the backend database(s)
C. JAVA 21 (included and deployed with IGA Xpress)
D. Wildfly 32 (included and deployed with IGA Xpress)
USERS:
LINUX:
a. root or other admin (sudo) user
b. IGA Xpress admin user like igx - should be created before installation.
WINDOWS:
c. Localhost/Administrator
This KB can and may be used as a guide, please review the Symantec IGA Xpress 1.0 documentation as there will be minor differences depending on the environment and platform.
Brief Deployment and Mogrify overview playlist:
Symantec IGA 15 training series
Documentation entry on installation.
>tar -xvf igaxpress-2.0.0-142-GA.tar.gz>./setup-deps.sh

Deploy IGA Xpress with the install command>./install
NOTE: This user will be used to access the IGX interface, and perform the remainder of the Linux based configuration.
IGA Xpress deployment is now complete and can be accessed at https://<ip_address>:10443 with IGA Xpress admin user username.
If this is a simple single node deployment you are ready to access the IGA Xpress browser interface and begin deploying the Application Services.
If this is a multiple node deployment, deploy IGA Xpress on ALL nodes using the Cluster key generated on the initial node before deploying any of the Application Services.
NOTE: If this is a migration from an existing system stop here and perform the 'Target' system migration steps. See Migrate documentation for more details.
For step by step tutorial on vApp migration please see KB 408419 Migration into Symantec Identity Suite v15 using Mogrify migration utility
a. Open ssh console as igx user, and generate Suite Key and save it in a notepad.> openssl rand -base64 32
b. Enter this Suite Key in the Suite section of Services tab of the IGA Xpress console, choose an Encryption Mode (standard or FIPS) and set the Suite Password.
NOTE: The Suite Password is used for access to things such as the Identity Management Console (default user 'imadmin'), the Portal admin page (default user 'admin'), and Governance (default user 'AD1/EAdmin')
c. Click Apply. Then Confirm to allow the cluster to restart.
a. For each of the Applications, Identity Governance, Identity Portal, and Identity Manager, select the Datasources tab and configure the JDBC connections.
SQL JDBC URL: jdbc:sqlserver://<hostname/IP>:<port>;selectMethod=cursor;databaseName=<dbname>;encrypt=<true/false>;trustServerCertificate=<true/false>
Oracle JDBC URL: jdbc:oracle:thin:@//<hostname>:<port>/<servicename/serviceid>
NOTE: Other than the Identity Portal there are multiple databases that will need to be configured. The Name drop down contains each required datasource and the + Datasources buttons can be used to duplicate the connections for each required database.
See the Configure Services documentation for more details.
Example of Completed Identity Manager Datasources configuration:
a. On the Services tab, for Provisioning Directory configure the DB size, and the DSA and IMPS admin passwords. These are being set at this time, retain these Passwords for future use.
b. for UserStore configure the DB size, and the DSA Admin password. This is being set at this time, retain these Passwords for future use.
As this is a new installation the Provisioning Directory and the User Store must be configured within the Directory. We provide scripts to accomplish this. These steps are unnecessary in a Migrated environment.
a. On the Dashboard, Stop the Provisioning Directory and the User Store
b. Log onto the IGA Xpress Linux server as the igx user and run the command "impd_data init">impd_data init
c. Initialize the Userstore with "ustore_data init">ustore_data init
c. Back in the IGA Xpress browser interface, on the Cluster tab, use the Restart Cluster button to restart the cluster:
The following steps will build the out of the box identityEnv environment, and build the connectors between Portal and both Identity Manager and Governance and from Governance into Identity Manager.
NOTE: These steps are not required for Migrated environments.
>idmctl create (this will build the out of the box identityEnv environment)>idgctl create (this will build the connection between Identity Governance and Identity Manager)>idpctl create idm (this will build the connection between Identity Portal and Identity Manager, the IDM password is the Suite Password set above)>idpctl create idg (this will build the connection between Identity Portal and Identity Governance, the IG password is the password is the Suite Password set above)