Plan configurations

To configure Plan for Docker, make the necessary modifications to the plan-configMap.yaml file.

To access the plan-configMap.yaml file, navigate to /unica/templates/ in the Unica charts folder. Open the file and make modifications to the following parameters:

Table 1. Common parameters of Plan
Parameter name Parameter description
PLAN_HOME The home directory for the Plan system.
PRODUCT_OPTS_PLAN Product specific options for Plan.
PLAN_JNDI_NAME JNDI name for Plan.
PLAN_POOL_NAME Pool name for Plan.
PLAN_PRODUCT_NAME The name assigned for Plan.
PLAN_WAR_NAME The name of the WAR file.
PLAN_APPLICATION_NAME The name of the main application. For example, Unica.
PLAN_DOMAIN_USERNAME The domain username for Plan.
PLAN_DOMAIN_PASSWORD The domain password for Plan.
Table 2. Application server-related parameters of Plan
Parameter name Parameter description
PLAN_HOST_NAME The system host name of Plan.
PLAN_MANAGEMENT_PORT The management port number for the Plan system.
PLAN_MANAGEMENT_HTTPS_PORT The management HTTPS port number for the Plan system.
PLAN_AJP_PORT The AJP port number for the Plan system.
PLAN_HTTP_PORT The HTTP port number for the Plan system.
PLAN_HTTPS_PORT The HTTPS port number for the Plan system.
PLAN_RECOVERY_ENV_PORT The recovery environment port number of the Plan system.
PLAN_STATUS_MANAGER_PORT The status manager port number of the Plan system.
PLAN_URL The URL to access Plan.
Table 3. Database-related parameters for Plan
Parameter name Parameter description
PLAN_PORT The port number to access the Plan system.
PLAN_HOST The host name of the Plan system.
DB_PLAN The database name for Plan.
DB_PLAN_HOST The host details of the database in the Plan system.
DB_PLAN_PORT The database port number of the Plan system.
DB_PLAN_HOST_NAME Host name of the system hosting the Plan database.
PLAN_DATABASE_HOST Host system details of the system hosting the Plan database.
PLAN_DATABASE_PORT Port number of the Plan database.
PLAN_DATABASE_NAME Name of the Plan database.
PLAN_DATABASE_USERNAME Username to access the Plan database.
PLAN_DATABASE_PASSWORD Password to access the Plan database.
PLAN_DS_INITIAL_SIZE The initial size of the Plan datasource connection pool.
PLAN_DS_MIN_IDLE The minimum number of idle connections (not connected to a database) in the Plan datasource connection pool.
PLAN_DS_MAX_IDLE The maximum number of idle connections (not connected to a database) in the Plan datasource connection pool. Any idle connections, which exceeds the configured value, will be removed from the pool.
PLAN_DS_MAX_TOTAL The maximum number of connections that the Plan datasource can hold. If the number of connection requests exceed the configured value, the connection will be refused.
PLAN_DS_STATEMENT_CACHE_SIZE Maximum number of statements that can be cached in the Plan datasource. Statement caching improves performance by caching executable statements that are used repeatedly.