
1. Login to the operating system as sidadm.
2. Change to below directory.
cd /hana/shared/[SID]/hdblcm
3. Use below command line to list out the installed HANA component.
./hdblcm --action=print_component_list
4. The list as below and from here, the HANA components installed are SAP HANA SDA database drivers for federation, SAP HANA database server and SAP HANA Client.
<?xml version="1.0" encoding="UTF-8"?>
<landscapeDescription xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="landscapeDescription.xsd">
<version>1.09</version>
<productSystem>
<sid>DEV</sid>
<host>ITsiti</host>
<productSystemLandscapeProduct>
<installedProductVersion>
<identifyingNumber>73554900100900001301</identifyingNumber>
<name>SAP NEWDB</name>
<vendor>sap.com</vendor>
<version>2.0</version>
<caption>SAP HANA PLATFORM EDITION 2.0</caption>
<installedSPStack>
<identifyingNumber>73554900103300003129</identifyingNumber>
<caption>02 (07/2017)</caption>
<releaseDate></releaseDate>
<installDateTime></installDateTime>
</installedSPStack>
</installedProductVersion>
</productSystemLandscapeProduct>
<applicationSystemInLandscape>
<databaseSystem>
<sid>DEV</sid>
<dBName>DEV</dBName>
<dBTypeForSAP>HDB</dBTypeForSAP>
<host>ITsiti</host>
<installationPath>/usr/sap/DEV</installationPath>
<installationNumber>1234567891</installationNumber>
<systemNumber>2</systemNumber>
<installedProductOnApplicationSystem>
<installedProductVersion>
<identifyingNumber>73554900100900001301</identifyingNumber>
<name>SAP NEWDB</name>
<vendor>sap.com</vendor>
<version>2.0</version>
<caption>SAP HANA PLATFORM EDITION 2.0</caption>
<collectedSoftwareFeatures>
<installedSWFeature>
<caption>SAP HANA SDA database drivers for federation</caption>
<instanceKey>17</instanceKey>
<identifyingNumber>73554900104900003009</identifyingNumber>
<software-components>
<software-component>
<sp-level>3</sp-level>
<os-set>linuxx86_64</os-set>
<name>HDB_FEDERATION_DRIVERS</name>
<version>2.00</version>
<vendor>sap.com</vendor>
<caption>SAP HANA smart data access</caption>
<patch-level>000</patch-level>
<ppms-number>73554900100200005522</ppms-number>
<rev-changelist>0</rev-changelist>
</software-component>
</software-components>
</installedSWFeature>
<installedSWFeature>
<caption>SAP HANA database server</caption>
<instanceKey>2</instanceKey>
<identifyingNumber>73554900104900002961</identifyingNumber>
<software-components>
<software-component>
<vendor>sap.com</vendor>
<caption>SAP HANA DATABASE</caption>
<patch-level>04</patch-level>
<ppms-number>73554900100200005327</ppms-number>
<rev-changelist>1530240705</rev-changelist>
<sp-level>024</sp-level>
<os-set>linuxx86_64</os-set>
<name>HDB</name>
<version>2.00</version>
</software-component>
</software-components>
</installedSWFeature>
</collectedSoftwareFeatures>
</installedProductVersion>
</installedProductOnApplicationSystem>
</databaseSystem>
<unspecificStandaloneApplicationSystem>
<sid>IMCC</sid>
<host>ITsiti</host>
<technologyType>IMDBClient</technologyType>
<installationPath>/hana/shared/DEV/hdbclient</installationPath>
<installedProductOnApplicationSystem>
<installedProductVersion>
<identifyingNumber>73554900100900001301</identifyingNumber>
<name>SAP NEWDB</name>
<vendor>sap.com</vendor>
<version>2.0</version>
<caption>SAP HANA PLATFORM EDITION 2.0</caption>
<collectedSoftwareFeatures>
<installedSWFeature>
<caption>SAP HANA Client</caption>
<instanceKey>1</instanceKey>
<identifyingNumber>73554900104900002962</identifyingNumber>
<software-components>
<software-component>
<name>HDB_CLIENT</name>
<vendor>sap.com</vendor>
<caption>SAP HANA CLIENT</caption>
<ppms-number>73554900100200005390</ppms-number>
<patch-level>64</patch-level>
<version>2</version>
<os-set>linuxx86_64</os-set>
<sp-level>2</sp-level>
<rev-changelist>1527184718</rev-changelist>
</software-component>
</software-components>
</installedSWFeature>
</collectedSoftwareFeatures>
</installedProductVersion>
</installedProductOnApplicationSystem>
</unspecificStandaloneApplicationSystem>
</applicationSystemInLandscape>
</productSystem>
<computerSystemsInLandscape>
<computerSystem>
<host>ITsiti</host>
<sharedDirectory>/hana/shared/DEV/trans</sharedDirectory>
</computerSystem>
</computerSystemsInLandscape>
</landscapeDescription>
5. To get a better view and reads, copy the XML lines above and paste to notepad. Save the notepad as [FILENAME].xml. Open the file using the Internet Explorer.
Alternatively, go to HDBLCM resident and launch the HDBLCM.
cd /hana/shared/DEV/hdblcm
./hdblcm
SAP HANA Lifecycle Management - SAP HANA Database 2.00.020.00.1500920972
************************************************************************
The following actions cannot be selected because the tool was not started as root user:
- Unregister the SAP HANA Database System
- Rename the SAP HANA Database System
- Update Component List
Choose option print_component_list. You will get the same result.
Choose an action Index | Action | Description ------------------------------------------------------------------------------------------- 1 | add_host_roles | Add Host Roles 2 | add_hosts | Add Hosts to the SAP HANA Database System 3 | check_installation | Check SAP HANA Database Installation 4 | configure_internal_network | Configure Inter-Service Communication 5 | configure_sld | Configure System Landscape Directory Registration 6 | extract_components | Extract Components 7 | print_component_list | Print Component List 8 | remove_host_roles | Remove Host Roles 9 | uninstall | Uninstall SAP HANA Database Components 10 | update_components | Install or Update Additional Components 11 | update_host | Update the SAP HANA Database Instance Host integration 12 | exit | Exit (do nothing) Enter selected action index [12]: 7


