Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

When SAP HANA and  are 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. The database definition files are created in the subdirectory ./database/saphana and archived in the file database-setup.tar file.

  1. On the SAP HANA machine (as SAP HANA UNIX user): transfer the database-setup.tar file from the  machine machine and extract the files:

    Code Block
    $ tar -xvf ./database-setup.tar 

     

  2. Set the permissions for the extracted files by doing either of the following:

    Code Block
    $ chmod -R 755 ./database

    or,

    Go inside the saphana folder and run the following command:

    Code Block
    chmod 755 *