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.

  • 相关阅读:
    全局配置策略
    RESTful api介绍
    AJAX
    django cookie session 自定义分页
    mysql 索引优化
    yii2 response响应配置
    Django中的信号
    django orm相关操作
    django orm介绍以及字段和参数
    django form和ModelForm组件
  • 原文地址:https://www.cnblogs.com/blfshiye/p/5090578.html
Copyright © 2011-2022 走看看