cancel
Showing results for 
Search instead for 
Did you mean: 

Issue with new SPS10 developer Edition

Former Member
0 Kudos

Hi All,

I activated a new SPS10 developer edition as I have issues with SPS09 Dev edition on AWS

Issue with SPS09 : I am not able to backup as Statistics service not active

I think I have migrated from statistics server to service as I dont see the statistics server active any more (already posted a message for same and I dont see any response)

Now I have decided to go in to SPS 10 assuming I will not face this problem

So I activated a new instance and now the instance is up and I am able to connect from Linux - SSH

But I am not able to go to the portal as well as connect from studio

I checked all ports are fine and all servers are running

1. How do I get my AWS system up and running ?

2. After that How do I copy my content from old system to here

Thanks , meps

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

howdy.
If you can connect to the master server through ssh, you should confirm that Hana is actually running.

su - <sid>adm

HDB info

If HDB info

shows something like the below it is running.

USER        PID   PPID %CPU    VSZ   RSS COMMAND

hdbadm   116584 116583  1.1  13884  2740 -sh

hdbadm   116638 116584  0.0  12900  1740  \_ /bin/sh /usr/sap/HDB/HDB00/HDB info

hdbadm   116661 116638  0.0   4944   880      \_ ps fx -U hdbadm -o user,pid,ppi

hdbadm   110163      1  0.0  22072  1188 sapstart pf=/usr/sap/HDB/SYS/profile/HD

hdbadm   110174 110163  0.0 483272 277980  \_ /usr/sap/HDB/HDB00/imdbmaster/trac

hdbadm   110263 110174  1.0 4294392 1471964      \_ hdbnameserver

hdbadm   110390 110174  1.4 4029780 1456748      \_ hdbcompileserver

hdbadm   110392 110174  1.0 3882316 1303752      \_ hdbpreprocessor

hdbadm   110493 110174  118 104736636 99479316      \_ hdbindexserver

hdbadm   110495 110174  0.7 4302616 1193324      \_ hdbscriptserver

hdbadm   110497 110174 19.2 25989552 22812732      \_ hdbxsengine

hdbadm   112246 110174  0.3 3286160 419924      \_ hdbwebdispatcher

hdbadm     3543      1  0.0 211716 57876 /usr/sap/HDB/HDB00/exe/sapstartsrv pf=/

imdbmaster:/usr/sap/HDB/HDB00>

If not..
sapcontrol -nr <Instance Number> -function Start

Run HDB info until all services are started then try to connect to it through Hana Studio.

Recovery will take a little more digging, If you have migrated the statistics server to the indexserver

The Statistics Service - SAP HANA Administration Guide - SAP Library

Make sure you have migrated the statistics server into the index server with the above link.

Double check the files on the server nameserver.ini and statisticsserver.ini have the proper configurations.

Try a restart hanaserver and/or the whole linux server, after making changes like that.

then attempt a back up, if success make sure sp 10 server has same statistics server settings for recovery process.

sending the back up to s3 I believe is built in, with aws provisioning.
after backup try

aws s3 sync /backup/data/<sid> s3://<You hana bucket name check s3 for this URL>/<date time>/

then in sps 10 server you can run

aws s3 sync

s3://<You hana bucket name check s3 for this URL>/<date time> /backup/data/<sid>

<sid> is the hana system id you gave it during provisioning.. I use HDB so my admin is hdbadm on the linux server..
Good luck,

Z