cancel
Showing results for 
Search instead for 
Did you mean: 

SAP HANA installation issue

Former Member
0 Kudos
195

Hi Basis gurus...

really need your help to finish this HANA installation.

i am trying to install HANA SP03 on my desktop with the command

./setup.sh -d <Media location> <working directory> <model file>

media location - given the location of SAP DVD

working directory - /tmp/hanainst

model file - setup hana file with all the parameters preset ( data , log , SID, sys number etc)

but still i see the error like --

ERROR- installer not started from DVD. either you start the installer from the dvd or specify the location with the -d option.

but i have used the -d option but no luck..

can some one help on this............

Regards

Akhil.

View Entire Topic
0 Kudos

Hi,

First you need to prepare your model template to customize your instalation, copy the template with this command:

cp /HANA_DVD/DATA_UNITS/HANA_IM_LINUX__X86_64/setuphana.slmodel.template /tmp/setuphana.slmodel

the make the apropiate changes in the template with something like that:

<?xml version="1.0" encoding="ISO-8859-1"?><systemParameters> <dataPath>/hana/shared/data</dataPath> <logPath>/hana/shared/log</logPath> <sapmntPath>/hana/shared</sapmntPath><instanceNumber>69</instanceNumber><sid>HAN</sid><hdbHost>hostname1</hdbHost> <timezone>UTC</timezone><distributedSystem> <additionalHostsRootUser>lroot</additionalHostsRootUser> <hosts> <host hostname="hostname2" hostType="worker" haGroup="11" storagePartition="3"/> </hosts> </distributedSystem> </systemParameters>

then ru the unified installer like this:

./setup.sh /tmp/hanainst /tmp/setuphana.slmodel

Now the installer beggins and check the requirements, tha last installation that i make the minimun requirement of ram qas 24 GB of RAM.

Good luck

Regards