Command | Parameter | Description |
sagcc create instances | instance.name=name | Required. A name for the new Integration Server instance. |
primary.port=port | Required. The main listening port for the new Integration Server instance. | |
diagnostic.port=port | Required. The diagnostic port for the new Integration Server instance. | |
jmx.port=port | Optional. The JMX port for the new Integration Server instance. | |
install.service= false | true | Optional. Specifies whether to install Integration Server as an application or a service. Valid values: true - install as a service false - install as an application (default) | |
license.file= location_of_license_file | Optional. The location of your Integration Server license file. The script copies the license file from the specified location to IntegrationServer/instances/instance_name/config/licenseKey.xml file. This parameter is optional; however, if a license file location is not specified, the Integration Server instance will shut down after 30 minutes. Note: If the location name contains spaces, you must surround the name of the location with quotation marks (“ “). | |
db.alias= database_ alias_name | Optional. The alias name for the database. The default value is JDBC_POOL_ALIAS. | |
db.type=database_type | Required. The type of database used by the new server instance. Specify one of the following databases: sqlserver - Microsoft SQL Server oracle - Oracle db2 - DB2 These values are not case-sensitive. The default is the embedded IS internal database. | |
db.username=database_ username | Required. The user name assigned to the Integration Server database. | |
db.password=database_ password | Required. The password of the Integration Server database. | |
db.url=database_URL | Required. The connection URL for the database. |