diff options
author | Julien Dessaux | 2021-03-11 18:53:14 +0100 |
---|---|---|
committer | Julien Dessaux | 2021-03-11 18:53:14 +0100 |
commit | 60d3abc6ecdc21b4ab921d34a55b4af48690f55a (patch) | |
tree | 1ee530dd7367d743fb619f341100e41df22e1985 /content/blog/netapp | |
parent | Updated docsy theme (diff) | |
download | www-60d3abc6ecdc21b4ab921d34a55b4af48690f55a.tar.gz www-60d3abc6ecdc21b4ab921d34a55b4af48690f55a.tar.bz2 www-60d3abc6ecdc21b4ab921d34a55b4af48690f55a.zip |
Rewrote the whole website to get rid on a heavy theme
Diffstat (limited to 'content/blog/netapp')
-rw-r--r-- | content/blog/netapp/_index.md | 5 | ||||
-rw-r--r-- | content/blog/netapp/investigate-memory-errors.md | 12 |
2 files changed, 17 insertions, 0 deletions
diff --git a/content/blog/netapp/_index.md b/content/blog/netapp/_index.md new file mode 100644 index 0000000..55bab1b --- /dev/null +++ b/content/blog/netapp/_index.md @@ -0,0 +1,5 @@ +--- +title: "Netapp" +linkTitle: "Netapp" +weight: 30 +--- 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 >}} |