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

ACS | how to upgrade using disk protocol

John
Level 1
Level 1

Hello Team,

We would like to know how to save the OS and patch in ACS and upgrade using disk protocol

3 Replies 3

vthaluru
Cisco Employee
Cisco Employee

Hi Jhon,

you can copy the file from repo to localdisk of ACS .Please use the below command .

copy ftp://10.1.1.1/test/Solartest.zip "disk:/"

You can configure the disk as repository . Please follow the below steps.

zfaaa11/admin# configure
Enter configuration commands, one per line.  End with CNTL/Z.
zfaaa11/admin(config)# repository local
zfaaa11/admin(config-Repository)# url disk://
zfaaa11/admin(config-Repository)# ex
zfaaa11/admin(config)# ex
zfaaa11/admin#

Thanks

VenkataKrishna

Please rate helpful posts and mark correct answers.

Hello VenkataKrishna,

I'm lost in your response. Is this correct copy ftp://<ftp ip>/<username>/<acs os> disk:/

vthaluru
Cisco Employee
Cisco Employee

Hi Jhon,

yes, copy ftp://<ftp ip>/<directory name>/<file name> "disk:/"

Thanks

VenkataKrishna

Please rate helpful posts and mark correct answers.