> For the complete documentation index, see [llms.txt](https://docs.synteq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.synteq.com/dedicated-servers/other/requesting-a-part-swap/disk-swap.md).

# Disk Swap

## 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

&#x20;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:

```
dmesg > dmesg.txt
```

### 5. RAID information

If the device is in a RAID array, please share with us the status of the raid array with:

<table data-full-width="true"><thead><tr><th>mdadm</th><th>ZFS</th></tr></thead><tbody><tr><td><pre><code>cat /proc/mdstat > mdstat.txt
</code></pre></td><td><pre><code>zpool status > zpool.txt
</code></pre></td></tr></tbody></table>

## 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]

<figure><img src="/files/Oti6og5Qxzj8ydkiAPK7" alt=""><figcaption></figcaption></figure>

### 2. Fill out the body of the ticket

Then, select the `Technical Support` department

<figure><img src="/files/VCwvYpGE3eFHuTmNFI9G" alt=""><figcaption></figcaption></figure>

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:

<table data-header-hidden><thead><tr><th width="145.0625"></th><th></th></tr></thead><tbody><tr><td>Subject [2]</td><td><pre><code>Disk swap request - dedicated server
</code></pre></td></tr><tr><td>Message [3]</td><td><pre><code>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! </code></pre></td></tr><tr><td>Attachments \[4]</td><td>smartctl.txt, lsblk.txt, dmesg.txt, \[mdstat.txt] / \[zpool.txt]</td></tr></tbody></table>

Please make sure to change the variables that are in square brackets to the appropriate values.&#x20;

In case you aren't running RAID, then please delete the mdstat, and the zpool variables from the ticket.&#x20;

If you'd like to point something out to us, or have some concerns, please put them into the `Addicional Concerns` variable.&#x20;

<figure><img src="/files/dZkLgyK0kxMCf9e27iQ4" alt=""><figcaption></figcaption></figure>

Then, after filling everything out, please click the `Submit` button:

<figure><img src="/files/AAqGMcRY09e6jLBtqxSS" alt=""><figcaption></figcaption></figure>

Then wait for us to get back to you with the next steps!&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.synteq.com/dedicated-servers/other/requesting-a-part-swap/disk-swap.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
