configureClient
Command Reference
Description
configure a new controltier client
Concrete implementation and is meant to be called by the Deploy workflow command.
Usage
ctl -t ClientInstaller -o <objectname> -c configureClient [-cygwinClient <>] [-frameworkServerHostname <>] [-frameworkServerPassword <>] [-frameworkServerPort <>] [-frameworkServerUsername <>] [-reportcenterPort <>] -targetCTierRoot <> -targetHostname <> [-targetUser <>] [-trustClient <false>]
Options
| Option | Description | Type | Default |
|---|---|---|---|
| cygwinClient | configure cygwin client | string | ${entity.attribute.cygwinClient} |
| frameworkServerHostname |
framework server hostname
defaults to the framework server hostname |
string | |
| frameworkServerPassword |
framework password
defaults to the framework server password |
string | ${framework.server.password} |
| frameworkServerPort |
framework server port
defaults to the framework server port |
string | |
| frameworkServerUsername |
framework username
defaults to the framework server username |
string | ${framework.server.username} |
| reportcenterPort |
reportcenter port
defaults to the reportcenter port |
string | |
| targetCTierRoot | client target CTIER_ROOT | string | ${entity.attribute.targetCTierRoot} |
| targetHostname | client target hostname | string | |
| targetUser | client target user | string | ${entity.attribute.targetUser} |
| trustClient | trust remote clients when remotely executing | string | false / ${entity.attribute.trustClient} |


