Using Silent installation on distributed systems
You can install Copy Services Manager using a Silent installation. A silent installation is useful when remotely accessing a Linux or AIX system without a graphical user interface. The silent install can be done using the response file, silent_CSMInstall.properties, provided with the installation image or via command line parameters.
About this task
Example on Windows: cmd /c copy_services_manager_setup.exe -i silentWhen performing a silent install the following values may need to be provided via the silent_CSMInstall.properties or via a command line parameter when launching the silent installer.
Evaluate the following values in order to determine if they should be modified.
License Acceptance (Required):
This parameter is required and must be set to true to confirm that you accept the terms of the licensing agreement.
LICENSE_ACCEPTED=trueTo specify from the command line:
-DLICENSE_ACCEPTED=true
Enablement Zip File (Optional):
If you have the license file, you can define the path where the license file is located.
CSM_LICENSE_FILE=<path to license .zip file>-DCSM_LICENSE_FILE=<path to license .zip file>Port Definitions (Optional):
The ports used by the server can be modified from the defaults. The following are the default ports. Ports only need to be modified if a non-default port is required.
CSM_GUIPORT=9559
CSM_CLIPORT=9560
CSM_HAPORT=9561
CSM_AUTHPORT=9562-DCSM_GUIPORT=9559
-DCSM_CLIPORT=9560
-DCSM_HAPORT=9561
-DCSM_AUTHPORT=9562Installation location (Optional):
The installation location can be modified from the default. The following are the default directory paths. The installation location only needs to be modified if a location other than the default is required.
- Windows: C:/Program Files/IBM/CSM
- Linux/AIX: /opt/IBM/CSM
USER_INSTALL_DIR=-DUSER_INSTALL_DIR=Default Username and Password (Optional)
CSM_USER=csmadmin
CSM_USER_PASSWORD=passw0rdThe following example is for a silent installation on Windows.