This article details the steps to upgrade the NSMXpress appliance to a new, major NSM version if the NSMXpress appliance is not connected to the Internet.
Cannot upgrade NSMXpress OS version because no Internet connection is available
To upgrade the NSMXpress appliance to a new, major NSM version when the NSMXpress appliance is not connected to the Internet, perform the following steps:
Select the version that you require (for example, 2012.2) and navigate to the desired version/build header. For example, if you are looking to upgrade to 2012.2R13a , select 2012.2 as the version and select 2012.2R13a on the corresponding page.
Download the "Linux server" (nsm <version> _servers_linux_x86.zip)” file.
Check the CentOS version on the appliance by running the uname -a command and depending on the CentOS version, navigate to the header “ Tools for CentOS <version> ”.
uname -a
Download the “ NSM Appliance Generic Offline Upgrade Package_v4 – CentOS <version</strong> >” file.
FTP or SCP the files onto your NSMXpress appliance. Download both files to the same location ( /home/admin or /var/cores ).
/home/admin
/var/cores
Log in as the admin user and answer " n " when prompted to run the setup wizard. Enter the following command, and then enter the admin password to gain root access.
admin
n
root
# sudo su -
Confirm that the unzip utility is present on the appliance by executing the following command:
# which unzip
Navigate to the directory where you saved the management system installer file, which is typically the /home/admin or /var/cores sub-directory.
Execute the following command to unzip the offline upgrade installation file.
# unzip nsm_generic_offline_upgrade_v4_CentOS<version>.zip
sh
upgrade-os.sh
apps-rpms
i386
Execute the following command to unzip the NSM version installer file.
# unzip nsm<version>_servers_linux_x86.zip
nsm <version> _servers_linux_x86.sh
Run the following command to automatically start the installation.
# sh upgrade-os.sh nsm<version>_servers_linux_x86.sh Offline
2019-07-08: Content modified to include new steps for the supported NSM versions