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.

  • 相关阅读:
    GeoServer发布PostGIS数据库中的栅格数据
    CMD查看端口占用情况
    css选择器命名推荐
    css书写顺序
    css中浮动相关
    动态规划算法
    KMP算法 字符串匹配
    Java 反射
    分治(Divide-and-Conquer(P))算法
    图 结构
  • 原文地址:https://www.cnblogs.com/blfshiye/p/5090578.html
Copyright © 2011-2022 走看看