ECS:xDoctor RAP137:警告「Total swap memory inconsistent across the ECS rack」

Summary: スワップ メモリーの合計がECSラック間で一貫していません。

This article applies to This article does not apply to This article is not tied to any specific product. Not all product versions are identified in this article.

Symptoms

xDoctorのレポート:

------------------------------------------------------------
WARNING - Total swap memory inconsistent across the ECS rack
------------------------------------------------------------
Node      = Nodes
Extra     = {'Nodes': {'16383': ['169.254.1.8', '169.254.1.7', '169.254.1.6', '169.254.1.4', '169.254.1.3', '169.254.1.2', '169.254.1.1'], '8191': ['169.254.1.5']}}
Timestamp = 2022-12-01_145111
PSNT      = CKM00190800120 @ 4.8-87.0

Cause

  • ノードの再起動後、SWAP構成が /etc/fstab.
  • 起動時にネイティブSWAPパーティションがロードされませんでした。
  • ノードが再イメージ化され、SWAPがノードに適用されませんでした。
  • 拡張のあるクラスターに、追加のSWAPが適用されませんでした。 
  1. すべてのノードでSWAPの整合性を確認します。
注:次の出力では、ラック1のノード1で、SWAPに8Gのみが割り当てられており、クラスターと一致していないことがわかります。


コマンド:

# doit free -m | grep Swap

Example:

admin@ecsnode1:~> svc_exec 'free -m | grep Swap'
svc_exec v1.0.4 (svc_tools v2.8.0)                 Started 2022-11-30 22:15:56

Output from node: r1n1                                retval: 0
Swap:        8191         552         23

Output from node: r1n2                                retval: 0
Swap:        8191          2        8191

Output from node: r1n3                                retval: 0
Swap:        16383          4      16379

Output from node: r1n4                                retval: 0
Swap:        16383          0      16383

Output from node: r1n5                                retval: 0
Swap:        16383          0      16383

Output from node: r1n6                                retval: 0
Swap:        16383          3      16380

Output from node: r1n7                                retval: 0
Swap:        16383          4      16379

Output from node: r1n8                                retval: 0
Swap:        16383        699      15684

 

  1. /etc/fstabが更新され、ノードで追加の8 GBのSWAPが使用されているかどうか、およびネイティブSWAPパーティション エントリーが存在するかどうかを確認します。

コマンド:

# svc_exec 'grep swap /etc/fstab'

Example:

admin@ecsnode1:~> svc_exec 'grep swap /etc/fstab'
svc_exec v1.0.4 (svc_tools v2.8.0)                 Started 2022-11-30 22:19:21

Output from node: r1n1                                retval: 0
LABEL=SWAP swap swap defaults 0 0                     <-- missing extended swap partition

Output from node: r1n2                                retval: 0
/swapfile     swap swap defaults 0 0                  <-- missing native swap partition

Output from node: r1n3                                retval: 0
LABEL=SWAP swap swap defaults 0 0
/swapfile     swap swap defaults 0 0

Output from node: r1n4                                retval: 0
LABEL=SWAP swap swap defaults 0 0
/swapfile     swap swap defaults 0 0

Output from node: r1n5                                retval: 0
LABEL=SWAP swap swap defaults 0 0
/swapfile     swap swap defaults 0 0

Output from node: r1n6                                retval: 0
LABEL=SWAP swap swap defaults 0 0
/swapfile     swap swap defaults 0 0

Output from node: r1n7                                retval: 0
LABEL=SWAP swap swap defaults 0 0
/swapfile     swap swap defaults 0 0

Output from node: r1n8                                retval: 0
LABEL=SWAP swap swap defaults 0 0
/swapfile     swap swap defaults 0 0

 

  1. SWAPファイルがすべてのノードに存在するかどうかを確認します。
コマンド: 
# svc_exec 'ls -lh /swapfile'
Example:
admin@ecsnode1:~> svc_exec 'ls -lh /swapfile'
svc_exec v1.0.4 (svc_tools v2.8.0)                 Started 2022-11-30 22:26:48

Output from node: r1n1                                retval: 0
ls: cannot access '/swapfile': No such file or directory

Output from node: r1n2                                retval: 0
-rw------- 1 root root 8.0G Feb 11  2022 /swapfile

Output from node: r1n3                                retval: 0
-rw------- 1 root root 8.0G Feb 11  2022 /swapfile

Output from node: r1n4                                retval: 0
-rw------- 1 root root 8.0G Feb 11  2022 /swapfile

Output from node: r1n5                                retval: 0
-rw------- 1 root root 8.0G Feb 11  2022 /swapfile

Output from node: r1n6                                retval: 0
-rw------- 1 root root 8.0G Feb 11  2022 /swapfile

Output from node: r1n7                                retval: 0
-rw------- 1 root root 8.0G Feb 11  2022 /swapfile

Output from node: r1n8                                retval: 0
-rw------- 1 root root 8.0G Jul 26 02:03 /swapfile

Resolution

重要:xDoctor 4-8.104.0以降では、新機能がリリースされています。このナレッジベース(KB)は、xDoctor AutoPilotによって自動化され、サポートの関与を必要とせずにほとんどの問題に対処できるようになりました。

この機能はxDoctor 4-8.104.0以降にネイティブです。構文と使用方法の問題については、「 ECS: ObjectScale: KBオートメーション スクリプト(Auto Pilot)を実行する方法(Dellサポートへのログインが必要な場合があります) 
 

  1. xDoctor 4-8.104.0以降を搭載したプライマリー ノードから自動化コマンドを実行します。
    手記: --target-node, --target-rack and --target-vdc は、このスクリプトでサポートされています。
コマンド: 
# sudo xdoctor autopilot --kb 205933 --target-node <NAN IP>
# sudo xdoctor autopilot --kb 205933 --target-rack <Rack Name>
# sudo xdoctor autopilot --kb 205933 --target-vdc <VDC Name>
Example:
admin@ecsnode1:~> sudo xdoctor autopilot --kb 205933 --target-node 169.254.1.1
Checking for existing screen sessions...
Starting screen session 'autopilot_kb_205933_20250627_212503'...
Screen session 'autopilot_kb_205933_20250627_212503' started successfully.
Attaching to screen session 'autopilot_kb_205933_20250627_212503'...

 

  1. 実行されたアクションの概要を確認します。

Example:

TASK [Summary for SWAP and fstab issues addressed] *********************************************************************************************************************************************
ok: [169.254.1.7] => {
    "msg": [
        "************************************************************************************************************************************************",
        "************************************************************************************************************************************************",
        " An 8GB swap file was created and configured as /swapfile with swap enabled. ",
        " fstab was updated with entries for /swapfile, and a backup prior to the change was created in: /etc/fstab.28734.2024-08-28@19:44:38~. ",
        " No duplicate entries were found in fstab. ",
        "************************************************************************************************************************************************",
        "************************************************************************************************************************************************"
    ]
}

 

  1. スワップの詳細と適用された変更でMOTDをアップデートすることを確認します。
    手記:現在のMOTDにKB番号または/swapfileという単語が含まれている場合、MOTDは更新されません。

コマンド:

# yes or no

Example:

The next steps are to detect keywords in the MOTD content and update the MOTD with custom content for the KB specifics. IMPORTANT! You will need customer permission to do this action for the KB. Would you like to proceed with the steps by typing 'Yes' or 'Y', or skip the MOTD update actions by typing 'No' or 'N':
: y
  1. 新しいMOTDコンテンツを追加するには、MOTDの変更の概要を確認します。

Example:

TASK [MOTD summary] ****************************************************************************************************************************************************************************
ok: [169.254.1.7] => {
    "msg": [
        "************************************************************************************************************************************************",
        "New MOTD content:",
        "************************************************************************************************************************************************",
        "************************************************************************************************************************************************",
        [
            "",
"==============================================================================================================================================",
            "2024-08-28 | SR#84955203 | KB 186358 has been applied to this system, adding an 8GB swap file to /swapfile. Please reapply if a node has been reimaged.",
            "=============================================================================================================================================="
        ],
        "************************************************************************************************************************************************",
        "************************************************************************************************************************************************"
    ]
}

 

Affected Products

ECS Appliance
Article Properties
Article Number: 000205933
Article Type: Solution
Last Modified: 24 Jul 2025
Version:  8
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.