When SAP HANA and are not installed on the same machine (the database may be installed on any machine within the network), the database definition files need to be transferred to the SAP HANA machine before the database can be created.
On the SAP HANA machine (as SAP HANA UNIX user): transfer the
database-setup.tar
file from the machine and extract the files:$ tar -xvf ./database-setup.tar
Set the permissions for the extracted files by doing either of the following:
$ chmod -R 755 ./database
or,
Go inside thesaphana
folder and run the following command:chmod 755 *