Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: anyone using rac on vcs DBED/AC?
Zhu, Have you checked your alert log? This what you
should see in your alert log.
This on 9204 not 9205
cluster interconnect IPC version:
VERITAS IPC 3.5MP1s+RP3a 10:36:03 Jun 24 2003 IPC Vendor 86 proto 76 Version 1.0
When I do a oradebug this what I see
VCSIPC DCTX
Now as an experiment I am using Oracle's udp library instead of the Veritas library and you will get different results.
here is the oradebug output from using the udp library.
SKGXPCTX: 0x368d308 ctx
admno 0x1eae5851 admport:
SSKGXPT 0x36916d8 flags info for network 0 socket no 0 IP 0.0.0.0 UDP 0 sflags SSKGXPT_DOWN info for network 1 socket no 9 IP 141.144.9.245 UDP 32903 sflags SSKGXPT_UP The IP address listed above is my public address and I would expect this when using the UDP library.
This is from the alert log.
cluster interconnect IPC version:Oracle UDP/IP IPC Vendor 1 proto 2 Version 1.0
My guess is you are using the wrong libraries.
Make sure you are using the libskgxp9.so libraries provieded by Veritas and not the libskgxpu.so libraries provide by Oracle.
This is what my box looks like using Oracle's UDP libraries on Veritas.
lrwxrwxrwx 1 ora920 dba 12 Mar 9 16:48
libskgxp9.so -> libskgxpu.so
-rw-r--r-- 1 ora920 dba 427808 Nov 25 2002
libskgxp9.so.Old
-rw-r--r-- 1 ora920 dba 430856 Mar 9 16:47
libskgxp9.so.veritas.03092004
-rw-r--r-- 1 ora920 dba 159776 Jul 27 2003
libskgxpu.so
Scott
-- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html -----------------------------------------------------------------Received on Fri Apr 23 2004 - 10:23:16 CDT
![]() |
![]() |