14 lines
265 B
Markdown
14 lines
265 B
Markdown
---
|
|
title: "Investigate memory errors"
|
|
date: 2018-07-06
|
|
description: How to investigate memory errors on a data ONTAP system
|
|
tags:
|
|
- netapp
|
|
---
|
|
|
|
## The commands
|
|
|
|
{{< highlight sh >}}
|
|
set adv
|
|
system node show-memory-errors -node <cluster_node>
|
|
{{< / highlight >}}
|