An account will enable you to access:
Don't have an account?
Active IQ Unified Manager Discussions
Hi
Is it possible to get cluster name in below somehow ?
Get-NcAggr |select name, totalsize,used,Available
Thanks
Sure, I would just use a calculated property like this:
Get-NcAggr | select @{l='Cluster';e={(Get-NcCluster).ClusterName}},Name,TotalSize,Used,Available
The ONTAP maximum file limits is lesser than the maximum possible number of files supported by ONTAP for a volume. This video explains the reason why ONTAP has this lower limit on the file count.
Here’s a quick tutorial on how to check system information on the NetApp Support Site.
Learn to correct an error message when ONTAP reports that a volume is out of inodes because it has reached the maximum files.