常見的impctl的命令:
impctl status
impctl show log
impctl platform dmi show | grep serial
impctl --version
impctl gateway register -password=
impctl hardening config --root-source-ip-exception=
impctl support get-tech-info(開case最好是把此項帶上,這樣會使整個case的週期縮短)
svlog 快速檢視mx日誌資訊
gwlog 快速檢視gw日誌資訊
watch -d -n 1 cat pro/hades/status 命令列檢視閘道器流量watch -d -n 1 cat /proc/hades/cpuload 命令列檢視cpu
cat /opt/securesphere/etc/patch_level 檢視補丁情況
md5sum
linux命令:
netstat -nr 顯示路由表
df -kh 檢視磁碟利用情況
tcpdump
常用網路維護命令
net use ip ipc user 建立ipc空鏈結 net use ip ipc 密碼 user 使用者名稱 建立ipc非空鏈結 net use h ip c 密碼 user 使用者名稱 直接登陸後對映對方c 到本地為h net use h ip c 登陸後對映對方c 到本地為h net us...
hbase集群 常用維護命令
一.zk集群 1.檢視當前服務的角色 leader follower echo stat nc 127.0.0.1 2181 2.啟動zk服務 sh bin zkserver.sh start 3.檢視zk服務狀態 sh bin zkserver.sh status 4.停止zk服務 sh bin ...
mysql維護常用命令
analyze table mysql 的optimizer 優化元件 在優化sql語句時,首先需要收集一些相關資訊,其中就包括表的cardinality 可以翻譯為 雜湊程度 它表示某個索引對應的列包含多少個不同的值 如果cardinality大大少於資料的實際雜湊程度,那麼索引就基本失效了。我們...