cancel
Showing results for 
Search instead for 
Did you mean: 

nbu 6.0 / rhel4 / oracle10.2 - rman error

A_T_3
Level 2
Hello,

We're running RedHat ES4, NBU 6.0 MP1, Oracle 10.2.

When attempting RMAN backups, we are getting the following errors in the rman logs:

22:19:07.011 <2> bprd_connect: vnet_check_vxss_client_magic(server83) failed: 32
22:19:07.011 <2> bprd_get_features: bprd_connect(server83) failed, failed trying to exec a command (29)

And occasionally we see these in the messages log:

Jan 6 09:36:49 kernel: sbttest: segfault at 0000000000000d0c rip
0000002a96e68fbe rsp 0000007fbfffd650 error 6


Can anyone shed some info on the above? Not sure whats going on w/ those errors. Lemme know if more info is needed. TIA.
3 REPLIES 3

zippy
Level 6
What ID is $sbttest test running as?


please run:

Run the command bpclntcmd -pn from the client, and it will most likely fail. Also, if you do a bpclntcmd -ip from the master server, it will most likely fail. This is an indication that the reverse-lookup of the client on the master server is not correct. The request is going to the master server successfully, but the message is not returned to the client. This is misinterpreted by the client as an invalid license in the dbclient.

JD

A_T_3
Level 2
thanks for the info.

looks like in this particular case, oracle/rman was requesting libraries that werent available (it was calling 32bit libs). needed to include glibc-devel (i386) & compat-libstdc++-33 (x86_64) and it's worked fine since.

but now we are encountering this error message:

/usr/bin/ld: /opt/db/oracle/product/10.2.0/lib//libirc.a(fast_memcpy.o): relocation R_X86_64_PC32 against `_memcpy_mem_ops_method' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: final link failed: Bad value

/opt/db/oracle/product/10.2.0/bin/genorasdksh: Failed to link liborasdkbase.so.10.2


rmans do work, but we'd like to fix this error as well... any ideas?

thanks again.

zippy
Level 6
AT,

Try to relink Oracle libraries to the system.

Are you the DBA too?

JD