cancel
Showing results for 
Search instead for 
Did you mean: 

SAP installation

Former Member
0 Kudos

Hi Expert,

  Greeting from Parag........!!!

I have stuck up with below issue during the SAP installation on the AIX 6.1 with oracle 10g .After executing ./RUNINSTALLER command I will get a below result and my system hang up.

The Error details as below:-

Starting Oracle Universal Installer...

No pre-requisite checks found in oraparam.ini, no system pre-requisite checks will be executed.

Preparing to launch Oracle Universal Installer from /tmp/OraInstall2014-07-08_06-54-27PM. Please wait ...plmboeing03:oratrd 9> Oracle Universal Installer, Version 10.2.0.1.0 Production

Copyright (C) 1999, 2005, Oracle. All rights reserved.

I have set the all the environment  variables still facing this issue .

List of the env variables:-

oracle_stage /oracle/stage/102_64/database

oracle_base /oracle

oracle_version 102_64

oracle_home /oracle/TRD/102_64

oracle_sid TRD

oracle_home_name TRD_102_64

oracle_inst_group dba

from_location /oracle/stage/102_64/database/Disk1/stage/products.xml

tmp_netca_file /tmp/.orainst_netca.942186

setenv tmp_dbca_file /tmp/.orainst_dbca.942186

ORACLE_BASE /oracle

ORACLE_HOME /oracle/TRD/102_64

Thanks in advance.........!!!

Any help is really appreciable......

Regards,

Parag.

Accepted Solutions (0)

Answers (8)

Answers (8)

Former Member
0 Kudos

Hi Parag,

Few things to check -

1) Xwindow software is running on backend.

2) Display variable is set and You also have JAVA installed on server and its env variable is also set.

3) Check Xclock is also running.

Regards,

Shivam

former_member182657
Active Contributor
0 Kudos

127.0.0.1               loopback localhost      # loopback (lo0) name/address

172.28.2.209    plmboeing03.tatatechnologies.com  plmboeing03

Please modify entries like as below:

127.0.0.1  localhost.localdomain  localhost

172.128.2.209   plmboeing03

Also clear not used entries from the host file and make sure SELINUX is disabled.

Regards,

Gaurav

Former Member
0 Kudos

Hi Gaurav,

  Few days back, System was working with same setting (including host file and SELINUX ) however After rebooting system (two days back) It is showing below  error even though I have set below env variables .

export DISPLAY=hostname:0.

export JAVA_HOME=/usr/java14_64

expoer SAPINST_JRE_HOME=$JAVA_HOME

After executing ./sapinst.

# ./sapinst

[==============================] | extracting...  done!

SAPinst build information:

--------------------------

abi version:   722

make variant:  720_REL

build:         1482650

compile time:  Apr  4 2014 17:59:33

make type:     optu

codeline:      720-2_REL

platform:      rs6000_64

Exe directory: /tmp/sapinst_exe.610510.1405539247

guiengine: 2014-07-16 14:34:37 Waiting for client connection (1)

Starting GUIServer using:

  SAPinst port         : pipe:5:8

  GUIServer port       : 21212

  GUI autostart        : on

  GUI mode             : normal

  command       : /usr/java14_64/bin/java -Xmx256M -Dsap.env.var.javahome=SAPINST_JRE_HOME -cp /tmp/sapinst_exe.610510.1405539247/JAR/instgui.jar SDTServer rootdir=//.sdtgui config=jar:sdtserver.xml guiport=21212 httpport=4239 -nolock -srvarg=/SAPinstService/host=127.0.0.1 -srvarg=/SAPinstService/port=pipe:5:8

load resource pool /dump/TAML_EHP3/ecc/installation/IM_AIX_PPC64/resourcepool.xml

guiengine: No GUI server connected; waiting for a connection on host plmboeing03, port 21212 to continue with the installation

The process that should run the SAPinst GUI could not be started. Please make sure that a JDK is installed on this host and that SAPINST_JRE_HOME points to the root directory of your Java installation. As an alternative you may start the GUI on another host (for details please consult the installation guide).

Java has been started with the following command line:

-Xmx256M -Dsap.env.var.javahome=SAPINST_JRE_HOME -cp /tmp/sapinst_exe.610510.1405539247/JAR/instgui.jar SDTServer rootdir=//.sdtgui config=jar:sdtserver.xml guiport=21212 httpport=4239 -nolock -srvarg=/SAPinstService/host=127.0.0.1 -srvarg=/SAPinstService/port=pipe:5:8

Regards,

Parag.

former_member182657
Active Contributor
0 Kudos

Hi Parag,


expoer SAPINST_JRE_HOME=$JAVA_HOME

Here it should be


export SAPINST_JRE_HOME=/usr/java14_64

If possible share output of command echo $JAVA_HOME and echo $SAPINST_JRE_HOME.

Also kindly set environment variable SAPINST_DIALOG_PORT=21213

After that retry the installation again.

Regards,

Gaurav

Former Member
0 Kudos

Hi Gaurav,

Output of ENV var:-

# echo $JAVA_HOME

/usr/java14_64

# echo $SAPINST_JRE_HOME

/usr/java14_64

# echo $SAPINST_DIALOG_PORT

21213

Yet issue present.......

# ./sapinst

[==============================] | extracting...  done!

SAPinst build information:

--------------------------

abi version:   722

make variant:  720_REL

build:         1482650

compile time:  Apr  4 2014 17:59:33

make type:     optu

codeline:      720-2_REL

platform:      rs6000_64

Exe directory: /tmp/sapinst_exe.557298.1405545131

guiengine: 2014-07-16 16:12:46 Waiting for client connection (1)

Starting GUIServer using:

  SAPinst port         : pipe:5:8

  GUIServer port       : 21212

  GUI autostart        : on

  GUI mode             : normal

  command       : /usr/java14_64/bin/java -Xmx256M -Dsap.env.var.javahome=SAPINST_JRE_HOME -cp /tmp/sapinst_exe.557298.1405545131/JAR/instgui.jar SDTServer rootdir=//.sdtgui config=jar:sdtserver.xml guiport=21212 httpport=4239 -nolock -srvarg=/SAPinstService/host=127.0.0.1 -srvarg=/SAPinstService/port=pipe:5:8

load resource pool /dump/TAML_EHP3/ecc/installation/IM_AIX_PPC64/resourcepool.xml

guiengine: No GUI server connected; waiting for a connection on host plmboeing03, port 21212 to continue with the installation

The process that should run the SAPinst GUI could not be started. Please make sure that a JDK is installed on this host and that SAPINST_JRE_HOME points to the root directory of your Java installation. As an alternative you may start the GUI on another host (for details please consult the installation guide).

Java has been started with the following command line:

-Xmx256M -Dsap.env.var.javahome=SAPINST_JRE_HOME -cp /tmp/sapinst_exe.557298.1405545131/JAR/instgui.jar SDTServer rootdir=//.sdtgui config=jar:sdtserver.xml guiport=21212 httpport=4239 -nolock -srvarg=/SAPinstService/host=127.0.0.1 -srvarg=/SAPinstService/port=pipe:5:8

Regards,

Parag.

former_member182657
Active Contributor
0 Kudos

Hi Parag,

Please follow steps as :

1.Restart complete system

2.On terminal you need to set env variable first:

a) export SAPINST_DIALOG_PORT=21213

and execute ./sapinst  as from above logs still showing port 21212.

Regards,

Gaurav

former_member182657
Active Contributor
0 Kudos

Also make sure SELINUX should be off or remove on your system.Try to disable if targeted and restart the system once.

Regards,

Gaurav

Former Member
0 Kudos

Hi,

   execute the below steps. it will work fine. Also  check you have maintained server host entries.

a) check the oracle media extracted properly and having full permission.

b)  perform below steps.

1) su - ora<sid>

2)setenv DISPLAY <windows-ip>:0.0   // note 0.0 varies. you have to check the xmanager.place cursor on xmanager icon u wil get.  here windows ip nothing but the remote system ip .

3) xclock

u should get the xclock icon. if it is through. then execute

4)./RUNINSTALLER

it should work. Please attached screenshot if still issue persist.

Regards

Yugandhar T R

Former Member
0 Kudos

Hi Yugandhar yugi,

Thanks for your reply .........!!!

I have followed steps that you mentioned in the above reply.

# su - ora<sid>

plmboeing03:oratrd 1> xclock

Error: Can't open display:

plmboeing03:ora<sid> 2>

Setting in the /etc/ssh/sshd_config file:-

#AllowTcpForwarding yes

#GatewayPorts no

X11Forwarding yes

X11DisplayOffset 10

X11UseLocalhost yes

#PrintMotd yes

#PrintLastLog yes

#TCPKeepAlive yes

#UseLogin no

#UsePrivilegeSeparation yes

#PermitUserEnvironment no

#Compression delayed

#ClientAliveInterval 0

#ClientAliveCountMax 3

#UseDNS yes

#PidFile /var/run/sshd.pid

#MaxStartups 10

#PermitTunnel no

#ChrootDirectory none

I have started below service

# pwd

/etc/ssh

# startsrc -s sshd

0513-059 The sshd Subsystem has been started. Subsystem PID is 565396.

#

Same issue yet.......!!!

Regards,

Parag.

Former Member
0 Kudos

Hi,

  you have run below command from ora<SID>

setenv DISPLAY <WINDOWSIP>:0.0


Regards

Yugandhar T R

former_member182657
Active Contributor
0 Kudos

Hi Parag,

Kindly generate new discussion for any new issues and i suggest you to close this thread if issue has been resolved.

And for the above error share host entries.Should be like as

127.0.0.1  localhost.localdomain localhost

<Server IP>  <hostname>

Regards,

Gaurav

Former Member
0 Kudos

Hi Gaurav,

  I am facing this issue for same installation.

Below are the info of host file.

# The format of this file is:

# Internet Address      Hostname        # Comments

# Internet Address can be either IPv4 or IPv6 address.

# Items are separated by any number of blanks and/or tabs.  A '#'

# indicates the beginning of a comment; characters up to the end of the

# line are not interpreted by routines which search this file.  Blank

# lines are allowed.

# Internet Address      Hostname        # Comments

# 192.9.200.1           net0sample      # ethernet name/address

# 128.100.0.1           token0sample    # token ring name/address

# 10.2.0.2              x25sample       # x.25 name/address

# 2000:1:1:1:209:6bff:feee:2b7f         ipv6sample      # ipv6 name/address

127.0.0.1               loopback localhost      # loopback (lo0) name/address

172.28.2.209    plmboeing03.tatatechnologies.com  plmboeing03

Regards,

Parag.

former_member182657
Active Contributor
0 Kudos

Hi Parag,

Kindly follow SCN doc

first to resolve xclock display issue,after that re check for your mount points,if possible try to mount media on some other location with proper ownerships and permissions.

Also one think kindly confirm are you performing or executing the procedure by using VNC ?

Hope this will help you.

Regards,

Gaurav

Former Member
0 Kudos

Hi Expert,

Kindly help me to start sapgui ...

Error log as below:-

# ./sapinst

[==============================] \ extracting...  done!

SAPinst build information:

--------------------------

abi version:   722

make variant:  720_REL

build:         1501460

compile time:  Jun 27 2014 17:52:47

make type:     optu

codeline:      720-2_REL

platform:      rs6000_64

Exe directory: /tmp/sapinst_exe.602196.1405531470

guiengine: 2014-07-16 12:25:06 Waiting for client connection (1)

Starting GUIServer using:

  SAPinst port         : pipe:5:8

  GUIServer port       : 21212

  GUI autostart        : on

  GUI mode             : normal

  command       : /tmp/sapinst_exe.602196.1405531470/jre/bin/java -Xmx256M -Dsap.env.var.javahome=SAPINST_JRE_HOME -cp /tmp/sapinst_exe.602196.1405531470/JAR/instgui.jar SDTServer rootdir=//.sdtgui config=jar:sdtserver.xml guiport=21212 httpport=4239 -nolock -srvarg=/SAPinstService/host=127.0.0.1 -srvarg=/SAPinstService/port=pipe:5:8

load resource pool /dump/TAML_EHP3/ecc/SWPM/resourcepool.xml

Jul 16, 2014 12:25:08 PM [Info]: *************************

Jul 16, 2014 12:25:08 PM [Info]: Starting Server

Jul 16, 2014 12:25:08 PM [Info]: Reading server configuration.

Jul 16, 2014 12:25:09 PM [Info]: Reading service configuration SAPinstService.

Jul 16, 2014 12:25:09 PM [Info]: Configuring LogManager ...

Jul 16, 2014 12:25:09 PM [Info]: *************************************************

Jul 16, 2014 12:25:09 PM [Info]: Starting SL Controller listening on port 21212 ...

Jul 16, 2014 12:25:09 PM [Info]: StorageService switched off.

Jul 16, 2014 12:25:09 PM [Info]: Initializing SecurityManager ...

Jul 16, 2014 12:25:11 PM [Info]: Server certificate fingerprint is 62 D9 8C 11 54 97 10 08 98 87 41 DA 23 EC 31 93

Jul 16, 2014 12:25:11 PM [Info]: HTTPManager switched off.

Jul 16, 2014 12:25:11 PM [Info]: WebstartService switched off.

Jul 16, 2014 12:25:11 PM [Info]: RoleService switched off.

Jul 16, 2014 12:25:11 PM [Info]: AlertService switched off.

Jul 16, 2014 12:25:11 PM [Info]: NotesService switched off.

Jul 16, 2014 12:25:11 PM [Info]: ProcessService switched off.

Jul 16, 2014 12:25:11 PM [Info]: MIDService switched off.

Jul 16, 2014 12:25:11 PM [Info]: Starting FileService ...

Jul 16, 2014 12:25:11 PM [Info]: LogService switched off.

Jul 16, 2014 12:25:11 PM [Info]: MailService switched off.

Jul 16, 2014 12:25:11 PM [Info]: Starting services ...

Jul 16, 2014 12:25:11 PM [Info]: Starting service "SAPinstService" ...

Jul 16, 2014 12:25:11 PM [Info]: Service "SAPinstService" started

Jul 16, 2014 12:25:11 PM [Info]: Services started.

Jul 16, 2014 12:25:11 PM [Info]: SL Controller started.

Jul 16, 2014 12:25:11 PM [Info]: Starting GUI ...

Jul 16, 2014 12:25:11 PM [Info]: /tmp/sapinst_exe.602196.1405531470/jre/bin/java -XX:+HeapDumpOnOutOfMemoryError -Xmx256M -cp /tmp/sapinst_exe.602196.1405531470/JAR/instgui.jar SDTGui host=localhost port=21212 service=SAPinstService -noauth

Jul 16, 2014 12:25:11 PM [Info]: GUI started.

guiengine: No GUI server connected; waiting for a connection on host plmboeing03, port 21212 to continue with the installation

Regards,

Parag.

Former Member
0 Kudos

Dear Parag Kumbhar,

Kindly download all latest installation media from SMP with SWPM base on AIX OS   . Then start installation one again it will help full .

Regards,


Subhash N Bhalekar

former_member188883
Active Contributor
0 Kudos

Hi Parag,

Please use the latest copy of SAPINST or SWPM to resolve this issue. It has been fixed in updated version of these installers.

Regards,

Deepak Kori

former_member182657
Active Contributor
0 Kudos

Hi Parag,

Kindly follow SAP Note 980426 and follow the workarounds under same.In addition please refer SCN thread

Hope this will solve your issue.

Regards,

Gaurav

Former Member
0 Kudos

Hi Gaurav,

Thanks for your reply , As per note no 980426 I have followed the steps given in that note ; however it shows screen output as below

Has 'rootpre.sh' been run by root? [y/n] (n)

y

Starting Oracle Universal Installer...

No pre-requisite checks found in oraparam.ini, no system pre-requisite checks wi

ll be executed.

>>> Ignoring required pre-requisite failures. Continuing...

Preparing to launch Oracle Universal Installer from /tmp/OraInstall2014-07-09_06

-30-12PM. Please wait ...plmboeing03:oratrd 17> Oracle Universal Installer, Vers

ion 10.2.0.1.0 Production

Copyright (C) 1999, 2005, Oracle. All rights reserved.

xclock also didn't showinh its output even though DISPLAY Variable correctly set.

Kindly help me.....

Regards,

Parag.

former_member182657
Active Contributor
0 Kudos

Hi Parag,

Kindly share some details after following :

]# xhost +

]#export DISPLAY=<IP>:0.0

]# echo $DISPLAY

>su - oraadm

>xclock

In addition share the swap space and Temp space details and need to provide environment variable details by executing

>env

Regards,

Gaurav