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!
学习
以下是遇到学习功能问题时推荐的一些最佳实践:
Asearn 流程:
- 验证进程 asearn 是否正在运行。
- 检查顶部命令输出
-
通过执行以下命令检查 ps 命令的输出:
ps -ax | grep aslearn | grep -v "grep"
示例:
root@ns# ps -ax | grep aslearn | grep -v "grep" 1439 ?? Ss 0:03.86 /netscaler/aslearn -start -f /netscaler/aslearn.conf <!--NeedCopy-->
-
通过验证 ns.log 文件来识别在观察到的问题之前最近运行的配置命令:
/var/log/ns.log
-
检查 asearn 日志以检查 asearn 消息:
/var/log/aslearn.log
-
隔离受到影响的配置文件和安全检查
-
通过执行以下命令来识别失败的 GUI 和 CLI 命令:
show appfw learningdata <profileName> <securityCheck>
示例:
show learningdata test_profile starturl
show learningdata test_profile crosssiteScripting
show learningdata test_profile sqLInjection
show learningdata test_profile csRFtag
show learningdata test_profile fieldformat
show learningdata test_profile fieldconsistency
-
从 bsd shell 提示符执行 sqlite 的完整性检查:
nsshell # sqlite3 /var/nslog/asl/<profile_name_in_lowercase>.db 'pragma integrity_check;
示例:
root@ns# sqlite3 /var/nslog/asl/tsk0247284.db 'pragma integrity_check;' ok <!--NeedCopy-->
-
部署或删除规则以重新开始学习:
- 如果达到 2000 个学习项目(每个保护项目),则无法再开始学习该保护
- 如果数据库的大小达到 20 MB,请停止学习所有保护
- 重新启动 Asearn 过程
*/netscaler/aslearn -start -f/netscaler/aslearn.conf*
-
通过执行以下命令检查 /var 文件夹中的空间:
du -h /var
-
通过执行以下命令检查学习阈值限制:
show appfwlearningsettings <profile_name> <securityCheck>
-
通过执行以下命令收集学到的数据:
export appfwlearningdata <profile_name> <securityCheck>
- 确定学习的数据是否已上载到收集器中。
共享
共享
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.