Installing the SAP HANA Toolkit

SAP

Audience
Public
Product
FlashBlade
FlashArray
FlashStack
FlashBlade > Purity//FB
FlashArray > Purity//FA
Technology Integrations
SAP
Source Type
Documentation

The latest version of the SAP HANA Toolkit can be downloaded directly from GitHub to the relevant system using the following command:


wget https://github.com/PureStorage-OpenConnect/SAP-HANA-Scripts/raw/master/Python/Build%20Artifacts/ps_saphana_toolkit-0.0.1-1.x86_64.rpm

The package can then be installed using the rpm installer command:


rpm -ivh ps_saphana_toolkit-0.0.1-1.x86_64.rpm 

It is also possible to install the package directly from the repository:


rpm -ivh https://github.com/PureStorage-OpenConnect/SAP-HANA-Scripts/raw/master/Python/Build%20Artifacts/ps_saphana_toolkit-0.0.1-1.x86_64.rpm

The executables and configuration files are created in /opt/purestorage/saphana_toolkit with symbolic links to /usr/local/bin for each executable.


HANA:/hana/shared # ll /opt/purestorage/saphana_toolkit/
total 73428
drwxr--r-- 1 root root       66 Jan 15 03:04 cfg_files
-rwxr--r-- 1 root root 23208232 Jan 15 02:20 create_scaleout_snapshot
-rwxr--r-- 1 root root 23207776 Jan 15 02:20 create_scaleup_snapshot
-rwxr--r-- 1 root root  5555960 Jan 15 02:20 ps_saphana_cfg_check
-rwxr--r-- 1 root root 23208976 Jan 15 02:20 recover_scaleup_snapshot
HANA:/hana/shared # ll /usr/local/bin/
total 16
lrwxrwxrwx 1 root root 57 Jan 15 03:04 create_scaleout_snapshot -> /opt/purestorage/saphana_toolkit/create_scaleout_snapshot
lrwxrwxrwx 1 root root 56 Jan 15 03:04 create_scaleup_snapshot -> /opt/purestorage/saphana_toolkit/create_scaleup_snapshot
lrwxrwxrwx 1 root root 53 Jan 15 03:04 ps_saphana_cfg_check -> /opt/purestorage/saphana_toolkit/ps_saphana_cfg_check
lrwxrwxrwx 1 root root 57 Jan 15 03:04 recover_scaleup_snapshot -> /opt/purestorage/saphana_toolkit/recover_scaleup_snapshot
Sarah:/hana/shared #