Silent Install, Upgrade, and Uninstall on UNIX or Linux
If you have an infrastructure to distribute binaries and trigger binaries or scripts, silent upgrade may be useful.
To silently install on a UNIX or Linux client node, enter the following command:
./<installer_name_bin> --mode unattended --serverName <ip_address_of_master_server>
Example:
./DPX-4.9.0-aix-installer.bin --mode unattended --serverName 192.0.2.24
To silently upgrade a UNIX or Linux client node:
Copy the appropriate installer to the product directory (for example,
/opt/BEX
).Run the silent installer from the product directory, using the following command:
./<installer_name_bin> --mode unattended --serverName <ip_address_of_master_server> --smartUpgrade 1
To silently uninstall a UNIX or Linux client node, use the following command:
./<product-directory>/uninstall/uninstall_DPX --mode unattended
To view all available options, use the following command:
./<installer_name_bin> --help
Last updated