Saturday, 29 February 2020

SLD / LMDB Registration for HANA Database


We have to connect SAP HANA Database to  solution manager for HANA DB monitoring purpose.In order to connect,We need to register SAP HANA database to SLD/LMDB.
This will push data from HANA database to SLD/LMDB.

SLD is optional in solman 7.2 SPS09,So you can register directly to LMDB and push the data to LMDB

1.Login to HANA DB server with <SIDADM> user
2.Switch to directory :
     /hana/shared/SID/hdblcm
3. Run the command :  ./hdblcm
4. You will get various option and select option 5 configure_sld


5.  Enter the below Details 

Enter SLD Host Name:
Enter SLD Port:
Enter SLD User Name: 
Enter SLD Password:
Enter Use HTTPS [n]:

Do you want you to continue : yes

It will take some time and gives you message whether it completed successfully or failed.

you can check the log in the below directory.

var/tmp/hdb_SID_hdblcm_configure_sld_2020-02-12_16.11.16/hdblcm.log’ on host ‘<hostname>’.

If everything fine check SLDreg log for communication between HANA server and SLD system,Whether it has send a data to SLD/LMDB

Go to : /hana/shared/<SID>/HDBinstance no/<hostname>/trace


HANA DB related information has sent to SLD/LMDB,you can verify by checking for your HDB in SLD system.



No comments:

Post a Comment

How to Manually Disable SAML 2.0 for SAP URL

 SAML 2.0 authentication is enabled in an AS ABAP system, but for some particular ICF services, you want to disable the SAML 2.0 authenticat...