cancel
Showing results for 
Search instead for 
Did you mean: 

SOLMAN 7.0 Error at sapinst execution

Former Member
0 Kudos

Hi Gurus,

I am installing Solman 7.0 on HP-UX 11.23 with oracle. I created all the file systems with temp space of 6GB. when I am going in to /SAP_Solution_M._7.0_Inst._Master/IM_HPUX_IA64 and running ./sapinst it started extracting the file but immediately after that it is throwing an error

*root@sapsm2[/sminstall/im_ia64_newsapinst/SAP_Solution_M._7.0_Inst._Master/IM_HPUX_IA64]# ./sapinst /?

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

unable to get the handle to iamodell701 ...*

and setup exit from there I set all the env variables and permissions I checked all but I am not able to get this through. Please help urgently.

Thanks,

Kamal Bhargava

HCL Basis Team.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

we have the same probleme

root@parv4671:/sapbackup/Install_SolMan/I_Master_SolMan_51033517/IM_HPUX_PARISC$ sapinst

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

unable to get the handle to iamodell701 ...

but no problem of Temp

have you found a solution ?

Edited by: Laurent GOMIOT on Oct 13, 2008 5:32 PM

markus_doehr2
Active Contributor
0 Kudos

> root@parv4671:/sapbackup/Install_SolMan/I_Master_SolMan_51033517/IM_HPUX_PARISC$ sapinst

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

> unable to get the handle to iamodell701 ...

> but no problem of Temp

Please try with a separate installation directory as given, do not call sapinst in the directory directly but relatively (as given in the example).

Markus

Former Member
0 Kudos

we done it

but still the same problem

root@parv4671:/install$ /sapbackup/Install_SolMan/I_Master_SolMan_51033517/IM_HPUX_PARISC/./sapinst

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

unable to get the handle to iamodell701 ...

markus_doehr2
Active Contributor
0 Kudos

Really strange - what Java version do you use?

Markus

Former Member
0 Kudos

Hi Markus,

I used below version of Java for SOLMAN 7.0 release.

Java HotSpot(TM) Server VM (build 1.4.2 1.4.2.20-080814-22:10-IA64N IA64, mixed mode)

thanks,

Kamal Bhargava

markus_doehr2
Active Contributor
0 Kudos

> Java HotSpot(TM) Server VM (build 1.4.2 1.4.2.20-080814-22:10-IA64N IA64, mixed mode)

Oh - then you need to execute the sapinst for IA64 (Itanium-2) - not for PA-RISC!

Markus

Former Member
0 Kudos

I use

root@parv4671:/install$ java -version

java version "1.5.0.14"

Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0.14-_25_jul_2008_05_19)

Java HotSpot(TM) Server VM (build 1.5.0.14 jinteg:07.25.08-04:19 PA2.0 (aCC_AP), mixed mode)

I am not Kamal Bhargava I am Laurent GOMIOT

Former Member
0 Kudos

There is a command to extract sapinst in some other directory. First you should have a directory like /sapmnt/SID/install with 775 permissions and extract the sapinst file in to that with the command help

sapinst /sapmnt/SID/install -extract

You should be on that same directory where your current sapinst is lying. copy all corresponding files in to that new /install directory. after extraction you will get some more files including a new sapinst at new location i.e. /sapmnt/SID/install. run that file ./ sapinst and you hopefully you will be able to install it without this iamodell701 ... error.

Thanks,

Kamal

markus_doehr2
Active Contributor
0 Kudos

> root@parv4671:/install$ java -version

> java version "1.5.0.14"

> Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0.14-_25_jul_2008_05_19)

> Java HotSpot(TM) Server VM (build 1.5.0.14 jinteg:07.25.08-04:19 PA2.0 (aCC_AP), mixed mode)

>

> I am not Kamal Bhargava I am Laurent GOMIOT

Sorry - two persons writing likewise - I didn't pay attention.

1.5 is not released too - you need to use 1.4.2.

Markus

Former Member
0 Kudos

Thank you very much for your help!!!!!!

Test OK

Former Member
0 Kudos

does your problem gets resolved ???

Kamal

Former Member
0 Kudos

Yes my problem was resolved by you " Kamal Bhargava"

thank you !

Edited by: Laurent GOMIOT on Oct 13, 2008 6:55 PM

markus_doehr2
Active Contributor
0 Kudos

You can try to set the TEMP variable to a different place than the normal /tmp

export TEMP=<directory>
export TMP=<directory>

I would also create an installation directory rather than using /tmp:

mkdir /install
cd /install
/sminstall/im_ia64_newsapinst/SAP_Solution_M._7.0_Inst._Master/IM_HPUX_IA64/sapinst

Markus