ONTAP Discussions

How to get image from node repository to cluster image repository

Nagar
6,878 Views

Hello All,

 

Due to HTTPS issue i used SYSTEMSHELL to get the software image on node level & i was able to get the ONTAP 9.3 images on node repository but it is not visible in cluster image package .

 

Any way to get the content from NODE repository to cluster repository ???/

 

>cluster image package show-repository
Package Version  Package Build Time
---------------- ------------------
9.1P3            4/18/2017 11:12:45

 

>system image package show

XXXXXCLS01-N01
             mroot
                            306-03897_A0_FAS22XX-FAS25XX_2.4.1P1_SP_FW.zip
                            832P7_q_image.tgz
XXXXXCLS01-N02
             mroot
                            306-03897_A0_FAS22XX-FAS25XX_2.4.1P1_SP_FW.zip
                            93_q_image.tgz

 

Any input will be appreacited ..

 

 

3 REPLIES 3

AravindanPonnusamy
6,570 Views

cluster image package get file:///mroot/etc/software/93_q_image.tgz

pandian
6,306 Views

Copy the cluster image package to the node owns the cluster mangement LIF and run the above command. it will work

Rks2962
1,286 Views

in Ontap 9.3, If http, https and ftp options are not available to upload images. below steps are successfully for upload images.

1) Go to systemshell -node Node1 -->(Need to enter diag password, if dont have diag password, reset with "security login password -username diag")

2) Then scp packages to /mroot/etc/software directory only.

/usr/bin/scp user@hostname://path/of/packages/95P19_q_nodar_image.tgz /mroot/etc/software/

----->Same above command for 9.7 package

/usr/bin/scp user@hostname://path/of/packages/97P22_q_nodar_image.tgz /mroot/etc/software/

3) Verify package in using ls -l /mroot/etc/software/

4) cluster image package get file:///mroot/etc/software/95P19_q_nodar_image.tgz

Output:

Package download started 
Package processing started.

Package processing completed.

 

Note: If cluster image get command not work then try to copy images on node 2 and follow same above steps.

Public