Versions Compared

Key

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

...

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

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

     

    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 Blockchmod 755 *

  2. Enter the database directory
    $ cd database