メインコンテンツへスキップ

LinuxまたはOVA環境のAIQUMでルートパーティションとデータパーティションの使用済みスペースを確認する方法

Views:
89
Visibility:
Public
Votes:
0
Category:
active-iq-unified-manager
Specialty:
om
Last Updated:

Color_Def.png

規定されたコンテンツ ブロック内にのみテキストを追加します。ソルブループコンテンツの作成の詳細については、こちら をクリックしてください。

環境

  • Active IQ Unified Manager 9.6+
  • Oncommand Unified Manager 6.x+
  • Red Hat Enterprise Linux/CentOS Linux
  • OVA

概要

Active IQ Unified ManagerのLinuxまたはOVA導入環境におけるファイルシステムの使用済み領域を確認する方法

手順

  • サーバーの CLI にログインします。vAppの場合は、Active IQ Unified Manager仮想マシン(OVA)DIAGシェルへのアクセス方法を使用してください。
  • rootfsとデータディスクの使用可能な空き容量を確認します。# df -h
  • ルート(/)から始まる最大のサブディレクトリを確認します。# cd /# du -h --max-depth=1 | sort -hr

    du: cannot access './proc/6748/task/22692': No such file or directory
    du: cannot access './proc/22701/task/22701/fd/3': No such file or directory
    du: cannot access './proc/22701/task/22701/fdinfo/3': No such file or directory
    du: cannot access './proc/22701/fd/4': No such file or directory
    du: cannot access './proc/22701/fdinfo/4': No such file or directory
    13G     .           <-- This indicates the directory you are currently in
    4.8G    ./jail
    2.2G    ./var
    1.8G    ./opt
    ...

    cd コマンドを使用して最大のサブディレクトリに再度移動し、 du コマンドを繰り返して次に大きいディレクトリを検索します。
    # cd jail
    # du -h --max-depth=1 | sort -hr
    4.8G    ./support
    4.8G    .
    5.0M    ./lib
    1.1M    ./bin
    284K    ./usr
    52K     ./etc
    4.0K    ./upload
    4.0K    ./tmp
    4.0K    ./lost+found
    4.0K    ./dev
    ...

    サブディレクトリがなくなるまで繰り返し、存在するファイルを確認します。
    # cd support
    # du -h --max-depth=1 | sort -hr
    4.8G    .
    # ls -al total 4930032 drwxr-xr-x  2 jboss jboss       4096 Aug  9  2019 . drwxr-xr-x 11 root  root        4096 Aug  9  2019 .. -rw-r--r--  1 root  root       90461 Aug  9  2019 AIQ_UM_9.6_backup_windows_08-04-2019-09-00.7z -rw-r--r--  1 root  root  1047207788 Aug  9  2019 ocum_mysql_full_backup_1563379204814.sql.7z -rw-r--r--  1 root  root   241312608 Aug  9  2019 ocum_mysql_incremental_backup_1563465600283.sql.7z -rw-r--r--  1 root  root   193119989 Aug  9  2019 ocum_mysql_incremental_backup_1563552000276.sql.7z -rw-r--r--  1 root  root   224488061 Aug  9  2019 ocum_mysql_incremental_backup_1563638400288.sql.7z -rw-r--r--  1 root  root   221086373 Aug  9  2019 ocum_mysql_incremental_backup_1563724800417.sql.7z

    6.ファイルを削除する前に、次の記事を参照して、削除しても安全かどうかを確認してください。

    ファイルを安全に削除できるかどうか疑問がある場合は、ファイルを削除する前にNetAppサポートにお問い合わせください。

    追加情報

      Unified Managerログの書き込み先:
      • /var/log/ocie
      • /var/log/ocum
      • /var/log/mysql
      Unified Managerのバックアップはデフォルトで次の場所に書き込まれます
      • /opt/netapp/data/ocum/ocum-backup
      Unified Manager サポートバンドルは、デフォルトで次の場所に書き込まれます
        Red Hat および CentOS Linux
        • /opt/netapp/data/support/
      • VMware OVA
        • /jail/support
    • OVA のデータディスクを拡張する方法

    内部情報

    内部情報_text

     

    Sign in to view the entire content of this KB article.

    New to NetApp?

    Learn more about our award-winning Support

    NetApp provides no representations or warranties regarding the accuracy or reliability or serviceability of any information or recommendations provided in this publication or with respect to any results that may be obtained by the use of the information or observance of any recommendations provided herein. The information in this document is distributed AS IS and the use of this information or the implementation of any recommendations or techniques herein is a customer's responsibility and depends on the customer's ability to evaluate and integrate them into the customer's operational environment. This document and the information contained herein may be used solely in connection with the NetApp products discussed in this document.