ONTAP Hardware

fas 2240 single Node Upgrade from 9.1P15 to 9.1P19

thomas382
3,220 Views

Hello;

I want to upgrade my Fas 2240 single Node Cluster from 9.1P15 to 9.1P19. 

It seems that the system Image is already on the system:

 

cluster3::> version
NetApp Release 9.1P15: Thu Aug 30 08:19:59 UTC 2018

cluster3::> system image package show
Package
Node Repository Package File Name
------------ -------------- -----------------
cluster3-01
mroot
91P19_q_image.tgz

 

I didn't find the correct Instructions for my case,  could you please help me with the crrect commands or the Upgrade?

Many Thanks, Thomas

5 REPLIES 5

Ontapforrum
3,204 Views

As this is single-node, so it will be disruptive.

 

Looks like the image is already downloaded on to the local node, as seen from system imaga package show command, hence we just need to point it to the location.


Example commands:

Step 1:
node::> system node image update -node node0 -package file://mroot/etc/software/image.tgz -setdefault true

 

Step 2: Oncce node is rebooted, and you are logged in:
cluster1::> system node image show -node node1

It should show 9.1P19 as 'default'.


In your case:
cluster3::> system node image update -node cluster3-01 -package file://mroot/etc/software/91P19_q_image.tgz -setdefault true

 

 

Just for info : Automated upgrade on a single-node cluster is supported beginning with ONTAP 9.2 (It is automated in terms of background tasks, however it is disruptive as well b'cos of only single-node)

 

Thanks!

Ontapforrum
3,201 Views

Incase SP IP is configured, you can login to that : So that you don't lose the connection.

 

::> sp show

thomas382
3,192 Views

Thanks for the Reply,

 

Somthing went wrong:

cluster3::> system node image update -node cluster3-01 -package file://mroot/etc/software/91P19_q_image.tgz -setdefault

true

Error: command failed: Invalid URL: file://.../91P19_q_image.tgz

Do you have an idea?

Gretings, Thomas

Ontapforrum
3,190 Views

put another '/' it needs 3:

 

exampel:

file:///mroot..blah blah..

junwang
143 Views

Hi,thomas382,

Before upgrading, it should be noted that the current device is in single mode. If the controller restarts due to the upgrade, it will interrupt the business. Please be aware of this.
Now it can be seen that the upgrade package file has been uploaded to the storage. You need to perform the operation of installing the upgrade package, set it to enable the startup option, and complete the restart work.
The commands that need to be entered based on the time situation are
cluster3::> system node image update -node cluster3-01 -package file://mroot/etc/software/91P19_q_image.tgz -replace-package true -setdefault true
Installation complete to be displayed When the image is updated on node, it indicates that the system installation is complete.
Then restart the controller and complete the upgrade.

Public