[20171031]How to find Cluster name

[20171031]How to find Cluster name on RAC instance.txt

--//如何获得Cluster name,做一个记录:

1.以grid用户登录:

SYS@+ASM1> @ &r/ver
BANNER
--------------------------------------------------------------------------------
Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production

$  which cemutlo
/u01/app/11.2.0.4/grid/bin/cemutlo

$  echo $ORACLE_HOME
/u01/app/11.2.0.4/grid

$  cemutlo
Usage: /u01/app/11.2.0.4/grid/bin/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>

$  cemutlo -n -w
xxhospital
2:1:

2.还可以使用olsnodes命令

$  which olsnodes
/u01/app/11.2.0.4/grid/bin/olsnodes

$  olsnodes -h
Usage: olsnodes [ [-n] [-i] [-s] [-t] [<node> | -l [-p]] | [-c] ] [-g] [-v]
        where
                -n print node number with the node name
                -p print private interconnect address for the local node
                -i print virtual IP address with the node name
                <node> print information for the specified node
                -l print information for the local node
                -s print node status - active or inactive
                -t print node type - pinned or unpinned
                -g turn on logging
                -v Run in debug mode; use at direction of Oracle Support only.
                -c print clusterware name

$  olsnodes -c
xxhospital

$  olsnodes -c -v
lang init : Initializing LXL global
main: Initializing CLSS context
get cluster name: Get cluster nameprint data: Printing the node data
print data: lsdata has nodename = null
xxhospital
main: olsnodes executed successfully
term: Terminating LSF

时间: 2024-07-29 11:50:06

[20171031]How to find Cluster name的相关文章

mysql cluster存储引擎NDB,如何设置哪些数据不被LOAD到内存中?

问题描述 mysql cluster存储引擎NDB,如何设置哪些数据不被LOAD到内存中? mysql cluster存储引擎NDB,如何设置哪些数据不被LOAD到内存中?

MySQL Cluster 7.1.5 GA 发布

MySQL Cluster 是 MySQL 适合于分布式计算环境的高实用.高冗余版本.它采用了NDB Cluster 存储引擎,允许在1个 Cluster 中运行多个MySQL服务器.在MyQL 5.0及以上的二进制版本中.以及与最新的Linux版本兼容的RPM中提供了该存储引擎. 该版本改进内容请看 Change History. 下载 MySQL Cluster

Cluster之架设(NAT形式)(1)

Cluster之功能主要是用作负载平衡,由virtual server对外连接internet并负责将要求服务之封包,依排程演算,分配给真正提供服务的real server群,达到负载平衡:同时工作的分配可以避开故障无法提供服务之real server由其它real server继续提供服务,防止在单一服务器的环境下主机的故障造成服务中断的情形;而virtual server部分为单一对外通连的出口,负载极重,可以用HA方式由备援主机保障其工作正常持续运行:piranha为REDHAT设定clu

Tomcat的Cluster功能复制session时会复制保存在其中的对象么?

session|对象 问题:当业务使用了SSESSION保存某些对象,怎样在集群时复制这些对象? TOMCAT5已经考虑过这种集群所导致的问题,其实也就是cluster的问题.如果采用了TOMCAT 的cluster解决方案,我相信应该可以保证session等信息的同步可操作. 另外,TOMCAT要求放到SESSION里的对象要需要实现Serializable,以确保各个对象能被正常复制. 有人提出疑问,SESSION使用的是MAP来保存数据,序列化时不会把实际的对象序列化.其实看看HashMa

创建iAS10g Report Server Cluster

server|创建 一.环境1. DB1: 10g, Redhat linux AS3.0    IP: 192.168.0.142. AS1: win2003, iAS10 with form&report only    IP: 192.168.0.16    fmx and rep: c:\geo    iAS Home: c:\oracle\ias    report server: rep_test03, rep10g3. AS2: win2000, iAS10 with form&am

Oracle iAS 10g Report Server Cluster 配置和测试

oracle|server Oracle iAS 10g Report Server Cluster 配置和测试

Node.js V0.12新特性:Cluster轮转法负载均衡

回顾Node内置的cluster模块 Node.js固有的单线程模型经常被认为是它的一个软肋.不管你的机器上有多少CPU内核,Node.js能用上的也仅仅是其中之一(某些操作会被有条件地卸载到线程池中.大多数程序只是在CPU的总时间上分了一杯羹,所以更好地利用可用的处理能力并不能起到多大作用). 所以Node.js从v0.8开始,新增加了一个内置的'cluster'模块.你可以用cluster模块设置一个主进程作为管理者,由一或多个工人进程完成实际工作. 让创建"发完就忘"的多进程服务

MYSQL使用心得(六) cluster

官方网站 http://dev.mysql.com/downloads/cluster/ mysql-cluster其实就是mysql7.0版本的别名.但是根据 个人经验,在实际生产中,很少有人用.所以这里写个文章,作为入门的了解和学习. cluster的安装,首先要安装java和cmake datadir=/data0/search/mysql-cluster [安装管理节点] cmake -DCMAKE_INSTALL_PREFIX=/application/search/mysql-clu

oracle cluster的物理配置要求及限制

1.Oracle Clusterware supports up to 100 nodes in a cluster on configurations running Oracle Database 10grelease 2 (10.2) and later releases. 在10.2以后的版本开始 oracle的集群支持最多100g节点的集群. 2.网络配置: 每个节点最少2张网卡(one for a public network and one for a private networ