The NetApp Community is moving to a new platform and is in Read-Only mode. Click to learn more.
Stay connected during the transition - Join our Discord community today.

Simulator Discussions

How to resize SVM root volume

sce
4,346 Views

Hi,

I wanted to resize svm1_root volume for svm1 vserver on Simulator ONTAP 9.10.1

Current size is only 20 MB.

What I have to do, please ?

1 ACCEPTED SOLUTION

Ontapforrum
4,321 Views

Simply resize it via GUI or CLI

 

Example CLI: re-sizing to 1g from 20M.

::> volume size -vserver SVM -volume <svm_root_vol> -new-size 1g 

 

On the side note:
SVM root volume is not going to be an issue even if it is 20MB only, most of the space it consumes is 'namespace' only. You may have to worry about "node's root volume"


Multiple issues can produce a node's root volume running out of space.
https://kb.netapp.com/Advice_and_Troubleshooting/Data_Storage_Software/ONTAP_OS/Root_volume_low_on_space

View solution in original post

3 REPLIES 3

Ontapforrum
4,322 Views

Simply resize it via GUI or CLI

 

Example CLI: re-sizing to 1g from 20M.

::> volume size -vserver SVM -volume <svm_root_vol> -new-size 1g 

 

On the side note:
SVM root volume is not going to be an issue even if it is 20MB only, most of the space it consumes is 'namespace' only. You may have to worry about "node's root volume"


Multiple issues can produce a node's root volume running out of space.
https://kb.netapp.com/Advice_and_Troubleshooting/Data_Storage_Software/ONTAP_OS/Root_volume_low_on_space

sce
4,311 Views

Thank you, Ontapforrum

sce
4,312 Views

Thank you, Ontapforrum

Public