楼主: zerocool8888888

[精华] Oracle 12C 集群安装(4节点)详解

[复制链接]
论坛徽章:
0
91#
发表于 2013-11-14 10:36 | 只看该作者
学习中

使用道具 举报

回复
求职 : 数据库管理员
论坛徽章:
14
2013年新春福章
日期:2013-02-25 14:51:24秀才
日期:2017-09-18 17:33:21秀才
日期:2017-09-18 17:04:24秀才
日期:2017-08-18 11:04:35秀才
日期:2017-08-18 11:02:47秀才
日期:2017-03-28 15:59:38秀才
日期:2017-03-01 13:53:392017金鸡报晓
日期:2017-02-08 14:09:13秀才
日期:2015-09-06 10:19:32秀才
日期:2015-07-03 17:00:53
92#
发表于 2014-2-24 15:16 | 只看该作者

使用道具 举报

回复
论坛徽章:
37
2008新春纪念徽章
日期:2008-02-13 12:43:032010广州亚运会纪念徽章:击剑
日期:2011-01-22 20:59:112011新春纪念徽章
日期:2011-02-18 11:43:33茶鸡蛋
日期:2011-08-05 15:44:24ITPUB十周年纪念徽章
日期:2011-11-01 16:21:152012新春纪念徽章
日期:2012-01-04 11:51:22玉石琵琶
日期:2012-02-21 15:04:38ITPUB 11周年纪念徽章
日期:2012-10-09 18:06:202013年新春福章
日期:2013-02-25 14:51:24劳斯莱斯
日期:2013-09-12 15:56:37
93#
发表于 2014-3-31 11:59 | 只看该作者
请教楼主:

zero.taryartar.com.               IN NS           gnsvip.zero.taryartar.com.

这个域名服务器gnsvip.zero.taryartar.com.的A记录在哪里?
# cat /var/named/taryartar.com.db
$TTL 1H        ; Time to live
$ORIGIN taryartar.com.
@       IN      SOA    mydns  root.taryartar.com.  (
                        2013011201      ; serial (todays date + todays serial #)
                        3H              ; refresh 3 hours
                        1H              ; retry 1 hour
                        1W              ; expire 1 week
                        1D )            ; minimum 24 hour

@       IN              NS mydns
;
        IN              A 192.168.0.88
mydns          IN A    192.168.0.88
gnsvip          IN A    192.168.0.89

这个“gnsvip”应该是gnsvip.taryartar.com.吧?

使用道具 举报

回复
论坛徽章:
4
优秀写手
日期:2014-01-09 06:00:162014年新春福章
日期:2014-02-18 16:50:09马上有车
日期:2014-02-18 16:50:092014年世界杯参赛球队: 智利
日期:2014-05-20 15:41:40
94#
发表于 2014-3-31 15:42 | 只看该作者
忒好了,学习中。

使用道具 举报

回复
论坛徽章:
0
95#
发表于 2014-4-1 16:40 | 只看该作者
不错,学习了

使用道具 举报

回复
论坛徽章:
0
96#
发表于 2014-7-25 07:26 | 只看该作者


谢谢楼主!


这里有人按照楼主的安装指南装出来了吗?

使用道具 举报

回复
论坛徽章:
2
ITPUB十周年纪念徽章
日期:2011-11-01 16:21:15ITPUB 11周年纪念徽章
日期:2012-10-09 18:07:31
97#
发表于 2014-8-30 10:01 | 只看该作者
安装后检查报错 cluvfy comp scan

PRVG-1101 : SCAN name "tsmlinu-cluster-scan.zero2.test.com" failed to resolve

这个故障怎么排除?



grid@tsmlinux2 bin]$ cluvfy comp scan

Verifying SCAN

Checking Single Client Access Name (SCAN)...

Checking TCP connectivity to SCAN listeners...
TCP connectivity to SCAN listeners exists on all cluster nodes

Checking name resolution setup for "tsmlinu-cluster-scan.zero2.test.com"...

Checking integrity of name service switch configuration file "/etc/nsswitch.conf" ...
All nodes have same "hosts" entry defined in file "/etc/nsswitch.conf"
Check for integrity of name service switch configuration file "/etc/nsswitch.conf" passed


ERROR:
PRVG-1101 : SCAN name "tsmlinu-cluster-scan.zero2.test.com" failed to resolve

Checking SCAN IP addresses...
Check of SCAN IP addresses passed

Verification of SCAN VIP and listener setup failed

Verification of SCAN was unsuccessful on all the specified nodes.


DNS   db配置

$TTL    86400
$ORIGIN test.com.
@ IN SOA ns1.test.com.  root.test.com. (
                42      ; serial
                3H      ; refresh
                15M     ; retry
                1W      ; expiry
                1D )    ; minimum
@       IN      NS     ns1.test.com.
        IN      A       10.7.1.4
ns1     IN      A       10.7.1.4
ns2     IN      A       10.7.1.4
gnsvip  IN      A       10.7.1.89
tsmlinux2       IN      A       10.7.1.2
tsmlinux3       IN      A       10.7.1.3

tsmlinux2-priv1 IN      A       192.168.1.11
tsmlinux3-priv1 IN      A       192.168.1.13

$ORIGIN zero2.test.com.
zero2.test.com. IN      NS      gnsvip.test.com.



named.conf配置

options {
//        listen-on port 53 { 127.0.0.1; };
//        listen-on-v6 port 53 { ::1; };
        directory       "/var/named";
        dump-file       "/var/named/data/cache_dump.db";
        statistics-file "/var/named/data/named_stats.txt";
        memstatistics-file "/var/named/data/named_mem_stats.txt";
//        allow-query     { localhost; };
        recursion yes;

        dnssec-enable yes;
        dnssec-validation yes;
        dnssec-lookaside auto;

        /* Path to ISC DLV key */
        bindkeys-file "/etc/named.iscdlv.key";

        managed-keys-directory "/var/named/dynamic";
};

logging {
        channel default_debug {
                file "data/named.run";
                severity dynamic;
        };
};

zone "." IN {
        type hint;
        file "named.ca";
};

include "/etc/named.rfc1912.zones";
include "/etc/named.root.key";

//add
zone "1.7.10.IN-ADDR.ARPA." IN { //REVERSE ZONE.
       type master ;
       notify no ;
       file "10.7.1.db";
       };

zone "test.com." IN {
       type master ;
       notify no ;
       file "test.com.db";
       };



dhcpd 配置。

# dhcpd.conf
#
# Sample configuration file for ISC dhcpd
#

# option definitions common to all supported networks...
option domain-name "test.com";
option domain-name-servers ns1.test.com, ns2.test.com;

default-lease-time 600;
max-lease-time 7200;

# If this DHCP server is the official DHCP server for the local
# network, the authoritative directive should be uncommented.
#authoritative;

# A slightly different configuration for an internal subnet.
subnet 10.7.1.0 netmask 255.255.255.0{
  range 10.7.1.31 10.7.1.51;
  option domain-name-servers 10.7.1.4;
  option domain-name "test.com";
  option routers 10.7.1.1;
  option broadcast-address 10.7.1.255;
  option time-offset -18000;
  default-lease-time 600;
  max-lease-time 7200;
}

~
~
~

使用道具 举报

回复
论坛徽章:
2
2012新春纪念徽章
日期:2012-01-04 11:54:26优秀写手
日期:2014-02-20 06:00:12
98#
发表于 2014-9-2 16:15 | 只看该作者
12c都没怎看。

使用道具 举报

回复
论坛徽章:
0
99#
发表于 2014-9-10 15:37 | 只看该作者
原来是赵大师呀,我说呢,你在中关村那次售书的时候就见过你

使用道具 举报

回复
论坛徽章:
26
2009新春纪念徽章
日期:2009-01-04 14:52:28咸鸭蛋
日期:2011-11-13 14:16:262012新春纪念徽章
日期:2012-01-04 11:51:22紫蛋头
日期:2012-02-02 13:13:42玉石琵琶
日期:2012-02-21 15:04:38蛋疼蛋
日期:2012-03-09 08:25:45奥运纪念徽章
日期:2012-11-27 15:37:34复活蛋
日期:2012-12-07 13:05:172013年新春福章
日期:2013-02-25 14:51:242014年世界杯参赛球队:西班牙
日期:2014-06-26 12:03:53
100#
发表于 2014-10-23 12:16 | 只看该作者
感谢!

使用道具 举报

回复

您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

TOP技术积分榜 社区积分榜 徽章 团队 统计 知识索引树 积分竞拍 文本模式 帮助
  ITPUB首页 | ITPUB论坛 | 数据库技术 | 企业信息化 | 开发技术 | 微软技术 | 软件工程与项目管理 | IBM技术园地 | 行业纵向讨论 | IT招聘 | IT文档
  ChinaUnix | ChinaUnix博客 | ChinaUnix论坛
CopyRight 1999-2011 itpub.net All Right Reserved. 北京盛拓优讯信息技术有限公司版权所有 联系我们 未成年人举报专区 
京ICP备16024965号-8  北京市公安局海淀分局网监中心备案编号:11010802021510 广播电视节目制作经营许可证:编号(京)字第1149号
  
快速回复 返回顶部 返回列表