Cloudify Orchestrator collect SP (cloudify-orchestrator-collect) installation is similar to any other SP installation and can be done through DCF module manager and also through controller.

Related package is available in DCF module repository by default:

Example: <DCF-Install>/Tools/Module-Repository/ cloudify-orchestrator-collect-1.0.pkg

Installation command:

<DCF-Install>/bin/manage-modules.sh install cloudify-orchestrator-collect <Collector_Instance_Name>

Sample Installation questions and output:

Required dependencies, in processing order:
   [1]   java '8.0.202' v8.0.202
   [2]   module-manager '1.13u1' v1.13u1
   [3] I collector-manager 'cloudify-orchestrator-collect' (none) => v5.10u1
   [4] I kafka-connector 'cloudify-orchestrator-collect' (none) => v1.0u2
   [5] I stream-collector 'cloudify-orchestrator-collect' (none) => v1.4u2
   [6] I cloudify-orchestrator-collect 'cloudify-orchestrator-collect' (none) => v1.0
> 2 not modified, 4 to install
> 32.5 MB space required / 17.1 GB available
 ? Enter the step to modify, 'yes' to accept them, or 'no' to cancel the operation [yes] >

Starting installation of Collector-Manager v5.10u1 from collector-manager-5.10u1-linux-x64...
 * Gathering information...
 * 'Collector-Manager v5.10u1' will be registered with instance name 'cloudify-orchestrator-collect'.
 * It will be installed in '/opt/DCF/Collecting/Collector-Manager/cloudify-orchestrator-collect'.
 * Unpacking files...
 * Installing files... 100%
 * 60 files have been installed.
 * Finalizing installation...
 * Installing service 'collector-manager cloudify-orchestrator...  [ installed ]
Installation complete.

Starting installation of Kafka-Connector v1.0u2 from kafka-connector-1.0u2-linux-x64...
 * Gathering information...
 * 'Kafka-Connector v1.0u2' will be registered with instance name 'cloudify-orchestrator-collect'.
 * It will be installed in '/opt/DCF/Collecting/Kafka-Connector/cloudify-orchestrator-collect'.
 * Unpacking files...
 * Installing files... 100%
 * 17 files have been installed.
 * Finalizing installation...
Installation complete.

Starting installation of Stream-Collector v1.4u2 from stream-collector-1.4u2-linux-x64...
 * Gathering information...
 * 'Stream-Collector v1.4u2' will be registered with instance name 'cloudify-orchestrator-collect'.
 * It will be installed in '/opt/DCF/Collecting/Stream-Collector/cloudify-orchestrator-collect'.
 * Unpacking files...
 * Installing files... 100%
 * 46 files have been installed.
 * Finalizing installation...
Installation complete.

Starting installation of cloudify-orchestrator-collect v1.0 from cloudify-orchestrator-collect-1.0...
 * Gathering information...
 * 'cloudify-orchestrator-collect v1.0' will be registered with instance name 'cloudify-orchestrator-collect'.
 * It will be installed in '/opt/DCF/Block/cloudify-orchestrator-collect/cloudify-orchestrator-collect'.
 * Unpacking files...
 * Installing files... 100%
 * 6 files have been installed.
 * Finalizing installation...
 ? Configure an Cloudify Orchestrator (yes/no) [y] >
 ? Hostname or IP address [localhost] > localhost
 ? Username [admin] > admin
 ? Password [•••••] > admin
 ? Cloudify Port [80] > 80
   [1] http
   [2] https
 ? Protocol [1] > 1
 ? More entries? (yes/no) [n] >
 ? Kafka Node Hostname or IP address [localhost] > localhost
 ? Kafka Node Port Number [9092] > 9092
 ? More entries? (yes/no) [n] >
 ? Kafka Topic name to publish Collected Data. [default-topic] > default-topic
 ? Kafka server authentication enabled? (SASL_PLAINTEXT only) (yes/no) [y] >
 ? Kafka server username. [admin] >
 ? Kafka server password. [•••••] >
 ? Do you want to start the installed services now? (yes/no) [n] > yes
 * Updating service 'collector-manager cloudify-orchestrator-col...  [ updated ]
 * Starting 'collector-manager cloudify-orchestrator-collect'...          [ OK ]
Installation complete.