Skip to content

Commit e756065

Browse files
authored
chore(gen): docs content review (#5525)
1 parent cdbaa2c commit e756065

File tree

16 files changed

+47
-26
lines changed

16 files changed

+47
-26
lines changed

pages/apple-silicon/how-to/manage-commitment-plan.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: How to manage the commitment plan for a Mac mini
33
description: This page explains how to manage the commitment plan for Scaleway's Mac mini servers.
44
tags: apple-silicon mac-mini commitment-plan
55
dates:
6-
validation: 2025-03-12
6+
validation: 2025-09-17
77
posted: 2025-03-12
88
---
99
import Requirements from '@macros/iam/requirements.mdx'

pages/dedibox-account/how-to/resolve-abuse.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: How to resolve Dedibox abuse tickets and cases
33
description: This page explains how to resolve Abuse tickets.
44
tags: resolve abuse complaint ticket dedibox-console
55
dates:
6-
validation: 2025-03-11
6+
validation: 2025-09-17
77
posted: 2020-03-12
88
---
99
import Requirements from '@macros/iam/requirements.mdx'

pages/dedibox-hardware/concepts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Hardware - Concepts
33
description: This page explains all the concepts related to your servers Hardware
44
tags: dedibox hardware cpu hdd nvme ssd raid raid 0 raid-0 raid 1 raid-1 raid-5
55
dates:
6-
validation: 2025-03-11
6+
validation: 2025-09-17
77
---
88

99
## CPU

pages/dedibox-kvm-over-ip/concepts.mdx

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ title: KVM over IP - Concepts
33
description: This page explains all the concepts related to KVM over IP
44
tags: kvm iso-file idrac ilo iso
55
dates:
6-
validation: 2025-03-11
6+
validation: 2025-09-17
77
---
88

9-
## KVM Over IP
9+
## KVM over IP
1010

1111
KVM Over IP is a hardware-based solution that enables remote access to the **k**eyboard, **v**ideo (screen), and **m**ouse ports of a physical server. A unit plugs into these ports and transmits their signals to a connected user through a network. This allows access to the machine even if the installed OS is not working properly, and opens up possibilities for debugging and more.
1212

@@ -18,10 +18,25 @@ The **I**ntegrated **D**ell **R**emote **A**ccess **C**ontroller is the hardware
1818

1919
The **I**ntegrated **L**ights-**O**ut card is the hardware allowing KVM Over IP and other management and monitoring features for HP servers.
2020

21+
## IPMI
22+
23+
The **I**ntelligent **P**latform **M**anagement **I**nterface (IPMI) is a set of computer interface specifications for an autonomous computer subsystem that provides management and monitoring capabilities independently of the host system's CPU, firmware (BIOS or UEFI), and operating system. IPMI is often integrated into server motherboards or management cards (e.g., iDRAC, iLO) and supports features such as:
24+
25+
- Remote power control (on, off, reboot)
26+
- Monitoring hardware health (temperature, fan speed, voltage)
27+
- Event logging (e.g., system errors or alerts)
28+
- Remote console access (often paired with KVM over IP)
29+
30+
IPMI operates over a network using protocols like UDP and can be accessed via tools like IPMItool or vendor-specific interfaces. It enhances KVM over IP by providing additional management functions beyond keyboard, video, and mouse control.
31+
2132
## ISO file
2233

23-
An ISO file, also called ISO image, is an archive file that contains an identical copy of data usually stored on a physical optical disk, such as a CD or DVD. The name ISO file comes from the file system type used by optical media (typically ISO 9660). The ISO file can be distributed to be burned on a physical disc or can be read directly by most operating systems or [KVM over IP](#kvm-over-ip) devices to install an operating system on a remote machine.
34+
An ISO file, or ISO image, is an archive file containing an exact copy of data from an optical disc (e.g., CD, DVD). Named after the ISO 9660 file system commonly used for optical media, ISO files are widely used for distributing operating systems, software, or firmware. In the context of KVM over IP:
35+
36+
- ISO files can be mounted remotely via virtual media features in iDRAC, iLO, or other KVM devices, allowing administrators to install operating systems or run diagnostics without physical media.
37+
- The remote server “sees” the ISO file as a local disc, enabling seamless OS installation or recovery.
38+
- ISO files are often hosted on vendor-specific repositories or internal servers for easy access.
2439

25-
<Message type="tip">
26-
Scaleway provides a wide range of operating systems for installation on Dedibox servers equipped with a KVM over IP device. You can find a list of all available images at [http://virtualmedia.online.net/](http://virtualmedia.online.net). For more information on how to install an operating system using the KVM device, refer to our [dedicated documentation](/dedibox-kvm-over-ip/quickstart/).
27-
</Message>
40+
<Message type="tip">
41+
Scaleway provides a wide range of operating system ISO images for installation on Dedibox servers equipped with KVM over IP devices. Browse available images at [http://virtualmedia.online.net/](http://virtualmedia.online.net). For detailed instructions on installing an operating system using a KVM device, refer to our [dedicated documentation](/dedibox-kvm-over-ip/quickstart/).
42+
</Message>

pages/dedibox-kvm-over-ip/quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: KVM over IP - Quickstart
33
description: KVM over IP Quickstart
44
tags: dedibox kvm over-ip
55
dates:
6-
validation: 2025-03-11
6+
validation: 2025-09-17
77
---
88
import Requirements from '@macros/iam/requirements.mdx'
99

pages/dedibox-network/troubleshooting/network-troubleshooting.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Troubleshooting Dedibox network issues
33
description: This page explains how to troubleshoot network-related issues on your Scaleway Dedibox dedicated server.
44
tags: mtr-test dedibox network iperf mtr
55
dates:
6-
validation: 2025-03-11
6+
validation: 2025-09-17
77
posted: 2021-08-20
88
---
99

pages/dedibox/reference-content/basic-linux-commands.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Basic Linux/Unix commands
33
description: Learn how to use some basic Linux/Unix commands
44
tags: dedibox linux unix command
55
dates:
6-
validation: 2025-03-11
6+
validation: 2025-09-17
77
---
88

99
In this document, we go through some of the most basic Linux commands. These commands can be used in the shell (the command line terminal) to get full use of your remote server. Most of these commands will be compatible with all UNIX OSes. However, depending on the version, the arguments (the parameters after the basic command) used may change.

pages/elastic-metal/how-to/change-billing-period.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ title: How to change the billing period for Elastic Metal Servers
33
description: This page explains how to change the billing period for Scaleway's Elastic Metal servers.
44
tags: apple-silicon elastic-metal
55
dates:
6-
validation: 2025-03-12
6+
validation: 2025-09-17
77
posted: 2025-03-12
88
---
99
import Requirements from '@macros/iam/requirements.mdx'
1010

1111

12-
Scaleway's Elastic Metal servers offer flexible billing options to suit your needs. If you are currently using hourly billing, you can upgrade to monthly billing directly from the Scaleway console.
13-
By switching to monthly billing, you can benefit from significant discounts compared to the hourly pricing model.
14-
This provides you with cost savings for longer-term server rentals and allows you to retain your existing server configuration without requiring a new setup.
12+
Scaleways Elastic Metal servers give you flexible billing options tailored to your needs. If yo are currently on hourly billing, you can switch to monthly billing directly from the Scaleway console.
13+
14+
By moving to monthly billing, you will enjoy significant discounts compared to hourly rates—delivering real cost savings for longer-term usage. Best of all, you keep your existing server configuration with no need for a new setup.
1515

1616
<Requirements />
1717
- A Scaleway account logged into the [console](https://console.scaleway.com)

pages/gpu/how-to/create-manage-gpu-instance.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: How to create and manage a GPU Instance
33
description: This page explains how to create and manage a GPU Instance
44
tags: gpu-instance gpu instance
55
dates:
6-
validation: 2025-03-11
6+
validation: 2025-09-17
77
posted: 2022-03-25
88
---
99
import Requirements from '@macros/iam/requirements.mdx'

pages/gpu/quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: GPU Instances - Quickstart
33
description: This page shows you how to get started with Scaleway GPU Instances.
44
tags: instance gpu-instance
55
dates:
6-
validation: 2025-03-11
6+
validation: 2025-09-17
77
posted: 2022-03-25
88
---
99
import Requirements from '@macros/iam/requirements.mdx'

0 commit comments

Comments
 (0)