ONTAP Discussions
ONTAP Discussions
Hi,
I am looking at the aggregates and notice our FAS2650 with two controllers (nodes) having both aggregates named below with just 17.85 GB left (total 368 GB). Is that the location of where the OS resides? Will that be enough for an upgrade from 9.2p1 to 9.3p18?
root_cmnas01 & root_cmnas02
Also under SVMs --> Volumes, there is a volume called cm_svm_root. Is this a subset of the aggregate above? I am guessing its the root level (\\nas\c$) accessible from a Windows machine. Can someone confirm.
Thanks,
Svho1
Solved! See The Solution
root_cmnas01 & root_cmnas02 are the root volumes for the nodes cmnas01 and cmnas02. There is multiple command that can help you validate the upgrade before running it. "cluster image validate -version" and "system node image update.... -estimate-only true" commands.
:*:> cluster image validate -version.........
[-validate-only [true]] - Validate the Package before InstallationUse this parameter to validate the package. Validation consists of verifying whether there is enough space on the system to install the package, verifying the checksum for each component within the package and so on. Validation usually takes from 30 to 60 minutes. If you specify this parameter, the package will be validated only, not installed.
http://docs.netapp.com/ontap-9/topic/com.netapp.doc.dot-cm-cmpr-920/cluster__image__validate.html
::*> system node image update....
[-estimate-only [true]] - Estimate OnlyCreates a report of the steps that occur during the update without actually doing them.https://docs.netapp.com/ontap-9/topic/com.netapp.doc.dot-cm-cmpr-920/cluster__image__update.html
That been said, you can always go to systemshell and clear /etc/crash directory. Old core files and packet traces can be taking space from the root volumes.
Regarding the cm_svm_root volume. this is the root volume for the vserver. There is no need to access that volume,
root_cmnas01 & root_cmnas02 are the root volumes for the nodes cmnas01 and cmnas02. There is multiple command that can help you validate the upgrade before running it. "cluster image validate -version" and "system node image update.... -estimate-only true" commands.
:*:> cluster image validate -version.........
[-validate-only [true]] - Validate the Package before InstallationUse this parameter to validate the package. Validation consists of verifying whether there is enough space on the system to install the package, verifying the checksum for each component within the package and so on. Validation usually takes from 30 to 60 minutes. If you specify this parameter, the package will be validated only, not installed.
http://docs.netapp.com/ontap-9/topic/com.netapp.doc.dot-cm-cmpr-920/cluster__image__validate.html
::*> system node image update....
[-estimate-only [true]] - Estimate OnlyCreates a report of the steps that occur during the update without actually doing them.https://docs.netapp.com/ontap-9/topic/com.netapp.doc.dot-cm-cmpr-920/cluster__image__update.html
That been said, you can always go to systemshell and clear /etc/crash directory. Old core files and packet traces can be taking space from the root volumes.
Regarding the cm_svm_root volume. this is the root volume for the vserver. There is no need to access that volume,
Can you validate a few days before actually doing? The GUI interface has that option too.
Sure.
My recommendation is to do it few days before as well as before you run through it. The command will not take long to run.
Thank you!