Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Unable to start OUI on Solaris Sparc

sumit_vinniApr 22 2015 — edited May 16 2015

I am trying to run the Oracle Universal Installer(which installs my application server) for Linux on SOLARIS 11 OS on SPARC. It is giving me the following error on running the runInstaller file.

install/.oui: cannot execute [Invalid argument]

Note- While running the same OUI on linux, I am able to install successfully. Furthermore, I have performed the pre requisite checks like a separate oracle user and read and write permissions. I tried to search other forums regarding this but couldnt find a solution for this.

Output of bash -x runInstaller-:

bash -x runInstaller

+ unset SRCHOME

+ unset LD_LIBRARY_PATH

+ AWK=/bin/awk

+ SED=/bin/sed

+ UNAME=/bin/uname

+ GETCONF=/usr/bin/getconf

+ _bootClassPath=

+ BUNDLE=client

++ dirname runInstaller

+ CMDDIR=.

+ '[' . = . ']'

++ pwd

+ CMDDIR=/scratch/wl1036/oui_linuxX86_bkp

++ echo /scratch/wl1036/oui_linuxX86_bkp

++ grep '^/'

+ '[' '!' /scratch/wl1036/oui_linuxX86_bkp ']'

++ /bin/uname

+ '[' SunOS = AIX ']'

+ case `$UNAME` in

++ /bin/uname

+ OCR_LOC=/var/opt/oracle/ocr.loc

+ LOCALONLY=local_only

+ LOCAL=TRUE

+ SILENT=FALSE

+ '[' x/usr/bin:/usr/sbin '!=' x ']'

+ PATH=/usr/bin:/usr/ccs/bin:/usr/bin:/usr/sbin:/scratch/wl1036/oui_linuxX86_bkp/install

+ export PATH

+ '[' -r /var/opt/oracle/ocr.loc ']'

+ case "$BUNDLE" in

+ /scratch/wl1036/oui_linuxX86_bkp/install/.oui 'CLUSTER_NODES={}'

runInstaller: line 143: /scratch/wl1036/oui_linuxX86_bkp/install/.oui: Invalid argument

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 13 2015
Added on Apr 22 2015
7 comments
2,375 views