The following checklist is a high-level list of the tasks that you will complete to install your application. Print a copy of the checklist so that you can check off tasks as you work your way through the installation process.
Installation Tasks
- Download files:
- Installation files
- Documentation
- Patches
- License (obtain from Customer Support)
- Run the
infogixextractscript to unzip the installation files into the installation folder. - Customize the setup script to point to the Java home location and apply the patches.
- Create the database instance, database user, and database password. Reference the
Installation Worksheet that you completed.
-
Oracle
- Verify that the database character set is
AL32UTF8. - Create a schema for each instance of a Precisely application.
- Verify that the database character set is
-
SQL Server
- Select Collation option
SQL_Latin1_General_CP1_CS_AS. - Create a database for each instance of a Precisely application.
- Select Collation option
-
Oracle
- Run the
init-configscript to create the properties files. - Update the following properties files, as needed:
appserver.propertiesdatabase.propertiessecurity.directory.propertiesuserinfo.directory.properties- the product-specific properties file
- Apply the license.
- Run the
validate-config-valuesscript. - Choose the custom or express method to
create database tables and tablespaces and populate the database.
-
Custom:
- Run the
create-tablespacesscript. - Run the
create-tablesscript. - Run the
populate-base-datascript.
- Run the
-
Express:
- Run the
populate-dbscript.
- Run the
-
Custom:
- Deploy the application.
-
WildFly
- Run the
config-wildflyscript. - Run the
add-wildfly-userscript. - Run the
start-wildflyscript. - Run the
validate-config-valuesscript. - Run the
deployscript. - Optionally, install the WildFly service for Windows.
- Run the
-
WebSphere Liberty
- Run the
init-configscript. - Run the
validate-config-valuesscript. - Run the
config-websphere-libertyscript. - Run the
deployscript. - Start the Liberty servers.
- Run the
-
WildFly
- Review the log files.
- Test the installation from the following URL:
http://<hostname:port>/<infogixproduct>. - Perform product-specific post-deployment tasks:
- Assure DQ
- ER
- Insight
- Perceive®
- Optionally, encrypt passwords.
Tip: Check off each task as you complete it to ensure a
successful installation.