ONTAP Hardware

fas 2240 single Node Upgrade from 9.1P15 to 9.1P19

thomas382
2,547 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

4 REPLIES 4

Ontapforrum
2,531 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
2,528 Views

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

 

::> sp show

thomas382
2,519 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
2,517 Views

put another '/' it needs 3:

 

exampel:

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

Public