2020-04-28 17:29:52 +02:00
|
|
|
---
|
|
|
|
title: "Investigate memory errors"
|
|
|
|
date: 2018-07-06
|
2021-03-12 18:12:41 +01:00
|
|
|
description: How to investigate memory errors on a data ONTAP system
|
|
|
|
tags:
|
|
|
|
- netapp
|
2020-04-28 17:29:52 +02:00
|
|
|
---
|
|
|
|
|
2021-03-12 18:12:41 +01:00
|
|
|
## The commands
|
|
|
|
|
2020-04-28 17:29:52 +02:00
|
|
|
{{< highlight sh >}}
|
|
|
|
set adv
|
|
|
|
system node show-memory-errors -node <cluster_node>
|
|
|
|
{{< / highlight >}}
|