How to request a disk swap on a dedicated server on Crunchbits
Collecting the required information/logs
1. smartctl
Start by collecting the smartctl information about the disk. You can do this with the following command:
smartctl -a /dev/sdX > smart.txt
Don't forget to replace /dev/sdx with the appropriate disk letter
2. lsblk
Then, you'll need to collect the list of your block devices, which you can do with this command:
lsblk > lsblk.txt
3. Firmware version
Afterward, check the firmware version of your LSI controller with:
dmesg | grep LSI
If it shows up empty, then on the ticket please mention that
4. Server logs
Another useful log that we always take a look at is the server logs, which can be obtained with:
5. RAID information
If the device is in a RAID array, please share with us the status of the raid array with:
mdadm
ZFS
Reporting a broken disk:
1. Open a ticket
Start by going to our client area, and then on the left navigation bar, please select Support [1] > Open Ticket [2]
2. Fill out the body of the ticket
Then, select the Technical Support department
Afterward, please select the appropriate server in the Realted Service [1] field, and fill out the Subject, and the Message part as per the table below:
Hello,
I'd like to request a disk swap on my server [42-XX-XX].
The S/N of the disk is: [SERIAL NUMBER].
The LSI FW version is: [FW Version].
I'm also attaching the following files to this ticket:
smartctl.txt
lsblk.txt
dmesg.txt
[mdstat.txt] / [zpool.txt]
[Addicional Concerns]
Thank you!