通过 System Manager 或 CLI 上传的图像文件保存在哪里?
适用于
- ONTAP 9
- ONTAP System Manager
- cluster image package get
- system node image get
- 将升级映像上传到 ONTAP
回答
- 从系统管理器上传的 ONTAP 映像文件首先保存在:
file://localhost/mroot/etc/upload/<file name>
然后将保存在:
file://localhost/mroot/etc/NDU/store/<version>/<file name>示例:
file://localhost/mroot/etc/NDU/store/9.6P18/96P18_q_image.tgz- 从以下 CLI 上传的 ONTAP 映像文件保存在
::> cluster image package get -url http://example.com/image.tgz::> cluster image package show-repository
=> file://localhost/mroot/etc/NDU/store/<version>/<file name>
::> system image get http://example.com/image.tgz::> system node image package show
=> file://localhost/mroot/etc/software/<version>/<file name>
追加信息
追加信息_text