zoukankan      html  css  js  c++  java
  • oracle 11g 中 (oracle 10g) crsctl 的 替换命令

    

    oracle 11g 中 (oracle 10g) crsctl 的 替换命令


    Deprecated Command

    Replacement Commands

    crs_stat  ---集群状态检查

    crsctl check cluster -all

    crsctl stat res -t

    crs_register  --集群资源注冊

    crsctl add resource

    crsctl add type

    crsctl modify resource

    crsctl modify type

    crs_unregister  ---注销集群资源

    crsctl stop resource

    crsctl modify resourceresource_name-attr "AUTO_START=never"

    crs_start   ---集群件。资源启动

    crsctl start resource

    crsctl start crs

    crsctl start cluster

    crs_stop  ---集群件,资源关闭

    crsctl stop resource

    crsctl stop crs

    crsctl stop cluster

    crs_getperm  ---集群资源參数获取

    crsctl getperm resource

    crsctl getperm type

    crs_profile  ---加入集群资源

    crsctl add resource

    crsctl add type

    crsctl status resource

    crsctl status type

    crsctl modify resource

    crsctl modify type

    crs_relocate  ---资源重分配

    crsctl relocate resource

    crs_setperm

    crsctl setperm resource

    crsctl setperm type

    crsctl check crsd  ---检查crs状态

    crsctl check crs

    crsctl check cssd ---检查css状态

    crsctl check css

    crsctl check evmd ---检查evm状态

    crsctl check evm

    crsctl debug res ---设置调试模式 logresource_name:level

    crsctl set log

    crsctl set css votedisk --加入votingdisk

    crsctl add css votedisk

    crsctl delete css votedisk

    crsctl query css votedisk

    crsctl replace votedisk

    crsctl start resources  ---启动集群资源

    crsctl start resource -all

    crsctl stop resources  ---关闭集群资源

    crsctl stop resource -all

     

    
  • 相关阅读:
    Linux修改主机名称
    Druid监控SQL语句
    CentOS7.5搭建Hadoop分布式集群
    CentOS7.5 解决ifconfig报错
    windows 用VMware创建linux虚拟机,安装操作系统CentOS7.2
    MySQL报错this is incompatible with sql_mode=only_full_group_by
    CentOS配置Redis环境变量
    CentOS7.4搭建GitLab
    修改服务器路由策略
    Centos7 安装python3
  • 原文地址:https://www.cnblogs.com/lytwajue/p/7257605.html
Copyright © 2011-2022 走看看