Release Notes SevOne NMS 7.2.1

Below please find the Release Notes for SevOne NMS 7.2.1. Please contact your Technical Account Manager (if applicable) or Systems Engineering Team or Support Team to discuss and plan the installation. Thank you for being a customer.

Note: If you have a WiFi solution in your environment and want to upgrade to SevOne NMS 7.2.x, please upgrade to SevOne NMS 7.2.1 directly.
Important: Guides & Release Notes

From IBM's Documentation Portal (https://www.ibm.com/docs/en/sevone-npm), please refer to SevOne NMS guides and release notes under IBM SevOne Network Performance Management (NPM) version 7.2 for details.

Release Notes SevOne NMS 7.2.0 contains the compatibility matrix, containers, important notices, third-party packages, planning & preparation, deprecated / removed features & functions, known issues, and other details that apply to SevOne NMS 7.2.x release.

For a list of issues resolved in SevOne NMS 7.2.x, please refer to each 7.2.x release notes for details.

Browser Requirements

Minimum Resolution: 1200x768 Browsers:

  • Modern, standards-compliant browser
  • JavaScript enabled
  • Pop-up blocker disabled for hostname/IP

The following browsers are supported in the current versions of SevOne. SevOne recommends use of the latest version of your preferred (supported) browser.

Vendor Family SevOne NMS 7.2.x
Google Chrome Tested & Supported
Mozilla Firefox Tested & Supported
Microsoft Edge Tested & Supported (with limited testing performed)
Apple Safari Supported

Tested = Complete UI regression testing completed prior to release of updates.

Supported = Developer-led testing and resolution of any customer reported defects. No complete UI regression test is performed.

NOTE: Please use the latest browser version of Chrome, Firefox, Edge, and Safari.

Resolved Issues

Important: In addition to the issue(s) mentioned below, please refer to each SevOne NMS 7.2.x release notes prior to this release for the list of all issues resolved.
Important: When performing an upgrade to SevOne NMS 7.2.1, signature tools must be on the latest versions. For example, 2.0.3.
  • S1NPM-113655: Addressed CVE-2023-22102.
  • S1NPM-114017: Can successfully restore the metric policy during the import process.
  • S1NPM-114456: Device Discovery is successful in all scenarios of Object Group rules with various plugins, objects, metadata, etc.
  • S1NPM-114594: From NMS GUI, when user clicks on ?, it now launches published documents.
  • S1NPM-114631: SNMP discovery completes successfully and devices in the cluster are discovered as expected.
  • S1NPM-114712: SDN: Old alerts if already acknowledged, are not recreated again.
  • S1NPM-114713: SDN plugin now checks if the appliance is a PAS or an HSA before starting the collection.
  • S1NPM-114738: Addressed CVE-2025-22868 and CVE-2025-27152.
  • S1NPM-114792: Addressed CVE-2024-56201.
  • S1NPM-114794: Object Manager: WiFi Station Metadata populates as expected on SevOne NMS.
Warning: Known Issue

S1NPM-115171: After adding a SDN device and performing an upgrade, log rotation does not work as expected.

Important: For new installs / upgrades,

the latest TAR and CHECKSUM files can be downloaded from IBM Passport Advantage (https://www.ibm.com/software/passportadvantage/pao_download_software.html) via Passport Advantage Online. However, if you are on a legacy / flexible SevOne contract and do not have access to IBM Passport Advantage but have an active Support contract, please contact SevOne Support Team for the file.

  • for upgrades, v7.2.1-build20250404-011208-4e64857f.tar.gz and v7.2.1-build20250404-011208-4e64857f.tar.gz.sha256.txt
  • for downgrades, v7.2.1-to-v7.2.0-build20250404-011208-4e64857f.tar.gz and v7.2.1-to-v7.2.0-build20250404-011208-4e64857f.tar.gz.sha256.txt
Upgrade from SevOne NMS 7.0.1+ (Command Line Interface)
  • Copy the upgrade file and checksum to /data/upgrade (make the directory, if not already created).
  • Execute the following commands to perform an upgrade.
    
    cd /data/upgrade
    
    sudo podman exec -it nms-nms-nms SevOne-validate-image -i \
    /data/upgrade/v7.2.1-build20250404-011208-4e64857f.tar.gz -s \
    /data/upgrade/v7.2.1-build20250404-011208-4e64857f.tar.gz.sha256.txt
    
    sudo tar -xzf v7.2.1-build20250404-011208-4e64857f.tar.gz
    
    cd /data/upgrade/ansible
    
    sudo ./upgrade.sh
    

Upgrade from SevOne NMS 7.0.1+ (GUI Installer)

Please refer to SevOne NMS Upgrade Process Guide for details.

Downgrade to SevOne NMS 7.2.0 (Command Line Interface)
  • Copy the downgrade files to /data/upgrade (make the directory, if not already created).
  • Execute the following commands to perform an downgrade.
    
    cd /data/upgrade
    
    sudo podman exec -it nms-nms-nms SevOne-validate-image -i \
    /data/upgrade/v7.2.1-to-v7.2.0-build20250404-011208-4e64857f.tar.gz -s \
    /data/upgrade/v7.2.1-to-v7.2.0-build20250404-011208-4e64857f.tar.gz.sha256.txt
    
    sudo tar -xvf v7.2.1-to-v7.2.0-build20250404-011208-4e64857f.tar.gz
    
    cd ansible
    
    sudo ./reverse.sh