blob: 0e6d665d00db573475e4be12ccd727fa3de9ebb9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
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 >}}
|