Skip to content

Commit 743fe8d

Browse files
docs(dedibox-hardware): update retrieve disk position - ext-dedibox-hardware-defective-disk
1 parent 56f4ff8 commit 743fe8d

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

pages/dedibox-hardware/troubleshooting/diagnose-defective-disk.mdx

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,15 +194,21 @@ When you create a support ticket to replace a defective disk, you must also prov
194194
Use the following command to retrieve the position of all disks, and copy/paste the result into your support ticket:
195195

196196
<Message type="important">
197-
This command works **only for software RAID** setups.
198-
199197
You do not need to perform this step if it is an **NVME**.
200198
</Message>
201199

200+
Command result to be returned to support for software RAIDs only.
201+
202202
```
203203
lsblk --paths --sort HCTL --output hctl,name,size,model,rev,serial,tran,phy-sec --bytes | grep -v loop0
204204
```
205205

206+
## P410, P420, P422
207+
208+
```
209+
ssacli ctrl all show config
210+
```
211+
206212
<Message type="tip">
207213
For more information on Smartmontools, refer to the [official documentation](https://www.smartmontools.org/wiki/TocDoc).
208214
</Message>

0 commit comments

Comments
 (0)