Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: rootpre.sh
David,
We got same problem. Here is a work around for that
The error message "crash: not found" may appear during execution of
rootpre.sh on AIX 5. This warning may be ignored. Alternatively, the
warning can be avoided by creating the following script and renaming
it
to "/usr/sbin/crash":
#!/bin/ksh
read input
if [ X"$input" = Xle ]; then
echo lke | /usr/sbin/kdb | \
/usr/bin/awk '/^ *[0-9]+/ {printf("LoadList entry at 0x%s\n Name:
%s\n\n",$2,$6)}
fi
OR
You can be avoid "./rootpre.sh[199]:crash:not found" error by the following,
line:199
PKEXT_PATH=`echo le | crash | grep pw | awk '{print $2}'`
change to:
PKEXT_PATH=`echo lke | kdb | grep pw | awk '{print $6}'`
I hope that helps.
Joan
"Ehresmann, David" wrote:
>
> I am trying to run rootpre.sh. My admin just upgrade the kernel to 64-bit.
> We were running 32-bit on this box and everything was fine. No Oracle
> software is running. I am going to install 64-bit 8.1.7 Ent Ed for AIX 5.1L
> when I got this trying to run rootpre.sh.
> This is what I get when I run:
> #./rootpre.sh
> Installing kernel extension...
>
> Oracle Kernel Ext.......
> Copyright............
>
> Kernel Extension Version: 3
>
> nkext ver: 3
> ./rootpre.sh[199]: crash: not found.
>
> is not loaded : 1
> No post-wait kernel is loaded on the machine.
>
> Copying new kernel extension.
>
> Oracle Kernel Extension Loader for AIX
> Copyright.............
>
> Kernel Extension Version: 3
> SYS_SINGLELOAD: Exec format error
> kmid: 0 (0x0)
> path '/etc/pw-syscall'
> libpath:''
>
> Configuring Asynchronous I/O...
> Asynchronous I/O is already defined
>
> thanks,
> David Ehresmann
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.net
> --
> Author: Ehresmann, David
> INET: David.Ehresmann_at_ps.net
>
> Fat City Network Services -- 858-538-5051 http://www.fatcity.com
> San Diego, California -- Mailing list and web hosting services
> ---------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
-- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Joan Hsieh INET: joan.hsieh_at_tufts.edu Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Tue Feb 11 2003 - 15:37:37 CST