#disk firmware update

1 messages · Page 1 of 1 (latest)

sterile agate
#

Is it possible to use a director for the package download instead of an url in an ansible script to upgrade firmware? Thanks

paper sedge
#

what do you mean by "director"?

sterile agate
#

Sorry I ment directory

#

Like an nfs mount of a server

paper sedge
#

if you can upload the firmware package to the cluster beforehand somehow, you can use an URL like file://mroot/etc/...

sterile agate
#

It would need to be local to the node or a Unix server?

paper sedge
#

to the ontap node. ontap cannot mount NFS shares from somewhere else

#

just put the file on a central web server somewhere in your org and have it download from there. or you can even put it in an S3 bucket (AWS or something else) and fetch it from there

sterile agate
#

Cool thanks for the help

cobalt gust
paper sedge
#

yes, S3 allows regular browsers to download the file via URL. As long as the bucket properties are set correctly, allowing the download