Simulator Discussions

How to resize SVM root volume

sce
2,814 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
sce has accepted the solution

Ontapforrum
2,789 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
sce has accepted the solution

Ontapforrum
2,790 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
2,779 Views

Thank you, Ontapforrum

sce
2,780 Views

Thank you, Ontapforrum

Public