solaris安装crs时报:the specified nodes are not clusterable

[复制链接]
查看11 | 回复9 | 2009-11-30 15:55:11 | 显示全部楼层 |阅读模式
solaris安装crs时报:the specified nodes are not clusterable
等价性都已通过,可以ssh或scp所有的主机名。请看附图。
[ 本帖最后由 lixunpeng 于 2011-5-2 20:51 编辑 ]
回复

使用道具 举报

千问 | 2009-11-30 15:55:11 | 显示全部楼层
你装之前做过 runclusv.sh的脚本检测吗?
回复

使用道具 举报

千问 | 2009-11-30 15:55:11 | 显示全部楼层
看了一下提示窗口,是rac找ssh的路径不对,参考:
[PRKC-1044 : Failed to check remote command execution setup for node birac1 using shells /usr/local/bin/ssh and /usr/bin/rsh
File "/usr/local/bin/ssh" does not exist on node "birac1"

Issue has been resolved.
I had configured SSH properly and accorded error Failed to check remote command execution.
Actually, ./runInstaller command using forrlowing sheels.
/usr/local/bin/ssh and /usr/bin/rsh but ssh reside in default location /usr/bin/ssh
We had just use following command:
./runInstaller ¨Cremoteshell /usr/bin/ssh
and issue has been resolved.
Thanks ALL.

ANUP
或者可以:
cp /usr/bin/ssh /usr/local/bin/
回复

使用道具 举报

千问 | 2009-11-30 15:55:11 | 显示全部楼层
我也刚碰到
我是重新检查ssh后可以了
./runInstaller ¨Cremoteshell /usr/bin/ssh
??
回复

使用道具 举报

千问 | 2009-11-30 15:55:11 | 显示全部楼层
我这里又报错
按照以往我自己的经历是包没有安装
我这里现在包的安装情况:
-bash-3.2$ rpm -q gcc make binutils openmotif setarch compat-db compat-gcc openmotif compat-gcc-c++ compat-libstdc++ compat-libstdc++-devel
gcc-4.1.2-44.el5
make-3.81-3.el5
binutils-2.17.50.0.6-9.el5
openmotif-2.3.1-2.el5
setarch-2.0-1.1
compat-db-4.2.52-5.1
compat-gcc-7.3-2.96.118
openmotif-2.3.1-2.el5
compat-gcc-c++-8-3.3.4.2
compat-libstdc++-7.3-2.96.122
compat-libstdc++-devel-7.3-2.96.126

死活查不出原因
error in invoking target 'ntcontab.o' of makefile

不知道缺少那个包?
[ 本帖最后由 yyp2009 于 2011-5-2 22:20 编辑 ]
回复

使用道具 举报

千问 | 2009-11-30 15:55:11 | 显示全部楼层
error in invoking target 'ntcontab.o' of makefile '/oracle/producr/10.2.0/crs/network/lib/ins_net_client.mk'

对应的日志信息:
INFO: The output of this make operation is also available at: '/oracle/product/10.2.0/crs/install/make.log'
INFO:
INFO: Start output from spawned process:
INFO: ----------------------------------
INFO:
INFO: End output from spawned process.
INFO: ----------------------------------
INFO: Calling Action unixActions10.2.0.1.0make

installMakePath = /usr/bin/make

installMakeFileName = /oracle/product/10.2.0/crs/network/lib/ins_net_client.mk

installTarget = ntcontab.o

installArguments = ORACLE_HOME=/oracle/product/10.2.0/crs,

undoMakeFileName = null

undoTarget = null

undoArguments = null

logFile = /oracle/product/10.2.0/crs/install/make.log

progMsg = Linking ntcontab
INFO: The output of this make operation is also available at: '/oracle/product/10.2.0/crs/install/make.log'
INFO:
INFO: Start output from spawned process:
INFO: ----------------------------------
INFO:
INFO: rm -f ntcontab.*
INFO: (if [ "compile" = "compile" ] ; then \

/oracle/product/10.2.0/crs/bin/gennttab > ntcontab.c ;\

/usr/bin/gcc-c ntcontab.c ;\

rm -f /oracle/product/10.2.0/crs/lib/ntcontab.o ;\

mv ntcontab.o /oracle/product/10.2.0/crs/lib/ ;\
INFO: /usr/bin/ar rv /oracle/product/10.2.0/crs/lib/libn10.a /oracle/product/10.2.0/crs/lib/ntcontab.o ; fi)
INFO: ntcontab.c:7:23:
INFO:
INFO: error:
INFO: sys/types.h: No such file or directory
INFO:
INFO: mv: cannot stat `ntcontab.o': No such file or directory
INFO: /usr/bin/ar: /oracle/product/10.2.0/crs/lib/ntcontab.o: No such file or directory
INFO: make: *** [ntcontab.o] Error 1
INFO: End output from spawned process.
INFO: ----------------------------------
INFO: Exception thrown from action: make
Exception Name: MakefileException
Exception String: Error in invoking target 'ntcontab.o' of makefile '/oracle/product/10.2.0/crs/network/lib/ins_net_client.mk'. See '/home/oracle/oraInventory/logs/installActions2011-05-02_11-25-02PM.log' for details.
Exception Severity: 1
INFO: Exception handling set to prompt user with options toRetryIgnore
User Choice: Retry
INFO: The output of this make operation is also available at: '/oracle/product/10.2.0/crs/install/make.log'
INFO:
INFO: Start output from spawned process:
INFO: ----------------------------------
INFO:
INFO: rm -f ntcontab.*
INFO: (if [ "compile" = "compile" ] ; then \

/oracle/product/10.2.0/crs/bin/gennttab > ntcontab.c ;\

/usr/bin/gcc-c ntcontab.c ;\

rm -f /oracle/product/10.2.0/crs/lib/ntcontab.o ;\

mv ntcontab.o /oracle/product/10.2.0/crs/lib/ ;\
INFO: /usr/bin/ar rv /oracle/product/10.2.0/crs/lib/libn10.a /oracle/product/10.2.0/crs/lib/ntcontab.o ; fi)
INFO: ntcontab.c:7:23:
INFO:
INFO: error:
INFO: sys/types.h: No such file or directory
INFO:
INFO: mv: cannot stat `ntcontab.o': No such file or directory
INFO: /usr/bin/ar: /oracle/product/10.2.0/crs/lib/ntcontab.o: No such file or directory
INFO: make: *** [ntcontab.o] Error 1
INFO: End output from spawned process.
INFO: ----------------------------------
INFO: Exception thrown from action: make
Exception Name: MakefileException
Exception String: Error in invoking target 'ntcontab.o' of makefile '/oracle/product/10.2.0/crs/network/lib/ins_net_client.mk'. See '/home/oracle/oraInventory/logs/installActions2011-05-02_11-25-02PM.log' for details.
Exception Severity: 1
INFO: Exception handling set to prompt user with options toRetryIgnore
User Choice: Retry
INFO: The output of this make operation is also available at: '/oracle/product/10.2.0/crs/install/make.log'
INFO:
INFO: Start output from spawned process:
INFO: ----------------------------------
INFO:
INFO: rm -f ntcontab.*
INFO: (if [ "compile" = "compile" ] ; then \

/oracle/product/10.2.0/crs/bin/gennttab > ntcontab.c ;\

/usr/bin/gcc-c ntcontab.c ;\

rm -f /oracle/product/10.2.0/crs/lib/ntcontab.o ;\

mv ntcontab.o /oracle/product/10.2.0/crs/lib/ ;\

/usr/bin/ar rv /oracle/product/10.2.0/crs/lib/libn10.a /oracle/product/10.2.0/crs/lib/ntcontab.o ; fi)
INFO: ntcontab.c:7:23:
INFO:
INFO: error:
INFO: sys/types.h: No such file or directory
INFO:
INFO: mv: cannot stat `ntcontab.o': No such file or directory
INFO: /usr/bin/ar: /oracle/product/10.2.0/crs/lib/ntcontab.o: No such file or directory
INFO: make: *** [ntcontab.o] Error 1
INFO: End output from spawned process.
INFO: ----------------------------------
INFO: Exception thrown from action: make
Exception Name: MakefileException
Exception String: Error in invoking target 'ntcontab.o' of makefile '/oracle/product/10.2.0/crs/network/lib/ins_net_client.mk'. See '/home/oracle/oraInventory/logs/installActions2011-05-02_11-25-02PM.log' for details.
Exception Severity: 1
INFO: Exception handling set to prompt user with options toRetryIgnore
User Choice: Retry
INFO: The output of this make operation is also available at: '/oracle/product/10.2.0/crs/install/make.log'
INFO:
INFO: Start output from spawned process:
INFO: ----------------------------------
INFO:
INFO: rm -f ntcontab.*
INFO: (if [ "compile" = "compile" ] ; then \

/oracle/product/10.2.0/crs/bin/gennttab > ntcontab.c ;\

/usr/bin/gcc-c ntcontab.c ;\

rm -f /oracle/product/10.2.0/crs/lib/ntcontab.o ;\

mv ntcontab.o /oracle/product/10.2.0/crs/lib/ ;\
INFO: /usr/bin/ar rv /oracle/product/10.2.0/crs/lib/libn10.a /oracle/product/10.2.0/crs/lib/ntcontab.o ; fi)
INFO: ntcontab.c:7:23:
INFO:
INFO: error:
INFO: sys/types.h: No such file or directory
INFO:
INFO: mv: cannot stat `ntcontab.o': No such file or directory
/usr/bin/ar: /oracle/product/10.2.0/crs/lib/ntcontab.o: No such file or directory
INFO: make: *** [ntcontab.o] Error 1
INFO: End output from spawned process.
INFO: ----------------------------------
INFO: Exception thrown from action: make
Exception Name: MakefileException
Exception String: Error in invoking target 'ntcontab.o' of makefile '/oracle/product/10.2.0/crs/network/lib/ins_net_client.mk'. See '/home/oracle/oraInventory/logs/installActions2011-05-02_11-25-02PM.log' for details.
Exception Severity: 1
INFO: Exception handling set to prompt user with options toRetryIgnore
User Choice: Retry
INFO: The output of this make operation is also available at: '/oracle/product/10.2.0/crs/install/make.log'
INFO:
INFO: Start output from spawned process:
INFO: ----------------------------------
INFO:
INFO: rm -f ntcontab.*
INFO: (if [ "compile" = "compile" ] ; then \

/oracle/product/10.2.0/crs/bin/gennttab > ntcontab.c ;\

/usr/bin/gcc-c ntcontab.c ;\

rm -f /oracle/product/10.2.0/crs/lib/ntcontab.o ;\

mv ntcontab.o /oracle/product/10.2.0/crs/lib/ ;\
INFO: /usr/bin/ar rv /oracle/product/10.2.0/crs/lib/libn10.a /oracle/product/10.2.0/crs/lib/ntcontab.o ; fi)
INFO: ntcontab.c:7:23:
INFO:
INFO: error:
INFO: sys/types.h: No such file or directory
INFO:
INFO: mv:
INFO: cannot stat `ntcontab.o'
INFO: : No such file or directory
INFO:
INFO: /usr/bin/ar: /oracle/product/10.2.0/crs/lib/ntcontab.o: No such file or directory
INFO: make: *** [ntcontab.o] Error 1
INFO: End output from spawned process.
INFO: ----------------------------------
INFO: Exception thrown from action: make
Exception Name: MakefileException
Exception String: Error in invoking target 'ntcontab.o' of makefile '/oracle/product/10.2.0/crs/network/lib/ins_net_client.mk'. See '/home/oracle/oraInventory/logs/installActions2011-05-02_11-25-02PM.log' for details.
Exception Severity: 1
INFO: Exception handling set to prompt user with options toRetryIgnore
User Choice: Retry
INFO: The output of this make operation is also available at: '/oracle/product/10.2.0/crs/install/make.log'
INFO:
INFO: Start output from spawned process:
INFO: ----------------------------------
INFO:
INFO: rm -f ntcontab.*
INFO: (if [ "compile" = "compile" ] ; then \

/oracle/product/10.2.0/crs/bin/gennttab > ntcontab.c ;\

/usr/bin/gcc-c ntcontab.c ;\

rm -f /oracle/product/10.2.0/crs/lib/ntcontab.o ;\

mv ntcontab.o /oracle/product/10.2.0/crs/lib/ ;\

/usr/bin/ar rv /oracle/product/10.2.0/crs/lib/libn10.a /oracle/product/10.2.0/crs/lib/ntcontab.o ; fi)
INFO: ntcontab.c:7:23:
INFO:
INFO: error:
INFO: sys/types.h: No such file or directory
INFO:
INFO: mv: cannot stat `ntcontab.o': No such file or directory
/usr/bin/ar: /oracle/product/10.2.0/crs/lib/ntcontab.o: No such file or directory
INFO: make: *** [ntcontab.o] Error 1
INFO: End output from spawned process.
INFO: ----------------------------------
INFO: Exception thrown from action: make
Exception Name: MakefileException
Exception String: Error in invoking target 'ntcontab.o' of makefile '/oracle/product/10.2.0/crs/network/lib/ins_net_client.mk'. See '/home/oracle/oraInventory/logs/installActions2011-05-02_11-25-02PM.log' for details.
Exception Severity: 1
INFO: Exception handling set to prompt user with options toRetryIgnore
User Choice: Retry
INFO: The output of this make operation is also available at: '/oracle/product/10.2.0/crs/install/make.log'
INFO:
INFO: Start output from spawned process:
INFO: ----------------------------------
INFO:
INFO: rm -f ntcontab.*
INFO: (if [ "compile" = "compile" ] ; then \

/oracle/product/10.2.0/crs/bin/gennttab > ntcontab.c ;\

/usr/bin/gcc-c ntcontab.c ;\

rm -f /oracle/product/10.2.0/crs/lib/ntcontab.o ;\

mv ntcontab.o /oracle/product/10.2.0/crs/lib/ ;\
INFO: /usr/bin/ar rv /oracle/product/10.2.0/crs/lib/libn10.a /oracle/product/10.2.0/crs/lib/ntcontab.o ; fi)
INFO: ntcontab.c:7:23:
INFO:
INFO: error:
INFO: sys/types.h: No such file or directory
INFO:
INFO: mv: cannot stat `ntcontab.o': No such file or directory
/usr/bin/ar: /oracle/product/10.2.0/crs/lib/ntcontab.o: No such file or directory
INFO: make: *** [ntcontab.o] Error 1
INFO: End output from spawned process.
INFO: ----------------------------------
INFO: Exception thrown from action: make
Exception Name: MakefileException
Exception String: Error in invoking target 'ntcontab.o' of makefile '/oracle/product/10.2.0/crs/network/lib/ins_net_client.mk'. See '/home/oracle/oraInventory/logs/installActions2011-05-02_11-25-02PM.log' for details.
Exception Severity: 1
INFO: Exception handling set to prompt user with options toRetryIgnore
User Choice: Retry
INFO: The output of this make operation is also available at: '/oracle/product/10.2.0/crs/install/make.log'
INFO:
INFO: Start output from spawned process:
INFO: ----------------------------------
INFO:
INFO: rm -f ntcontab.*
INFO: (if [ "compile" = "compile" ] ; then \

/oracle/product/10.2.0/crs/bin/gennttab > ntcontab.c ;\

/usr/bin/gcc-c ntcontab.c ;\

rm -f /oracle/product/10.2.0/crs/lib/ntcontab.o ;\

mv ntcontab.o /oracle/product/10.2.0/crs/lib/ ;\
INFO: /usr/bin/ar rv /oracle/product/10.2.0/crs/lib/libn10.a /oracle/product/10.2.0/crs/lib/ntcontab.o ; fi)
INFO: ntcontab.c:7:23:
INFO:
INFO: error:
INFO: sys/types.h: No such file or directory
INFO:
INFO: mv:
INFO: cannot stat `ntcontab.o'
INFO: : No such file or directory
INFO:
INFO: /usr/bin/ar: /oracle/product/10.2.0/crs/lib/ntcontab.o: No such file or directory
INFO: make: *** [ntcontab.o] Error 1
INFO: End output from spawned process.
INFO: ----------------------------------
INFO: Exception thrown from action: make
Exception Name: MakefileException
Exception String: Error in invoking target 'ntcontab.o' of makefile '/oracle/product/10.2.0/crs/network/lib/ins_net_client.mk'. See '/home/oracle/oraInventory/logs/installActions2011-05-02_11-25-02PM.log' for details.
Exception Severity: 1
INFO: Exception handling set to prompt user with options toRetryIgnore
User Choice: Retry
INFO: The output of this make operation is also available at: '/oracle/product/10.2.0/crs/install/make.log'
INFO:
INFO: Start output from spawned process:
INFO: ----------------------------------
INFO:
INFO: rm -f ntcontab.*
INFO: (if [ "compile" = "compile" ] ; then \

/oracle/product/10.2.0/crs/bin/gennttab > ntcontab.c ;\

/usr/bin/gcc-c ntcontab.c ;\

rm -f /oracle/product/10.2.0/crs/lib/ntcontab.o ;\

mv ntcontab.o /oracle/product/10.2.0/crs/lib/ ;\
INFO: /usr/bin/ar rv /oracle/product/10.2.0/crs/lib/libn10.a /oracle/product/10.2.0/crs/lib/ntcontab.o ; fi)
INFO: ntcontab.c:7:23:
INFO:
INFO: error:
INFO: sys/types.h: No such file or directory
INFO:
INFO: mv:
INFO: cannot stat `ntcontab.o'
INFO: : No such file or directory
INFO:
INFO: /usr/bin/ar: /oracle/product/10.2.0/crs/lib/ntcontab.o: No such file or directory
INFO: make: *** [ntcontab.o] Error 1
INFO: End output from spawned process.
INFO: ----------------------------------
INFO: Exception thrown from action: make
Exception Name: MakefileException
Exception String: Error in invoking target 'ntcontab.o' of makefile '/oracle/product/10.2.0/crs/network/lib/ins_net_client.mk'. See '/home/oracle/oraInventory/logs/installActions2011-05-02_11-25-02PM.log' for details.
Exception Severity: 1
INFO: Exception handling set to prompt user with options toRetryIgnore
User Choice: Retry
INFO: The output of this make operation is also available at: '/oracle/product/10.2.0/crs/install/make.log'
INFO:
INFO: Start output from spawned process:
INFO: ----------------------------------
INFO:
INFO: rm -f ntcontab.*
INFO: (if [ "compile" = "compile" ] ; then \

/oracle/product/10.2.0/crs/bin/gennttab > ntcontab.c ;\

/usr/bin/gcc-c ntcontab.c ;\

rm -f /oracle/product/10.2.0/crs/lib/ntcontab.o ;\

mv ntcontab.o /oracle/product/10.2.0/crs/lib/ ;\
INFO: /usr/bin/ar rv /oracle/product/10.2.0/crs/lib/libn10.a /oracle/product/10.2.0/crs/lib/ntcontab.o ; fi)
INFO: ntcontab.c:7:23:
INFO:
INFO: error:
INFO: sys/types.h: No such file or directory
INFO:
INFO: mv: cannot stat `ntcontab.o': No such file or directory
/usr/bin/ar: /oracle/product/10.2.0/crs/lib/ntcontab.o: No such file or directory
INFO: make: *** [ntcontab.o] Error 1
INFO: End output from spawned process.
INFO: ----------------------------------
INFO: Exception thrown from action: make
Exception Name: MakefileException
Exception String: Error in invoking target 'ntcontab.o' of makefile '/oracle/product/10.2.0/crs/network/lib/ins_net_client.mk'. See '/home/oracle/oraInventory/logs/installActions2011-05-02_11-25-02PM.log' for details.
Exception Severity: 1
INFO: Exception handling set to prompt user with options toRetryIgnore
User Choice: Retry
INFO: The output of this make operation is also available at: '/oracle/product/10.2.0/crs/install/make.log'
INFO:
INFO: Start output from spawned process:
INFO: ----------------------------------
INFO:
INFO: rm -f ntcontab.*
(if [ "compile" = "compile" ] ; then \

/oracle/product/10.2.0/crs/bin/gennttab > ntcontab.c ;\

/usr/bin/gcc-c ntcontab.c ;\

rm -f /oracle/product/10.2.0/crs/lib/ntcontab.o ;\

mv ntcontab.o /oracle/product/10.2.0/crs/lib/ ;\

/usr/bin/ar rv /oracle/product/10.2.0/crs/lib/libn10.a /oracle/product/10.2.0/crs/lib/ntcontab.o ; fi)
INFO: ntcontab.c:7:23:
INFO:
INFO: error:
INFO: sys/types.h: No such file or directory
INFO:
INFO: mv: cannot stat `ntcontab.o': No such file or directory
INFO: /usr/bin/ar: /oracle/product/10.2.0/crs/lib/ntcontab.o: No such file or directory
INFO: make: *** [ntcontab.o] Error 1
INFO: End output from spawned process.
INFO: ----------------------------------
INFO: Exception thrown from action: make
Exception Name: MakefileException
Exception String: Error in invoking target 'ntcontab.o' of makefile '/oracle/product/10.2.0/crs/network/lib/ins_net_client.mk'. See '/home/oracle/oraInventory/logs/installActions2011-05-02_11-25-02PM.log' for details.
Exception Severity: 1
INFO: Exception handling set to prompt user with options toRetryIgnore
User Choice: Retry
INFO: The output of this make operation is also available at: '/oracle/product/10.2.0/crs/install/make.log'
INFO:
INFO: Start output from spawned process:
INFO: ----------------------------------
INFO:
INFO: rm -f ntcontab.*
INFO: (if [ "compile" = "compile" ] ; then \

/oracle/product/10.2.0/crs/bin/gennttab > ntcontab.c ;\

/usr/bin/gcc-c ntcontab.c ;\

rm -f /oracle/product/10.2.0/crs/lib/ntcontab.o ;\

mv ntcontab.o /oracle/product/10.2.0/crs/lib/ ;\
INFO: /usr/bin/ar rv /oracle/product/10.2.0/crs/lib/libn10.a /oracle/product/10.2.0/crs/lib/ntcontab.o ; fi)
INFO: ntcontab.c:7:23:
INFO:
INFO: error:
INFO: sys/types.h: No such file or directory
INFO:
INFO: mv: cannot stat `ntcontab.o': No such file or directory
/usr/bin/ar: /oracle/product/10.2.0/crs/lib/ntcontab.o: No such file or directory
INFO: make: *** [ntcontab.o] Error 1
INFO: End output from spawned process.
INFO: ----------------------------------
INFO: Exception thrown from action: make
Exception Name: MakefileException
Exception String: Error in invoking target 'ntcontab.o' of makefile '/oracle/product/10.2.0/crs/network/lib/ins_net_client.mk'. See '/home/oracle/oraInventory/logs/installActions2011-05-02_11-25-02PM.log' for details.
Exception Severity: 1
INFO: Exception handling set to prompt user with options toRetryIgnore
User Choice: Retry
INFO: The output of this make operation is also available at: '/oracle/product/10.2.0/crs/install/make.log'
INFO:
INFO: Start output from spawned process:
INFO: ----------------------------------
INFO:
INFO: rm -f ntcontab.*
INFO: (if [ "compile" = "compile" ] ; then \

/oracle/product/10.2.0/crs/bin/gennttab > ntcontab.c ;\

/usr/bin/gcc-c ntcontab.c ;\

rm -f /oracle/product/10.2.0/crs/lib/ntcontab.o ;\

mv ntcontab.o /oracle/product/10.2.0/crs/lib/ ;\
INFO: /usr/bin/ar rv /oracle/product/10.2.0/crs/lib/libn10.a /oracle/product/10.2.0/crs/lib/ntcontab.o ; fi)
INFO: ntcontab.c:7:23:
INFO:
INFO: error:
INFO: sys/types.h: No such file or directory
INFO:
INFO: mv: cannot stat `ntcontab.o': No such file or directory
INFO: /usr/bin/ar: /oracle/product/10.2.0/crs/lib/ntcontab.o: No such file or directory
INFO: make: *** [ntcontab.o] Error 1
INFO: End output from spawned process.
INFO: ----------------------------------
INFO: Exception thrown from action: make
Exception Name: MakefileException
Exception String: Error in invoking target 'ntcontab.o' of makefile '/oracle/product/10.2.0/crs/network/lib/ins_net_client.mk'. See '/home/oracle/oraInventory/logs/installActions2011-05-02_11-25-02PM.log' for details.
Exception Severity: 1
INFO: Exception handling set to prompt user with options toRetryIgnore
User Choice: Retry
INFO: The output of this make operation is also available at: '/oracle/product/10.2.0/crs/install/make.log'
INFO:
INFO: Start output from spawned process:
INFO: ----------------------------------
INFO:
INFO: rm -f ntcontab.*
INFO: (if [ "compile" = "compile" ] ; then \

/oracle/product/10.2.0/crs/bin/gennttab > ntcontab.c ;\

/usr/bin/gcc-c ntcontab.c ;\

rm -f /oracle/product/10.2.0/crs/lib/ntcontab.o ;\

mv ntcontab.o /oracle/product/10.2.0/crs/lib/ ;\
INFO: /usr/bin/ar rv /oracle/product/10.2.0/crs/lib/libn10.a /oracle/product/10.2.0/crs/lib/ntcontab.o ; fi)
INFO: ntcontab.c:7:23:
INFO:
INFO: error:
INFO: sys/types.h: No such file or directory
INFO:
INFO: mv: cannot stat `ntcontab.o': No such file or directory
INFO: /usr/bin/ar: /oracle/product/10.2.0/crs/lib/ntcontab.o: No such file or directory
INFO: make: *** [ntcontab.o] Error 1
INFO: End output from spawned process.
INFO: ----------------------------------
INFO: Exception thrown from action: make
Exception Name: MakefileException
Exception String: Error in invoking target 'ntcontab.o' of makefile '/oracle/product/10.2.0/crs/network/lib/ins_net_client.mk'. See '/home/oracle/oraInventory/logs/installActions2011-05-02_11-25-02PM.log' for details.
Exception Severity: 1
回复

使用道具 举报

千问 | 2009-11-30 15:55:11 | 显示全部楼层
oracle/product/10.2.0/crs/install/make.log'

makelog信息如下:
/usr/bin/make -f ins_net_client.mk mkldflags ORACLE_HOME=/oracle/product/10.2.0/crs//usr/bin/make -f ins_net_client.mk ntcontab.o ORACLE_HOME=/oracle/product/10.2.0/crs/rm -f ntcontab.*
(if [ "compile" = "compile" ] ; then \

/oracle/product/10.2.0/crs/bin/gennttab > ntcontab.c ;\

/usr/bin/gcc-c ntcontab.c ;\

rm -f /oracle/product/10.2.0/crs/lib/ntcontab.o ;\

mv ntcontab.o /oracle/product/10.2.0/crs/lib/ ;\

/usr/bin/ar rv /oracle/product/10.2.0/crs/lib/libn10.a /oracle/product/10.2.0/crs/lib/ntcontab.o ; fi)
ntcontab.c:7:23: error: sys/types.h: No such file or directory
mv: cannot stat `ntcontab.o': No such file or directory
/usr/bin/ar: /oracle/product/10.2.0/crs/lib/ntcontab.o: No such file or directory
make: *** [ntcontab.o] Error 1
/usr/bin/make -f ins_net_client.mk ntcontab.o ORACLE_HOME=/oracle/product/10.2.0/crs/rm -f ntcontab.*
(if [ "compile" = "compile" ] ; then \

/oracle/product/10.2.0/crs/bin/gennttab > ntcontab.c ;\

/usr/bin/gcc-c ntcontab.c ;\

rm -f /oracle/product/10.2.0/crs/lib/ntcontab.o ;\

mv ntcontab.o /oracle/product/10.2.0/crs/lib/ ;\

/usr/bin/ar rv /oracle/product/10.2.0/crs/lib/libn10.a /oracle/product/10.2.0/crs/lib/ntcontab.o ; fi)
ntcontab.c:7:23: error: sys/types.h: No such file or directory
mv: cannot stat `ntcontab.o': No such file or directory
/usr/bin/ar: /oracle/product/10.2.0/crs/lib/ntcontab.o: No such file or directory
make: *** [ntcontab.o] Error 1
/usr/bin/make -f ins_net_client.mk ntcontab.o ORACLE_HOME=/oracle/product/10.2.0/crs/rm -f ntcontab.*
(if [ "compile" = "compile" ] ; then \

/oracle/product/10.2.0/crs/bin/gennttab > ntcontab.c ;\

/usr/bin/gcc-c ntcontab.c ;\

rm -f /oracle/product/10.2.0/crs/lib/ntcontab.o ;\

mv ntcontab.o /oracle/product/10.2.0/crs/lib/ ;\

/usr/bin/ar rv /oracle/product/10.2.0/crs/lib/libn10.a /oracle/product/10.2.0/crs/lib/ntcontab.o ; fi)
ntcontab.c:7:23: error: sys/types.h: No such file or directory
mv: cannot stat `ntcontab.o': No such file or directory
/usr/bin/ar: /oracle/product/10.2.0/crs/lib/ntcontab.o: No such file or directory
make: *** [ntcontab.o] Error 1
/usr/bin/make -f ins_net_client.mk ntcontab.o ORACLE_HOME=/oracle/product/10.2.0/crs/rm -f ntcontab.*
(if [ "compile" = "compile" ] ; then \

/oracle/product/10.2.0/crs/bin/gennttab > ntcontab.c ;\

/usr/bin/gcc-c ntcontab.c ;\

rm -f /oracle/product/10.2.0/crs/lib/ntcontab.o ;\

mv ntcontab.o /oracle/product/10.2.0/crs/lib/ ;\

/usr/bin/ar rv /oracle/product/10.2.0/crs/lib/libn10.a /oracle/product/10.2.0/crs/lib/ntcontab.o ; fi)
ntcontab.c:7:23: error: sys/types.h: No such file or directory
mv: cannot stat `ntcontab.o': No such file or directory
/usr/bin/ar: /oracle/product/10.2.0/crs/lib/ntcontab.o: No such file or directory
make: *** [ntcontab.o] Error 1
/usr/bin/make -f ins_net_client.mk ntcontab.o ORACLE_HOME=/oracle/product/10.2.0/crs/rm -f ntcontab.*
(if [ "compile" = "compile" ] ; then \

/oracle/product/10.2.0/crs/bin/gennttab > ntcontab.c ;\

/usr/bin/gcc-c ntcontab.c ;\

rm -f /oracle/product/10.2.0/crs/lib/ntcontab.o ;\

mv ntcontab.o /oracle/product/10.2.0/crs/lib/ ;\

/usr/bin/ar rv /oracle/product/10.2.0/crs/lib/libn10.a /oracle/product/10.2.0/crs/lib/ntcontab.o ; fi)
ntcontab.c:7:23: error: sys/types.h: No such file or directory
mv: cannot stat `ntcontab.o': No such file or directory
/usr/bin/ar: /oracle/product/10.2.0/crs/lib/ntcontab.o: No such file or directory
make: *** [ntcontab.o] Error 1
/usr/bin/make -f ins_net_client.mk ntcontab.o ORACLE_HOME=/oracle/product/10.2.0/crs/rm -f ntcontab.*
(if [ "compile" = "compile" ] ; then \

/oracle/product/10.2.0/crs/bin/gennttab > ntcontab.c ;\

/usr/bin/gcc-c ntcontab.c ;\

rm -f /oracle/product/10.2.0/crs/lib/ntcontab.o ;\

mv ntcontab.o /oracle/product/10.2.0/crs/lib/ ;\

/usr/bin/ar rv /oracle/product/10.2.0/crs/lib/libn10.a /oracle/product/10.2.0/crs/lib/ntcontab.o ; fi)
ntcontab.c:7:23: error: sys/types.h: No such file or directory
mv: cannot stat `ntcontab.o': No such file or directory
/usr/bin/ar: /oracle/product/10.2.0/crs/lib/ntcontab.o: No such file or directory
make: *** [ntcontab.o] Error 1
/usr/bin/make -f ins_net_client.mk ntcontab.o ORACLE_HOME=/oracle/product/10.2.0/crs/rm -f ntcontab.*
(if [ "compile" = "compile" ] ; then \

/oracle/product/10.2.0/crs/bin/gennttab > ntcontab.c ;\

/usr/bin/gcc-c ntcontab.c ;\

rm -f /oracle/product/10.2.0/crs/lib/ntcontab.o ;\

mv ntcontab.o /oracle/product/10.2.0/crs/lib/ ;\

/usr/bin/ar rv /oracle/product/10.2.0/crs/lib/libn10.a /oracle/product/10.2.0/crs/lib/ntcontab.o ; fi)
ntcontab.c:7:23: error: sys/types.h: No such file or directory
mv: cannot stat `ntcontab.o': No such file or directory
/usr/bin/ar: /oracle/product/10.2.0/crs/lib/ntcontab.o: No such file or directory
make: *** [ntcontab.o] Error 1
/usr/bin/make -f ins_net_client.mk ntcontab.o ORACLE_HOME=/oracle/product/10.2.0/crs/rm -f ntcontab.*
(if [ "compile" = "compile" ] ; then \

/oracle/product/10.2.0/crs/bin/gennttab > ntcontab.c ;\

/usr/bin/gcc-c ntcontab.c ;\

rm -f /oracle/product/10.2.0/crs/lib/ntcontab.o ;\

mv ntcontab.o /oracle/product/10.2.0/crs/lib/ ;\

/usr/bin/ar rv /oracle/product/10.2.0/crs/lib/libn10.a /oracle/product/10.2.0/crs/lib/ntcontab.o ; fi)
ntcontab.c:7:23: error: sys/types.h: No such file or directory
mv: cannot stat `ntcontab.o': No such file or directory
/usr/bin/ar: /oracle/product/10.2.0/crs/lib/ntcontab.o: No such file or directory
make: *** [ntcontab.o] Error 1
/usr/bin/make -f ins_net_client.mk ntcontab.o ORACLE_HOME=/oracle/product/10.2.0/crs/rm -f ntcontab.*
(if [ "compile" = "compile" ] ; then \

/oracle/product/10.2.0/crs/bin/gennttab > ntcontab.c ;\

/usr/bin/gcc-c ntcontab.c ;\

rm -f /oracle/product/10.2.0/crs/lib/ntcontab.o ;\

mv ntcontab.o /oracle/product/10.2.0/crs/lib/ ;\

/usr/bin/ar rv /oracle/product/10.2.0/crs/lib/libn10.a /oracle/product/10.2.0/crs/lib/ntcontab.o ; fi)
ntcontab.c:7:23: error: sys/types.h: No such file or directory
mv: cannot stat `ntcontab.o': No such file or directory
/usr/bin/ar: /oracle/product/10.2.0/crs/lib/ntcontab.o: No such file or directory
make: *** [ntcontab.o] Error 1
/usr/bin/make -f ins_net_client.mk ntcontab.o ORACLE_HOME=/oracle/product/10.2.0/crs/rm -f ntcontab.*
(if [ "compile" = "compile" ] ; then \

/oracle/product/10.2.0/crs/bin/gennttab > ntcontab.c ;\

/usr/bin/gcc-c ntcontab.c ;\

rm -f /oracle/product/10.2.0/crs/lib/ntcontab.o ;\

mv ntcontab.o /oracle/product/10.2.0/crs/lib/ ;\

/usr/bin/ar rv /oracle/product/10.2.0/crs/lib/libn10.a /oracle/product/10.2.0/crs/lib/ntcontab.o ; fi)
ntcontab.c:7:23: error: sys/types.h: No such file or directory
mv: cannot stat `ntcontab.o': No such file or directory
/usr/bin/ar: /oracle/product/10.2.0/crs/lib/ntcontab.o: No such file or directory
make: *** [ntcontab.o] Error 1
/usr/bin/make -f ins_net_client.mk ntcontab.o ORACLE_HOME=/oracle/product/10.2.0/crs/rm -f ntcontab.*
(if [ "compile" = "compile" ] ; then \

/oracle/product/10.2.0/crs/bin/gennttab > ntcontab.c ;\

/usr/bin/gcc-c ntcontab.c ;\

rm -f /oracle/product/10.2.0/crs/lib/ntcontab.o ;\

mv ntcontab.o /oracle/product/10.2.0/crs/lib/ ;\

/usr/bin/ar rv /oracle/product/10.2.0/crs/lib/libn10.a /oracle/product/10.2.0/crs/lib/ntcontab.o ; fi)
ntcontab.c:7:23: error: sys/types.h: No such file or directory
mv: cannot stat `ntcontab.o': No such file or directory
/usr/bin/ar: /oracle/product/10.2.0/crs/lib/ntcontab.o: No such file or directory
make: *** [ntcontab.o] Error 1
/usr/bin/make -f ins_net_client.mk ntcontab.o ORACLE_HOME=/oracle/product/10.2.0/crs/rm -f ntcontab.*
(if [ "compile" = "compile" ] ; then \

/oracle/product/10.2.0/crs/bin/gennttab > ntcontab.c ;\

/usr/bin/gcc-c ntcontab.c ;\

rm -f /oracle/product/10.2.0/crs/lib/ntcontab.o ;\

mv ntcontab.o /oracle/product/10.2.0/crs/lib/ ;\

/usr/bin/ar rv /oracle/product/10.2.0/crs/lib/libn10.a /oracle/product/10.2.0/crs/lib/ntcontab.o ; fi)
ntcontab.c:7:23: error: sys/types.h: No such file or directory
mv: cannot stat `ntcontab.o': No such file or directory
/usr/bin/ar: /oracle/product/10.2.0/crs/lib/ntcontab.o: No such file or directory
make: *** [ntcontab.o] Error 1
/usr/bin/make -f ins_net_client.mk ntcontab.o ORACLE_HOME=/oracle/product/10.2.0/crs/rm -f ntcontab.*
(if [ "compile" = "compile" ] ; then \

/oracle/product/10.2.0/crs/bin/gennttab > ntcontab.c ;\

/usr/bin/gcc-c ntcontab.c ;\

rm -f /oracle/product/10.2.0/crs/lib/ntcontab.o ;\

mv ntcontab.o /oracle/product/10.2.0/crs/lib/ ;\

/usr/bin/ar rv /oracle/product/10.2.0/crs/lib/libn10.a /oracle/product/10.2.0/crs/lib/ntcontab.o ; fi)
ntcontab.c:7:23: error: sys/types.h: No such file or directory
mv: cannot stat `ntcontab.o': No such file or directory
/usr/bin/ar: /oracle/product/10.2.0/crs/lib/ntcontab.o: No such file or directory
make: *** [ntcontab.o] Error 1
/usr/bin/make -f ins_net_client.mk ntcontab.o ORACLE_HOME=/oracle/product/10.2.0/crs/rm -f ntcontab.*
(if [ "compile" = "compile" ] ; then \

/oracle/product/10.2.0/crs/bin/gennttab > ntcontab.c ;\

/usr/bin/gcc-c ntcontab.c ;\

rm -f /oracle/product/10.2.0/crs/lib/ntcontab.o ;\

mv ntcontab.o /oracle/product/10.2.0/crs/lib/ ;\

/usr/bin/ar rv /oracle/product/10.2.0/crs/lib/libn10.a /oracle/product/10.2.0/crs/lib/ntcontab.o ; fi)
ntcontab.c:7:23: error: sys/types.h: No such file or directory
mv: cannot stat `ntcontab.o': No such file or directory
/usr/bin/ar: /oracle/product/10.2.0/crs/lib/ntcontab.o: No such file or directory
make: *** [ntcontab.o] Error 1
回复

使用道具 举报

千问 | 2009-11-30 15:55:11 | 显示全部楼层
up 求助!
回复

使用道具 举报

千问 | 2009-11-30 15:55:11 | 显示全部楼层
三思说:
原帖由 junsansi 于 2008-6-20 13:11 发表
七、安装Clusterware
注意,在这项配置中,除非特别说明,所有操作都是基于oracle用户的。
检查安装环境
在安装crs之前,建议先利用CVU(Cluster Verification Utility)检查 CRS 的安装前环境
[oracle@node1 cluvfy]$ /data/rhel5/clusterware/cluvfy/runcluvfy.sh stage -pre crsinst -n node1,node2 -verbose
返回信息太多,这里就不贴俺执行的结果了。
需要注意几点,其返回的信息中有几个错误可忽略~~
.与VIP 查找一组适合的接口有关,错误信息如下:
错误信息如下:
ERROR:
Could not find a suitable set of interfaces for VIPs.
这是一个bug,Metalink中有详细说明,doc.id:338924.1,如说明中所述,可以忽略该错误,没什么问题。
.有一堆包的验证会出现错误,要么提示找不到,要么是版本不对。例如:
Check: Package existence for "compat-gcc-7.3-2.96.128"
Node Name
Status
Comment
----------------------------------------------------------------------------
node2
missing
failed

node1
missing
failed

Result: Package existence check failed for "compat-gcc-7.3-2.96.128".
Check: Package existence for "compat-gcc-c++-7.3-2.96.128"
Node Name
Status
Comment
----------------------------------------------------------------------------
node2
missing
failed

node1
missing
failed

Result: Package existence check failed for "compat-gcc-c++-7.3-2.96.128".
...........
...........
这之类的吧
不用管它们,这也是一个BUG,只要确认节点中都已经安装了正确版本的 compat-* 包即可。
.内存检查失败
可以忽略的错误,内存差一点并不会影响到crs的安装,只是慢一些而已。当然如果人家要求512M,你只提供了64M内存,黑黑,这个差别就太大了。


我这里检查的结果是 的确有几个包failed


Check: Package existence for "compat-gcc-7.3-2.96.128"
Node Name
Status
Comment
----------------------------------------------------------------------------
node2
compat-gcc-7.3-2.96.118 failed

node1
compat-gcc-7.3-2.96.118 failed

Result: Package existence check failed for "compat-gcc-7.3-2.96.128".
Check: Package existence for "compat-gcc-c++-7.3-2.96.128"
Node Name
Status
Comment
----------------------------------------------------------------------------
node2
compat-gcc-c++-8-3.3.4.2passed

node1
compat-gcc-c++-8-3.3.4.2passed

Result: Package existence check passed for "compat-gcc-c++-7.3-2.96.128".
Check: Package existence for "compat-libstdc++-7.3-2.96.128"
Node Name
Status
Comment
----------------------------------------------------------------------------
node2
compat-libstdc++-7.3-2.96.122 failed

node1
compat-libstdc++-7.3-2.96.122 failed

Result: Package existence check failed for "compat-libstdc++-7.3-2.96.128".
Check: Package existence for "compat-libstdc++-devel-7.3-2.96.128"
Node Name
Status
Comment
----------------------------------------------------------------------------
node2
compat-libstdc++-devel-7.3-2.96.126failed

node1
compat-libstdc++-devel-7.3-2.96.126failed

Result: Package existence check failed for "compat-libstdc++-devel-7.3-2.96.128".
Check: Package existence for "openmotif-2.2.3"
Node Name
Status
Comment
----------------------------------------------------------------------------
node2
openmotif-2.3.1-2.el5 passed

node1
openmotif-2.3.1-2.el5 passed

Result: Package existence check passed for "openmotif-2.2.3".
Check: Package existence for "setarch-1.3-1"
Node Name
Status
Comment
----------------------------------------------------------------------------
node2
setarch-2.0-1.1
passed

node1
setarch-2.0-1.1
passed

Result: Package existence check passed for "setarch-1.3-1".
Check: Group existence for "dba"
Node Name Status
Comment

------------------------------------------------------------
node2 exists
passed

node1 exists
passed

Result: Group existence check passed for "dba".
Check: Group existence for "oinstall"
Node Name Status
Comment

------------------------------------------------------------
node2 exists
passed

node1 exists
passed

Result: Group existence check passed for "oinstall".
Check: User existence for "nobody"
Node Name Status
Comment

------------------------------------------------------------
node2 exists
passed

node1 exists
passed

Result: User existence check passed for "nobody".
System requirement failed for 'crs'
Pre-check for cluster services setup was unsuccessful on all the nodes.
-bash-3.2$
回复

使用道具 举报

千问 | 2009-11-30 15:55:11 | 显示全部楼层
up
求助!
回复

使用道具 举报

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

本版积分规则

主题

0

回帖

4882万

积分

论坛元老

Rank: 8Rank: 8

积分
48824836
热门排行