Upgrading Management Server on Linux

Last published : Jun 19, 2026
You can upgrade an existing 7.3.1 or later Management Server on a Linux host to Veritas InfoScale Operations Manager 7.4.2 using Veritas_InfoScale_Operations_Manager_MS_7.4.2_Linux.bin or Veritas_InfoScale_Operations_Manager_MS_7.4.2_Linux_Full.bin file. When you run the .bin file, the installer first attempts to upgrade the Veritas InfoScale Operations Manager database to a temporary location. If the database upgrade is successful, the remaining steps in the upgrade process are carried out. If the database upgrade fails, the previous version of Veritas InfoScale Operations Manager is restored.
Before you upgrade Management Server, Veritas recommends that you take a backup of the Management Server data.
Note: If the existing Management server has its database at a non-default location, the installer gives read and execute permission to other users for the non-default location as a part of the upgrade process.
To upgrade Management Server to Veritas InfoScale Operations Manager 7.4.2 on Linux
  1. Make sure that the host where you plan to upgrade Management Server meets or exceeds system and operating system requirements.
  2. On the host where you plan to upgrade Management Server, log on as root.
  3. Download and unzip the installation file.
  1. Change directory to the location where you unzipped the .bin file.
  2. At the command prompt, run one of the following commands:
    • For Management Server -
./Veritas_InfoScale_Operations_Manager_MS_7.4.2_Linux.bin
  • For Management Server along with the add-ons-
./Veritas_InfoScale_Operations_Manager_MS_7.4.2_Linux_Full.bin
If you see the Permission Denied error, change the permissions for the .bin file. Run the appropriate command to change the permission:
  • For Management Server -
chmod +x Veritas_InfoScale_Operations_Manager_MS_7.4.2_Linux.bin
  • For Management Server along with the add-ons-
chmod +x Veritas_InfoScale_Operations_Manager_MS_7.4.2_Linux_Full.bin
  1. To accept the End User License Agreement and proceed with the upgrade, type y.
  2. In response to the message that confirms if you want to upgrade to Veritas InfoScale Operations Manager 7.4.2, type y.
  3. If you do not have sufficient disk space in your current database directory to create the temporary files, you are prompted to provide the path for a temporary working area having enough disk space. Provide the complete path of a temporary working area.
You can calculate the disk space requirements for the temporary files as follows:
(2 * DB size) + (10% of DB size) + 150 MB
where DB size is the size of your database. The size of the database is actually the size of the /var/opt/VRTSsfmcs/db/ database directory.
  1. The upgrade is complete when you see message similar to the following:
Veritas InfoScale Operations Manager upgrade is complete.
  1. To verify the upgrade, run the following command:
rpm -q VRTSsfmcs
Verify that the version for the VRTSsfmcs package is displayed as 7.4.2.
  1. After a successful upgrade to Veritas InfoScale Operations Manager 7.4.2, you can log on to Management Server using the following link:
https://HOST_NAME :14161/vom
where, HOST_NAME is the name of the Management Server.
  1. To check whether the Veritas InfoScale Operations Manager services are running, run the following command:
/opt/VRTSsfmh/bin/vomadm service --status
More Information
Related information