欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  数据库

管理集群中的crs管理员

程序员文章站 2022-06-17 10:34:24
...

管理集群中的 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

管理集群中的 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.