OLSNODES OCR命令初步

本帖最后由 甲骨论-晨曦 于 2012-7-2 15:28 编辑

olsnode 命令 具体都可以-help查看
[root@dmk01 bin]# ./olsnodes -help
Usage: olsnodes [-n] [-p] [-i] [<node> | -l] [-g] [-v]
        where
                -n print node number with the node name
                -p print private interconnect name with the node name
                -i print virtual IP name with the node name
                <node> print information for the specified node
                -l print information for the local node
                -g turn on logging
                -v run in verbose mod

olsnodes,这个命令用来显示集群点列表,可用的参数如下:
$olsnodes -h
用法: olsnodes [-n] [-p][-i] [<node> | -l] [-g] [-v]
-n打印节点编号和节点名
-p打印专用互联名和节点名
-i打印虚拟IP名和节点名
<node>打印指定节点的信息
-l打印本地节点的信息
-g启用事件记录
-v在详细模式下运行
常用组合

节点名称、编号、vip地址、节点状态、节点类型
[root@node1 ~]# olsnodes -s -i -n -t
node1   1       node1-vip       Active  Unpinned
node2   2       node2-vip       Active  Unpinned


--显示当前节点private IP
[root@node1 ~]#  olsnodes -n -p -l
node1   1       9.9.9.31

[root@node1 ~]#  olsnodes -c
node-cluster
####################################################################

网络层
####################################################################
oifcfg

global和node-specific。前者说明集群所有节点的配置信息相同,也就是说所有节点的配置是对称的;而后者意味着这个节点的配置和其他节点配置不同,是非对称的。
Iflist:显示网口列表
Getif:获得单个网口信息
Setif:配置单个网口


--显示当前节点网络地址信息
[root@node1 ~]# oifcfg iflist  -p -n
eth0  192.168.1.0  PRIVATE  255.255.255.0
eth1  9.9.9.0  UNKNOWN  255.255.255.0
--分别显示
[root@node1 ~]# oifcfg getif -type public
eth0  192.168.1.0  global  public
[root@node1 ~]# oifcfg getif -type private
eth1  9.9.9.0  global  cluster_interconnect


[oracle@dmk01 ~]$ oifcfg getif  显示每个网卡属性
[root@node1 ~]# oifcfg getif
eth0  192.168.1.0  global  public   --Oracle net IP VIP
eth1  9.9.9.0  global  cluster_interconnect --Oracle private IP 用于内部通信与心跳

[oracle@dmk01 ~]$ oifcfg getif -global -dmk22   查看node dmk22的配置
bond0  10.87.25.0  global  public
ib0  192.168.26.0  global  cluster_interconnect



[oracle@dmk01 ~]$ oifcfg getif -type public  查看指定类型的网卡(例中为public,还有cluster_interconnect类型)
bond0  10.87.25.0  global  public

[root@node1 ~]# oifcfg getif -type cluster_interconnect
eth1  9.9.9.0  global  cluster_interconnect
[root@node1 ~]# oifcfg getif -type private
eth1  9.9.9.0  global  cluster_interconnect


数据库中查询相关信息

SQL> select * from v$cluster_interconnects ;

NAME            IP_ADDRESS       IS_ SOURCE
--------------- ---------------- --- -------------------------------
eth1            9.9.9.31         NO  Oracle Cluster Repository


SQL> select * from v$configured_interconnects ;

NAME            IP_ADDRESS       IS_ SOURCE
--------------- ---------------- --- -------------------------------
eth1            9.9.9.31         NO  Oracle Cluster Repository
eth0            192.168.1.31     YES Oracle Cluster Repository

SQL> select * from x$ksxpia ;

ADDR                   INDX    INST_ID PUB_KSXPIA PICKED_KSXPIA                       NAME_KSXPIA     IP_KSXPIA
---------------- ---------- ---------- ---------- ----------------------------------- --------------- ----------------
00002AE59B144698          0          1 N          OCR                                 eth1            9.9.9.31
00002AE59B144698          1          1 Y          OCR                                 eth0            192.168.1.31

标签: 暂无标签
oraask2

写了 49 篇文章,拥有财富 561,被 72 人关注

转播转播 分享分享 分享淘帖
回复

使用道具

P6 | 发表于 2012-7-3 07:42:06
支持
回复

使用道具

您需要登录后才可以回帖 登录 | 加入社区

本版积分规则

意见
反馈