Skip to content

Commit 7a7febe

Browse files
committed
Collapsible sections + date
Added collapsible sections to make the article more streamlined. Updated the date.
1 parent f069251 commit 7a7febe

File tree

2 files changed

+69
-14
lines changed

2 files changed

+69
-14
lines changed

pages/bare_metal_cloud/dedicated_servers/solidigm_d7-p5520_fw_update/guide.en-gb.md

Lines changed: 36 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,23 @@
11
---
22
title: Dedicated Servers - Upgrading your SSD Solidigm D7-P5520 firmware
33
excerpt: Learn how to upgrade your SSD Solidigm D7-P5520 firmware for Linux, ESXi and Windows Dedicated Servers
4-
updated: 2025-06-04
4+
updated: 2025-06-05
55
---
66

7+
<style>
8+
details>summary {
9+
color:rgb(33, 153, 232) !important;
10+
cursor: pointer;
11+
}
12+
details>summary::before {
13+
content:'\25B6';
14+
padding-right:1ch;
15+
}
16+
details[open]>summary::before {
17+
content:'\25BC';
18+
}
19+
</style>
20+
721
## Objective
822

923
Routine firmware updates play a pivotal role in upholding your drives' performance, stability, and security. Such updates often encompass critical bug fixes, enhanced compatibility, and advanced security features that are indispensable for preserving your data integrity and maintaining optimal operational efficiency.
@@ -95,7 +109,7 @@ The tool only detects Solidigm D7-P5520 NVMe devices and start the flash if the
95109
./sofu_2.1_x64
96110
```
97111

98-
Example result on a server with 3 Solidigm drives to update:
112+
/// details | Example result on a server with 3 Solidigm drives to update:
99113

100114
```bash
101115
root@labo:~# ./sofu_2.1_x64
@@ -172,6 +186,8 @@ Status : Firmware updated successfully. Please reboot the system.
172186
Status : Firmware updated successfully. Please reboot the system.
173187
```
174188

189+
///
190+
175191
The following message should be displayed for each NVMe Solidigm D7-P5520 device whose firmware was not up to date:
176192

177193
```bash
@@ -198,7 +214,7 @@ The tool should return the following message for each drive: **"The selected dri
198214

199215
You can also check for each NVMe that the firmware version is the expected one : **9CV10490**
200216

201-
Example result on a server with 3 Solidigm drives to update:
217+
/// details | Example result on a server with 3 Solidigm drives to update:
202218

203219
```bash
204220
root@labo:~# ./sofu_2.1_x64
@@ -257,6 +273,8 @@ Updating firmware...
257273
Status : The selected drive contains current firmware as of this tool release.
258274
```
259275

276+
///
277+
260278
### ESXi 8.0
261279

262280
#### Software configuration tested by OVHcloud
@@ -268,13 +286,15 @@ Status : The selected drive contains current firmware as of this tool release.
268286
#### Step 1 - Download the firmware package
269287

270288
Download the firmware package on your server:
289+
271290
```bash
272291
wget https://last-public-ovh-baremetal.snap.mirrors.ovh.net/hardware/P5520/P5520_FW_to_9CV10490_ESXi.zip --no-check-certificate
273292
```
274293

275294
**By default, ESXi's firewall policy blocks outbound HTTPS traffic. If you are unable to download the firmware, you may need to add a firewall rule to allow outbound HTTPS connections.**
276295

277296
Unpack the archive:
297+
278298
```bash
279299
unzip -d /tmp P5520_FW_to_9CV10490_ESXi.zip
280300
```
@@ -296,11 +316,12 @@ cd /opt/solidigm/sofu/
296316
```
297317

298318
The tool only detects Solidigm D7-P5520 NVMe devices and start the flash if the firmware is not up to date:
319+
299320
```bash
300321
./sofu
301322
```
302323

303-
Example result on a server with 4 Solidigm drives to update:
324+
/// details | Example result on a server with 4 Solidigm drives to update:
304325

305326
```bash
306327
[root@labo:~] cd /opt/solidigm/sofu/
@@ -402,6 +423,8 @@ Status : Firmware update successful. Please reboot to apply update.
402423
Status : Firmware update successful. Please reboot to apply update.
403424
```
404425

426+
///
427+
405428
The following message should be displayed for each NVMe Solidigm D7-P5520 device whose firmware was not up to date:
406429

407430
```bash
@@ -429,7 +452,7 @@ The tool should return the following message for each drive: **"The selected dri
429452

430453
You can also check for each NVMe that the firmware version is the expected one : **9CV10490**
431454

432-
Example result on a server with 4 Solidigm drive to update:
455+
/// details | Example result on a server with 4 Solidigm drive to update:
433456

434457
```bash
435458
[root@labo:~] cd /opt/solidigm/sofu/
@@ -507,6 +530,8 @@ Updating firmware...
507530
Status : The selected drive contains current firmware as of this tool release.
508531
```
509532

533+
///
534+
510535
### Windows
511536

512537
#### Software configuration tested by OVHcloud
@@ -533,7 +558,7 @@ Run Windows PowerShell as administrator, then run the following command in the d
533558
.\sofu_2.1_win64.exe
534559
```
535560

536-
Example result on a server with 4 Solidigm drives to update:
561+
/// details | Example result on a server with 4 Solidigm drives to update:
537562

538563
```bash
539564
PS C:\Users\admin\Desktop\P5520_FW_to_9CV10490_Win64> .\sofu_2.1_win64.exe
@@ -634,6 +659,8 @@ Status : Firmware updated successfully. Please reboot the system.
634659
Status : Firmware updated successfully. Please reboot the system.
635660
```
636661

662+
///
663+
637664
The following message should be displayed for each NVMe Solidigm D7-P5520 device whose firmware was not up to date:
638665

639666
```bash
@@ -660,7 +687,7 @@ The tool should return the following message for each drive: **"The selected dri
660687

661688
You can also check for each NVMe that the firmware version is the expected one : **9CV10490**
662689

663-
Example result on a server with 4 Solidigm drives to update:
690+
/// details | Example result on a server with 4 Solidigm drives to update:
664691

665692
```bash
666693
PS C:\Users\admin\Desktop\P5520_FW_to_9CV10490_Win64> .\sofu_2.1_win64.exe
@@ -737,6 +764,8 @@ Updating firmware...
737764
Status : The selected drive contains current firmware as of this tool release.
738765
```
739766

767+
///
768+
740769
## Go further <a name="gofurther"></a>
741770

742771
If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project.

pages/bare_metal_cloud/dedicated_servers/solidigm_d7-p5520_fw_update/guide.fr-fr.md

Lines changed: 33 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,23 @@
11
---
22
title: Dedicated Servers - Mise à jour du firmware de votre SSD Solidigm D7-P5520
33
excerpt: Découvrez comment mettre à jour le firmware de votre SSD Solidigm D7-P5520 sur vos serveurs dédiés Linux, ESXi et Windows
4-
updated: 2025-06-04
4+
updated: 2025-06-05
55
---
66

7+
<style>
8+
details>summary {
9+
color:rgb(33, 153, 232) !important;
10+
cursor: pointer;
11+
}
12+
details>summary::before {
13+
content:'\25B6';
14+
padding-right:1ch;
15+
}
16+
details[open]>summary::before {
17+
content:'\25BC';
18+
}
19+
</style>
20+
721
## Objectif
822

923
Les mises à jour régulières du firmware jouent un rôle essentiel dans la préservation des performances, de la stabilité et de la sécurité de vos disques. Ces mises à jour comprennent souvent des corrections de bugs critiques, une compatibilité améliorée et des fonctions de sécurité avancées qui sont indispensables pour préserver l'intégrité de vos données et maintenir une efficacité opérationnelle optimale.
@@ -95,7 +109,7 @@ L'outil détecte uniquement les périphériques NVMe Solidigm D7-P5520 et démar
95109
./sofu_2.1_x64
96110
```
97111

98-
Exemple de résultat sur un serveur avec 3 disques Solidigm à mettre à jour :
112+
/// details | Exemple de résultat sur un serveur avec 3 disques Solidigm à mettre à jour :
99113

100114
```bash
101115
root@labo:~# ./sofu_2.1_x64
@@ -172,6 +186,8 @@ Status : Firmware updated successfully. Please reboot the system.
172186
Status : Firmware updated successfully. Please reboot the system.
173187
```
174188

189+
///
190+
175191
Le message suivant doit s’afficher pour chaque périphérique NVMe Solidigm D7-P5520 dont le firmware n’est pas à jour :
176192

177193
```bash
@@ -198,7 +214,7 @@ L'outil doit renvoyer le message suivant pour chaque lecteur : **"The selected d
198214

199215
Vous pouvez également vérifier pour chaque NVMe que la version du firmware est bien celle attendue : **9CV10490**
200216

201-
Exemple de résultat sur un serveur avec 3 disques Solidigm à mettre à jour :
217+
/// details | Exemple de résultat sur un serveur avec 3 disques Solidigm à mettre à jour :
202218

203219
```bash
204220
root@labo:~# ./sofu_2.1_x64
@@ -257,6 +273,8 @@ Updating firmware...
257273
Status : The selected drive contains current firmware as of this tool release.
258274
```
259275

276+
///
277+
260278
### ESXi 8.0
261279

262280
#### Configuration logicielle testée par OVHcloud
@@ -303,7 +321,7 @@ L'outil détecte uniquement les périphériques NVMe Solidigm D7-P5520 et démar
303321
./sofu
304322
```
305323

306-
Exemple de résultat sur un serveur avec 4 disques Solidigm à mettre à jour :
324+
/// details | Exemple de résultat sur un serveur avec 4 disques Solidigm à mettre à jour :
307325

308326
```bash
309327
[root@labo:~] cd /opt/solidigm/sofu/
@@ -405,6 +423,8 @@ Status : Firmware update successful. Please reboot to apply update.
405423
Status : Firmware update successful. Please reboot to apply update.
406424
```
407425

426+
///
427+
408428
Le message suivant doit s’afficher pour chaque périphérique NVMe Solidigm D7-P5520 dont le firmware n’est pas à jour :
409429

410430
```bash
@@ -432,7 +452,7 @@ L'outil doit renvoyer le message suivant pour chaque lecteur : **"The selected d
432452

433453
Vous pouvez également vérifier pour chaque NVMe que la version du firmware est bien celle attendue : **9CV10490**
434454

435-
Exemple de résultat sur un serveur avec 4 disques Solidigm à mettre à jour :
455+
/// details | Exemple de résultat sur un serveur avec 4 disques Solidigm à mettre à jour :
436456

437457
```bash
438458
[root@labo:~] cd /opt/solidigm/sofu/
@@ -510,6 +530,8 @@ Updating firmware...
510530
Status : The selected drive contains current firmware as of this tool release.
511531
```
512532

533+
///
534+
513535
### Windows
514536

515537
#### Configuration logicielle testée par OVHcloud
@@ -536,7 +558,7 @@ Exécutez Windows PowerShell en tant qu'administrateur, puis exécutez la comman
536558
.\sofu_2.1_win64.exe
537559
```
538560

539-
Exemple de résultat sur un serveur avec 4 disques Solidigm à mettre à jour :
561+
/// details | Exemple de résultat sur un serveur avec 4 disques Solidigm à mettre à jour :
540562

541563
```bash
542564
PS C:\Users\admin\Desktop\P5520_FW_to_9CV10490_Win64> .\sofu_2.1_win64.exe
@@ -637,6 +659,8 @@ Status : Firmware updated successfully. Please reboot the system.
637659
Status : Firmware updated successfully. Please reboot the system.
638660
```
639661

662+
///
663+
640664
Le message suivant doit s’afficher pour chaque périphérique NVMe Solidigm D7-P5520 dont le firmware n’est pas à jour :
641665

642666
```bash
@@ -663,7 +687,7 @@ L'outil doit renvoyer le message suivant pour chaque lecteur : **"The selected d
663687

664688
Vous pouvez également vérifier pour chaque NVMe que la version du firmware est bien celle attendue : **9CV10490**
665689

666-
Exemple de résultat sur un serveur avec 4 disques Solidigm à mettre à jour :
690+
/// details | Exemple de résultat sur un serveur avec 4 disques Solidigm à mettre à jour :
667691

668692
```bash
669693
PS C:\Users\admin\Desktop\P5520_FW_to_9CV10490_Win64> .\sofu_2.1_win64.exe
@@ -740,6 +764,8 @@ Updating firmware...
740764
Status : The selected drive contains current firmware as of this tool release.
741765
```
742766

767+
///
768+
743769
## Aller plus loin <a name="gofurther"></a>
744770

745771
Si vous avez besoin de formation ou d’assistance technique pour mettre en œuvre nos solutions, contactez votre représentant commercial ou cliquez sur [ce lien](/links/professional-services) pour obtenir un devis et demander à nos experts Professional Services une analyse personnalisée de votre projet.

0 commit comments

Comments
 (0)