ONTAP Discussions

Command to Increase node image download timeout

KumarChalla
4,118 Views

I am trying to upgrade one of our clusters at a remote location half way across the world. We do not have a big pipe nor there is a local server/resource I can use to get the image locally. The image download to the nodes fails with the following error. I want to try increasing the timeout value from 45 minutes to 60 minutes but my search came up empty for the command.

 

Do you know what the command would be to increase this timeout value?

 

 

::*> system node image get -node * -package http://..../93P8_q_image.tgz -replace-package true

Software get http://.../93P8_q_image.tgz started on node stcntap1n1
Downloading package. This may take up to 10 minutes.
2% downloaded
Install Failed.
Failed to download package from http://.../93P8_q_image.tgz. Error: Transferred
a partial file : transfer closed with 836502178 bytes remaining to read
Error: command failed on node "node1": Install Failed. Failed to download package from http://.../93P8_q_image.tgz. Error:
       Transferred a partial file : transfer closed with 836502178 bytes remaining to read

 

1 ACCEPTED SOLUTION

AlexDawson
4,039 Views

Hi there,

 

Unfortunately this timeout is not configurable. You will need a webserver with better connectivity.

 

If this is a common issue, I suggest getting a raspberry pi, loading a webserver and the image onto it,  and then configuring it for DHCP or for a local static address, and then couriering it to the remote location.

 

Hope this helps!

View solution in original post

2 REPLIES 2

AlexDawson
4,040 Views

Hi there,

 

Unfortunately this timeout is not configurable. You will need a webserver with better connectivity.

 

If this is a common issue, I suggest getting a raspberry pi, loading a webserver and the image onto it,  and then configuring it for DHCP or for a local static address, and then couriering it to the remote location.

 

Hope this helps!

KumarChalla
3,998 Views

Thank you Alex! I was able to get the image loaded after a couple of retries. But I will keep what you suggested in mind for the future.

Public