Skip to content

Commit cc7d2b5

Browse files
authored
gen(docs): weekly review (#5512)
1 parent 2c007fd commit cc7d2b5

33 files changed

+115
-121
lines changed

pages/dedibox-domains/concepts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Scaleway Dedibox Domains - Concepts
33
description: This page explains all the concepts related to Scaleway Dedibox Domains
44
tags: dedibox domain-name dns-server dns tld dnssec waps authcode
55
dates:
6-
validation: 2025-03-03
6+
validation: 2025-09-11
77
---
88

99
## Domain name

pages/dedibox-domains/quickstart.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Domains - Quickstart
33
description: This page shows you how to get started with Scaleway Dedibox Domains.
44
tags: dedibox domains domain waps whois
55
dates:
6-
validation: 2025-03-03
6+
validation: 2025-09-11
77
posted: 2021-05-26
88
---
99
import Requirements from '@macros/iam/requirements.mdx'
@@ -17,7 +17,7 @@ A domain name is the equivalent of your postal address on the web, and allows yo
1717

1818
<Requirements />
1919

20-
- A Dedibox account logged into the [console](https://console.online.net)
20+
- A Dedibox account logged into the [Online console](https://console.online.net)
2121

2222
## How to buy a domain
2323

@@ -38,7 +38,7 @@ A domain name is the equivalent of your postal address on the web, and allows yo
3838
6. Scroll down to the bottom of the page and click **Order**.
3939
7. If you did not select hosting backup, a pop-up may display asking you to confirm your choice. Click **Continue without backup** or **Add backup**. The **Contact information** page displays.
4040
8. Select the domain owner from your existing contacts, or choose to create a new contact.
41-
<Message type = "important">
41+
<Message type="important">
4242
You must always keep the contact details regarding the owner of your domain name accurate and up-to-date. Once created, if you wish to change details about the owner’s identity, such as full name(s) or corporate name, you must complete the [change of owner/applicant](/dedibox-domains/how-to/change-ownership/) process via the [console](https://console.online.net/fr/domain/trade).
4343
</Message>
4444
9. Scroll down to the bottom of the page and click **Confirm**.
@@ -60,7 +60,7 @@ WAPS, or **W**hois **A**ccuracy **P**rogram **S**pecification, is a system intro
6060
domain names.
6161
6262
As part of a mandatory process that is required by ICANN,
63-
we need to verify if your e-mail address is still being used as a domain name holder once a year and for each modification.
63+
we need to verify if your e-mail address is still being used as a domain name holder once a year and for each modification.
6464
of your e-mail validity use as a domain name holder.
6565
6666
WARNING: Without a response from your end within 15 days the verification fails and your domain names may get suspended.

pages/dedibox-hardware/how-to/configure-dell-perc-h200.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: How to configure the DELL PERC H200 RAID controller
33
description: This page explains how to configure the DELL PERC H200 RAID controller on a Scaleway Dedibox
44
tags: dedibox h200 raid dell perc controller
55
dates:
6-
validation: 2025-03-05
6+
validation: 2025-09-11
77
posted: 2021-07-16
88
---
99
import Requirements from '@macros/iam/requirements.mdx'
@@ -13,7 +13,7 @@ This documentation explains how to configure the DELL PERC H200 RAID controller
1313

1414
<Requirements />
1515

16-
- A Dedibox account logged into the [console](https://console.online.net)
16+
- A Dedibox account logged into the Online [console](https://console.online.net)
1717
- A [Dedibox dedicated server](https://www.scaleway.com/en/dedibox/) with a [DELL PERC H200](https://www.dell.com/support/kbdoc/en-us/000134280/perc-dell-perc-h200-and-6gbps-sas-hba-features) RAID controller
1818

1919
## Checking the RAID controller status
@@ -72,7 +72,7 @@ For maximum performance, you can activate the cache of your SATA disks. After cr
7272

7373
## Advanced operations
7474
### Creating a RAID volume
75-
To create a virtual drive in controller 0, including disks 0 and 1:
75+
Run the following command to create a virtual drive in controller 0, including disks 0 and 1:
7676
```bash
7777
# to create a RAID0
7878
sas2ircu 0 create raid0 max 1:0 1:1
@@ -83,7 +83,7 @@ To create a virtual drive in controller 0, including disks 0 and 1:
8383
```
8484

8585
### Creating a hot spare drive
86-
To create a hot spare drive:
86+
Run the following command to create a hot spare drive:
8787
```bash
8888
# example with drive 1:1
8989
sas2ircu 0 HOTSPARE 1:1
@@ -94,13 +94,13 @@ To create a hot spare drive:
9494
Deleting the configuration is **DANGEROUS** and should be done with caution.
9595
</Message>
9696

97-
To delete controller 0 configuration:
97+
Run the following command to delete controller 0 configuration:
9898
```bash
9999
sas2ircu 0 delete
100100
```
101101

102102
### Enabling an inactive volume
103-
To enable an inactive volume:
103+
Run the following command to enable an inactive volume:
104104
```bash
105105
sas2ircu 0 ACTIVATE $the-volume-id
106106
```

pages/dedibox-hardware/how-to/configure-dell-perc-h310-h700-h710-h730p-lsi9361.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: How to configure the DELL PERC H310 / H700 / H710 / H730-P / LSI9361 RAID
33
description: This page explains how to configure the DELL PERC H310 / H700 / H710 / H730-P / LSI9361 RAID controller on a Scaleway Dedibox
44
tags: dell perc h310 raid controller dedibox
55
dates:
6-
validation: 2025-03-05
6+
validation: 2025-09-11
77
posted: 2021-07-16
88
---
99
import Requirements from '@macros/iam/requirements.mdx'

pages/dedibox-hardware/how-to/configure-hardware-raid-console.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: How to configure your Scaleway Dedibox hardware RAID from the console
33
description: This page explains how to configure your Scaleway Dedibox hardware RAID from the console
44
tags: dedibox raid
55
dates:
6-
validation: 2025-03-05
6+
validation: 2025-09-11
77
posted: 2021-07-16
88
---
99
import Requirements from '@macros/iam/requirements.mdx'
@@ -18,7 +18,7 @@ The logical disks of the RAID array are managed by a physical controller, sittin
1818
- A [Dedibox account](https://console.online.net)
1919
- A Dedibox server with hardware RAID controller
2020

21-
1. Log in to the [Scaleway Dedibox console](https://console.online.net/en/login).
21+
1. Log in to the [Online console](https://console.online.net/en/login).
2222
2. Click **Server** > **Server list** to view a list of available servers in your account.
2323
3. Select the server to install and click **Manage**.
2424
4. Click **RAID configuration** in the menu.

pages/dedibox-hardware/how-to/configure-raid-kvm-h200.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: How to configure the DELL PERC H200 RAID controller from the KVM
33
description: This page explains how to configure the DELL PERC H200 RAID controller on a Scaleway Dedibox from the KVM
44
tags: dedibox dell perc h200 raid kvm
55
dates:
6-
validation: 2025-03-05
6+
validation: 2025-09-11
77
posted: 2021-07-16
88
---
99
import Requirements from '@macros/iam/requirements.mdx'
@@ -17,7 +17,7 @@ import image5 from './assets/scaleway_h200_06.webp'
1717

1818
<Requirements />
1919

20-
- A Dedibox account logged into the [console](https://console.online.net)
20+
- A Dedibox account logged into the [Online console](https://console.online.net)
2121
- A [Dedibox dedicated server](https://www.scaleway.com/en/dedibox/) with a [DELL PERC H200](https://www.dell.com/support/kbdoc/en-us/000134280/perc-dell-perc-h200-and-6gbps-sas-hba-features) RAID controller
2222

2323
1. Click **Server** > **Server list** to display the list of your servers. Click the identifier of the server you want to configure. The server information page displays.
@@ -44,6 +44,6 @@ import image5 from './assets/scaleway_h200_06.webp'
4444
<Message type="tip">
4545
Select a disk using the arrow keys on your keyboard. You can change **NO** to **YES** by pressing the spacebar.
4646
</Message>
47-
9. Press **C** to validate your edits. Then select **Save changes** and then **Exit menu** to finalize the RAID configuration and reboot your server.
47+
9. Press **C** to validate your edits. Then select **Save changes**, and **Exit menu** to finalize the RAID configuration and reboot your server.
4848

4949

pages/dedibox-kvm-over-ip/how-to/disable-boot-errors-idrac.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
title: How to disable boot errors using iDRAC
33
description: This page explains how to disable boot errors using iDRAC on a Scaleway Dedibox
4-
tags: boot error idrac
4+
tags: boot error idrac
55
dates:
6-
validation: 2025-03-05
6+
validation: 2025-09-11
77
posted: 2021-06-11
88
---
99
import Requirements from '@macros/iam/requirements.mdx'
@@ -13,11 +13,11 @@ import image2 from './assets/scaleway-bootstuck2.webp'
1313
import image3 from './assets/scaleway-bootstuck3.webp'
1414

1515

16-
This document shows you how to disable boot errors, where your server gets "stuck" showing the line `“trike the F1 key to continue, F2 to run the system setup program`.
16+
This document shows you how to disable boot errors, where your server is stuck and displays the following message: `“trike the F1 key to continue, F2 to run the system setup program`.
1717

1818
<Requirements />
1919

20-
- A Dedibox account logged into the [console](https://console.online.net)
20+
- A Dedibox account logged into the [Online console](https://console.online.net)
2121
- [Created](/dedibox/how-to/order-a-server/) and [installed](/dedibox/how-to/install-a-server/) a dedicated server with a Dell iDRAC controller
2222

2323
1. [Connect to your server's iDRAC](/dedibox/how-to/use-ipmi-on-server/#how-to-use-ipmi-via-dell-idrac).

pages/dedibox-kvm-over-ip/how-to/quantaplex.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: How to use the QuantaPlex KVM
33
description: This page explains how to use the KVM device of QuantaPlex servers on Scaleway Dedibox.
44
tags: kvm quantaplex
55
dates:
6-
validation: 2025-03-05
6+
validation: 2025-09-11
77
posted: 2021-07-16
88
---
99
import Requirements from '@macros/iam/requirements.mdx'
@@ -21,7 +21,7 @@ This page shows you how to use [KVM](/dedibox-kvm-over-ip/concepts/#kvm-over-ip)
2121

2222
<Requirements />
2323

24-
- A Dedibox account logged into the [console](https://console.online.net)
24+
- A Dedibox account logged into the [Online console](https://console.online.net)
2525
- A [Dedibox server](/dedibox/how-to/install-a-server/) with a [Quanta Computer QuantaPlex](https://www.qct.io) KVM-over-IP device
2626

2727
## Creating a KVM session
@@ -31,12 +31,13 @@ This page shows you how to use [KVM](/dedibox-kvm-over-ip/concepts/#kvm-over-ip)
3131
3. Click **KVM OVER IP** on the right-hand menu. A pop-up window displays.
3232
<Lightbox image={image} alt="" />
3333
4. Confirm your acceptance of the terms for KVM access by clicking **I Accept**.
34-
5. Provide the authorized IPv4 address for the KVM connection. The form will autofill with the IP address of your current internet connection. Proceed by clicking **Create** to generate your credentials.
34+
5. Provide the authorized IPv4 address for the KVM connection. The form will autofill with the IP address of your current internet connection. Click **Create** to generate your credentials.
3535
<Message type="note">
3636
Currently, only IPv4 addresses are supported.
3737
</Message>
3838

39-
Upon completion, the connection URL and your credentials will be displayed. Click on the provided link to access the KVM interface.
39+
Upon completion, the connection URL and your credentials will be displayed.
40+
6. Click the provided link to access the KVM interface.
4041

4142
## Accessing the KVM-over-IP device
4243

@@ -51,11 +52,10 @@ Upon completion, the connection URL and your credentials will be displayed. Clic
5152
<Lightbox image={image5} alt="" />
5253
6. During the boot process, press **F11** to enter the boot menu:
5354
<Lightbox image={image6} alt="" />
55+
7. Select the boot device **AMI Virtual CDROM0** to boot from the ISO file. The server will boot into installation mode.
5456

55-
Select the boot device **AMI Virtual CDROM0** to boot from the ISO file:
57+
<Lightbox image={image7} alt="" />
5658

57-
<Lightbox image={image7} alt="" />
58-
59-
The server will boot into installation mode. Follow the operating system's installation wizard to complete the installation.
59+
8. Follow the operating system's installation wizard to complete the installation.
6060

6161

pages/dedibox-kvm-over-ip/how-to/supermicro.mdx

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: How to use the Supermicro KVM
33
description: This page explains how to use the KVM device of SuperMicro servers on Scaleway Dedibox.
44
tags: kvm supermicro
55
dates:
6-
validation: 2025-03-05
6+
validation: 2025-09-11
77
posted: 2021-07-16
88
---
99
import Requirements from '@macros/iam/requirements.mdx'
@@ -24,7 +24,7 @@ This page shows you how to use [KVM](/dedibox-kvm-over-ip/concepts/#kvm-over-ip)
2424

2525
<Requirements />
2626

27-
- A Dedibox account logged into the [console](https://console.online.net)
27+
- A Dedibox account logged into the [Online console](https://console.online.net)
2828
- Installed [Java](https://www.java.com/en/download/help/download_options.html) on your local computer
2929
- A Dedibox server with a [Supermicro](https://www.supermicro.com/en/solutions/management-software/bmc-resources) KVM-over-IP device
3030

@@ -35,17 +35,18 @@ This page shows you how to use [KVM](/dedibox-kvm-over-ip/concepts/#kvm-over-ip)
3535
3. Click **KVM OVER IP** on the right-hand menu. A pop-up window displays.
3636
<Lightbox image={image} alt="" />
3737
4. Confirm your acceptance of the terms for KVM access by clicking **I Accept**.
38-
5. Provide the authorized IPv4 address for the KVM connection. The form will autofill with the IP address of your current internet connection. Then click **Create** to generate your credentials.
38+
5. Provide the authorized IPv4 address for the KVM connection. The form will autofill with the IP address of your current internet connection. Click **Create** to generate your credentials.
3939
<Message type="note">
4040
Currently, only IPv4 addresses are accepted.
4141
</Message>
4242

43-
Once completed, the connection URL and your credentials will be displayed. Click on the provided link to access the KVM interface.
43+
Once completed, the connection URL and your credentials will be displayed.
44+
6. Click the provided link to access the KVM interface.
4445

4546
## Accessing the KVM-over-IP device
4647

4748
1. Open the connection URL of your KVM in your web browser and log in using the credentials provided during access creation.
48-
2. In the KVM menu, click on **Virtual Media** > **CD-ROM Image**:
49+
2. In the KVM menu, click **Virtual Media**, then **CD-ROM Image**:
4950
<Lightbox image={image2} alt="" />
5051
3. Enter the image file path of your OS image:
5152
<Lightbox image={image3} alt="" />
@@ -60,10 +61,9 @@ Once completed, the connection URL and your credentials will be displayed. Click
6061
</Message>
6162
5. Reboot the server and press **F11** to enter the boot menu:
6263
<Lightbox image={image4} alt="" />
63-
6. Select the boot device **ATEN Virtual CDROM** to boot from the ISO file:
64+
6. Select the boot device **ATEN Virtual CDROM** to boot from the ISO file. Your server will boot into installation mode.
6465
<Lightbox image={image5} alt="" />
65-
66-
Your server will boot into installation mode. Follow the operating system's installation wizard to complete the installation.
66+
7. Follow the operating system's installation wizard to complete the installation.
6767

6868
<Lightbox image={image6} alt="" />
6969

@@ -78,14 +78,13 @@ Microsoft Windows Server does not support the network adapter used in Supermicro
7878
You can also download a local copy of the file directly onto your server using Scaleway's NAS: [https://virtualmedia.online.net/supermicro/CDR-A1-UP_1.00_for_Intel_A1_UP_platform.iso](https://virtualmedia.online.net/supermicro/CDR-A1-UP_1.00_for_Intel_A1_UP_platform.iso).
7979
</Message>
8080
4. Access the KVM-over-IP device by clicking **Remote Console Preview**.
81-
5. Click **Virtual Media** > **Virtual Storage**. A pop-up will appear:
81+
5. Click **Virtual Media**, then **Virtual Storage**. A pop-up will appear:
8282
<Lightbox image={image7} />
83-
6. Select **ISO file** and choose the downloaded ISO image. Then click **Plug in** > **OK**.
83+
6. Select **ISO file** and choose the downloaded ISO image. Then click **Plug in**, and **OK**.
8484
7. Double-click on the CD-ROM drive in your Windows installation and launch the setup tool. Accept the terms and conditions and click **Intel PRO Network Connections Drivers**:
8585
<Lightbox image={image8} />
8686
8. Complete the installation of the network drivers using the setup wizard:
8787
<Lightbox image={image9} />
8888
9. Test the network connection of your Dedibox using the `ping` command:
8989
<Lightbox image={image10} />
9090

91-

pages/edge-services/concepts.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Edge Services - Concepts
33
description: Understand Scaleway Edge Services terminology with our glossary of the core concepts underpinning this product. Learn about key features, architecture, and best practices.
44
tags: edge-services edge services pipeline custom-domain cache
55
dates:
6-
creation: 2025-05-14
6+
creation: 2025-09-11
77
validation: 2025-03-03
88
---
99
import image from './assets/scaleway-edge-services-pipeline.webp'
@@ -49,7 +49,7 @@ The primary source from which a Scaleway Edge Services pipeline retrieves and ca
4949

5050
## Origin host
5151

52-
In the case of a Load Balancer origin, the specific host for which Edge Services requests and caches data. This is an optional setting: when specified, this host (e.g. `mydomain.com`) is used in the HTTP Host Header when Edge Services requests data from the Load Balancer. If no origin host is specified, the Load Balancer's IP address is used in the Host Header.
52+
In the case of a Load Balancer origin, the specific host for which Edge Services requests and caches data. This is an optional setting: when specified, this host (e.g. `mydomain.com`) is used in the HTTP Host Header when Edge Services requests data from the Load Balancer. If no origin host is specified, the Load Balancer's IP address is used in the Host Header.
5353

5454
The origin host must be associated with the origin Load Balancer / its backend servers, and only one host may be set per pipeline. If your Load Balancer is in front of multiple hosts, you can create a separate Edge Services pipeline for each. Each host will therefore get its own Edge Services endpoint and cache.
5555

0 commit comments

Comments
 (0)