14 lines
234 B
Markdown
14 lines
234 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
|
|
|
|
```sh
|
|
set adv
|
|
system node show-memory-errors -node <cluster_node>
|
|
```
|