diff --git a/docs/ecs/umn/ALL_META.TXT.json b/docs/ecs/umn/ALL_META.TXT.json index bf291b1f4..4b0c7d6d6 100644 --- a/docs/ecs/umn/ALL_META.TXT.json +++ b/docs/ecs/umn/ALL_META.TXT.json @@ -2116,7 +2116,7 @@ "node_id":"en-us_topic_0140323154.xml", "product_code":"ecs", "code":"112", - "des":"Note the following when using default security group rules:Inbound rules control incoming traffic to instances in the default security group. The instances can only commu", + "des":"Note the following when using default security group rules:Inbound rules control incoming traffic to instances in the default security group. The instances can communicat", "doc_type":"usermanual", "kw":"Default Security Groups and Rules,Security Groups,User Guide", "search_title":"", @@ -2631,7 +2631,7 @@ "code":"139", "des":"If you no longer need a tag, delete it in any of the following ways:Deleting a Tag on the ECS Details PageDeleting a Tag on the TMS ConsoleBatch Deleting Tags on the TMS ", "doc_type":"usermanual", - "kw":"Deleting a Tag,Tag Management,User Guide", + "kw":"Deleting Tags,Tag Management,User Guide", "search_title":"", "metedata":[ { @@ -2640,7 +2640,7 @@ "opensource":"false;true" } ], - "title":"Deleting a Tag", + "title":"Deleting Tags", "githuburl":"" }, { diff --git a/docs/ecs/umn/CLASS.TXT.json b/docs/ecs/umn/CLASS.TXT.json index 9e3aaaaf5..5824c5f28 100644 --- a/docs/ecs/umn/CLASS.TXT.json +++ b/docs/ecs/umn/CLASS.TXT.json @@ -999,7 +999,7 @@ "code":"111" }, { - "desc":"Note the following when using default security group rules:Inbound rules control incoming traffic to instances in the default security group. The instances can only commu", + "desc":"Note the following when using default security group rules:Inbound rules control incoming traffic to instances in the default security group. The instances can communicat", "product_code":"ecs", "title":"Default Security Groups and Rules", "uri":"en-us_topic_0140323154.html", @@ -1244,7 +1244,7 @@ { "desc":"If you no longer need a tag, delete it in any of the following ways:Deleting a Tag on the ECS Details PageDeleting a Tag on the TMS ConsoleBatch Deleting Tags on the TMS ", "product_code":"ecs", - "title":"Deleting a Tag", + "title":"Deleting Tags", "uri":"en-us_topic_0183019671.html", "doc_type":"usermanual", "p_code":"135", diff --git a/docs/ecs/umn/en-us_topic_0000001143214829.html b/docs/ecs/umn/en-us_topic_0000001143214829.html index d59cc681e..5374ef614 100644 --- a/docs/ecs/umn/en-us_topic_0000001143214829.html +++ b/docs/ecs/umn/en-us_topic_0000001143214829.html @@ -12,7 +12,7 @@
-The atop tool used for node resource monitoring consumes a small amount of CPU cores and memory to collect system resources and uses some disk space to record logs. The log path is /var/log/atop.
+The atop tool used for node resource monitoring consumes a small number of CPU cores and memory to collect system resources and uses some disk space to record logs. The log path is /var/log/atop.
Modify the following parameters, save the modification, and exit:
-LOGINTERVAL=15 LOGGENERATIONS=3
systemctl restart atop atopacct
@@ -109,7 +109,7 @@ Active: active (running)Modify the following parameters, save the modification, and exit:
-LOGINTERVAL=15 LOGGENERATIONS=3
systemctl restart atop atopacct atop-rotate.timer
@@ -132,7 +132,7 @@ Loaded: loaded (/usr/lib/systemd/system/atop-rotate.timer; enabled; vendor preseModify the following parameters, save the modification, and exit:
-LOGINTERVAL=15 LOGGENERATIONS=3
rpmbuild -bb atop-2.6.0.spec
@@ -182,7 +182,7 @@ Loaded: loaded (/usr/lib/systemd/system/atop-rotate.timer; enabled; vendor preseIf the version is 220 or later, go to the next step.
Otherwise, delete parameter --now from the Makefile of atop.
@@ -237,7 +237,7 @@ Loaded: loaded (/usr/lib/systemd/system/atop-rotate.timer; enabled; vendor preseThe method for configuring kdump described in this section applies to KVM ECSs running EulerOS or CentOS 7.x. For details, see Documentation for kdump.
kdump is a feature of the Linux kernel that creates crash dumps in the event of a kernel crash. In the event of a kernel crash, kdump boots another Linux kernel and uses it to export an image of RAM, which is known as vmcore and can be used to debug and determine the cause of the crash.
+Kdump is a tool used to dump runtime memory when the system crashes. Once the system crashes, the kernel can no longer function properly. At this point, Kdump boots another kernel to capture and save a memory dump. This kernel collects all runtime states and data and stores them in a dump core file for troubleshooting and debugging.
If it is not installed, run the following command to install it:
@@ -245,8 +245,8 @@ Loaded: loaded (/usr/lib/systemd/system/atop-rotate.timer; enabled; vendor preseRun the following command to check whether the parameter has been configured:
grep crashkernel /proc/cmdline
-If the command output is displayed, this parameter has been configured.
-GRUB_TIMEOUT=5 +If the command output is displayed, this parameter has been configured. If no command output is displayed, you need to configure crashkernel.
+Edit the /etc/default/grub file to configure crashkernel as follows:GRUB_TIMEOUT=5 GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console" @@ -277,9 +277,9 @@ free pages = 16diff --git a/docs/ecs/umn/en-us_topic_0000001547370984.html b/docs/ecs/umn/en-us_topic_0000001547370984.html index 66b03d689..fa50a955c 100644 --- a/docs/ecs/umn/en-us_topic_0000001547370984.html +++ b/docs/ecs/umn/en-us_topic_0000001547370984.html @@ -26,7 +26,7 @@Checking Whether kdump Configurations Have Taken Effect
- Run the following command and check whether crashkernel=auto is displayed:
cat /proc/cmdline |grep crashkernel
BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.44.5.10.h142.x86_64 root=UUID=6407d6ac-c761-43cc-a9dd-1383de3fc995 ro crash_kexec_post_notifiers softlockup_panic=1 panic=3 reserve_kbox_mem=16M nmi_watchdog=1 rd.shell=0 fsck.mode=auto fsck.repair=yes net.ifnames=0 spectre_v2=off nopti noibrs noibpb crashkernel=auto LANG=en_US.UTF-8-- Run the following command and check whether the configuration in the output is correct: +
- Run the following command and check whether the information in the output is correct:
grep core_collector /etc/kdump.conf |grep -v ^"#"
core_collector makedumpfile -l --message-level 1 -d 31-- Run the following command and check whether the path configuration in the output is correct: +
- Run the following command and check whether the information in the output is correct:
grep path /etc/kdump.conf |grep -v ^"#"
path /var/crash- Run the following command and check whether the value of Active in the output is active (exited):
systemctl status kdump
● kdump.service - Crash recovery kernel arming @@ -289,7 +289,7 @@ Process: 495 ExecStart=/usr/bin/kdumpctl start (code=exited, status=0/SUCCESS) Main PID: 495 (code=exited, status=0/SUCCESS) CGroup: /system.slice/system-hostos.slice/kdump.service- Run the following test command: -
After the command is executed, kdump will be triggered, the system will be restarted, and the generated vmcore file will be saved to the path specified by path.
+This command will trigger kdump. When triggered, kdump will boot another kernel and store the generated vmcore file to the location specified by path.
- Run the following command to check whether the vmcore file has been generated in the specified path, for example, /var/crash/:
ll /var/crash/
If inotify watches are used up, "No space left on device" will be displayed.
+If there is insufficient space for Linux ECSs, "No space left on device" will be displayed.

Solution
vi /etc/sysctl.conf
diff --git a/docs/ecs/umn/en-us_topic_0013771092.html b/docs/ecs/umn/en-us_topic_0013771092.html index 22ea14dd1..1f9208bdc 100644 --- a/docs/ecs/umn/en-us_topic_0013771092.html +++ b/docs/ecs/umn/en-us_topic_0013771092.html @@ -26,7 +26,7 @@For details, see Why Does the Disk Attachment of a Linux ECS Fail After I Modify the ECS Specifications?
Perform the following operations in the event of a specifications modification failure:
+Perform the following operations if the specifications fail to be modified:
The resource ID is the ID of the ECS on which the specifications modification failed.
If the fault cannot be rectified based on logs, contact customer service.
ECS flavors are named in the "AB.C.D" format.
Example: s2.medium.4
The format is defined as follows:
-When creating an ECS, you can view the flavors in the flavor list.

Flavor diff --git a/docs/ecs/umn/en-us_topic_0041169567.html b/docs/ecs/umn/en-us_topic_0041169567.html index f95f40402..1751f95a8 100644 --- a/docs/ecs/umn/en-us_topic_0041169567.html +++ b/docs/ecs/umn/en-us_topic_0041169567.html @@ -8,7 +8,13 @@ |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2025-05-14 + | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2025-06-16 + |
+Modified the following content: +Added pi5e.2xlarge.4 and pi5e.12xlarge.4 to GPU-accelerated ECSs. + |
+||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2025-05-14 |
Modified the following content:
Using License from the SystemYou can use OS licenses provided by the cloud platform. After creating an ECS with a license authorized, you can use the authorized OS. The platform manages license compliance for you. BYOLWhat Is BYOL? -Bring your own license (BYOL) allows you to use your existing OS license. In such a case, you do not need to apply for a license again. In BYOL license type, you do not need to pay for the license fee when creating an ECS. +Bring your own license (BYOL) allows you to use your existing OS license. In such a case, you do not need to apply for a license again. If you use BYOL when purchasing an ECS, you do not need to pay for the license. How to Use BYOL? If you select the BYOL license type, you are required to manage licenses by yourself. The cloud platform provides functions for you to maintain license compliance during the license lifecycle. For example, when deploying ECSs on DeHs, you need to manage licenses by yourself. If you have obtained an OS license, you do not need to apply for a license. diff --git a/docs/ecs/umn/en-us_topic_0097289624.html b/docs/ecs/umn/en-us_topic_0097289624.html index 0016591e8..8dd458e50 100644 --- a/docs/ecs/umn/en-us_topic_0097289624.html +++ b/docs/ecs/umn/en-us_topic_0097289624.html @@ -515,7 +515,7 @@Supported Common Software P5s ECSs are used in computing acceleration scenarios, such as deep learning training, inference, scientific computing, molecular modeling, and seismic analysis. If the software is required to support GPU CUDA, use P5s ECSs. The following commonly used software is supported:
Notes +Notes
Computing-accelerated P3Overview @@ -642,8 +642,8 @@Supported Common Software P3 ECSs are used in computing acceleration scenarios, such as deep learning training, inference, scientific computing, molecular modeling, and seismic analysis. If the software is required to support GPU CUDA, use P3 ECSs. P3 ECSs support the following commonly used software:
Notes -
|