Skip to content
Merged
Original file line number Diff line number Diff line change
Expand Up @@ -194,13 +194,44 @@ When you create a support ticket to replace a defective disk, you must also prov
Use the following command to retrieve the position of all disks, and copy/paste the result into your support ticket:

<Message type="important">
This command works **only for software RAID** setups.
You do not need to perform this step if the machine is equipped with an **NVMe** disk.
</Message>

Command result to be returned to support for software RAIDs only.

```
lsblk --paths --sort HCTL --output hctl,name,size,model,rev,serial,tran,phy-sec --bytes | grep -v loop0
```

For RAID controller P410, P420, P222

```
ssacli ctrl all show config
```

## Offers incompatible with disk replacement

<Message type="important">
Some Dedibox machines are hosted on blade servers, where a single blade may host multiple customers.
In these environments, replacing or disconnecting disks would affect other customers, making disk replacement unavailable.

If your server appears on the list and its storage status is indeed `FAILED`, open a [support ticket](/account/how-to/open-a-support-ticket/).
</Message>

| Offers incompatible with disk replacement |
|-----------------------------|
| Start-2-S-SSD |
| Start-2-XS-SATA |
| Start-2-S-SATA |
| Start-3-S-SSD |
| Start-1-M-SATA |
| Start-1-M-SSD |
| Start-2-M-SATA |
| Start-2-M-SSD |
| Start-2-L |
| Start-3-L |
| Pro-6-XS |

<Message type="tip">
For more information on Smartmontools, refer to the [official documentation](https://www.smartmontools.org/wiki/TocDoc).
</Message>
Expand Down