cancel
Showing results for 
Search instead for 
Did you mean: 

Sap instnallation on hp ux

Former Member
0 Kudos

Dear Experts Team,

I am installaing SAP in HP Unix 11.23 .during installation in starting , it give messege

# ./sapinst
[==============================] - extracting...  done!

Warning: The SAPinst GUI could not be started because a Java Runtime Environment
(JRE) could not be found.
Either the JRE is not installed correctly or the environment variable SAPINST_JR
E_HOME is not set to the JRE installation home.
Be aware the SAPinst server is still running! You need to start SAPinst GUI stan
dalone on this or another host as described in the installation guide.

103 controller.errorStartingGuiUnix  1697
# pwd
/sapdump/inst_master/IM_HPUX_IA64
#

How I check that  java Runtime environment and SAPINST_JRE_HOME

Regards

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Can you please check already  any other sapinst is running.

imay i know , which tool you are using for installation (putty , xmanger like)

regards,

balaram

Former Member
0 Kudos

Please check that SAPINST_JRE_HOME environment variable was set to JRE directory with command # env| grep SAPINST_JRE_HOME

If this environment variable was not set, set it with

# export SAPINST_JRE_HOME=<path_to_JRE_directory> (for bash)

or

$ setenv SAPINST_JRE_HOME <path_to_JRE_directory> (for csh)

After that try installation again.

Regards

Roman