- 关于PTK
- 快速上手
- 安装PTK
- 使用手册
- 配置文件字段说明
- 配置文件示例
- 命令介绍
- ptk
- ptk completion
- ptk register
- ptk init-cluster
- ptk collect
- ptk rec-guc
- ptk cache
- ptk gen-ptkc
- ptk manage
- ptk demo
- ptk meta
- ptk version
- ptk self
- ptk gen-om-xml
- ptk env
- ptk gen-static-config
- ptk cluster
- ptk cluster rename
- ptk cluster throwout
- ptk cluster takeover
- ptk cluster uninstall-cm
- ptk cluster install-cm
- ptk cluster gen-cert-files
- ptk cluster load-cm-vip
- ptk cluster del-kerberos-auth
- ptk cluster add-kerberos-auth
- ptk cluster uninstall-kerberos-server
- ptk cluster install-kerberos-server
- ptk cluster is-in-upgrade
- ptk cluster upgrade-rollback
- ptk cluster upgrade-commit
- ptk cluster upgrade
- ptk cluster demote
- ptk cluster promote
- ptk cluster refresh
- ptk cluster shell
- ptk cluster modify-comment
- ptk cluster show-config
- ptk cluster set-guc
- ptk cluster show-guc
- ptk cluster set-hba
- ptk cluster show-hba
- ptk cluster scale-out
- ptk cluster scale-in
- ptk cluster uninstall-mogha
- ptk cluster install-mogha
- ptk cluster list-plugins
- ptk cluster install-plugin
- ptk cluster inspect
- ptk cluster failover
- ptk cluster switchover
- ptk cluster build
- ptk cluster status
- ptk cluster restart
- ptk cluster stop
- ptk cluster start
- ptk uninstall
- ptk ls
- ptk install
- ptk exec
- ptk template
- ptk encrypt
- ptk checkos
- ptk download
- ptk candidate
- 故障排查
- 常见问题
- 发布记录
- GPTK - 图形化部署工具
- 社区
- 附录:YAML语法
ptk checkos
检查集群服务器系统依赖是否满足安装数据库需求
说明
Check cluster servers os dependencies. To check all items, enter "-i A". To check multiple status, enter the items in the following format: "-i A1,A2,A3". Item number description: 'A1':[ OS version status ] 'A2':[ Kernel version status ] 'A3':[ Unicode status ] 'A4':[ Time zone status ] 'A5':[ Swap memory status ] 'A6':[ System control parameters ] 'A7':[ File system configuration status ] 'A8':[ Disk configuration status ] 'A9':[ Pre-read block size status ] 'A10':[ IO scheduler status ] 'A11':[ Network card status ] 'A12':[ Time consistency status ] 'A13':[ Firewall service status ] 'A14':[ THP service status ] 'A15':[ System dependency packages ] 'A16':[ CPU Instruction Set ] 'A17':[ Port status ] 'A18':[ Selinux status ] 'A19':[ User ulimit config ]
语法
ptk checkos [flags]
示例
# 检查当前主机
ptk checkos
# 检查特定的项目,并展示详细信息
ptk checkos -i A1,A2,A3 --detail
# 通过指定 config.yaml 来检查集群的机器,并且仅显示 abormal 的详细信息
ptk checkos -f config.yaml --only-abnormal-detail
# 通过指定 config.yaml 来检查集群的机器,同时在生成修复命令时包含 warning 级别的修复命令
ptk checkos -f config.yaml --gen-warning-fix
选项
--detail
- 说明: 打印每个检查项的详细信息
- 数据类型: bool
- 默认值: false
-f, --file string
- 说明: 指定集群配置文件
- 数据类型: string
- 默认值: ""
--gen-warning-fix
- 说明: 输出 abnormal 和 warning 项目的修复语句,默认仅输出 abnormal 的项目修复语句
- 数据类型: bool
- 默认值: false
-i, --item string
- 说明: 指定检查项编号, 多个编号间使用英文逗号分隔
- 数据类型: string
- 默认值: "A"
--only-abnormal-detail
- 说明: 仅显示 Abnormal 级别的信息
- 数据类型: bool
- 默认值: false
-o, --output string
- 说明: 指定输出文件名
- 数据类型: string
- 默认值: ""
从父命令继承的选项
--disable-color
- 说明: 禁用彩色日志
- 数据类型: bool
- 默认值: false
--disable-debug-log
- 说明: 不生成调试日志文件
- 数据类型: bool
- 默认值: false
--disable-progressbar
- 说明: 全局不显示进度条
- 数据类型: bool
- 默认值: false
-h, --help
- 说明: 打印帮助信息
- 数据类型: bool
- 默认值: false
--log-file string
- 说明: 指定运行日志文件路径
- 数据类型: string
- 默认值: ""
--log-format string
- 说明: 指定运行日志的输出格式, 可选项: [text, json]
- 数据类型: string
- 默认值: "text"
--log-level string
- 说明: 指定运行日志级别, 可选项: [debug, info, warning, error, panic]
- 数据类型: string
- 默认值: "info"
--silence
- 说明: 不打印日志到标准输出
- 数据类型: bool
- 默认值: false
--skip-fix-ssh
- 说明: 无需通过交互修复 ssh 连接
- 数据类型: bool
- 默认值: false
开始支持的版本
v0.1
另请参阅
- ptk - Provisioning Toolkit for MogDB