on 2012 Feb 06 3:44 PM
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.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
73 | |
10 | |
9 | |
8 | |
8 | |
6 | |
6 | |
6 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.