首页 > 学院 > 开发设计 > 正文

怎么得到Oracle cluster name?

2019-11-08 20:42:34
字体:
来源:转载
供稿:网友

转载自:

How to Query the Cluster Name (Doc ID 577300.1)

APPLIES TO:

Oracle Database - EnterPRise Edition - Version 10.1.0.2 and laterInformation in this document applies to any platform.Information in this document applies to any platform.

GOAL

How to find out the cluster name after Oracle clusterware installed?

SOLUTION

One can use cemutlo command.

cd $CRS_HOME/bin./cemutlo -h        <=== will list all the optionsUsage: ./cemutlo.bin [-n] [-w]            where:            -n prints the cluster name            -w prints the clusterware version in the following format:            <major_version>:<minor_version>:<vendor_info>

Output example:

./cemutlo -nclustergp1    <=== cluster name, default cluster name is "crs"

[grid@hosta ~]$ which cemutlo/u01/app/11.2.0/grid/bin/cemutlo[grid@hosta ~]$ cemutlo -norcl-cluster[grid@hosta ~]$ 


发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表