Upgrading OMT with arcsight-install
Follow the Checklist: Upgrading Your Environment to ensure a successful upgrade.
As part of the process, you must upgrade OMT with arcsight-install. This is the recommended and simplest method for upgrading OMT, as it also will automatically perform the required pre-upgrade and post-upgrade actions, and will ensure any installation bug fixes are automatically implemented.
arcsight-install is supported only for root installations. To perform the automatic upgrade with arcsight-install:
- Download the
arcsight-platform-installer-x.x.x.x.zipfile into a temporary directory (referred to as {unzipped-installer-dir}.) in a secure network location. - Become
rootand navigate to {unzipped-installer-dir}. - Run the following command:
./arcsight-install --cmd upgrade --tmp-folder {unzipped-installer-dir}.
Where{unzipped-installer-dir} is the name of your temporary upgrade directory.
./arcsight-install --cmd upgrade --tmp-folder {unzipped-installer-dir}.
./arcsight-install --cmd upgrade
The default value in the second example is /tmp.
arcsight-install, execute the script with the --help parameter.- Follow the prompts supplied by the ArcSight Installer. You can follow the progress of the upgrade by opening a separate shell session and checking the log file at
/tmp/autoUpgrade/upgradeLog/autoUpgrade-<timestamp>.log
- After the upgrade completes, remove the temporary folder by running the command:
rm -rf {unzipped-installer-dir}
If upgrading with arcsight-install is not possible, you can upgrade OMT manually.