diff options
Diffstat (limited to 'content/blog/netapp/investigate-memory-errors.md')
-rw-r--r-- | content/blog/netapp/investigate-memory-errors.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/content/blog/netapp/investigate-memory-errors.md b/content/blog/netapp/investigate-memory-errors.md new file mode 100644 index 0000000..0e6d665 --- /dev/null +++ b/content/blog/netapp/investigate-memory-errors.md @@ -0,0 +1,12 @@ +--- +title: "Investigate memory errors" +linkTitle: "Investigate memory errors" +date: 2018-07-06 +description: > + How to investigate memory errors on a data ONTAP system +--- + +{{< highlight sh >}} +set adv +system node show-memory-errors -node <cluster_node> +{{< / highlight >}} |