PowerVault ME5でSupportAssistを有効にするには、次の前提条件が必要です。
完全な接続を確保するため、使用しているDemilitarized Zone (DMZ)の外部にあるプロキシ サーバーとデバイスでは、Dellセキュア リモート サーバーのアウトバウンド トラフィックまたはインバウンド トラフィックでいかなるSSL復号化も実行しないようにする必要があります。 アウトバウンド通信でSSL復号化を実行すると、バックエンドへの接続が失われます。SSL復号化には、ファイアウォール、プロキシ、Webトラフィック フィルタリング アプライアンスまたはクラウド サービス、Webトラフィック シェーピングまたはロード バランシング、証明書検証、証明書プロキシ、侵入検出サービス(IDS)による復号化が含まれます。プロキシ サーバーおよびその他のデバイスでSSL復号化が有効になっている場合は、esrs3-core.emc.comとesrs3-coredr.emc.comがプロキシ サーバーおよびデバイスのSSL復号化除外リストに追加されていることを確認します。 |
PuTTYなどのターミナル アプリケーションを使用してSecure Shell (SSH)セッションを開き、後で確認できるように出力をテキスト ファイルにキャプチャします。ターミナル アプリケーションをインストールできない場合は、Microsoft Windows 10およびWindows Server 2019以降にコマンド ラインSSHクライアントが付属しています。例: (C:\> ssh manage@<controller.management.IP.address>)。ターミナル アプリケーションとは異なり、出力を後で確認するためにテキスト ファイルをキャプチャすることはできません。
次のコマンドを使用して、SupportAssistが機能しているか確認するために必要なシステムの状態とネットワーク構成設定について確認できます。コマンド ライン インターフェイス(CLI)の詳細については、『Dell PowerVault ME5 Series Storage System CLI Reference Guide』を参照し、これらのコマンドを順に実行してください。
show service-tag-info
show system
show network-parameters and ping
show dns-parameters
show support-assist
show support-assist-telemetry-status
PowerVault ME5では、アクションが必要な状態を特定し、ベスト プラクティスを提案するために設計された、ストレージ エンクロージャの正常性および通知システムであるアラートが導入されています。
show alerts
show alerts unresolved
を使用してフィルタリングします。
show events
show events last 20
コマンドを使用します。
Example:
この例では、「Lost connectivity to the Dell SupportAssist backend」というアラートが表示され、イベント ログに「SupportAssist is not registered with the Dell backend」と表示されています。このサービス タグに対してアクセス キーとPINを生成し、それを使用して安全なキー交換を有効にして、デバイスを認証する必要があります。
# show alerts unresolved 10 System WARNING No Yes Lost connectivity to the Dell SupportAssist backend. - Check Alerts for any network related problems. - Contact local administrator about recent network changes. - If network configuration is correct and issue persists contact Dell support.
# show events last 20 A6552 2022-08-21 06:32:59 362 INFORMATIONAL Scheduler: SupportAssist is not registered with the Dell backend. (task: CHKeepAlive, task type: CHKeepAlive) A6553 2022-08-21 06:43:00 362 INFORMATIONAL Scheduler: SupportAssist is not registered with the Dell backend. (task: CHCloudIQStats, task type: CHCloudIQStats) A6554 2022-08-21 06:58:00 362 INFORMATIONAL Scheduler: SupportAssist is not registered with the Dell backend. (task: CHCloudIQStats, task type: CHCloudIQStats) A6555 2022-08-21 07:13:00 362 INFORMATIONAL Scheduler: SupportAssist is not registered with the Dell backend. (task: CHCloudIQStats, task type: CHCloudIQStats) A6556 2022-08-21 07:28:00 362 INFORMATIONAL Scheduler: SupportAssist is not registered with the Dell backend. (task: CHCloudIQStats, task type: CHCloudIQStats) A6557 2022-08-21 07:32:59 362 INFORMATIONAL Scheduler: SupportAssist is not registered with the Dell backend. (task: CHCloudIQConfig, task type: CHCloudIQConfig)
PowerVault Managerでは、次のナレッジベース記事で説明されているようなシナリオが発生することがあります。KB:000200734「ME5:警告: Dell SupportAssistバックエンドおよびイベントへの接続が失われました。スケジューラー - SupportAssistがDellバックエンドに登録されていない」
これは、アクセス キーとPIN認証が入力されていない場合の直接接続テストの例です。
check support-assist-connection mode direct SupportAssist Connection ------------------------ Connection State: Not Connected Endpoint -------- Mode: direct Endpoint: https://esrs3-core.emc.com Status: fail HTTP Status: 0 Message: Status Detail: SSLError Proxy Type: none Endpoint -------- Mode: direct Endpoint: https://esrs3-coredr.emc.com Status: fail HTTP Status: 0 Message: Status Detail: SSLError Proxy Type: none
上記の例では、両方のエンドポイントで直接接続テストが失敗します。
両方のエンドポイントで「SSLError」が発生する理由は、ME5とDellセキュア リモート サーバー間でキー交換ができないためです。
「Status Detail: SSLError」は、一方のエンドポイントでのみ発生し、もう一方のエンドポイントでは発生しない可能性があります。その場合、キー交換は有効になっているが、Dell EMCホストのいずれかに問題がある可能性があります。
両方のエンドポイントで同時に発生した「SSLError」状態を解決する方法
両方のエンドポイントで発生した「SSLError」を解決するには、このサービス タグを使用してアクセス キーとPINを生成する必要があります。KB 000198043:「ME5:SupportAssistを有効にするためにアクセス キーとピンを生成する方法」を参照してください。
CLIを使用してSupportAssistを有効にするには、アクセス キーとPINを生成し、次のコマンドを使用してアクセス キーとPINを正しい値に置き換えます。
# set support-assist enabled To use SupportAssist you must run "show support-assist eula" and read the EULA. Do you accept the EULA? (y/n) y # set support-assist-authentication access-key ABCD1234 pin 1234
直接接続テストに成功すると、次のように表示されます。少なくとも1つのエンドポイントへの接続が成功します。
# check support-assist-connection mode direct SupportAssist Connection ------------------------ Connection State: Connected Endpoint -------- Mode: direct Endpoint: https://esrs3-core.emc.com Status: success HTTP Status: 200 Message: OK Status Detail: Success Proxy Type: none Endpoint -------- Mode: direct Endpoint: https://esrs3-coredr.emc.com Status: success HTTP Status: 200 Message: OK Status Detail: Success Proxy Type: none Success: Command completed successfully.
check support-assistコマンドを使用してポート443が開いているかどうかを確認する方法 ポート443でPowerVault ME5からのアウトバウンド トラフィックが許可されているかどうかを確認するには、モード ゲートウェイを使用してインターネット接続をテストする方法が便利です。
# check support-assist-connection mode gateway uri https://www.dell.com:443 proxy false SupportAssist Connection ------------------------ Connection State: Connected Endpoint -------- Mode: gateway Endpoint: https://www.dell.com:443 Status: success HTTP Status: 200 Message: OK Status Detail: Success Proxy Type: none Success: Command completed successfully. (2022-08-27 04:13:58)
PowerVault ME5とDellセキュア コネクト ゲートウェイ仮想エディション間の接続をテストする方法
PowerVault ME5上のSupportAssistは、セキュア コネクト ゲートウェイ仮想エディション(SCG/VE)を使用して、直接接続またはゲートウェイ接続を介して接続をプロキシするように設定できます。 詳細については、KB 000200129:「PowerVault ME5:ゲートウェイ サーバー経由で接続するようにSupportAssistを設定する方法」を参照してください。
ゲートウェイを使用するようにSupportAssist優先接続を設定するには、次のコマンドを使用します。
# set support-assist-connection connection-preference gateway # set support-assist-connection gateway-urls https://r.s.x.y:9443
次に、PowerVault ME5からポート9443のゲートウェイ アプライアンスへの接続をテストします。「r.s.x.y」をSCG/VEアプライアンスの正しいIPアドレスまたはDNSホスト名に置き換えます。
# check support-assist-connection mode gateway SupportAssist Connection ------------------------ Connection State: Connected Endpoint -------- Mode: gateway Endpoint: https://r.s.x.y:9443 Status: success HTTP Status: 200 Message: OK Status Detail: Success Proxy Type: none Success: Command completed successfully. (2022-08-30 19:41:59)
Dell CloudIQは、有効なProSupportまたはProSupport+契約を持つPowerVault Meアレイをご利用のお客様が無料でアクセスできる、オンラインの「ソフトウェア アズ ア サービス」ポータルです。PowerVault ME5アレイからテレメトリー データを送信するには、SupportAssistとCloudIQのサポートを有効にする必要があります。
CloudIQにPowerVault ME5アレイをオンボードする方法については、KB 000022224:「CloudIQ:PowerVault MEシリーズ アレイをCloudIQにオンボードするための一般的な手順」を参照してください。
PowerVault ME5でCloudIQが有効になっているかどうかを確認するには、 show support-assistコマンドを使用します。
SupportAssistがCloudIQテレメトリー データを送信できるようにするには、set support-assist cloud-iq enabledコマンドを使用します。
# show support-assist SupportAssist ------------- SupportAssist State: Enabled Operation Mode: Normal Auto-case Creation: Disabled CloudIQ: Enabled <-- CloudIQ telemetry data can be sent from this system Connection Preference: Direct Gateway Endpoints ----------------- Gateway 1: Gateway 2: Gateway 3: Proxy Information ----------------- Proxy State: Disabled Protocol: HTTP Host: Ports: User Name: Success: Command completed successfully. (2022-08-27 04:01:40)
SupportAssistまたはCloudIQを有効にする方法について、Dellテクニカル サポートによるサポートが必要な場合は、次の手順に従います。