You need to execute the power shell command at the SnapCenter server.
Open a power shell window.
Execute the command Open-SmConnection and provice the credentials of the domain user you used for the SnapCente rinstallation.
PS C:\Users\scadmin> Open-SmConnection
--> you will be asked for the user credentials
Execute the power shell command Set-SmConfigSettings as shown below.
In my example the HANA database host is stlrx300s8-7 and my hdbsql client is available at /usr/sap/QP1/HDB00/exe.
That's what you need to adapt.
PS C:\Users\scadmin> Set-SmConfigSettings -Plugin -HostName stlrx300s8-7 -PluginCode hana -configSettings @{"HANA_HDBSQL
_CMD"="/usr/sap/QP1/HDB00/exe"}
Name Value
---- -----
HANA_HDBSQL_CMD /usr/sap/QP1/HDB00/exe
PS C:\Users\scadmin>
You can doublecheck the configuration of the hdbsql path at your HANA databse host by executing the command below.
stlrx300s8-7:# cat /opt/NetApp/snapcenter/scc/etc/hana.properties
HANA_HDBSQL_CMD = /usr/sap/QP1/HDB00/exe
Please also check the technical report on SAP HANA backup and recovery at http://www.netapp.com/us/media/tr-4614.pdf.
Regards,
Nils