How to Check the Current Version of DX NetOps Performance Management?
search cancel

How to Check the Current Version of DX NetOps Performance Management?

book

Article ID: 407887

calendar_today

Updated On:

Products

Network Observability

Issue/Introduction

How can users check the current version of DX NetOps Performance Management components from both the UI and CLI?

Environment

All Supported Releases

Resolution

In the UI, we can get the version of NetOps Portal, the Data Aggregator and the Data Collectors. Below is where they are located.

NetOps Portal
--------------------------
Login to NetOps Portal, in the top left of the page select the question mark icon and then about.

Data Aggregator
--------------------------
Navigate to the Administraton -> Data Sources -> Data Sources Page. The version will be listed in the table of data sources.

Data Collectors
--------------------------
Navigate to the Administration -> Monitored Items Management -> Data Collectors. The version will be listed for each collector in the table.


From CLI:

NetOps Portal
--------------------------
more /var/.com.zerog.registry.xml | grep -i "DX NetOps Portal"

Data Aggregator
--------------------------
more /var/.com.zerog.registry.xml | grep -i "Data Aggregator"

Data Repository
--------------------------
more /var/.com.zerog.registry.xml | grep -i "Data Repository"

Data Collector
--------------------------
more /var/.com.zerog.registry.xml | grep -i "Data Collector"

In all of these files you will see an entry with the correct version along with a last modified time that will show the date/time they were upgraded.