A DCF silent installation is an installation procedure that continues without user interaction.
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:
- 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.
- Use any editor (vi/vim) to modify this file.
- 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
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.