aboutsummaryrefslogtreecommitdiff
path: root/content/blog/commands/omreport.md
blob: de46c8a95344e859ae9d5be67606fa2b72ecdb36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
title: "omreport"
date: 2018-03-05
description: Some omreport command examples
tags:
  - linux
---

## Your raid status at a glance

- `omreport storage pdisk controller=0 vdisk=0|grep -E '^ID|State|Capacity|Part Number'|grep -B1 -A2 Failed`

## Other commands

```sh
omreport storage vdisk
omreport storage pdisk controller=0 vdisk=0
omreport storage pdisk controller=0 pdisk=0:0:4
```