cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1058
Views
0
Helpful
3
Replies

Upgrade Prime NCS

evarner
Level 1
Level 1

I have a Prime NCS appliance running 1.0.2.29 and I need to upgrade it to 1.1.0.58. I have downloaded the code from the Cisco site but I need to know how to upgrade the NCS.

3 Replies 3

Stephen Rodriguez
Cisco Employee
Cisco Employee

Take a look here.

http://www.cisco.com/en/US/docs/wireless/ncs/1.1/release/notes/NCS_RN1.1.html#wp208350

Steve

Sent from Cisco Technical Support iPad App

HTH,
Steve

------------------------------------------------------------------------------------------------
Please remember to rate useful posts, and mark questions as answered

Thanks...I followed the steps in this procedure and all went well until about an hour in to the process I got an error stating that the manifest file was not in the bundle. At this point the transfer stopped and the tftp server shut down

Naveen Kumar
Level 4
Level 4

Use the following command to upgrade  from NCS 1.0 to NCS 1.1.0.58:
# application upgrade  NCS-upgrade-bundle-1.1.0.58.tar.gz wcs-ftp-repo
In the preceding command,  NCS-upgrade-bundle-1.1.0.58.tar.gz is the upgrade bundle file, which is  available for download.
The repository used in the example, wcs-ftp-repo,  can be any valid repository.
Examples of repository configurations follow. 
FTP Repository:
# configure
(config)# repository  wcs-ftp-repo
(config-Repository)# url
ftp://ip-address
(config-Repository)# user ftp-user  password plain ftp-user
(config-Repository)# exit
(config)#  exit
#
SFTP Repository:
# configure
(config)# repository  wcs-sftp-repo 
(config-Repository)# url  sftp://ip-address
(config-Repository)# user ftp-user password plain  ftp-user
(config-Repository)# exit
(config)# exit
#
TFTP Repository: 
# configure
(config)# repository wcs-tftp-repo
(config-Repository)#  url tftp://ip-address
(config-Repository)# exit
(config)#  exit
#

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card