Previous Topic: Variables to Install the CA XCOM Interface Server

Next Topic: Variables to Install the Apache FTP Server

Variables to Install CA XCOM Gateway

The following variables are required if you choose to install CA XCOM Gateway:

GW_USER_INSTALL_DIR

The installation directory for CA XCOM Gateway.

GW_DB_DBTYPE

The database type: DB2 or MYSQL.

GW_DB_DBNAME

The database name.

GW_DB_CREATE_DB

1 to create a new database; 0 to use an existing database.

Note: It cannot be 1 if GW_DB_DBTYPE is DB2.

GW_DB_XCOM_USER

The database user name.

GW_DB_XCOM_PWD

The database user password.

GW_DB_CREATE_USER

1 to create a new user; 0 to use an existing user.

Note: It cannot be 1 if GW_DB_DBTYPE is DB2.

GW_DB_XCOM_CONFIRM_PWD

Confirm the database user password.

Note: This is required if GW_DB_CREATE_USER is 1.

GW_DB_DRIVER_PATH1

The fully qualified path of the database driver file for MYSQL or DB2.

GW_DB_DRIVER_PATH2

The fully qualified path of the database driver license file for DB2.

Note: Not required if GW_DB_DBTYPE is MYSQL.

GW_DB_HOST_NAME

The host where the database server (MYSQL or DB2) is installed.

GW_DB_PORT_NO

The port of the database server.

GW_DB_ADMIN_USER

The user with administrative credentials to the database server.

GW_DB_ADMIN_PWD

The administrative user's password.

GW_JBOSS_CONFIG

The fully qualified path of the JBoss configuration directory.

GW_HTTP_PORT

The HTTP port where JBoss is running on the local host.

GW_EEM_HOSTNAME

The host name (or IP address) of the CA EEM server to be used by CA XCOM Gateway.

Notes:

GW_EEM_ADMIN_PASSWORD

The password for CA EEM’s EiamAdmin administrator account. If you are installing CA EEM, the password provided will be used to set the administrator password for the new server. Alternatively, if the host name (above) references an existing, previously installed EEM server, this variable must provide the current administrator password for that server.

GW_EEM_ADMIN_CONFIRM_PASSWORD

This variable must be set to the same value as GW_EEM_ADMIN_PASSWORD.

Note: This variable is required only if CA EEM is selected for installation.

GW_CREATE_KEYSTORE

1 to create a new keystore; 0 to reuse an existing keystore.

GW_KEYSTORE_PATH

The fully qualified path of the keystore file.

GW_KEYSTORE_PASSWORD

The keystore password.

GW_CERT_ALIASID

The certificate alias ID.

GW_CREATE_CERT

1 to create a new self-signed certificate; 0 to import an existing certificate.

The following variables are required if GW_CREATE_CERT is 1:

GW_CERT_PASSWORD

The certificate password

GW_FIRST_LAST_NAME

First and last names

GW_ORGANIZATION_UNIT (optional)

Organizational unit

GW_ORGANIZATION (optional)

Organization

GW_CITY_LOCALITY (optional)

City or locality

GW_STATE_PROVINCE (optional)

State or province

GW_COUNTRY (optional)

Country

The following variable is required if GW_CREATE_CERT is 0.

GW_CERT_PATH

The fully qualified path of the certificate file (.pem file) to be imported.