Hi,
I got the HANA AWS instance running, and I ssh to the instance. There I switched the user to hdbadm, and did the ./HDB stop and ./HDB start. I then entered the hdbsql interactive mode and tried a few basic commands, but I always get the error: Password:* -10709: Connect failed (no reachable host left)
The following is what I did when ssh to the instance. Does anyone know what I might have missed here? Thank you!
-----------------------------------------------------------------------------------------------------------------------------------------
imdbhdb:~ # su - hdbadm
imdbhdb:/usr/sap/HDB/HDB00> ./HDB stop
hdbdaemon will wait maximal 300 seconds for NewDB services finishing.
Stopping instance using: /usr/sap/HDB/SYS/exe/hdb/sapcontrol -prot NI_HTTP -nr 00 -function StopWait 400 2
21.11.2013 17:41:23
Stop
OK
21.11.2013 17:41:33
StopWait
OK
hdbdaemon is stopped.
imdbhdb:/usr/sap/HDB/HDB00> ./HDB start
StartService
Impromptu CCC initialization by 'rscpCInit'.
See SAP note 1266393.
OK
OK
Starting instance using: /usr/sap/HDB/SYS/exe/hdb/sapcontrol -prot NI_HTTP -nr 00 -function StartWait 2700 2
21.11.2013 17:41:38
Start
OK
21.11.2013 17:42:44
StartWait
OK
imdbhdb:/usr/sap/HDB/HDB00>
imdbhdb:/usr/sap/HDB/HDB00> hdbsql
Welcome to the SAP HANA Database interactive terminal.
Type: \h for help with commands
\q to quit
hdbsql=> create table myTable;
Password:* -10709: Connect failed (no reachable host left)
hdbsql=> drop table myTable;
Password:* -10709: Connect failed (no reachable host left)
hdbsql=>