The DataPower® Domain script provisions the DataPower domain during deployment. The script configures the connection between a single DataPower domain and the WSRR runtime. A separate DataPower Domain script is required for each DataPower domain that is connected to the WSRR runtime.
Parameter name | Description |
---|---|
DataPower_hostname | The hostname of the DataPower appliance where the sample application will be installed. |
DataPower_XML_mgmt_port | The port used for the DataPower XML Management Interface, typically 5550. |
Datapower_admin_id | The administrator user ID with appropriate permissions to use the XML Management Interface. |
DataPower_admin_password | The password for the DataPower_admin_id. |
Verify password | Verifies user input for DataPower_admin_password. |
New_DataPower_domain | The new domain name to be created on the DataPower appliance. It must not match any existing domain or the script package will fail or exit. The value can not contain any spaces. |
securityFileCleanUp | Determines if the DomainZipFile.zip file and the WSRR Certificate uploaded to DataPower are deleted from the WSRR instance where the script packages are run. If this file is not removed, it would be a security exposure if the certificates remained on the instance. |