メイン コンテンツに進む
  • すばやく簡単にご注文が可能
  • 注文内容の表示、配送状況をトラック
  • 会員限定の特典や割引のご利用
  • 製品リストの作成とアクセスが可能
  • 「Company Administration(会社情報の管理)」では、お使いのDell EMCのサイトや製品、製品レベルでのコンタクト先に関する情報を管理できます。

Dell Nutanix: How to collect logs for XC Series

概要: This article provides how to collect logs on Dell Nutanix XC Series Appliance products. Nutanix is one of the Hyper-Converged Infrastructure (HCI) products, which is a dedicated appliance model with Nutanix software installed on the Dell EMC PowerEdge server as the OEM. ...

この記事は自動翻訳されたものである可能性があります。品質に関するフィードバックがある場合は、このページの下部にあるフォームを使用してお知らせください。

文書の内容


手順

Applicable Products
XC640、XC6420、XC740xd、XC940、XC430、XC630、XC6320、XC720XD、XC730、XC730XD

 

Log Collection Steps

  1. Log in with SSH to any CVM using terminal emulators such as Tera Term or Putty.
    Set up to save the output logs with each tool feature.

    NOTE: You must log in with username: Nutanix and password: nutanix/4u.
    If you log in as other users, you are not able to gather the required information due to the permission issue.

  2. Execute the following command to obtain output results.
    $ cluster status: Display the service operation status of the entire Cluster
    $ ncc health_checks run_all: Execute a health check for the entire Cluster and display results
    $ ncli alert history duration=30: Display Alert lists for last 30 days
    $ ncli cluster info: Display cluster UUID and current AOS version
    $ nodetool -h 0 ring: Display current metadata ring status
    $ ncli cluster get-domain-fault-tolerance-status type=node: Display current fault tolerance status
    $ ncli license get-license: Display the current license information

  3. Execute the following command and collect the output file using software such as WinSCP or using SCP command.
    The operation log of the entire cluster is output and saved to /home/nutanix/data/logbay/bundles as NTNX-Log-YYYY-MM-DD-XXXXXXXXXXXXXXXXXXX-XXXXXXXXXX-PE.zip.

    • Not specify the time: $ logbay collect --aggregate=true
      Collect logs of which from 4 hours before up to the command execution.
    • Specify the time: $ logbay collect --aggregate=true --from=yy/mm/dd-hh:mm:ss --duration=+xh
      Example: logbay collect --aggregate=true --from=2021/06/01-14:00:00 --duration=+4h

     

    NOTE: This command is available in NCC version 3.7.1 and later.
    You can know the current NCC version by running the command on CVM.
    $ ncc --version
    If the current NCC version is lower than 3.7, please skip this step.

    NOTE: It uses the time zone set up in CVM.
    Access with SSH to CVM, and ensure the timezone in advance with date command.

    NOTE: Use the following options to mask the unique information such as username, container name, and IP.
    $ logbay collect --aggregate=true --anonymize=True

    NOTE: The following option can specify the CVM to collect logs. If there are so many configuration nodes and it makes the log size huge, please utilize this option.
    Example: Collect logs of CVM IP address 10.10.70.172 and 10.10.70.173
    $ logbay collect --aggregate=true --src 10.10.70.172,10.10.70.173

 

文書のプロパティ


影響を受ける製品
Dell XC720XD Hyper-converged Appliance, Dell XC430 Hyper-converged Appliance, Dell XC430 Xpress Hyper-converged Appliance, Dell XC630 Hyper-converged Appliance, Dell XC6320 Hyper-converged Appliance, Dell EMC XC Series XC640 Appliance , Dell EMC XC Series XC6420 Appliance, Dell XC730 Hyper-converged Appliance, Dell XC730XD Hyper-converged Appliance, Dell EMC XC Series XC740xd Appliance, Dell EMC XC Series XC940 Appliance ...
最後に公開された日付

23 11月 2022

バージョン

6

文書の種類

How To