Command Central 10.1 | Command Central Developer Reference | Configuring Command Central and Platform Manager | Server System Properties | Provisioning
 
Provisioning
com.softwareag.platform.management.client.provision.bootstrap.node.timeout.minutes
The time interval in minutes Command Central waits for a bootstrap node job to get executed, before cancelling the job.
Default: 120
com.softwareag.platform.management.client.provision.bootstrap.platform.manager.timeout.minutes
The time interval in minutes Command Central waits for a Platform Manager bootstrap job to get executed before cancelling the job.
Default: 120
com.softwareag.platform.management.client.remote.requests.connect.timeout
The time interval in milliseconds Command Central waits to establish a connection to Platform Manager before terminating the connection attempt.
Default: 900
com.softwareag.platform.management.client.remote.requests.sync.read.timeout
The time interval in milliseconds in which Command Central synchronizes data with Platform Manager.
Default: 900
com.softwareag.platform.management.client.template.composite.apply.job.timeout.minutes
The time interval in minutes Command Central waits for a composite template apply job to get executed before cancelling the job.
Default: 120
com.softwareag.platform.management.client.template.composite.node.check.online.poll.timeout.miliseconds
The time interval in milliseconds in which to update the status of the Platform Manager nodes.
Default: 2400
com.softwareag.platform.management.client.template.composite.node.check.status.poll.request.enable
When bootstrapping Platform Manager installations using a composite template, the property specifies whether Command Central must check the status of a Platform Manager. This check is additional to the status checks performed by the Command Central monitoring service. You must enable this property only if you experience issues detecting the status of the bootstrapped nodes. By default, the additional check is disabled. To enable the status check, set to:
com.softwareag.platform.management.client.template.composite.node.check.status.
poll.request.enable=true
Default: false
com.softwareag.platform.management.template.configuration.type.retry
Specifies which configuration instances of the configuration types to retrieve when applying the template, in addition to the default COMMON-SYSPROPS and COMMON-MEMORY configuration instances. The value is a comma-separated list with the IDs of the configuration instances that you must specify on one line. Do not specify the same property with a different value on separate lines.
com.softwareag.platform.management.client.template.parallel.exec.nodes
When applying a composite template on installations located on the same physical machine, Command Central applies the inline templates in sequence. This system property enables applying the inline templates in parallel and supports the following values:
*Comma-separated list of node aliases - applies the inline templates in parallel on the listed nodes, for example:
com.softwareag.platform.management.client.template.parallel.exec.nodes=nodeAlias1,nodeAlias2
In this example, Command Central applies the inline templates on nodeAlias1 and nodeAlias2 in parallel.
*ALL - applies the inline templates in parallel on all nodes.
You must specify the values for this property on one line. Do not specify the same property with a different value on separate lines.
If you do not set the com.softwareag.platform.management.client.template.parallel.exec.nodes property, Command Central applies the inline templates in sequence.
com.softwareag.platform.management.client.template.composite.restart.online.status.poll.timeout.miliseconds
The time interval in milliseconds in which to update the status of the run-time components.
Default: 2400
com.softwareag.platform.management.client.template.composite.skip.remote.source.archive.check
When migrating from a source archive using a composite template (disconnected migration), the property specifies whether to validate if the source archive exists on the file system of the target Platform Manager node, using SSH. However, if the target Platform Manager node does not have SSH enabled on the remote host, you can skip this validation by setting the property to:
com.softwareag.platform.management.client.template.composite.skip.remote.source.
archive.check=true
Default: false
com.softwareag.platform.management.job.thread.pool.size
The number of jobs that can run in parallel. The number of jobs corresponds to the number of nodes that Command Central processes in parallel. For example, if the thread pool size is set to 10 and you have 100 nodes in the list, the nodes are processed 10 at a time in parallel, in the order in which they are listed.
Default: 40
com.softwareag.platform.management.job.timeout
The time interval in milliseconds Command Central waits for a generic job to get executed before cancelling the job.
Default: 4800
com.softwareag.platform.management.mirror.job.timeout
The time interval in minutes Command Central waits for a mirror repository job to get executed, before cancelling the job.
Default: 720
com.softwareag.plm.sum.cc.override.resolve.validation
Only for the OSGI-SPM profile. Specifies whether to validate unresolved fix dependencies when applying a product fix. By default, Command Central validates unresolved fix dependencies. To disable this validation:
com.softwareag.plm.sum.cc.override.resolve.validation=false
Default: true