SAP Knowledge Base Article - Preview

2533657 - SLD registration via hdblcm hangs - Sld.cpp(00376) - SldReg config file missing - slddest.cfg

Symptom

SLD registration via hdblcm as <sid>adm user hangs at.

/hana/shared/SID/hdblcm> ./hdblcm

SAP HANA Lifecycle Management - SAP HANA 1.00.122.11.1499758750
***************************************************************

The following actions cannot be selected because the tool was not started as root user:
- Update Component List
- Update the SAP HANA Instance Host integration
- Unregister the SAP HANA System
- Rename the SAP HANA System

Choose an action to perform

Index | Action to be performed | Description
--------------------------------------------------------------------------------------
1 | add_host_roles | Add Host Roles
2 | add_hosts | Add Additional Hosts to the SAP HANA System
3 | check_installation | Check SAP HANA Installation
4 | configure_internal_network | Configure Inter-Service Communication
5 | configure_sld | Configure System Landscape Directory Registration
6 | convert_to_multidb | Convert to Multitenant Database Containers
7 | extract_components | Extract Components
8 | print_component_list | Print Component List
9 | remove_host_roles | Remove Host Roles
10 | uninstall | Uninstall SAP HANA Components
11 | update_components | Install or Update Additional Components
12 | exit | Exit (do nothing)

Enter selected action index [12]: 5

Enter SLD Host Name: hostname.sap.services.com
Enter SLD Port: 50000
Enter SLD User Name: SLD_USER
Enter SLD Password:
Enter Use HTTPS [n]:

Summary before execution:
=========================

SLD Registration Configuration
Configuration Parameters
SLD Host Name: hostname.sap.services.com
SLD Port: 50000
SLD User Name: SLD_USER

Do you want to continue? (y/n): y

 

And if you activate additional traces with the following steps

1) increase trace level

 ALTER SYSTEM ALTER CONFIGURATION ('nameserver.ini', 'SYSTEM') SET ('trace','SLDConfig')='debug',  ('trace','SLDCollect')='debug',  ('trace','SLDSend')='debug'  WITH RECONFIGURE;

2) disable SLD

alter system alter configuration ('nameserver.ini','SYSTEM') set ('sld','enable') = 'false' with reconfigure;

3) enable SLD --> that triggers the creation of the sldreg file

alter system alter configuration ('nameserver.ini','SYSTEM') set ('sld','enable') = 'true' with reconfigure;

4) wait 10 minutes

5) reset the traces

ALTER SYSTEM ALTER CONFIGURATION ('nameserver.ini', 'SYSTEM') UNSET ('trace','SLDConfig'), ('trace','SLDCollect'),  ('trace','SLDSend')  WITH RECONFIGURE;

 

You will find the following error in the nameserver.trc file

 [140777]{-1}[-1/-1] 20xx-xx-xx xx:xx:xx.660450 d SLDCollect       CIMModel.cpp(01201) : No database replication information available
 [140777]{-1}[-1/-1] 20xx-xx-xx xx:xx:xx.660704 w SLDCollect       CIMModel.cpp(02904) : HDB Load Controller missing, skipping member class SAP_HDBLoadController.
 [140777]{-1}[-1/-1] 20xx-xx-xx xx:xx:xx.660739 d SLDCollect       CIMModel.cpp(02910) : Collecting services of tenants...
 [140777]{-1}[-1/-1] 20xx-xx-xx xx:xx:xx.660741 d SLDCollect       CIMModel.cpp(02972) : Collecting master indexserver of tenants... Done.
 [140777]{-1}[-1/-1] 20xx-xx-xx xx:xx:xx.663362 e SLDSend          Sld.cpp(00376) : SldReg config file missing: /usr/sap/SID/SYS/global/slddest.cfg

 


Read more...

Environment

  • System Landscape Directory (SLD);
  • HANA DB revision 122.11;
  • SLDREG release independent.

Product

SAP HANA 1.0, platform edition

Keywords

SAP HANA database lifecycle manager, HANA SLD DS, Configuring HANA System to Connect to the SLD, SLDREG, usekeyfile, Solution Manager, Solman, Hana Platformedition, sldreg, slddest, sld.cpp , KBA , HAN-LM-PLT , SAP HANA Platform Lifecycle Management , HAN-DB , SAP HANA Database , Problem

About this page

This is a preview of a SAP Knowledge Base Article. Click more to access the full version on SAP for Me (Login required).

Search for additional results

Visit SAP Support Portal's SAP Notes and KBA Search.