ACS | how to upgrade using disk protocol
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2016 09:08 PM - edited 03-10-2019 11:56 PM
Hello Team,
We would like to know how to save the OS and patch in ACS and upgrade using disk protocol
- Labels:
-
AAA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2016 02:01 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2016 03:22 AM
Hello VenkataKrishna,
I'm lost in your response. Is this correct copy ftp://<ftp ip>/<username>/<acs os> disk:/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2016 04:01 AM
Hi Jhon,
yes, copy ftp://<ftp ip>/<directory name>/<file name> "disk:/"
Thanks
VenkataKrishna
Please rate helpful posts and mark correct answers.
