zoukankan      html  css  js  c++  java
  • 管理集群中的 crs 管理员

    

    管理集群中的 crs 管理员

    oracle Managing CRS Administrators in the Cluster
    Use the following commands to manage CRS Administrators in the cluster:

    The CRS Administrator is a predefined administrator role in Oracle Clusterware that
    controls the creation of server pools. Users to whom you grant the CRS Administrator
    role can grant or revoke access to system resources only for server pools. The CRS
    Administrator role does not influence administrative rights on the server.


    ■ 查询crs administrators :
    $ crsctl query crs administrator


    ■加入crs administrator: 

    To enable role-separated management and grant privileges to non-permanent CRS
    Administrators, you must add specific users to the CRS Administrators list. As a permanent CRS Administrator, run the following command:

    # crsctl add crs administrator -u user_name


    The default asterisk (*) value is replaced by the user or users you add using this command.


    ■ To remove specific users from the group of CRS Administrators:
    # crsctl delete crs administrator -u user_name


    ■ To make all users CRS Administrators, add the asterisk (*) value back to the list, as
    follows:


    # crsctl add crs administrator -u "*"


    The asterisk (*) value must be enclosed in double quotation marks (""). This value
    replaces any previously specified users in the CRS Administrators list.

  • 相关阅读:
    jquery 序列化form表单
    nginx for windows 安装
    nodejs idea 创建项目 (一)
    spring 配置 shiro rememberMe
    idea 2018 解决 双击shift 弹出 search everywhere 搜索框的方法
    redis 在windows 集群
    spring IOC控制反转和DI依赖注入
    redis 的安装
    shiro 通过jdbc连接数据库
    handlebars的用法
  • 原文地址:https://www.cnblogs.com/blfshiye/p/5090578.html
Copyright © 2011-2022 走看看