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 ADC 设备的问题
下面的文章介绍了管理员如何从 Citrix ADC 设备的 /var
目录中释放空间。当 Citrix GUI 无法访问时,您可以按照以下步骤操作。
当设备的 /var 目录中的磁盘空间量不足时,您可能无法登录 Citrix GUI。在这种情况下,您可以删除旧的日志文件以在 /var 目录中创建可用空间。
需要记住的几个要点
- 请确保在从设备中删除文件之前备份文件。
要释放 Citrix ADC 设备 /var
目录中的空间,请完成以下步骤:
- 使用 SSH 登录 Citrix ADC 的 CLI。有关完成此任务的更多信息,请参阅 Citrix ADC 文档。
- 登录 Citrix ADC CLI 后,使用以下命令切换到 shell 提示符。
shell
- 运行以下命令以查看 Citrix ADC 设备上的空间可用性。
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 Citrix ADC 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 Citrix ADC 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
-
如果您使用的是 Citrix ADM,请验证 /var/ns_system_backup 目录。确保 Citrix ADM 清除其创建的备份文件。
更多资源
有关上述过程中提到的任何命令的信息,请参阅- 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.