-
-
-
VMware ESX、Linux KVM、およびCitrix HypervisorでNetScaler ADC VPXのパフォーマンスを最適化する
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
This content has been machine translated dynamically.
Dieser Inhalt ist eine maschinelle Übersetzung, die dynamisch erstellt wurde. (Haftungsausschluss)
Cet article a été traduit automatiquement de manière dynamique. (Clause de non responsabilité)
Este artículo lo ha traducido una máquina de forma dinámica. (Aviso legal)
此内容已经过机器动态翻译。 放弃
このコンテンツは動的に機械翻訳されています。免責事項
이 콘텐츠는 동적으로 기계 번역되었습니다. 책임 부인
Este texto foi traduzido automaticamente. (Aviso legal)
Questo contenuto è stato tradotto dinamicamente con traduzione automatica.(Esclusione di responsabilità))
This article has been machine translated.
Dieser Artikel wurde maschinell übersetzt. (Haftungsausschluss)
Ce article a été traduit automatiquement. (Clause de non responsabilité)
Este artículo ha sido traducido automáticamente. (Aviso legal)
この記事は機械翻訳されています.免責事項
이 기사는 기계 번역되었습니다.책임 부인
Este artigo foi traduzido automaticamente.(Aviso legal)
这篇文章已经过机器翻译.放弃
Questo articolo è stato tradotto automaticamente.(Esclusione di responsabilità))
Translation failed!
/var ディレクトリの空き容量を増やす方法
次の記事では、管理者がCitrix /var
ADCアプライアンスのディレクトリから領域を解放する方法について説明します。GUI にアクセスできない場合は、以下の手順に従ってください。
アプライアンスの /var ディレクトリのディスク容量が少ないと、GUI にサインインできないことがあります。このシナリオでは、古いログファイルを削除して /var ディレクトリに空き領域を作成できます。
確認事項
- ファイルをアプライアンスから削除する前に、必ずファイルをバックアップしてください。
NetScalerアプライアンスの/var
ディレクトリ内の領域を解放するには、次の手順を実行します。
- SSHを使用してNetScalerのCLIにログオンします。このタスクを完了する方法の詳細については、NetScaler ドキュメントを参照してください。
- NetScaler CLIにログオンした後、次のコマンドを使用してシェルプロンプトに切り替えます。
shell
- 次のコマンドを実行して、NetScalerアプライアンスの空き容量を確認します。
df -h
-
/var
ディレクトリのメモリ容量が最大 90% 満たされている場合は、このディレクトリからファイルを削除する必要があります。- 次のコマンドを実行して、/var ディレクトリの内容を表示します。
cd /var
ls -l
通常、目的のディレクトリは次のとおりです。
/var/nstrace - This directory contains trace files.This is the most common reason for HDD being filled on the NetScaler appliance. This is due to an nstrace being left running for indefinite amount of time. All traces that are not of interest can and should be deleted. To stop an nstrace, go back to the CLI and issue stop nstrace command. /var/log - This directory contains system specific log files. /var/nslog - This directory contains NetScaler log files. /var/tmp/support - This directory contains technical support files, also known as, support bundles. All files not of interest should be deleted. /var/core - Core dumps are stored in this directory. There will be directories within this directory and they will be labeled with numbers starting with 1. These files can be quite large in size. Clear all files unless the core dumps are recent and investigation is required. /var/crash - Crash files, such as process crashes are stored in this directory. Clear all files unless the crashes are recent and investigation is required. /var/nsinstall - Firmware is placed in this directory when upgrading. Clear all files, except the firmware that is currently being used.
-
ディレクトリのいずれかがより多くのスペースを使用しているかどうかを確認します。
du -hs * 44k cache 2.0k clusterd 2.0k configdb 6.0k core 989M crash 4.0k cron 2.0k dev 6.0k download 2.0k gui 2.0k install 2.0k krb 2.0k learnt_data 122M log 366M NetScaler 14k ns_gui 86k ns_sys_backup 631M nsinstall 883M nslog 32k nsproflog 2.0k nssynclog 16k nstemplates 36k nstmp 4.5G nstrace 8.1M opt 6.0k pubkey 52k run 28M safenet 72M tmp 2.0k vmtools 14k vpn
- 次のコマンドを実行して、/var ディレクトリの内容を表示します。
-
不要なファイルを削除します。
rm -r nstrace/*
ファイル削除についての詳細は FreeBSD のマニュアルページを参照してください。
- 不要なファイルを削除します。
rm -r nstrace/*
ファイル削除についての詳細は FreeBSD のマニュアルページを参照してください。 -
ログまたは
nslog
ディレクトリの容量が多い場合は、次のコマンドを実行してログディレクトリを開き、その内容を表示します。cd /var/log ls -l cd /var/nslog ls -l
- 不要なファイルを削除します。
-
すべてのファイルが圧縮されていることを確認します。これは、.tar.gz ファイル名の拡張子で示されます。
ファイルが圧縮されていない場合は、以下を実行してください。
ファイルを.gz 形式に圧縮するには:
cd /var/log gzip <filename>
圧縮ファイルは /var/log に置かれます
ファイルを.tar.gz 形式に圧縮するには:
cd /var/nslog tar -cz <filename>.tar.gz <filename>
圧縮ファイルは /var/nslog に保存されます
-
NetScaler コンソールを使用している場合は、/var/ns_system_backup ディレクトリを確認してください。NetScaler Consoleが作成したバックアップファイルを必ず消去してください。
その他のリソース
前述の手順で説明したコマンドの詳細については、http://ss64.com/bash/を参照してください。
共有
共有
This Preview product documentation is Cloud Software Group Confidential.
You agree to hold this documentation confidential pursuant to the terms of your Cloud Software Group Beta/Tech Preview Agreement.
The development, release and timing of any features or functionality described in the Preview documentation remains at our sole discretion and are subject to change without notice or consultation.
The documentation is for informational purposes only and is not a commitment, promise or legal obligation to deliver any material, code or functionality and should not be relied upon in making Cloud Software Group product purchase decisions.
If you do not agree, select I DO NOT AGREE to exit.