Dear sir,
when i stop my hana it shows =>
FAIL: process hdbindexserver HDB Indexserver not running
Please help me in this problem
Updated May 18, 2018
Dear sir,
when i stop my hana it shows =>
FAIL: process hdbindexserver HDB Indexserver not running
Please help me in this problem
Comments
This means that host was added successfully but indexserver does not start.
First Please start the indexserver
This Problem also occur when you have not configure ha storage
global.ini [storage]
ha_provider = hdb_ha.fcClient
When you check permissions of mounted data and log folder you see that both still belong to user root, eg:
ls -ltra /hana/data/<SID>/mnt00002
drwxr-xr-x 2 root root 24 Jan 14 19:09 .
-rw-r--r-- 1 root root 17179869184 Jan 14 19:14 datavol.dat
To fix this error.
Change manually permissions of log and data volumes:
logon as user sidadm to newly added host.
hdbnameserver &
Now data and log volumes get mounted to host.
chown <sidadm> /hana/data/<SID>/mnt00002
chown <sidadm> /hana/log/<SID>/mnt00002
HDB start