当前位置: 代码迷 >> 综合 >> Oracle:cluvfy 命令
  详细解决方案

Oracle:cluvfy 命令

热度:27   发布时间:2024-01-06 06:30:36.0

cluvfy(Cluster Verify),简称CVU,是随Oracle集群管理软件一起发布的检查工具。它的功能是整个集群系统实施过程的各个阶段以及各个组件进行检查,并验证是否满足Oracle的要求

一、命令列表

  • cluvfy stage {-list|-help}
    列出所有参数
  • cluvfy stage {-pre|-post} <stage-name> <stage-specific options>  [-verbose]
    • -pre cfs:对CFS设置进行预检;
    • -pre crsinst:对CRS安装进行预检查;
    • -pre acfscfg:对ACFS设置进行预检查;
    • -pre dbinst:对数据库安装进行预检查;
    • -pre dbcfg:对数据库配置进行预检查;
    • -pre hacfg:对数据库的HA配置进行预检查;
    • -pre nodeadd:为添加节点进行预检查;
    • -post hwos:对硬件和操作系统进行后期检查;
    • -post cfs:对CFS设置进行后期检查;
    • -post crsinst:对CRS安装进行后期检查;
    • -post acfscfg:对ACFS设置进行后期检查;
    • -post hacfg:对数据库的HA配置进行后期检查;
    • -post nodeadd:添加节点进行后期检查;
    • -post nodedel:对接点删除进行后期检查;
    • -n:表示需要检查的节点列表。
  相关解决方案