To perform post-upgrade tasks

Purpose

Perform one of the following procedures after upgrading to NSP Release 25.11 or later.

Post-upgrade tasks
 

In the NSP UI, check the following to verify that the auxiliary database is still connected to NSP:

  • Check Auxiliary Database status.

    Open the System Health dashboard, and check the status of the auxiliary database clusters. Ensure the auxiliary database is operating.

  • Check analytics report generation.

    You can open Data Collection and Analysis Management, Analytics Reports, Reports and Dashboards, NSP, utilization, and then Temperature, CPU, Memory Utilization Details (NSP). Ensure reports are working properly.


In a DR NSP deployment, issue the cluster status API call to verify that the auxiliary database is still connected to NSP:

Note: In order to issue a RESTCONF API call, you require a token; see the My First NSP API Client tutorial on the Network Developer Portal for information.

https://server/restconf/data/auxdb:auxdb-agent

where

server is the NSP advertised address

In the output, the copy-cluster status should be “SUCCESS”. 

End of steps