Upgrading DCF using Unattended (Silent) Mode
This section illustrates the DCF upgradation procedure in unattended (Silent) mode
that is upgradation without user input.
- When DCF base install location is/opt/DCF, type the setup command syntax:./Smarts_dcf-<Version>.bin -i silentand pressEnter.
- If the base install location is different from/opt/DCF, specify the location of the product suite to be upgraded inpropertiesfile.For example, specify the directory as:USER_INSTALL_DIR=/opt/DCF1 in “Smarts_dcf-<Version>-silent-installer.properties”.
- To createinstaller.propertiesfile, execute the command:echo "USER_INSTALL_DIR=<DCF_Install_DIRECTORY>" > Smarts_dcf-<Version>-silent-installer.properties
- Provide the path toSmarts_dcf-<Version>-silent-installer.propertiesfile.If it is not present in the DCF binary location, execute the command:Product Name: DCF Install Folder: /opt/DCF ./Smarts_dcf-<Version>.bin -i silent -f Smarts_dcf-<Version>-silent-installer.propertiesEnsure to update theSmarts_dcf-<Version>-silent-installer.propertiesfile with DCF base directory<DCF_Install_DIRECTORY>correctly. Else a fresh installation will take place at the new location causing two DCF instances.