To prepare for an NFM-P system upgrade from Release 22.6 or earlier

Description
CAUTION 

CAUTION

Upgrade failure

An NFM-P system upgrade fails if each main server in the system is not fully initialized and functional before the upgrade.

Before you attempt an NFM-P system upgrade, you must ensure that the initialization of each main server in the NFM-P system is complete.

The following steps describe the actions that you must perform in advance of a standalone or redundant NFM-P system upgrade.

Note: You require the following user privileges on each server station in the system:

  • root

  • nsp

Note: The following RHEL CLI prompts in command lines denote the active user, and are not to be included in typed commands:

  • # —root user

  • bash$ —nsp user

Steps
CAUTION 

CAUTION

Deployment failure

The RHEL OS of any NSP component requires specific versions of some RHEL packages. If the required package versions are not installed, the component upgrade fails.

See Manual NSP RHEL OS installation for the required package versions.

Commission new stations, if required
 

If you are replacing one or more stations in the system, commission each replacement station according to the platform specifications in this guide and in the NSP Planning Guide.

Note: The hostname and IP address of each replacement station must match the hostname and IP address of the station being replaced.

For information about deploying the RHEL OS using an NSP OEM disk image, see NSP disk-image deployment.


Check component hardware
 

Perform a file system check on each component by entering the following for each file system device as the root user on the component station:

e2fsck -n file_system

where file_system is a specification such as /dev/sdan for a physical disk, or /dev/vdan for a virtual disk

If the check passes, the output is similar to the following

/dev/sdan: clean, a/b files, x/y blocks

If the check indicates a failure, you must correct the disk corruption before you continue.


Check each component station for system error messages; enter the following as the root user on the station:

grep -i error /var/log/messages ↵

If no error messages are present, the command returns nothing. Otherwise, investigate and resolve the issues indicated by the error messages that are displayed.


Perform “How do I test NFM-P disk performance?” in the NSP System Administrator Guide on each component station to ensure that the disk speed and latency meet or exceed your system requirements.


Check component OS configuration
 

Verify that the /etc/hosts file contains the required host entry for each NFM-P component; enter the following as the root user on each station, and ensure that each required entry is present and correctly specified, as described in Network requirements:

cat /etc/hosts ↵


Verify that the /etc/nsswitch.conf file is configured correctly; enter the following as the root user on each component station:

cat /etc/nsswitch.conf ↵

Ensure that “files” is the first entry for passwd, shadow, group, and hosts, as shown in the following:

passwd:     files nis

shadow:     files nis

group:      files nis

hosts:      files dns myhostname


Verify that the OS version is compatible with the NFM-P release, as described in the NSP Planning Guide; enter the following as the root user on each component station:

cat /etc/redhat-release ↵

Red Hat Enterprise Linux Server release R.r (codename)


Verify that the disk partitions are correctly allocated and sized; enter the following commands as the root user on each component station, and check the output against the specifications in Chapter 2, NSP disk setup and partitioning:

lsblk ↵

df -PH ↵


Verify that the required RHEL OS packages are installed; enter the following as the root user on each component station; see Chapter 3, RHEL OS deployment for the NSP for information about the required packages:

dnf list installed ↵


Verify NE resynchronization status
 
10 

Use the Discovery Manager in the NFM-P GUI to ensure that no NEs are undergoing or pending resynchronization.

  1. Open an NFM-P GUI client.

  2. Choose Administration→Discovery Manager from the NFM-P main menu. The Discovery Manager (Edit) form opens.

  3. Click on the Resync Status tab.

  4. Ensure that no NEs are in either of the following states:

    • In Progress

    • Requested

  5. Close the Discovery Manager form.


Obtain new NFM-P license
 
11 

The migration to RHEL 8 in a system upgrade from Release 22.6 or earlier changes each NFM-P station UUID. Consequently, an upgraded main server cannot recognize the NFM-P license from before the upgrade, and you must request a new licence based on the new main server UUIDs.

Perform the following steps on each main server station.

  1. Enter the following as the root user:

    cat /sys/devices/virtual/dmi/id/product_uuid ↵

    The station UUID is displayed.

  2. Record the UUID.

  3. Unzip the license file; enter the following:

    tar -xvf license_file ↵

    where license_file is the path of the compressed license file

    The nfmpLicense.xml file is extracted to the current directory.

  4. Open the nfmpLicense.xml file for viewing.

  5. Review the license parameters to ensure the following:

    • The license enables the required functions.

    • The licensed capacities are correct and sufficient for you network.

  6. Submit your license request to Nokia using the new UUIDs, and the required parameter values.


Back up NFM-P configuration
 
12 

Copy the following configuration files to a secure location on a station that is not affected by the upgrade:

  • from each main server station:

    • contents of /opt/nsp/nfmp/server/nms/config

    • /opt/nsp/nfmp/config/nms/config/main_config.xml

  • from each auxiliary server station:

    • contents of /opt/nsp/nfmp/auxserver/nms/config

    • /opt/nsp/nfmp/config/nms/config/aux_config.xml

  • from each main database station:

    • /opt/nsp/nfmp/samdb/install/config/dbconfig.properties

    • /opt/nsp/nfmp/config/nms/config/db_config.xml


Remove outdated logs
 
13 

An NFM-P main server may retain logs saved during a previous upgrade in the following directory:

/opt/nsp/nfmp/server/nms/log/previous_log

The files in the directory may consume excessive disk space. If the directory exists on a main server, it is strongly recommended that you remove the files from the directory before the upgrade.

  1. Move the files to a secure archive location on a station that does not host an NSP component.

  2. Delete the files.


Check and configure firewalls
 
14 

You must ensure that each firewall between the system components allows the required traffic to pass between the components, or is disabled. You can configure and enable the firewalls after the upgrade, if required.

Note: An upgrade includes a new RHEL OS installation, after which the RHEL firewalld service is typically enabled by default.

If you are moving any NFM-P components to new stations, rather than re-using the existing stations, perform one of the following.

  1. Configure each firewall to allow the required traffic to pass. See the NSP Planning Guide for a list of the ports that must be open on each component.

    Note: The RHEL firewalld service must be configured using the firewalld rules in the NSP Planning Guide, which describes using NFM-P templates for rule creation.

  2. Disable each firewall; see the external firewall documentation, or perform To disable the RHEL firewalld service.


Download installation files
 
15 

Download the following NFM-P installation files to an empty directory on a station that is not affected by the upgrade activity:

Note: The station must be reachable by each station that is to host an NFM-P main server or main database.

  • linuxMigration.sh

  • nsp-nfmp-jre-R.r.p-rel.v.rpm

  • nsp-nfmp-config-R.r.p-rel.v.rpm

  • nsp-nfmp-nspos-R.r.p-rel.v.rpm

  • nsp-nfmp-main-server-R.r.p-rel.v.rpm

  • nsp-nfmp-oracle-R.r.p-rel.v.rpm

  • nsp-nfmp-main-db-R.r.p-rel.v.rpm

  • nsp-nfmp-nodeexporter-R.r.p-rel.v.rpm, if you want to forward NFM-P system metrics to the NSP

  • OracleSw_PreInstall.sh

where

R.r.p is the NSP release identifier, in the form MAJOR.minor.patch

v is a version identifier


Validate database
 
16 

Before you upgrade a main database, you must ensure that the main database contains only valid records, or the upgrade fails.

Note: In a redundant system, you must perform the validation on the primary main database station.

Log in as the root user on the main database station.


17 

Transfer the following downloaded file to an empty directory on the main database station:

  • OracleSw_PreInstall.sh


18 

Navigate to the directory that contains the OracleSw_PreInstall.sh file.


19 

Enter the following:

chmod +x OracleSw_PreInstall.sh ↵


20 

Perform the following steps to validate the Oracle database and resolve any conflicts that may prevent an upgrade.

Note: If the validation check reports a small number of errors, for example, a few duplicate and invalid instances of an object, deleting the invalid instances manually may be sufficient. A large number of errors may indicate a significant problem that requires expert attention; in such a case, contact technical support for assistance.

  1. Enter the following:

    ./OracleSw_PreInstall.sh -check ↵

    The following prompt is displayed:

    Enter the password for the "SYS" Oracle user (terminal echo is off):

  2. Enter the SYS user password.

    The following messages are displayed:

    Logging Oracle pre install checks to log_file

    In upgrade check mode, this script does not modify the system.

    About to validate that the database can be upgraded to release.

    Found the NFM-P main database installation directory /opt/nsp/nfmp/db/install.

    If the validation is successful, the following messages and prompt are displayed:

    INFO: Database upgrade validation passed.

  3. If the validation is successful, go to Step 21.

  4. If the script detects one or more invalid items, for example, an NE at a release that the new NFM-P software does not support, an incomplete deployment, or other upgrade restriction, one line like the following is displayed for each item:

    ERROR: Error message

    The following is displayed as the script exits.

    ERROR: The database cannot be upgraded. Please fix the above errors and re-run this script.

    Remove the upgrade restriction. For example, clear an incomplete deployment, or upgrade an unsupported NE to a release that the new software supports.

  5. Run the script again; go to substep 1.


Verify database archive log synchronization
 
21 

If the system is redundant, ensure that no archive log gap exists between the primary and standby main databases.

Note: If you attempt a database upgrade when an archive log gap exists, the upgrade fails.

  1. Open an NFM-P GUI client.

  2. View the Standby DB entry in the GUI status bar.

  3. If the entry reads “Database archive log gap”, you must reinstantiate the standby database. Otherwise, go to Step 22.

  4. Choose Administration→System Information from the main menu. The System Information form opens.

  5. Click Re-Instantiate Standby.

  6. Click Yes to confirm the action. The reinstantiation begins, and the GUI status bar displays reinstantiation information.

    Note: Database reinstantiation takes considerable time if the database contains a large amount of statistics data.

    You can also use the System Information form to monitor the reinstantiation progress. The Last Attempted Standby Re-instantiation Time is the start time; the Standby Re-instantiation State changes from In Progress to Success when the reinstantiation is complete.

  7. When the reinstantiation is complete, close the System Information form.


Back up database
 
22 

Open an NFM-P GUI client.


23 

Choose Administration→Database from the main menu. The Database Manager form opens.


24 

Click on the Backup tab.


25 
CAUTION 

CAUTION

Service Disruption

The disk partition that is to contain the database backup must have sufficient space for the database backup file set.

Ensure that the backup directory is at least five times as large as the expected database backup size. For more information, contact technical support or see the NSP Planning Guide.

CAUTION 

CAUTION

Data Loss

Before the NFM-P performs a database backup, it deletes the contents of the specified backup directory.

Ensure that the backup directory that you specify does not contain files that you need to retain.

CAUTION 

CAUTION

Data Loss

The backup directory that you specify must not include the main database installation directory, or data loss may occur.

Ensure that the directory path does not include /opt/nsp/nfmp/db.

Note: The backup directory that you specify must be a directory on a local mounted partition.

Note: The Oracle management user requires read and write permissions on the backup directory.

Configure the following parameters:

  • Manual Backup Directory

  • Enable Backup File Compression


26 

Click Apply.


27 

Click Full Backup.


28 

Click OK. The database backup begins, and the Backup State indicator reads In Progress.

Note: Depending on the database size, a backup may take considerable time.


29 

Monitor the Backup State indicator, which is dynamically updated. The indicator displays Success when the backup is complete.


30 

When the backup is complete, close the Database Manager (Edit) form.


31 

Transfer the following backup file sets to a secure location on a separate station that is unaffected by the upgrade activity:

  • Oracle database—copy from the specified backup location in Step 25 on the standalone or primary main database station

  • Neo4j and PostgreSQL databases—copy from the /opt/nsp/os/backup directory on the standalone or primary main server station


Back up main server configuration
 
32 

Perform the following steps on each main server station.

  1. Log in as the root user on the main server station.

  2. Transfer the following downloaded file to an empty directory on the main server station:

    • linuxMigration.sh

  3. Open a console window.

  4. Navigate to the directory that contains the linuxMigration.sh file.

  5. Enter the following:

    chmod +x linuxMigration.sh ↵

  6. Enter the following:

    ./linuxMigration.sh -t main ↵

    The following is displayed:

    Backup NFM-P main config contents.

    When the backup is complete, the following is displayed:

    Please backup/transfer /opt/importConfigs/mainserverBackupConfigs.tar.gz to a secure location.

    You must restore this file to the exact same directory location on the RHEL 8 station before installing the rpm(s).


33 

The script creates the following file on the station:

  • /opt/importConfigs/mainserverBackupConfigs.tar.gz

Transfer the file to a secure location on a separate station that is unaffected by the upgrade activity.

Note: In a redundant system, you must ensure that you record which main server the file is from.


Back up main server data files
 
34 

Perform the following steps on each main server station.

  1. Log in as the root user on the main server station.

  2. Open a console window.

  3. Enter the following:

    cd /opt/nsp/nfmp ↵

  4. Enter the following:

    tar zcvf `date +%m-%d-%H-%M-%S`.tar.gz lte/ ↵

  5. Enter the following:

    tar zcvf `date +%m-%d-%H-%M-%S`.tar.gz nebackup/ ↵

  6. Enter the following:

    tar zcvf `date +%m-%d-%H-%M-%S`.tar.gz nelogs/ ↵

    Enter the following:

    tar zcvf `date +%m-%d-%H-%M-%S`.tar.gz nesoftware/ ↵

  7. Enter the following:

    tar zcvf `date +%m-%d-%H-%M-%S`.tar.gz os/ ↵

  8. Enter the following:

    tar zcvf `date +%m-%d-%H-%M-%S`.tar.gz server/script/savedResults/ ↵

  9. Enter the following:

    tar zcvf `date +%m-%d-%H-%M-%S`.tar.gz server/nms/nodeSoftware/ ↵


35 

Each command creates a .tar.gz data backup file in the /opt/nsp/nfmp directory. Each file is named using the date and time of file creation.

Transfer the .tar.gz file set to a secure location on a separate station that is unaffected by the upgrade activity.

Note: In a redundant system, you must ensure that you record which main server the file set is from.


Back up custom configuration files
 
36 
CAUTION 

CAUTION

Service Disruption

An NFM-P upgrade does not preserve all non-default settings in configuration files such as nms-server.xml.

If an NFM-P configuration file contains non-default settings that you want to retain after an upgrade, contact technical support for assistance before the upgrade.

Note: At the beginning of an NFM-P main or auxiliary server upgrade, specific configuration and log files are copied to a directory under the installation directory; the directory name includes a timestamp. The directories below the main server installation directory are then deleted. If you have created or customized a file below the main server installation directory, you risk losing the file unless you create a backup copy.

Make a backup copy of each file that you have created or customized in or below the /opt/nsp/nfmp/server directory on each main server station, and store the backup files on a separate station that is not affected by the NFM-P upgrade activity.


Verify compatibility with external systems
 
37 

Ensure that the new NFM-P software is compatible with the software release of each external system that connects to the NFM-P. Contact technical support for information about external system compatibility.


Close LogViewer
 
38 

Close the LogViewer utility, if it is open.


Validate main server and GUI client firewall configuration
 
39 

Confirm that the firewalls between the main servers and the single-user GUI clients and client delegate servers allow traffic to the HTTP or HTTPS port required for client access. Otherwise, you cannot install or upgrade a single-user client or client delegate server.

See the NSP Planning Guide for NFM-P port assignment information.


Verify NFM-P compatibility with managed NEs
 
40 

You must confirm that the new NFM-P release supports the software release of each managed NE and pre-provisioned NE, as stated in the NSP NFM-P Network Element Compatibility Guide.

Note: See also NFM-P deployment requirements for additional important device-specific compatibility requirements.

Note: If the system that you are upgrading manages an NE as a GNE, and the new NFM-P release supports native management of the device type and release, you must unmanage and delete the GNE before you attempt the upgrade. After the upgrade, the NFM-P can discover and manage the device as a native NE instead of a GNE.

Perform one of the following for each managed NE at an unsupported release.

  1. Upgrade the device software to a release that the new NFM-P software supports; see the appropriate device documentation and the NSP NFM-P User Guide for information about performing NE software upgrades.

  2. Remove the NE from the NFM-P managed network, as described in the NSP NFM-P User Guide.

    1. Unmanage the NE.

    2. Delete the NE from the managed network.

    3. Administratively disable or remove the discovery rule element for the NE.

  3. If the NE is a pre-provisioned NE, delete the pre-provisioned NE using the NFM-P Pre-Provisioned NE Manager.


Clear CPAM checkpoints
 
41 

An NFM-P main server upgrade requires additional time if CPAM checkpoints are retained. The additional time varies, depending on the platform resources, managed network size, and checkpoint schedule. To reduce the upgrade time, remove the CPAM checkpoints, as described in the NSP NFM-P Control Plane Assurance Manager User Guide.


Gather required information
 
42 

Choose Administration→System Information from the main menu. The System Information form opens.


43 

Record the following information:

  • Domain Name

  • Primary Server panel:

    • IP Address

    • Host Name

    • Status

  • Primary Database Server panel:

    • Database Name

    • Instance Name

    • IP Address

    • Host Name


44 

If the system is redundant, record the following additional information:

  • Standby Server panel:

    • IP Address

    • Host Name

    • Status

  • Standby Database Server panel:

    • Database Name

    • Instance Name

    • IP Address

    • Host Name


45 

If the system includes one or more auxiliary servers, click on the Auxiliary Servers tab; otherwise, go to Step 49.

A list of auxiliary servers is displayed.


46 

Perform the following steps for each auxiliary server listed on the form.

  1. Select the auxiliary server and click Properties. The Auxiliary Server [Edit] form opens.

  2. Record the following information for use during the upgrade:

    • Host Name

    • Auxiliary Server Type

    • Server Status

    • Public IP address

    • Private IP address, if displayed

  3. Close the Auxiliary Server [Edit] form.


47 

Click on the Auxiliary Services tab. Each Preferred auxiliary server entry has a check mark in the Selected column.


48 

Record the hostname or IP address of each Preferred auxiliary server.

Note: The auxiliary servers are collectively referred to as the [Aux1] auxiliary servers In To upgrade a redundant Release 22.6 or earlier NFM-P system. Any other listed auxiliary servers are the Reserved auxiliary servers, and are collectively referred to as [Aux2] in the procedure.


49 

If the system includes one or more client delegate servers, click on the Client Delegate Servers tab. Otherwise, go to Step 51.


50 

Perform the following steps for each client delegate server listed on the form:

  1. Select the client delegate server and click Properties. The client delegate server properties form opens.

  2. Record the IP Address value for use during the upgrade.

  3. Close the properties form.


51 

Close the System Information form.


52 

Obtain and record the following additional information for each main server:

  • root user password

  • nsp user password

  • additional IP addresses, if NAT or multiple interfaces are used:

    • IP address that each main database must use to reach the main server

    • IP address that the GUI and XML API clients must use to reach the main server; the public IP address, if NAT is used

    • IP address that the auxiliary servers must use to reach the main server

    • private IP address, if NAT is used


53 

Obtain and record the following additional main database information:

  • root user password

  • Oracle management user information:

    • username; installation default is oracle

    • password

    • group name; installation default is dba

  • Oracle database user information:

    • username; installation default is samuser

    • password

  • Oracle SYS user password

  • additional database IP addresses, if NAT or multiple interfaces are used:

    • IP address that each main server must use to reach the database

    • IP address that each auxiliary server must use to reach the database


Close client sessions
 
54 

Close the open GUI and XML API client sessions, as required.

  1. Open a GUI client using an account with security management privileges, such as admin.

  2. Choose Administration→Security→NFM-P User Security from the main menu. The NFM-P User Security - Security Management (Edit) form opens.

  3. Click on the Sessions tab.

  4. Click Search. The form lists the open GUI and XML API client sessions.

  5. Identify the GUI session that you are using based on the value in the Client IP column.

  6. Select all sessions except for the following:

    • the session that you are using

    • the sessions required to monitor the network during a redundant system upgrade

  7. Click Close Session.

  8. Click Yes to confirm the action.

  9. Click Search to refresh the list and verify that only the required sessions are open.

  10. Close the NFM-P User Security - Security Management (Edit) form.


Uninstall Mac OS X clients
 
55 

Uninstall each single-user client installed on Mac OS X.

Note: You must use the uninstallation procedure in the documentation for the installed client release, and not the uninstallation procedure in this guide.


Close GUI client
 
56 

If the GUI client that you are using is not required for network monitoring during the upgrade, close the client.

End of steps