воскресенье, 31 июля 2011 г.

ORA-00600 [kksfbc-reparse-infinite-loop]

1. Check invalid object
select do.obj# d_obj,do.name d_name, do.type# d_type,
po.obj# p_obj,po.name p_name,
to_char(p_timestamp,'DD-MON-YYYY HH24:MI:SS') "P_Timestamp",
to_char(po.stime ,'DD-MON-YYYY HH24:MI:SS') "STIME",
decode(sign(po.stime-p_timestamp),0,'SAME','*DIFFER*') X
from sys.obj$ do, sys.dependency$ d, sys.obj$ po
where P_OBJ#=po.obj#(+)
and D_OBJ#=do.obj#
and do.status=1 /*dependent is valid*/
and po.status=1 /*parent is valid*/
and po.stime!=p_timestamp /*parent timestamp not match*/
order by 2,1;

return AQ_EVENT_TABLE

2. alter table AQ_EVENT_TABLE upgrade;

3. @?/rdbms/admin/utlrp.sql

вторник, 26 апреля 2011 г.

Reset password on a IBM RSA II for CenOS 5 x86_64

You have to download the following files:
IBM Remote Supervisor Adapter II Daemon for Linux download the file ibm_svc_rsa2_hlp253a_linux_32-64.tgz
IBM Advanced Settings Utility (ASU) for Linux download the file ibm_utl_asu-3.60-asut69k.x86_64.rpm

Step by step instruction:

Open ibm_svc_rsa2_hlp253a_linux_32-64.tgz go to RPMS and extract ibmusbasm64-1.38_rhel5-2.x86_64.rpm
Install ibmusbasm64-1.38_rhel5-2.x86_64.rpm, type and press enter: rpm -ihv ibmusbasm64-1.38_rhel5-2.x86_64.rpm
ibm_utl_asu-3.60-asut69k.i386.rpm or ibm_utl_asu-3.60-asut69k.x86_64.rpm

Install libusb, type and press enter: yum install libusb-devel
Start service ibmasm, type and press enter: service ibmasm start

Make sure it was loaded correctly, type and press enter: tail /var/log/messages and you should find a line: localhost ibmasm: V1.38 IBM RSA II x86-64 device support loaded (RHEL5)
Go to the asu install directory, type and press enter: cd /opt/ibm/toolscenter/asu
Try to get information from your RSA II, type and press enter: ./asu64 show –group rsa You should get a long list of values.
Revert your RSA II back to factory defaults, type and press enter: ./asu64 resetrsa”
Connect the RSA II to your network or computer, it is accessible now on the IP 192.168.70.125 with the default user USERID and the password PASSW0RD (with a digit '0', not a char 'o')

Remote Supervisor Adapter II SlimLine and Remote Supervisor Adapter II User’s Guide

понедельник, 14 марта 2011 г.

RaidMan.sh error

If your platform is x86_64 and you get error:

Exception in thread "main" java.lang.UnsatisfiedLinkError: /usr/RaidMan/jre/lib/i386/libawt.so: libXt.so.6: cannot open shared object file: No such file or directory

Solution:
yum install libXt.i386

And
Exception in thread "main" java.lang.UnsatisfiedLinkError: /usr/RaidMan/jre/lib/i386/libawt.so: libXtst.so.6: cannot open shared object file: No such file or directory

Solution:
yum install libXtst.i386

вторник, 8 марта 2011 г.

OPENVZ ORACLE RHEL4 x86_64 VM rpm prerequisite

vzyum vpsid install binutils compat-db gcc gcc-c++ glibc \
glibc-common libstdc++ libstdc++-devel gnome-libs make \
pdksh sysstat libaio xscreensaver openmotif21 xorg-x11-xfs \
usbutils urw-fonts shared-mime-info perl-libwww-perl \
perl-XML-Parser perl-URI perl-HTML-Tagset perl-HTML-Parser \
patch lvm2 intltool libIDL libart_lgpl libbonobo xterm \
libcap libcroco libgnomecanvas libexif libgnomecups \
libgnomeprint22 libsoup libwnck libxklavier compat-libstdc++-33