Launch Command Parameter
|
Description
|
||
--baseinstalldir
|
The path to the directory where the Analytics Server will be installed.
|
Launch Command Parameter
|
Description
|
||||||
--THINGWORX_FOUNDATION_IP_ADDR
|
IP address or host name of your ThingWorx server, which must already be installed and running.
|
||||||
--THINGWORX_FOUNDATION_PORT
|
The port for communicating with your ThingWorx server.
|
||||||
--THINGWORX_APPKEY
|
The value from the Key ID field of the application key you created in ThingWorx.
|
||||||
--ANALYTICS_SERVER_THINGNAME
|
A name for the AnalyticsServer Thing that is created in ThingWorx during the Analytics Server installation. This full name is attached as a prefix to each microservice name. This Thing name must be unique within the server deployment.
|
||||||
--SSL_FOR_THINGWORX_CONNECTION
|
Set to true in order to require the use of SSL when connecting to ThingWorx. The default value is false.
|
||||||
--UPLOAD_TWX_CERTIFICATE
|
Set to true if you are using a self-signed ThingWorx SSL certificate and you want to allow the installer to upload it automatically. The default value is false, but you will need to import the certificate manually if it is not uploaded by the installer. For more information, see Import a Self-signed SSL Certificate Manually.
|
||||||
--THINGWORX_CERTIFICATE_FILE_PATH
|
The location where the SSL certificate file is stored. This file is either a PEM or CER file.
|
||||||
--THINGWORX_CERTIFICATE_ALIAS_NAME
|
An alias name that is assigned to the SSL certificate. Alias names are converted automatically to all lower case.
|
||||||
--JAVA_TRUSTSTORE_PASSWORD
|
The password for the Java Truststore, a file where trusted SSL certificates are stored. The Truststore is created automatically, with a default password, when Java is installed. For more information about Java Truststore passwords, see Working with Certificates and SSL on the Oracle website.
|
Launch Command Parameter
|
Description
|
||
--SSL_FOR_ANALYTICS_APIS
|
The default response is true. When SSL authentication support is enabled for the microservices, communication is protected between the ThingWorx Adapter and the Analytics APIs. Communication between the APIs is also secured.
|
||
--ANALYTICS_SERVER_KEYSTORE_FILE_PATH
|
The location where the SSL Keystore file is stored. This file contains the signed SSL certificate.
|
||
--ANALYTICS_SERVER_KEYSTORE_PASSWORD
|
The password for the SSL Keystore.
|
||
--ANALYTICS_SERVER_CERTIFICATE_ALIAS_NAME
|
The alias name that is assigned to the signed SSL certificate. Alias names are converted automatically to all lower case.
|
||
--HOST_ADDRESS
|
IP address or fully qualified domain name of the primary network adapter on your ThingWorx Analytics Server. The value must match the SAN value provided on the SSL certificate.
|
||
--JAVA_TRUSTSTORE_PASSWORD
|
The password for the Java Truststore, a file where trusted SSL certificates are stored. The Truststore is created automatically, with a default password, when Java is installed. For more information about Java Truststore passwords, see Working with Certificates and SSL on the Oracle website.
|
|
An advanced option is available if you want to override the default user account during the installation. For more information about launching the installer with this option, see Change the User Account.
|
Component
|
Component Name
|
Description
|
||
Async Microservice
|
async
|
Installs the Async Microservice along with other necessary components, including ZooKeeper and Analytics Common Workers.
|
||
Sync Microservice
|
sync
|
Installs only the Sync Microservice.
|
||
Integration with ThingWorx
|
ThingWorx_Integration
|
This parameter must be selected if you plan to interact with ThingWorx Analytics via ThingWorx.
|
||
Analytics Extension
|
AnalyticsExtension
|
Must be selected if you plan to use Analytics Builder or Analytics Manager. Analytics Extension can only be used if both the Async and the Sync Microservices are installed.
|
|
You still need the twas-twx-adapter to be installed if you plan to integrate with ThingWorx.
|
|
The Analytics Extension installation is not complete until you perform the necessary post-installation configuration steps. For information about these steps, see Perform Post Installation Configuration for Analytics Builder or for Analytics Manager.
|