Installing auto-discovery in silent mode
You install auto-discovery in silent mode by firstly editing
the properties file (autodiscovery.properties),
and then launching the installer with the silent command (-i
silent
) suffixed.
Before you begin
Close and stop all system processes before beginning silent installation. This includes all monitoring software, databases, and third party packages.
Performing the installation requires full administrative access to the entire system. Full system authorization to read, write, add, and delete all system files and applications must be established before beginning the installation.
The auto-discovery installer overwrites all files in this directory. Once the installer has completed, review the backup files and recreate your custom changes as required.
About this task
- The default documented here (step 3)
- Use the
-f
flag to explicitly reference the file, regardless of name or location. For example: - Optional
- Use a properties file with the same filename as the installer and located in the same directory.
When silently installing auto-discovery,
you must ensure that the $LICENSE_ACCEPTED$ property
is set to true
.
Installing the product in silent mode should take one or two minutes, excluding preparation time and the installation of any prerequisite software.
Procedure
- From the directory which contains the installer, open autodiscovery.properties in a text editor.
- Edit the installation parameters as required.
- Type the following command:
sh./autodiscovery-version.bin LAX_VM /opt/IBM/tivoli/netcool/ncm/jre/bin/java -i silent -f /file_path/mypropertiesfile.properties
whereversion
is the auto-discovery installer version, and /opt/IBM/tivoli/netcool/ncm/jre/bin/java is the default directory.