SlideShare a Scribd company logo
4
Most read
5
Most read
10
Most read
Solution Manager
Technical Monitoring
SAP Netweaver on HANA Monitoring Setup
Part 1 of 3
Preparation
By OZSoft Consulting for ITConductor.com
Linh Nguyen ITConductor.com 1
Register HANA system HDB in SLD
• Setup Monitoring User in HANA
• To be able to access monitoring information inside
HANA and to connect HANA to DBACOCKPIT in Solution
Manager, we need a user in HANA.
• Create a new user in HANA:
Linh Nguyen ITConductor.com 2
Setup MONITOR User in HANA
• Make sure that you assign the roles MONITORING and
PUBLIC to the user
• Use HANA Studio to log on the HANA with this user for the
first time, to change the initial password to a production
password.
• You also should make sure that the password of this user
doesn’t have to be changed anymore. This can be done
using this SQL command. See also SAP note 1702224 for
details.
• 1702224 - Disable password lifetime for technical users
Linh Nguyen ITConductor.com 3
HDB Client
• Configuration of the HDB User Store is described in SAP
Note 1625203
• Important to use <SID>adm user on OS level.
Linh Nguyen ITConductor.com 4
Web Service Test
• SAP Hostagent: Web Service Test. Status: Webmethod
GetDatabaseStatus
Linh Nguyen ITConductor.com 5
Fix “Database software not installed”
• Error:
• DiagAgent:
com.sap.sld.api.wbem.exception.CIMCommunicationException: CIM_ERR_FAILED: IO error:
Unable to open SSL connection to host “<agent host>:50001". The host is down or
unavailable..
• HostAgent:
[Thr 139637611464448] Thu Jan 8 10:14:08 2015
[Thr 139637611464448] *** WARNING => Unable to resolve hostname for address 127.0.0.2
[ITSAMProvide 943]
[Thr 139637611464448] Thu Jan 8 10:14:18 2015
[Thr 139637611464448] *** ERROR => Operation::ExecuteNextCommand(): Command
GetDatabaseStatus terminated with errorcode 10 [Operation.cp 344]
[Thr 139637611464448] *** ERROR => Operation
[id=000C296A07001EE4A5EC4531E4BED7BA]: Command execution failed [Operation.cp 443]
[Thr 139637611464448] *** ERROR => Webmethod GetDatabaseStatus failed: Database
software not installed [saphostcontr 1812]
• Fix connection to SLD and P4:
./smdsetup.sh managingconf hostname:<sldhost>.com port:50004 user:SMD_ADMIN
pwd:xxxxxxx
./smdsetup.sh sldconf hostname: <sldhost>.com port:50000 user:SLDDSUSER pwd:xxxxxx
Linh Nguyen ITConductor.com 6
Update HANA Configuration for SLD
Linh Nguyen ITConductor.com 7
Reinstall HANA Client and Update
Host Agent
• Status: Webmethod GetDatabaseStatus
/sap/usr/hostctrl/exe/saphostctrl -function GetDatabaseStatus -
dbname HDB -dbtype hdb
• Outside Discovery: Webmethod GetDatabaseProperties
/usr/sap/hostctrl/exe/saphostctrl -function GetDatabaseProperties -
dbname HDB -dbtype hdb
Linh Nguyen ITConductor.com 8
SLD Requirements for BW on HANA
• IF HANA is the Database of an ABAP Application (e.g. BW on
HANA) the ABAP System needs to send the information that
it uses the HANA Database.
• Therefore 2 SAP Notes have to be implemented using
SNOTE:
• 1652485: RZ70: Enhancement for HANA database (for BW on ABAP
7.30 or 7.31)
• 1649323: SLD: Enhancement for HANA database
Linh Nguyen ITConductor.com 9
Register the HANA DB to the SLD
• Switch to the HANA Database user <sid>adm
• Change in the directory /usr/sap/<sid>/SYS/global
• Execute the command for creation of SLD Configuration Files:
• sldreg -configure slddest.cfg –usekeyfile
• (SAP Note 1018839)
Execute the command to register in SLD:
sldreg -connectfile /usr/sap/<SID>/SYS/global/slddest.cfg –
file /usr/sap/<SID>/HDB<InstNr>/<Host>/trace/sldreg.xml
sldreg -connectfile /usr/sap/HDB/SYS/global/slddest.cfg –file
/usr/sap/HDB/HDB00/imdbhdb/trace
Error.
• 1986259 - How to recreate an inconsistent
landscapeDescription.xml for HANA Lifecycle Manager
• SAP HANA Lifecycle Manager is not installed!
Linh Nguyen ITConductor.com 10
Installing the SAP HANA Lifecycle
Manager
• Download HLM from http://service.sap.com/swdc --> Support Packages
and Patches --> Search for Support Packages and Patches --> Hana
Lifecycle Manager.
• Login to HANA server as root. Extract downloaded SAR file.
• Execute ./hdbinst
Enter root password
Enter SSH passphrase (same as root password; check password repository)
Ensure successful completion of installation.
Linh Nguyen ITConductor.com 11
Accessing HANA Lifecycle Manager
• Start HANA Studio
• Login to HANA database
• To start HLM, right click the system --> Select option
“Lifecycle Management”
Linh Nguyen ITConductor.com 12
Register the HANA DB
Linh Nguyen ITConductor.com 13
Verify the HANA DB is in SLD
Linh Nguyen ITConductor.com 14
Install HANA Client and configure
DBACockpit on Solution Manager
• Please ensure that the HANA Database Clients are installed on the Solution Manager
according to http://service.sap.com/sap/support/notes/1597627
• 7.20 SAP kernel patch level (100 or higher).Check whether the 720 SAP kernel that you use
contains the minimum patch level. If it does not contain the minimum patch level,
download the current patch for the SAP kernel from SAP Service Marketplace (see Note
19466).
• SAP DBSL for SAP HANA database. This DBSL is available on SAP Service Marketplace in
each SAPEXEDB.SAR (as of 720 patch level 100). Only the DBSL for SAP HANA database
(lib_dbsl_PL.SAR) is available on SAP Service Marketplace under this path.
• Log on to your Windows application server as the SAP administrator (<SID>adm).
hdbinst -a client -p <lw>:usrsap<SID>hdbclient
• Adjust the OS environment for <SID>adm.
• Enter the path for the DB client software <lw>:usrsap<SID>hdbclient in the
environment variable PATH for the user <SID>adm.
After you adjust the environment, you must restart the application server.
• Call transaction DBCO and enter the logical connection in the table DBCON (optional for
SLT).
DBMS = HDB
User name = SYSTEM
DB password = <password>
Connection info: imdbhdb:30015Linh Nguyen ITConductor.com 15
Configure client PATH
Linh Nguyen ITConductor.com 16
Maintain Database Connection
• DBCO
Linh Nguyen ITConductor.com 17
Next – Solman Managed System
Configuration
• Now that we have established connection between
SAP DBACockpit and the remote HANA database,
we need to go back to Solution Manager
SOLMAN_SETUP and configure Managed System
which is the next section that we’ll examine.
Linh Nguyen ITConductor.com 18

More Related Content

PDF
Sap security tasks
Siva Pradeep Bolisetti
 
PDF
Sap basis-notes-keylabs-training
nanda nanda
 
PDF
Solution Manager 7.2 SAP Monitoring - Part 2 - Configuration
Linh Nguyen
 
PPTX
SAP Overview and Architecture
Ankit Sharma
 
PDF
BW Migration to HANA Part 3 - Post-processing on the Migrated System
Linh Nguyen
 
PDF
Mastering SAP Monitoring - Workload Monitoring
Linh Nguyen
 
PDF
Sap basis administration handbook
blackgoldboy
 
PDF
Solution Manager Technical Monitoring - SAP BOBJ BI 4.0 (Part 3 of 3 - Manage...
Linh Nguyen
 
Sap security tasks
Siva Pradeep Bolisetti
 
Sap basis-notes-keylabs-training
nanda nanda
 
Solution Manager 7.2 SAP Monitoring - Part 2 - Configuration
Linh Nguyen
 
SAP Overview and Architecture
Ankit Sharma
 
BW Migration to HANA Part 3 - Post-processing on the Migrated System
Linh Nguyen
 
Mastering SAP Monitoring - Workload Monitoring
Linh Nguyen
 
Sap basis administration handbook
blackgoldboy
 
Solution Manager Technical Monitoring - SAP BOBJ BI 4.0 (Part 3 of 3 - Manage...
Linh Nguyen
 

What's hot (20)

DOC
Mohammed Shinoj Resume SAP BASIS
Mohammed Shinoj
 
PDF
SAP HANA SPS09 - Multitenant Database Containers
SAP Technology
 
PDF
Introduction to SAP Security
Nasir Gondal
 
PPT
Day1 Sap Basis Overview V1 1
Guang Ying Yuan
 
PPTX
Sap abap
SVRTechnologies
 
PPTX
Sap solution manager
Bala Venkata Raju P
 
PDF
SAP Business Workflow - Best Practices
Warren Eiserman
 
PDF
SAP HANA Platform
SAP Technology
 
PPTX
Sap dms
alireza ebrahimi
 
DOC
Authorisation Concept In SAP | http://sapdocs.info
sapdocs. info
 
PDF
Sap fiori-ux-architecture-for-s4h
Akhilendra Singh
 
PDF
100 sap basis_interviwe_questions
bhaskarbi
 
PPTX
SAP Fiori ppt
Pushkar Vinchurkar
 
PDF
Beginner’s guide to sap abap 1
Panduka Bandara
 
PDF
Exclusive SAP Basis Training Book | www.sapdocs.info
sapdocs. info
 
PPTX
Transition to SAP S/4HANA System Conversion: A step-by-step guide
Kellton Tech Solutions Ltd
 
PPT
SU01 - Background and Instruction
Mart Leepin
 
PPT
SAP Archiving
Phil Gleadhill
 
PDF
SAP HANA SPS09 - Backup and Recovery
SAP Technology
 
PPT
SAP HANA Overview
Sitaram Kotnis
 
Mohammed Shinoj Resume SAP BASIS
Mohammed Shinoj
 
SAP HANA SPS09 - Multitenant Database Containers
SAP Technology
 
Introduction to SAP Security
Nasir Gondal
 
Day1 Sap Basis Overview V1 1
Guang Ying Yuan
 
Sap abap
SVRTechnologies
 
Sap solution manager
Bala Venkata Raju P
 
SAP Business Workflow - Best Practices
Warren Eiserman
 
SAP HANA Platform
SAP Technology
 
Authorisation Concept In SAP | http://sapdocs.info
sapdocs. info
 
Sap fiori-ux-architecture-for-s4h
Akhilendra Singh
 
100 sap basis_interviwe_questions
bhaskarbi
 
SAP Fiori ppt
Pushkar Vinchurkar
 
Beginner’s guide to sap abap 1
Panduka Bandara
 
Exclusive SAP Basis Training Book | www.sapdocs.info
sapdocs. info
 
Transition to SAP S/4HANA System Conversion: A step-by-step guide
Kellton Tech Solutions Ltd
 
SU01 - Background and Instruction
Mart Leepin
 
SAP Archiving
Phil Gleadhill
 
SAP HANA SPS09 - Backup and Recovery
SAP Technology
 
SAP HANA Overview
Sitaram Kotnis
 
Ad

Viewers also liked (20)

PPTX
Solution Manager Technical Monitoring - SAP NW BW on HANA Setup Part 2 of 3 (...
Linh Nguyen
 
PDF
Solution Manager Technical Monitoring - BOBJ (Part 2 of 3 - Auto-Configure)
Linh Nguyen
 
PDF
10 Ways to Better Application-Centric Service Management
Linh Nguyen
 
PDF
Mastering SAP Monitoring - Determining the Health of your SAP Environment
Linh Nguyen
 
PDF
SAP HANA Distributed System Scaleout and HA
Linh Nguyen
 
PDF
Mastering SAP Monitoring - SAP SLT & RFC Connection Monitoring
Linh Nguyen
 
PDF
SAP HANA SPS12 Upgrade and Exploring New Features - Part 1
Linh Nguyen
 
PPTX
Solution Manager - SAP NW BW on HANA Setup Part 3 of 3 (Technical Monitoring ...
Linh Nguyen
 
PDF
SAP HANA SPS12 Exploring New Features
Linh Nguyen
 
PDF
SAP HANA Dynamic Tiering Test-drive
Linh Nguyen
 
PDF
Mastering SAP Monitoring - SAP HANA Monitoring, Management & Automation
Linh Nguyen
 
PDF
SAP HANA System Replication - Setup, Operations and HANA Monitoring
Linh Nguyen
 
PDF
BW Migration to HANA Part 2 - SUM DMO Tool for SAP Upgrade & Migration
Linh Nguyen
 
PDF
SAP HANA 2 – Upgrade and Operations Part 1 - Exploring Features of the New Co...
Linh Nguyen
 
PDF
BW Migration to HANA Part1 - Preparation in BW System
Linh Nguyen
 
PDF
Best Practices to Administer, Operate, and Monitor an SAP HANA System
SAPinsider Events
 
PDF
Managing and Monitoring HANA 2 active:active with System Replication
Linh Nguyen
 
PPT
FLUIDA
ririnislami9
 
PDF
Assessment of Soil Petrophysical Parameters Using Electrical Resistivity Tomo...
David Oyeyemi
 
PPTX
macro
louis2525
 
Solution Manager Technical Monitoring - SAP NW BW on HANA Setup Part 2 of 3 (...
Linh Nguyen
 
Solution Manager Technical Monitoring - BOBJ (Part 2 of 3 - Auto-Configure)
Linh Nguyen
 
10 Ways to Better Application-Centric Service Management
Linh Nguyen
 
Mastering SAP Monitoring - Determining the Health of your SAP Environment
Linh Nguyen
 
SAP HANA Distributed System Scaleout and HA
Linh Nguyen
 
Mastering SAP Monitoring - SAP SLT & RFC Connection Monitoring
Linh Nguyen
 
SAP HANA SPS12 Upgrade and Exploring New Features - Part 1
Linh Nguyen
 
Solution Manager - SAP NW BW on HANA Setup Part 3 of 3 (Technical Monitoring ...
Linh Nguyen
 
SAP HANA SPS12 Exploring New Features
Linh Nguyen
 
SAP HANA Dynamic Tiering Test-drive
Linh Nguyen
 
Mastering SAP Monitoring - SAP HANA Monitoring, Management & Automation
Linh Nguyen
 
SAP HANA System Replication - Setup, Operations and HANA Monitoring
Linh Nguyen
 
BW Migration to HANA Part 2 - SUM DMO Tool for SAP Upgrade & Migration
Linh Nguyen
 
SAP HANA 2 – Upgrade and Operations Part 1 - Exploring Features of the New Co...
Linh Nguyen
 
BW Migration to HANA Part1 - Preparation in BW System
Linh Nguyen
 
Best Practices to Administer, Operate, and Monitor an SAP HANA System
SAPinsider Events
 
Managing and Monitoring HANA 2 active:active with System Replication
Linh Nguyen
 
FLUIDA
ririnislami9
 
Assessment of Soil Petrophysical Parameters Using Electrical Resistivity Tomo...
David Oyeyemi
 
macro
louis2525
 
Ad

Similar to SAP Solution Manager - Netweaver on HANA Monitoring Setup Part 1 of 3 (Preparation) (20)

PDF
SAP TechEd 2018 - SAP HANA Deployment Options
Tomas Krojzl
 
PDF
Solution Manager 7.2 SAP Monitoring - Part 3 - Managed System Configuration
Linh Nguyen
 
PPTX
Finance month closing with HANA
Douglas Bernardini
 
PDF
SAP HANA SPS10- SAP HANA Platform Lifecycle Management
SAP Technology
 
PDF
A crushing blow at the heart of SAP’s J2EE Engine.
ERPScan
 
PPTX
HANA SPS07 LCM
SAP Technology
 
PPT
WebDynPro for Java Common Error v5
Jodi Johnson
 
PPTX
SAP HANA SPS08 Platform Lifecycle Management
SAP Technology
 
PDF
AAI-3218 Production Deployment Best Practices for WebSphere Liberty Profile
WASdev Community
 
PPTX
PPCD_And_AmazonRDS
Vibhor Kumar
 
PDF
Injecting evil code in your SAP J2EE systems. Security of SAP Software Deploy...
ERPScan
 
PDF
507 Real-time Challenges Migration Suite on SAP HANA V2.3 - 2014
Praveen Sabbavarapu
 
DOCX
SAP SQL Anywhere High Availability Tutorial for Business Objects
Sitesh Patel
 
PDF
TechTalkThai webinar SAP HANA
Jarut Nakaramaleerat
 
PPT
Hana
Sam Rathod
 
PDF
Designer 2000 Tuning
Mahesh Vallampati
 
PDF
HANA Finance Accelerators
David Dixon
 
PDF
1049: Best and Worst Practices for Deploying IBM Connections - IBM Connect 2016
panagenda
 
PDF
Hana faq
Rahul Srivastava
 
PPTX
Converting Your Existing SAP Server Infrastructure to a Modern Cloud-Based Ar...
PT Datacomm Diangraha
 
SAP TechEd 2018 - SAP HANA Deployment Options
Tomas Krojzl
 
Solution Manager 7.2 SAP Monitoring - Part 3 - Managed System Configuration
Linh Nguyen
 
Finance month closing with HANA
Douglas Bernardini
 
SAP HANA SPS10- SAP HANA Platform Lifecycle Management
SAP Technology
 
A crushing blow at the heart of SAP’s J2EE Engine.
ERPScan
 
HANA SPS07 LCM
SAP Technology
 
WebDynPro for Java Common Error v5
Jodi Johnson
 
SAP HANA SPS08 Platform Lifecycle Management
SAP Technology
 
AAI-3218 Production Deployment Best Practices for WebSphere Liberty Profile
WASdev Community
 
PPCD_And_AmazonRDS
Vibhor Kumar
 
Injecting evil code in your SAP J2EE systems. Security of SAP Software Deploy...
ERPScan
 
507 Real-time Challenges Migration Suite on SAP HANA V2.3 - 2014
Praveen Sabbavarapu
 
SAP SQL Anywhere High Availability Tutorial for Business Objects
Sitesh Patel
 
TechTalkThai webinar SAP HANA
Jarut Nakaramaleerat
 
Designer 2000 Tuning
Mahesh Vallampati
 
HANA Finance Accelerators
David Dixon
 
1049: Best and Worst Practices for Deploying IBM Connections - IBM Connect 2016
panagenda
 
Converting Your Existing SAP Server Infrastructure to a Modern Cloud-Based Ar...
PT Datacomm Diangraha
 

Recently uploaded (20)

PPTX
Presentation about variables and constant.pptx
safalsingh810
 
PPTX
slidesgo-unlocking-the-code-the-dynamic-dance-of-variables-and-constants-2024...
kr2589474
 
PPTX
Odoo Integration Services by Candidroot Solutions
CandidRoot Solutions Private Limited
 
PPTX
GALILEO CRS SYSTEM | GALILEO TRAVEL SOFTWARE
philipnathen82
 
PDF
Using licensed Data Loss Prevention (DLP) as a strategic proactive data secur...
Q-Advise
 
PPTX
Visualising Data with Scatterplots in IBM SPSS Statistics.pptx
Version 1 Analytics
 
PPTX
ConcordeApp: Engineering Global Impact & Unlocking Billions in Event ROI with AI
chastechaste14
 
PDF
Protecting the Digital World Cyber Securit
dnthakkar16
 
PDF
Enhancing Healthcare RPM Platforms with Contextual AI Integration
Cadabra Studio
 
PDF
ChatPharo: an Open Architecture for Understanding How to Talk Live to LLMs
ESUG
 
PPTX
The-Dawn-of-AI-Reshaping-Our-World.pptxx
parthbhanushali307
 
PDF
Balancing Resource Capacity and Workloads with OnePlan – Avoid Overloading Te...
OnePlan Solutions
 
PPTX
Can You Build Dashboards Using Open Source Visualization Tool.pptx
Varsha Nayak
 
PDF
Download iTop VPN Free 6.1.0.5882 Crack Full Activated Pre Latest 2025
imang66g
 
PDF
Generating Union types w/ Static Analysis
K. Matthew Dupree
 
PPTX
Presentation about Database and Database Administrator
abhishekchauhan86963
 
PDF
Summary Of Odoo 18.1 to 18.4 : The Way For Odoo 19
CandidRoot Solutions Private Limited
 
PDF
Bandai Playdia The Book - David Glotz
BluePanther6
 
PPTX
ASSIGNMENT_1[1][1][1][1][1] (1) variables.pptx
kr2589474
 
PPTX
Contractor Management Platform and Software Solution for Compliance
SHEQ Network Limited
 
Presentation about variables and constant.pptx
safalsingh810
 
slidesgo-unlocking-the-code-the-dynamic-dance-of-variables-and-constants-2024...
kr2589474
 
Odoo Integration Services by Candidroot Solutions
CandidRoot Solutions Private Limited
 
GALILEO CRS SYSTEM | GALILEO TRAVEL SOFTWARE
philipnathen82
 
Using licensed Data Loss Prevention (DLP) as a strategic proactive data secur...
Q-Advise
 
Visualising Data with Scatterplots in IBM SPSS Statistics.pptx
Version 1 Analytics
 
ConcordeApp: Engineering Global Impact & Unlocking Billions in Event ROI with AI
chastechaste14
 
Protecting the Digital World Cyber Securit
dnthakkar16
 
Enhancing Healthcare RPM Platforms with Contextual AI Integration
Cadabra Studio
 
ChatPharo: an Open Architecture for Understanding How to Talk Live to LLMs
ESUG
 
The-Dawn-of-AI-Reshaping-Our-World.pptxx
parthbhanushali307
 
Balancing Resource Capacity and Workloads with OnePlan – Avoid Overloading Te...
OnePlan Solutions
 
Can You Build Dashboards Using Open Source Visualization Tool.pptx
Varsha Nayak
 
Download iTop VPN Free 6.1.0.5882 Crack Full Activated Pre Latest 2025
imang66g
 
Generating Union types w/ Static Analysis
K. Matthew Dupree
 
Presentation about Database and Database Administrator
abhishekchauhan86963
 
Summary Of Odoo 18.1 to 18.4 : The Way For Odoo 19
CandidRoot Solutions Private Limited
 
Bandai Playdia The Book - David Glotz
BluePanther6
 
ASSIGNMENT_1[1][1][1][1][1] (1) variables.pptx
kr2589474
 
Contractor Management Platform and Software Solution for Compliance
SHEQ Network Limited
 

SAP Solution Manager - Netweaver on HANA Monitoring Setup Part 1 of 3 (Preparation)

  • 1. Solution Manager Technical Monitoring SAP Netweaver on HANA Monitoring Setup Part 1 of 3 Preparation By OZSoft Consulting for ITConductor.com Linh Nguyen ITConductor.com 1
  • 2. Register HANA system HDB in SLD • Setup Monitoring User in HANA • To be able to access monitoring information inside HANA and to connect HANA to DBACOCKPIT in Solution Manager, we need a user in HANA. • Create a new user in HANA: Linh Nguyen ITConductor.com 2
  • 3. Setup MONITOR User in HANA • Make sure that you assign the roles MONITORING and PUBLIC to the user • Use HANA Studio to log on the HANA with this user for the first time, to change the initial password to a production password. • You also should make sure that the password of this user doesn’t have to be changed anymore. This can be done using this SQL command. See also SAP note 1702224 for details. • 1702224 - Disable password lifetime for technical users Linh Nguyen ITConductor.com 3
  • 4. HDB Client • Configuration of the HDB User Store is described in SAP Note 1625203 • Important to use <SID>adm user on OS level. Linh Nguyen ITConductor.com 4
  • 5. Web Service Test • SAP Hostagent: Web Service Test. Status: Webmethod GetDatabaseStatus Linh Nguyen ITConductor.com 5
  • 6. Fix “Database software not installed” • Error: • DiagAgent: com.sap.sld.api.wbem.exception.CIMCommunicationException: CIM_ERR_FAILED: IO error: Unable to open SSL connection to host “<agent host>:50001". The host is down or unavailable.. • HostAgent: [Thr 139637611464448] Thu Jan 8 10:14:08 2015 [Thr 139637611464448] *** WARNING => Unable to resolve hostname for address 127.0.0.2 [ITSAMProvide 943] [Thr 139637611464448] Thu Jan 8 10:14:18 2015 [Thr 139637611464448] *** ERROR => Operation::ExecuteNextCommand(): Command GetDatabaseStatus terminated with errorcode 10 [Operation.cp 344] [Thr 139637611464448] *** ERROR => Operation [id=000C296A07001EE4A5EC4531E4BED7BA]: Command execution failed [Operation.cp 443] [Thr 139637611464448] *** ERROR => Webmethod GetDatabaseStatus failed: Database software not installed [saphostcontr 1812] • Fix connection to SLD and P4: ./smdsetup.sh managingconf hostname:<sldhost>.com port:50004 user:SMD_ADMIN pwd:xxxxxxx ./smdsetup.sh sldconf hostname: <sldhost>.com port:50000 user:SLDDSUSER pwd:xxxxxx Linh Nguyen ITConductor.com 6
  • 7. Update HANA Configuration for SLD Linh Nguyen ITConductor.com 7
  • 8. Reinstall HANA Client and Update Host Agent • Status: Webmethod GetDatabaseStatus /sap/usr/hostctrl/exe/saphostctrl -function GetDatabaseStatus - dbname HDB -dbtype hdb • Outside Discovery: Webmethod GetDatabaseProperties /usr/sap/hostctrl/exe/saphostctrl -function GetDatabaseProperties - dbname HDB -dbtype hdb Linh Nguyen ITConductor.com 8
  • 9. SLD Requirements for BW on HANA • IF HANA is the Database of an ABAP Application (e.g. BW on HANA) the ABAP System needs to send the information that it uses the HANA Database. • Therefore 2 SAP Notes have to be implemented using SNOTE: • 1652485: RZ70: Enhancement for HANA database (for BW on ABAP 7.30 or 7.31) • 1649323: SLD: Enhancement for HANA database Linh Nguyen ITConductor.com 9
  • 10. Register the HANA DB to the SLD • Switch to the HANA Database user <sid>adm • Change in the directory /usr/sap/<sid>/SYS/global • Execute the command for creation of SLD Configuration Files: • sldreg -configure slddest.cfg –usekeyfile • (SAP Note 1018839) Execute the command to register in SLD: sldreg -connectfile /usr/sap/<SID>/SYS/global/slddest.cfg – file /usr/sap/<SID>/HDB<InstNr>/<Host>/trace/sldreg.xml sldreg -connectfile /usr/sap/HDB/SYS/global/slddest.cfg –file /usr/sap/HDB/HDB00/imdbhdb/trace Error. • 1986259 - How to recreate an inconsistent landscapeDescription.xml for HANA Lifecycle Manager • SAP HANA Lifecycle Manager is not installed! Linh Nguyen ITConductor.com 10
  • 11. Installing the SAP HANA Lifecycle Manager • Download HLM from http://service.sap.com/swdc --> Support Packages and Patches --> Search for Support Packages and Patches --> Hana Lifecycle Manager. • Login to HANA server as root. Extract downloaded SAR file. • Execute ./hdbinst Enter root password Enter SSH passphrase (same as root password; check password repository) Ensure successful completion of installation. Linh Nguyen ITConductor.com 11
  • 12. Accessing HANA Lifecycle Manager • Start HANA Studio • Login to HANA database • To start HLM, right click the system --> Select option “Lifecycle Management” Linh Nguyen ITConductor.com 12
  • 13. Register the HANA DB Linh Nguyen ITConductor.com 13
  • 14. Verify the HANA DB is in SLD Linh Nguyen ITConductor.com 14
  • 15. Install HANA Client and configure DBACockpit on Solution Manager • Please ensure that the HANA Database Clients are installed on the Solution Manager according to http://service.sap.com/sap/support/notes/1597627 • 7.20 SAP kernel patch level (100 or higher).Check whether the 720 SAP kernel that you use contains the minimum patch level. If it does not contain the minimum patch level, download the current patch for the SAP kernel from SAP Service Marketplace (see Note 19466). • SAP DBSL for SAP HANA database. This DBSL is available on SAP Service Marketplace in each SAPEXEDB.SAR (as of 720 patch level 100). Only the DBSL for SAP HANA database (lib_dbsl_PL.SAR) is available on SAP Service Marketplace under this path. • Log on to your Windows application server as the SAP administrator (<SID>adm). hdbinst -a client -p <lw>:usrsap<SID>hdbclient • Adjust the OS environment for <SID>adm. • Enter the path for the DB client software <lw>:usrsap<SID>hdbclient in the environment variable PATH for the user <SID>adm. After you adjust the environment, you must restart the application server. • Call transaction DBCO and enter the logical connection in the table DBCON (optional for SLT). DBMS = HDB User name = SYSTEM DB password = <password> Connection info: imdbhdb:30015Linh Nguyen ITConductor.com 15
  • 16. Configure client PATH Linh Nguyen ITConductor.com 16
  • 17. Maintain Database Connection • DBCO Linh Nguyen ITConductor.com 17
  • 18. Next – Solman Managed System Configuration • Now that we have established connection between SAP DBACockpit and the remote HANA database, we need to go back to Solution Manager SOLMAN_SETUP and configure Managed System which is the next section that we’ll examine. Linh Nguyen ITConductor.com 18