Generation of SAP HANA Database Definition Files(3.0)

You will need to make an exception of the installation order in this Private Cloud installation with SAP HANA, to be able to extract the database setup scripts for SAP HANA.

  • Install the platform, this is described in a later section of the Private Cloud installation, see Installation (3.0).
  • The platform-0 pod will not reach a running state, since the database is missing in this stage.
  • Verify that the database setup scripts is exported.

#verify pods
 
NAME                                              	READY   STATUS					RESTARTS   	AGE
mz-operator-controller-manager-59f78bd855-9mscm		2/2     Running   				0          	3h18m
mz-operator-controller-manager-59f78bd855-pptl7		2/2     Running   				0          	3h18m
mzonline-845b49cc96-9cqrz							1/1     Running   				0          	3h18m 
hxe-6b6cbc4465-pbfsq								1/1     Running   				0          	3h42m
platform-0                                        	0/1     Init:CrashLoopBackOff	1			3h18m
wd-6489b574f9-97kw4                               	0/1     Running   				0          	3h18m
 
#Check the logs in the platform init container
 
$ kubectl logs platform-0 -c init
Unable to setup MZ DB due to missing db admin credentials.

=========== PREPARING DB SCRIPTS ===========
Copy the file database-setup.tar from persistent storage directory backup to the database server and follow the instructions
=========== DB SCRIPTS PREPARED ===========

The database-setup.tar is located on NFS persistence storage directory backup, copy it and continue with the next subsection.