12
返回列表 发新帖
楼主: tolywang

安装crs执行root.sh之后出现Oracle Cluster Verification Utility配置错误提示

[复制链接]
论坛徽章:
71
2015年新春福章
日期:2015-03-06 11:57:312013年新春福章
日期:2013-02-25 14:51:24双黄蛋
日期:2013-01-06 13:31:18蜘蛛蛋
日期:2013-01-06 10:26:08茶鸡蛋
日期:2012-11-21 19:35:23ITPUB 11周年纪念徽章
日期:2012-10-09 18:05:07版主2段
日期:2012-05-15 15:24:11铁扇公主
日期:2012-02-21 15:02:402012新春纪念徽章
日期:2012-02-13 15:13:512012新春纪念徽章
日期:2012-02-13 15:13:51
11#
 楼主| 发表于 2007-12-12 15:18 | 只看该作者
Oracle CRS stack installed and running under init(1M)
Running vipca(silent) for configuring nodeapps
Invalid node name "GND-RAC01" entered in an input argument.
Invalid node name "GND-RAC01" entered in an input argument.

按照这个提示及google到的文档来的 vipca

使用道具 举报

回复
论坛徽章:
71
2015年新春福章
日期:2015-03-06 11:57:312013年新春福章
日期:2013-02-25 14:51:24双黄蛋
日期:2013-01-06 13:31:18蜘蛛蛋
日期:2013-01-06 10:26:08茶鸡蛋
日期:2012-11-21 19:35:23ITPUB 11周年纪念徽章
日期:2012-10-09 18:05:07版主2段
日期:2012-05-15 15:24:11铁扇公主
日期:2012-02-21 15:02:402012新春纪念徽章
日期:2012-02-13 15:13:512012新春纪念徽章
日期:2012-02-13 15:13:51
12#
 楼主| 发表于 2007-12-12 15:20 | 只看该作者
出现两次
Oracle CRS stack installed and running under init(1M)
Running vipca(silent) for configuring nodeapps
Invalid node name "GND-RAC01" entered in an input argument.
Invalid node name "GND-RAC01" entered in an input argument.




Invalid node name "GND-RAC01" entered in an input argument.
Invalid node name "GND-RAC01" entered in an input argument.


会不会是public网卡设置有关系 ?

GND-RAC01</etc>$cat hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
# 127.0.0.1     GND-RAC01

127.0.0.1               localhost.localdomain    localhost

10.155.4.95     GND-RAC01
172.20.1.19     GND-RAC01
10.1.0.1        GND-PRI01
172.20.1.29     GND-VIP01

10.155.4.96     GND-RAC02
172.20.1.18     GND-RAC02
10.1.0.2        GND-PRI02
172.20.1.28     GND-VIP02




我有两个public card :      

10.155.4.95     GND-RAC01
172.20.1.19     GND-RAC01

[ 本帖最后由 tolywang 于 2007-12-12 15:22 编辑 ]

使用道具 举报

回复
论坛徽章:
1
ITPUB新首页上线纪念徽章
日期:2007-10-20 08:38:44
13#
发表于 2007-12-12 15:26 | 只看该作者
原帖由 tolywang 于 2007-12-12 15:13 发表



还好,我是按照这个顺序。


我每台Sever上有两片Public NIC , 一片 Private NIC .
我需要指明的 VIP 对应eth2 public 网卡的网段 。 不是 eth0 . 不知道是不是这个原因,难道要我将eth0 先屏蔽 ?

我第二次执行vipca 的时候只是出现eth0 , eth2 两个public card , 而没有像第一次执行vipca的时候 3 快网卡都出现。我选择了上次一样的eth2 .



当时我的环境是一片public  eth0,  一片private  eth1。
应该不需要屏蔽吧,貌似不是这个原因

使用道具 举报

回复
论坛徽章:
1
ITPUB新首页上线纪念徽章
日期:2007-10-20 08:38:44
14#
发表于 2007-12-12 15:34 | 只看该作者
你出现这样的报错
Oracle CRS stack installed and running under init(1M)
Running vipca(silent) for configuring nodeapps
Invalid node name "GND-RAC01" entered in an input argument.
Invalid node name "GND-RAC01" entered in an input argument.

=========================================
正常情况应该是下面的
Oracle CRS stack installed and running under init(1M)
Running vipca(silent) for configuring nodeapps
The given interface(s), "eth0" is not public. Public interfaces should be used to configure virtual IPs.

使用道具 举报

回复
论坛徽章:
71
2015年新春福章
日期:2015-03-06 11:57:312013年新春福章
日期:2013-02-25 14:51:24双黄蛋
日期:2013-01-06 13:31:18蜘蛛蛋
日期:2013-01-06 10:26:08茶鸡蛋
日期:2012-11-21 19:35:23ITPUB 11周年纪念徽章
日期:2012-10-09 18:05:07版主2段
日期:2012-05-15 15:24:11铁扇公主
日期:2012-02-21 15:02:402012新春纪念徽章
日期:2012-02-13 15:13:512012新春纪念徽章
日期:2012-02-13 15:13:51
15#
 楼主| 发表于 2007-12-12 15:52 | 只看该作者
PRKV-1060 "Invalid node name \"{0}\" entered in an input argument."
Cause: An attempt has been made to configure CRS node applications for the node that is not part of the cluster.
Action: Check if the node is configured in the cluster using '<CRS home>/bin/olsnodes' Enter only the nodes that are part of the cluster, or add the node to the cluster before configuring nodeapps.



GND-RAC02</u01/product/crs/bin>$olsnodes
gnd-rac01
gnd-rac02


GND-RAC01</u01/product/crs/bin>$olsnodes
gnd-rac01
gnd-rac02

[ 本帖最后由 tolywang 于 2007-12-12 15:54 编辑 ]

使用道具 举报

回复
论坛徽章:
71
2015年新春福章
日期:2015-03-06 11:57:312013年新春福章
日期:2013-02-25 14:51:24双黄蛋
日期:2013-01-06 13:31:18蜘蛛蛋
日期:2013-01-06 10:26:08茶鸡蛋
日期:2012-11-21 19:35:23ITPUB 11周年纪念徽章
日期:2012-10-09 18:05:07版主2段
日期:2012-05-15 15:24:11铁扇公主
日期:2012-02-21 15:02:402012新春纪念徽章
日期:2012-02-13 15:13:512012新春纪念徽章
日期:2012-02-13 15:13:51
16#
 楼主| 发表于 2007-12-12 15:57 | 只看该作者
报以上错误之后在节点2上第二次执行(测试一下而已) : sh  root.sh  


[root@GND-RAC02 crs]# sh root.sh
WARNING: directory '/u01/product' is not owned by root
WARNING: directory '/u01' is not owned by root
Checking to see if Oracle CRS stack is already configured
Oracle CRS stack is already configured and will be running under init(1M)

使用道具 举报

回复
论坛徽章:
71
2015年新春福章
日期:2015-03-06 11:57:312013年新春福章
日期:2013-02-25 14:51:24双黄蛋
日期:2013-01-06 13:31:18蜘蛛蛋
日期:2013-01-06 10:26:08茶鸡蛋
日期:2012-11-21 19:35:23ITPUB 11周年纪念徽章
日期:2012-10-09 18:05:07版主2段
日期:2012-05-15 15:24:11铁扇公主
日期:2012-02-21 15:02:402012新春纪念徽章
日期:2012-02-13 15:13:512012新春纪念徽章
日期:2012-02-13 15:13:51
17#
 楼主| 发表于 2007-12-12 16:07 | 只看该作者
http://www.dbasupport.com/forums/archive/index.php/t-52297.html   



merlin_rbs08-04-2006, 06:37 AM
Hi All,

I resolved this issue by removing the cluser software and renaming everything to lowercase. Everything being the hostnames, the entries in the host files and the config in the cluster.conf file.

Regards,
Ryan

使用道具 举报

回复
论坛徽章:
71
2015年新春福章
日期:2015-03-06 11:57:312013年新春福章
日期:2013-02-25 14:51:24双黄蛋
日期:2013-01-06 13:31:18蜘蛛蛋
日期:2013-01-06 10:26:08茶鸡蛋
日期:2012-11-21 19:35:23ITPUB 11周年纪念徽章
日期:2012-10-09 18:05:07版主2段
日期:2012-05-15 15:24:11铁扇公主
日期:2012-02-21 15:02:402012新春纪念徽章
日期:2012-02-13 15:13:512012新春纪念徽章
日期:2012-02-13 15:13:51
18#
 楼主| 发表于 2007-12-12 17:03 | 只看该作者
原帖由 yinheng8066 于 2007-12-12 15:34 发表
你出现这样的报错
Oracle CRS stack installed and running under init(1M)
Running vipca(silent) for configuring nodeapps
Invalid node name "GND-RAC01" entered in an input argument.
Invalid node name "GND-RAC01" entered in an input argument.

=========================================
正常情况应该是下面的
Oracle CRS stack installed and running under init(1M)
Running vipca(silent) for configuring nodeapps
The given interface(s), "eth0" is not public. Public interfaces should be used to configure virtual IPs.


是的,错误不一样,我的错误估计不能通过 vipca解决。

准备测试看看host name 改为小写   

使用道具 举报

回复
论坛徽章:
71
2015年新春福章
日期:2015-03-06 11:57:312013年新春福章
日期:2013-02-25 14:51:24双黄蛋
日期:2013-01-06 13:31:18蜘蛛蛋
日期:2013-01-06 10:26:08茶鸡蛋
日期:2012-11-21 19:35:23ITPUB 11周年纪念徽章
日期:2012-10-09 18:05:07版主2段
日期:2012-05-15 15:24:11铁扇公主
日期:2012-02-21 15:02:402012新春纪念徽章
日期:2012-02-13 15:13:512012新春纪念徽章
日期:2012-02-13 15:13:51
19#
 楼主| 发表于 2007-12-12 19:45 | 只看该作者
的确是设置了多个public nic导致的:

我重新设置了public ,private nic , 每个只有一个,另外一个public nic 被设置为do not use .

结果执行sh root.sh 的时候节点2上提示正常了




[root@gnd-rac02 crs]#
[root@gnd-rac02 crs]# sh root.sh
WARNING: directory '/u01/product' is not owned by root
WARNING: directory '/u01' is not owned by root
Checking to see if Oracle CRS stack is already configured
/etc/oracle does not exist. Creating it now.

Setting the permissions on OCR backup directory
Setting up NS directories
Oracle Cluster Registry configuration upgraded successfully
WARNING: directory '/u01/product' is not owned by root
WARNING: directory '/u01' is not owned by root
clscfg: EXISTING configuration version 3 detected.
clscfg: version 3 is 10G Release 2.
Successfully accumulated necessary OCR keys.
Using ports: CSS=49895 CRS=49896 EVMC=49898 and EVMR=49897.
node <nodenumber>: <nodename> <private interconnect name> <hostname>node 1: gnd-rac01 gnd-pri01 gnd-rac01
node 2: gnd-rac02 gnd-pri02 gnd-rac02
clscfg: Arguments check out successfully.

NO KEYS WERE WRITTEN. Supply -force parameter to override.
-force is destructive and will destroy any previous cluster
configuration.
Oracle Cluster Registry for cluster has already been initialized
Startup will be queued to init within 90 seconds.
Adding daemons to inittab
Expecting the CRS daemons to be up within 600 seconds.
CSS is active on these nodes.
        gnd-rac01
        gnd-rac02
CSS is active on all nodes.
Oracle CRS stack installed and running under init(1M)
Running vipca(silent) for configuring nodeapps
The given interface(s), "eth2" is not public. Public interfaces should be used to configure virtual IPs.




运行vipca 之后安装一切正常,目前已经成功安装oracle software.

[ 本帖最后由 tolywang 于 2007-12-12 20:12 编辑 ]

使用道具 举报

回复

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

本版积分规则 发表回复

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