SAP HANA Multi Container Database Installation
SAP HANA Multi Container Database Installation
Database Installation
Create a tenant database
Database Views & Parameter
M_DATABASES - List of Tenant DBs
multi
Convert Single Tenant
to Multi Tenant
Till SPS 10
Before you can convert the database you have to stop
the database with the command HDB stop, then run
the command hdbnsutil -convertToMultiDB to do the
actual conversion.
Hdbnsutil command to convert the
single tenant to multi tenant
From SPS11
Hdblcm used to convert Single tenant to multi tenant
The newly created database maintains the original data
and has the original port configuration, the initial HDB
start command only starts the system database
though. Therefore it shows that you can start the tenant
database by an SQL statement, after you do this it will
automatically start when using the HDB start
command in the future.
Hdbsql i <inst#> -n hostname:port d SystemDB u
SYSTEM
Alter system start database <Tenant DB ID>
Or go to HANA cockpit and start the tenant databases