IBM Endpoint Manager, Version 9.0

Installation Command Options

You can run the Production or Evaluation installation in interactive or silent mode. The full command to run any type of installation is the following:
./install.sh [ -f <input_response_file> ] [ -g <output_response_file> ] 
  [ -upgrade | -upgradeNoClient ] [ -reuseDb ]      
where:
-f <input_response_file>
Specifies the full path and file name of the response file to use.
-g <output_response_file>
Generates a response file.
-upgrade
Runs the script to upgrade all the components.
-upgradeNoClient
Runs the script to upgrade all the components except for the Client.
-reuseDb
Allows you to use an existing database.


Feedback