Cisco Optical Network Planner Installation Guide, Releases 26.x.x

PDF

Upgrade Cisco ONP from Release 25.1.1 to 26.1.1

Want to summarize with AI?

Log in

Overview

Use this procedure to upgrade your Cisco ONP software to the latest release to access new features and ensure optimal performance.

Follow these steps to upgrade Cisco ONP software from Release 25.1.1 to 26.1.1.

Procedure

1.

Install Cisco ONP 26.1.1 image using the steps 1 to 5 of the procedure Install Cisco ONP.

2.

In the displayed table, find out the container ID that is corresponding to the image "cnp_postgress image - dockerhub.cisco.com/cnp-rpt-dev-docker/postgres:14.9"

3.

Use this command to enter inside the container.

#docker exec -it <cnp_postgress container ID> bash 
  1. Use the command in the container to log into the database.

    psql -U <db_username> CnpDB
  2. After you log in the database you will see this message.

    psql (14.9)
     Type "help" for help
     CnpDB=#
  3. Enter the command Analyze;.

    This command takes a few minutes based on your database size.

  4. Enter the command DROP TABLE IF EXISTS databasechangeloglock.

    This command removes Liquibase Lock if it exists and enables seamless login and design activities after upgrade from 25.1.1 to 26.1.1.

  5. Enter Exit to come out of the database.

4.

Enter Exit to come out of the container.

Note

Reanalyze the R25.1.1 analyzed networks after the upgrade to get the updated power consumption values.

Note

Reanalyse R25.1.1 NCS1001 and NCS1014 networks to populate valid ports in Cisco Optical Site Manager XML.

Cisco ONP is upgraded to the required release. The database is updated and ready for post-upgrade operations.