A DCF silent installation is an installation procedure that continues without user interaction.

Table 1. Variables Properties and Description
Properties Description
USER_INSTALL_DIR Choose Install Folder, =/opt/DCF.
CTRL_URI_1 Controller Details, Controller Port, = 8443.
CTRL_UN Controller Username.
CTRL_PWD Controller Password.
MDB_URI

MongoDB URL.

MDB_URI=127.0.0.1:27017.

MDB_UN MongoDB Username.
MDB_PWD MongoDB Password.

Prerequisites

Create a configuration file for the installer to execute the installation. To create configuration file:
  1. Copy the sample configuration file from the distribution (SA-10.1-dcf-1.0.1.0-111-silent-installer.properties) to a directory on the server where you are installing DCF.
  2. Use any editor (vi/vim) to modify this file.
  3. Define each of the properties in this file for server type, according to Table Variables Properties and Description. Save the changes to the file.
Sample content for installer.propeties file:
# Replay feature output
# ---------------------
# This file was built by the Replay feature of InstallAnywhere.
# It contains variables that were set by Panels, Consoles or Custom Code.

#Choose Install Folder
#---------------------
USER_INSTALL_DIR=/opt/DCF

#Controller Details
#------------------
#Controller Port
CTRL_URI_1=8443

#Controller Username
CTRL_UN=admin

#Controller Password
CTRL_PWD=changeme

#MongoDB Details
#---------------
#MongoDB URL
MDB_URI=127.0.0.1:27017

#MongoDB Username
MDB_UN=admin

#MongoDB Password
MDB_PWD=changeme

Procedure

  1. Login to server as root.
  2. Type ./SA-10.1-dcf-1.0.1.0-111.bin –i silent -f SA-10.1-dcf-1.0.1.0-111-silent-installer.properties to run the installer in the silent installer mode, press Enter.
    Note: Any user interaction is not required for this installer. Once it completes, a message displays indicating that installation is completed, and you are returned to the shell prompt. Logs are available at <DCF_INSTALL_DIRECTORY>/DCF_Logs.
    Note: In case, both files ( dcf-installer.properties and SA-10.1-dcf-1.0.1.0-111-silent-installer.properties) are present with different values to same variables then dcf-installer.properties file will get the precedence.
    Note: If you are providing special characters password in the SA-10.1-dcf-1.0.1.0-111-silent-installer.properties, then you must specify the password in double quotes ("password$").

What to do next

After successful DCF installation, Install VMware Smarts Notification Collector to pull all the events from Smarts Presentation SAM and publish the same to KAFKA for consumption.
Note: If you shutdown or stop IP/ESM server which has Cisco ACI / VCD / Velocloud / vIMS / Cloudify discovered and restart the server with the same repos / topology using --ignore-restore-errors or --clean-topology then no issues. However if you shutdown ESM server and restart with --norestore option then old monitoring collectors for Cisco ACI / VCD / Velocloud / vIMS / Cloudify will be running and those need to be stopped manually.