Ontap upgrade fails with there is no space left on device

Error:

Ontap upgrade fails with there is no space left on device


Solution:

Cleanup by removing snapshots from root volume as it needs to copy the download bits.

run below command to cleanup:

# snap delete -V -f -a vol0

No comments:

Post a Comment

how to unlink a NIC from a esxi vSwitch

  List the vSwitches from ESXI using CLI:          esxcli network vswitch standard list  output example: vSwitch0    Name: vSwitch0    Class...