SlideShare una empresa de Scribd logo
1 de 36
Descargar para leer sin conexión
1© 2014 SAP AG or an SAP affiliate company. All rights reserved.
SAP HANA SPS 10 – What’s New?
SAP HANA Platform Lifecycle Management
SAP HANA Product Management June, 2015
(Delta from SPS 09 to SPS 10)
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 2Public
Agenda
Support of Additional Software Components
 Integration of SAP HANA Remote Data Sync
 Better Support of Multiple Host Roles for Non-Productive Systems
SAP HANA Database Lifecycle Manager Web UI
 Host Addition and Host Removal Available in Web UI
 Advanced Configuration in the Web UI
 Integration of the Web UI in the SAP HANA Cockpit
SAP HANA Database Lifecycle Manager Command-Line Interface
 Improved Monitoring for Start/Stop Systems
 Improved Interactive Command-Line Experience for Installation of Multiple-Host Systems
Supportability
 Multitenant Database Containers – High Isolation
 Improved Logs and Traces
Usability
 Phased System Update for Reduced Downtime – SAP HANA Server Component
 Automatically Generated Configuration File
 Further Support for LCM Actions Performed as <sid>adm
 Customer Feedback Form
 Other Usability Improvements
Support of Additional Software
Components
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 4Public
Integration of SAP HANA Remote Data Sync – Planning
 SAP HANA remote data sync (RDsync)
synchronizes data between SAP HANA and many
remote databases. Synchronization begins when
a remote database client opens a connection to
the SAP HANA remote data sync server.
 To use SAP HANA remote data sync, we require
at least one SAP HANA host with the role
“Database Worker” and one remote data sync
host with the role “Remote Data Sync”, which can
be configured during SAP HANA system
installation or as part of a scale-out scenario (add
host).
 SAP HANA remote data sync is licensed
separately, as part of the „Real-Time Replication
Option“ sales bundle.
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 5Public
Integration of SAP HANA Remote Data Sync – Implementation
 During database synchronization, the client at the remote site uploads database changes that were made to
the remote database since the previous synchronization. On receiving the data, the RDsync server updates the
SAP HANA data, and then downloads changes from the SAP HANA database to the remote database.
 During installation or addition of an SAP HANA RDsync host, the upload and download path must be specified
with the following parameters:
 To monitor the SAP HANA RDsync server from the SAP HANA cockpit, a database user can be created and
granted one of the following monitoring roles:
sap.hana.sync.monitor.roles::monitor Provides read-only access to the SAP HANA remote data sync tiles
including drill downs.
sap.hana.sync.monitor.roles::administrator Provides full access to the SAP HANA remote data sync tiles including
drill downs and the ability to write changes in the configure tile.
Parameter Default Value Available Interactively
rdsync_downloadpath /hana/download_rdsync/<SID> Yes
rdsync_uploadpath /hana/upload_rdsync/<SID> Yes
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 6Public
Better Support of Multiple Host Roles for Non-Productive Systems
 SAP HANA systems which are making use of SAP
HANA options (for example, SAP HANA dynamic
tiering) in production environments require at least one
SAP HANA database worker host and one SAP HANA
option host.
 Non-productive SAP HANA systems can share the
same resources between the SAP HANA server and
the SAP HANA option by assigning multiple host roles
to the same host.
 As of SPS 10, assigning additional host roles is
possible during installation of SAP HANA options in
any of the three HDBLCM user interfaces.
SAP HANA Database Lifecycle
Manager Web UI
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 8Public
Host Addition and Host Removal Available in the Web UI
 Add one or multiple SAP HANA database
hosts or SAP HANA option hosts at a time
using the HDBLCM Web UI.
 After marking hosts for removal in the
SAP HANA studio, remove one or multiple
hosts using the HDBLCM Web UI.
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 9Public
Advanced Configuration in the Web UI
 Component installation and update in the SAP
HANA database lifecycle manager (HDBLCM)
Web UI now has all of the same parameter
configuration options as in the command-line or
graphical user interfaces.
 The advanced parameters available are non-
interactive parameters and the same parameters
listed when you call the pass-through help in the
command-line interface:
For example:
./hdblcm --action=install --pass_through_help -h
 Pass-through parameters access the
parameters of the underlying hdbinst and
hdbupd programs.
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 10Public
Integration of the Web UI in the SAP HANA Cockpit
 The SAP HANA cockpit home
page can be configured to include
platform lifecycle management tiles
for the actions available in the
HDBLCM Web UI.
 Selecting one of the platform LCM
tiles in the SAP HANA cockpit
redirects to a separate Web browser
tab in which the corresponding
action of the HDBLCM Web UI is
opened.
SAP HANA Database Lifecycle
Manager Command-Line
Interface
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 12Public
Improved Monitoring for Start/Stop Systems
 Detailed information for scheduled processes
 Information is displayed per host
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 13Public
Improved Interactive Command-Line Experience for Installation of
Multiple-Host Systems
 In previous SAP HANA support
package stacks, installing a multiple-
host system in interactive mode required
the non-local hosts to be specified as a
long call option.
 With SPS 10, if you install a multiple-
host system in command-line interactive
mode, you are prompted for individual
details of the non-local hosts.
Supportability
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 15Public
Multitenant Database Containers – High Isolation
 High tenant isolation can be configured during
installation using the db_isolation parameter,
available interactively in the graphical user interface
or in command-line mode.
 High tenant isolation during system installation
creates tenant separation at OS-user (<sid>adm)
level.
 These OS-users must exist prior to the addition of
an SAP HANA standby host and prior to registering
a host.
 If high isolation is not configured, all database
processes in a multiple-container system run under
the default OS-user <sid>adm.
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 16Public
Improved Logs and Traces
 Instant Logging
– If an LCM action crashes or hangs before the execution is finished, even if no LCM action is enabled,
HDBLCM writes a trace, which has the function of a preliminary (unformatted) log file.
– Instant logging is enabled by default, and the traces are written to the following location:
/var/tmp/<tool>_<timestamp>_<pid>.trc
– Upon program completion, the trace is removed and replaced by the real, formatted log file. The
traces can be saved by setting the following environment variable:
HDB_INSTALLER_TRACE_FILE=<file_path>
 Log Collection
– If you perform platform LCM actions on multiple-host SAP HANA systems, an HDBLCM action ID is
passed to each underlying LCM program on a remote host. Each sub-program writes a copy of the
log file to the following directory:
<installation path>/<SID>/HDB<instance_number>/<host_name>/trace
Usability
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 18Public
Phased System Update for Reduced Downtime
SAP HANA Server Component
 With a standard SAP HANA system
update, the system is offline from the time
the update is triggered, including the
preliminary checks, and actual software
switch.
 The phased system update is performed
in two steps:
1. Running the LCM update action with the
“prepare update” flag set. This phase is
performed while the system is online.
2. Running the LCM update action a second
time as usual, which resumes the updates, and
takes the system offline for the software switch.
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 19Public
Automatically Generated Configuration File
 Typically, platform LCM configuration files are created by
generating a template with HDBLCM, filling in parameter
values, and calling the configuration file during execution
of the LCM action.
 As of SPS 10, HDBLCM automatically generates a
configuration file with every LCM action execution, with
the chosen parameter values pre-filled. The automatically
generated configuration files can be used to:
– Easily re-perform the LCM action by passing the auto-
generated configuration file
– Keep a record of the parameters passed for the LCM
action
 The auto-generated configuration files are saved in the
log directory for the LCM action execution.
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 20Public
Further Support for LCM Actions Performed as <sid>adm
 For SPS 09, we introduced functionality to perform
some LCM actions as the system administrator
user, <sid>adm, by means of the SAP Host Agent
framework.
 With SPS 10, it is additionally possible to perform
scale-out system actions, like adding and removing
SAP HANA hosts, as <sid>adm from the graphical
user interface, command-line interface, or Web
user interface.
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 21Public
Customer Feedback Form
 As of SPS 10, you can opt into sharing non-sensitive
system information each time you use the HDBLCM Web UI.
 The system information collected includes:
– Statistical Data
o SAP HANA release
o LCM action selected
– Qualitative Feedback
o Questions about usage
o Comments
o Email – in case you want to be contacted by us
 The system information and feedback collected from
customers helps the SAP HANA LCM team assign
development resources and prioritize tasks.
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 22Public
Other Usability and Supportability Improvements
– Resume Broken Update in All Modes and Interfaces
o System update can be resumed in interactive mode or batch mode
using any of the three HDBLCM user interfaces. The resume is
started from the same host and installation kit, using persistence
files.
– Scale-Out During Installation of SAP HANA Options
o To improve the flexibility of installing an SAP HANA option (for
example, SAP HANA dynamic tiering) to an existing SAP HANA
system, you can perform scale out (host addition) during system
update or the installation or update of additional components.
– SSL SQL Connectivity on HANA Server
o SAP Common Crypto Library (libsapcrypto)
o Open SSL
o Support SSL configuration on SAP HANA server
Resume Update
Parameter Changes
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 24Public
Parameters – New, Added, Removed
install update uninstall configure_sld update_components update_host
rename_system
register_rename_system
remove_hosts
addhosts ADDED ADDED
add_local_roles NEW
add_roles NEW NEW
ase_user ADDED ADDED ADDED
certificates_hostmap REMOVED
check_only ADDED ADDED
db_isolation NEW
ignore ADDED
init_user NEW
init_user_home_dir NEW
internal_network ADDED ADDED
listen_interface ADDED ADDED
prepare_update NEW
rdsync_download_path NEW NEW NEW NEW
rdsync_upload_path NEW NEW NEW NEW
remote_execution REMOVED
system_user ADDED
timeouts REMOVED
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 25Public
New Parameters – Description
Description Default
add_local_roles Specifies additional roles of the local host during SAP HANA system installation. Multiple host roles are not supported in
production environments.
worker
add_roles Specifies additional roles for existing SAP HANA hosts during SAP HANA option installation. Multiple host roles are not
supported in production environments.
worker
db_isolation Specifies the isolation of the tenant databases on operating system level for multitenant database container SAP HANA
systems. By default, all database processes in a multiple-container system run under the default OS user <sid>adm. If
it's important to mitigate against cross-database attacks through OS mechanisms, you can configure the system for high
isolation. In this way, the processes of individual tenant databases must run under dedicated OS users belonging to
dedicated OS groups. Database-specific data on the file system is subsequently protected using standard OS file and
directory permissions.
low
Note: The value ‘low‘ in SPS 10,
corresponds to the behavior in
SPS 09.
init_user If the user IDs of existing <sid>adm users are identical on the different hosts but do not match the configured user ID of
the SAP HANA system, then an error message is thrown. The parameter 'init_user' suppresses this error message.
If a <sid>adm does not exist on a host, the <sid>adm is created with the ID of the existing <sid>adm.
---
init_user_home_dir If the <sid>adm user already exists, but does not have a home directory (e.g. network user without local home directory),
this parameter creates or re-creates the home directory on each host according to the configuration of the SAP HANA
system.
---
prepare_update Stops the SAP HANA update before software version switch. The update is resume-able. ---
rdsync_download_path Location of SAP HANA Remote Data Sync file download directory [interactive] /hana/download_rdsync/<SID>
rdsync_upload_path Location of SAP HANA Remote Data Sync file upload directory [interactive] /hana/upload_rdsync/<SID>/
Previous Releases
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 27Public
What’s New in SPS 09
Support of Additional Software Components
 Integration of SAP HANA options: SAP HANA dynamic tiering, SAP HANA smart data streaming, SAP HANA accelerator for
SAP ASE
Supportability
 Installation of multitenant database container enabled systems
 SAP HANA Lifecycle Manager (HLM) is no longer supported or shipped
 SAP Landscape Transformation (LT) replication is no longer possible using the SAP HANA platform LCM tools
Usability
 Introduction of a Web user interface for HDBLCM administration and update actions
 Support for performing some LCM actions as the <sid>adm user
 System un-registration performed in HDBLCM graphical user interface
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 28Public
SIGNATURE.SMF – Revisions 90-96
For SAP HANA revision 90-96, if several SAP HANA component SAR archives have been downloaded and
extracted into a single directory, the SIGNATURE.SMF file of the SAP HANA database archive gets overwritten by
the signature of another component. As a result, the wrong SIGNATURE.SMF gets copied to the
<sapmnt>/<SID>/hdblcm directory. If this happens, SAP Host Agent is not able to verify and deploy HDBLCM.
If this situation occurs, open the file <sapmnt>/<SID>/hdblcm/SIGNATURE.SMF and check if there are entries
inside for file paths, starting with SAP_HANA_DATABASE/server/* (for
example SAP_HANA_DATABASE/server/manifest). If there are no such entries or there is no SIGNATURE.SMF
file at all, see SAP Note 2078425, section Repairing Installations with Missing Signature. The problem is most
likely caused by improper extraction of the SAP HANA component archives before installation or upgrade. See
section How to Prepare SAP HANA Packages for Installation or Update for the correct preparation procedure.
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 29Public
Recommended Tool per SPS – Installation and Update
Installation:
Single-Host System
Installation:
Multiple-Host System
Update Uninstallation
SPS 10 HDBLCM HDBLCM HDBLCM HDBLCM (resident)
SPS 09
HDBLCM
HDBLCM
HDBLCM HDBLCM (resident)
SPS 08
HDBLCM
HDBLCM
HDBLCM HDBLCM (resident)
SPS 07
HDBLCM
HDBLCM
HDBLCM
or
Lifecycle Manager (HLM)
HDBLCM (resident)
SPS 06
Unified Installer
or
hdbinst
Unified Installer
or
hdbinst and hdbaddhost
Lifecycle Manager (HLM)
or
hdbupd
Unified Installer
or
hdbuninst
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 30Public
Recommended Tool per SPS – Administration
Add Host Remove Host
Configure Internal
Network
Configure Connection
to SLD
System Rename
System Registration
and Unregistration
SPS 10 HDBLCM (resident)
HDBLCM (resident)
HDBLCM (resident) HDBLCM (resident) HDBLCM (resident) HDBLCM (resident)
SPS 09
HDBLCM (resident) HDBLCM (resident) HDBLCM (resident)
HDBLCM (resident) HDBLCM (resident) HDBLCM (resident)
SPS 08 HDBLCM (resident)
HDBLCM (resident) HDBLCM (resident)
HDBLCM (resident) HDBLCM (resident)
HDBLCM (resident)
SPS 07
Lifecycle Manager (HLM)
or
hdbaddhost
Lifecycle Manager (HLM)
or
hdbremovehost
hdbnsutil
Lifecycle Manager (HLM)
Lifecycle Manager (HLM)
or
hdbrename
hdbreg
SPS 06
Lifecycle Manager (HLM)
or
hdbaddhost
Lifecycle Manager (HLM)
or
hdbremovehost
hdbnsutil Lifecycle Manager (HLM)
Lifecycle Manager (HLM)
or
hdbrename
hdbreg
More Information
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 32Public
SAP HANA Platform Lifecycle Management
More Information
 Documentation: SAP Help Portal
SAP HANA Installation and Update Guide
SAP HANA Administration Guide – Chapter 3: Lifecycle Management
SAP HANA Smart Data Streaming – Installation Guide
SAP HANA Dynamic Tiering – Installation Guide
SAP HANA Accelerator for SAP ASE – Installation Guide
SAP HANA Remote Data Sync – Installation Guide
 Training: HA200: SAP HANA - Operations & Administration
 Certification: SAP Training and Certification Shop
C_HANATEC151 – SAP HANA (Edition 2015)
E_HANAINS151 SAP Certified Technology Specialist (Edition 2015) – SAP HANA Installation
SAP Note Title
2078425 Troubleshooting note for SAP HANA Platform Management tool hdblcm
2082466 hdblcm SAP HANA – Troubleshooting
Further SAP notes are available on component HAN-DB-PLT, HAN-LM-INS, and HAN-LM-UPG
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 33Public
Further information can be found on
http://hana.sap.com/abouthana/hana-
technology/administration.html
Here you will find more information on:
• Monitoring and Troubleshooting
• Security
• Sizing
• SAP Platform LCM
• What‘s new slides
SAP HANA Platform Lifecycle Management
How To Stay Up-to-Date
SAP HANA space on SAP Community Network: http://scn.sap.com/community/hana-in-memory
In addition, you find SAP HANA documentation on SAP Help Portal knowledge center at http://help.sap.com/hana_platform.
• SAP HANA platform lcm related guides:
 SAP HANA Server Installation and Update Guide
• SAP HANA Administration Guide
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 34Public
SAP Education and Certification Opportunities
www.sap.com/education (HA200, C_HANATEC141, E_HANAINS141)
Watch SAP d-code Online
http://events.sap.com/teched/en/home
SAP Public Web
SAP HANA space on SAP community network
• http://scn.sap.com/community/hana-in-memory
Features of SAP HANA
• http://hana.sap.com/abouthana.html
SAP HANA guides
• http://help.sap.com/hana_platform
SAP HANA Platform Lifecycle Management
How To Stay Up-to-Date
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 35Public
Disclaimer
This presentation outlines our general product direction and should not be relied on in making
a purchase decision. This presentation is not subject to your license agreement or any other
agreement with SAP.
SAP has no obligation to pursue any course of business outlined in this presentation or to
develop or release any functionality mentioned in this presentation. This presentation and
SAP’s strategy and possible future developments are subject to change and may be changed
by SAP at any time for any reason without notice.
This document is provided without a warranty of any kind, either express or implied, including
but not limited to, the implied warranties of merchantability, fitness for a particular purpose, or
non-infringement. SAP assumes no responsibility for errors or omissions in this document,
except if such damages were caused by SAP intentionally or grossly negligent.
© 2015 SAP SE or an SAP affiliate company. All rights reserved.
Thank you
Contact information
Stephanie Lewellen
SAP HANA Product Management
AskSAPHANA@sap.com

Más contenido relacionado

La actualidad más candente

Enhancing data sources with badi in SAP ABAP
Enhancing data sources with badi in SAP ABAPEnhancing data sources with badi in SAP ABAP
Enhancing data sources with badi in SAP ABAP
Aabid Khan
 
Lo extraction – part 5 sales and distribution (sd) datasource overview
Lo extraction – part 5  sales and distribution (sd) datasource overviewLo extraction – part 5  sales and distribution (sd) datasource overview
Lo extraction – part 5 sales and distribution (sd) datasource overview
JNTU University
 

La actualidad más candente (20)

Sap s 4 hana client strategy
Sap s 4 hana client strategySap s 4 hana client strategy
Sap s 4 hana client strategy
 
SAP Landscape
SAP Landscape SAP Landscape
SAP Landscape
 
sap fiori architecture
sap fiori architecturesap fiori architecture
sap fiori architecture
 
Sap hana studio_overview
Sap hana studio_overviewSap hana studio_overview
Sap hana studio_overview
 
Sap bw4 hana architecture archetypes
Sap bw4 hana architecture archetypesSap bw4 hana architecture archetypes
Sap bw4 hana architecture archetypes
 
SAP Document Management System Integration with Content Servers
SAP Document Management System Integration with Content Servers SAP Document Management System Integration with Content Servers
SAP Document Management System Integration with Content Servers
 
Fox formula in sap bi integrated planning
Fox formula in sap bi integrated planningFox formula in sap bi integrated planning
Fox formula in sap bi integrated planning
 
Technical Overview of CDS View - SAP HANA Part II
Technical Overview of CDS View - SAP HANA Part IITechnical Overview of CDS View - SAP HANA Part II
Technical Overview of CDS View - SAP HANA Part II
 
How to use abap cds for data provisioning in bw
How to use abap cds for data provisioning in bwHow to use abap cds for data provisioning in bw
How to use abap cds for data provisioning in bw
 
Sap bw4 hana
Sap bw4 hanaSap bw4 hana
Sap bw4 hana
 
HANA Modeling
HANA Modeling HANA Modeling
HANA Modeling
 
Enhancing data sources with badi in SAP ABAP
Enhancing data sources with badi in SAP ABAPEnhancing data sources with badi in SAP ABAP
Enhancing data sources with badi in SAP ABAP
 
SAP BTP Enablement
SAP BTP EnablementSAP BTP Enablement
SAP BTP Enablement
 
Oracle RAC 12c (12.1.0.2) Operational Best Practices - A result of true colla...
Oracle RAC 12c (12.1.0.2) Operational Best Practices - A result of true colla...Oracle RAC 12c (12.1.0.2) Operational Best Practices - A result of true colla...
Oracle RAC 12c (12.1.0.2) Operational Best Practices - A result of true colla...
 
SAP Fiori ppt
SAP Fiori pptSAP Fiori ppt
SAP Fiori ppt
 
What is sap client
What is sap clientWhat is sap client
What is sap client
 
Sap Analytics Cloud
Sap Analytics CloudSap Analytics Cloud
Sap Analytics Cloud
 
Select Refresh For SAP PPT Show
Select Refresh  For SAP PPT ShowSelect Refresh  For SAP PPT Show
Select Refresh For SAP PPT Show
 
Sap hana tutorial
Sap hana tutorialSap hana tutorial
Sap hana tutorial
 
Lo extraction – part 5 sales and distribution (sd) datasource overview
Lo extraction – part 5  sales and distribution (sd) datasource overviewLo extraction – part 5  sales and distribution (sd) datasource overview
Lo extraction – part 5 sales and distribution (sd) datasource overview
 

Destacado

Sap hana installation_guide_en
Sap hana installation_guide_enSap hana installation_guide_en
Sap hana installation_guide_en
Graciete Martins
 

Destacado (12)

What's New in SAP HANA SPS 11 Platform Lifecycle Management (Operations)
What's New in SAP HANA SPS 11 Platform Lifecycle Management (Operations)What's New in SAP HANA SPS 11 Platform Lifecycle Management (Operations)
What's New in SAP HANA SPS 11 Platform Lifecycle Management (Operations)
 
SAP HANA SPS09 - SAP HANA Platform Lifecycle Management
SAP HANA SPS09 - SAP HANA Platform Lifecycle ManagementSAP HANA SPS09 - SAP HANA Platform Lifecycle Management
SAP HANA SPS09 - SAP HANA Platform Lifecycle Management
 
SAP HANA SPS08 Application Lifecycle Management
SAP HANA SPS08 Application Lifecycle ManagementSAP HANA SPS08 Application Lifecycle Management
SAP HANA SPS08 Application Lifecycle Management
 
Sap hana installation_guide_en
Sap hana installation_guide_enSap hana installation_guide_en
Sap hana installation_guide_en
 
Sap hana server installation guide
Sap hana server installation guideSap hana server installation guide
Sap hana server installation guide
 
What's New in SAP HANA SPS 11 DB Control Center (Operations)
What's New in SAP HANA SPS 11 DB Control Center (Operations)What's New in SAP HANA SPS 11 DB Control Center (Operations)
What's New in SAP HANA SPS 11 DB Control Center (Operations)
 
SAP HANA SPS09- Administration Monitoring
SAP HANA SPS09- Administration MonitoringSAP HANA SPS09- Administration Monitoring
SAP HANA SPS09- Administration Monitoring
 
What's New in SAP HANA SPS 11 Application Lifecycle Management
What's New in SAP HANA SPS 11 Application Lifecycle ManagementWhat's New in SAP HANA SPS 11 Application Lifecycle Management
What's New in SAP HANA SPS 11 Application Lifecycle Management
 
SAP HANA SPS10- Extended Application Services (XS) Programming Model
SAP HANA SPS10- Extended Application Services (XS) Programming ModelSAP HANA SPS10- Extended Application Services (XS) Programming Model
SAP HANA SPS10- Extended Application Services (XS) Programming Model
 
What's Planned for SAP HANA SPS10
What's Planned for SAP HANA SPS10What's Planned for SAP HANA SPS10
What's Planned for SAP HANA SPS10
 
Five Reasons To Skip SAP Suite on HANA and Go Directly to SAP S/4HANA
Five Reasons To Skip SAP Suite on HANA and Go Directly to SAP S/4HANAFive Reasons To Skip SAP Suite on HANA and Go Directly to SAP S/4HANA
Five Reasons To Skip SAP Suite on HANA and Go Directly to SAP S/4HANA
 
Disaster Recovery for SAP HANA with SUSE Linux
Disaster Recovery for SAP HANA with SUSE LinuxDisaster Recovery for SAP HANA with SUSE Linux
Disaster Recovery for SAP HANA with SUSE Linux
 

Similar a SAP HANA SPS10- SAP HANA Platform Lifecycle Management

Similar a SAP HANA SPS10- SAP HANA Platform Lifecycle Management (20)

SAP HANA SPS08 Platform Lifecycle Management
SAP HANA SPS08 Platform Lifecycle ManagementSAP HANA SPS08 Platform Lifecycle Management
SAP HANA SPS08 Platform Lifecycle Management
 
SAP HANA SPS10- Multitenant Database Containers
SAP HANA SPS10- Multitenant Database ContainersSAP HANA SPS10- Multitenant Database Containers
SAP HANA SPS10- Multitenant Database Containers
 
SAP HANA SPS10- Scale-Out, High Availability and Disaster Recovery
SAP HANA SPS10- Scale-Out, High Availability and Disaster RecoverySAP HANA SPS10- Scale-Out, High Availability and Disaster Recovery
SAP HANA SPS10- Scale-Out, High Availability and Disaster Recovery
 
HANA SPS07 LCM
HANA SPS07 LCMHANA SPS07 LCM
HANA SPS07 LCM
 
SAP HANA SPS10- SAP HANA Remote Data Sync
SAP HANA SPS10- SAP HANA Remote Data SyncSAP HANA SPS10- SAP HANA Remote Data Sync
SAP HANA SPS10- SAP HANA Remote Data Sync
 
SAP HANA SPS10- SAP HANA Dynamic Tiering
SAP HANA SPS10- SAP HANA Dynamic TieringSAP HANA SPS10- SAP HANA Dynamic Tiering
SAP HANA SPS10- SAP HANA Dynamic Tiering
 
SAP HANA SPS10- Security
SAP HANA SPS10- SecuritySAP HANA SPS10- Security
SAP HANA SPS10- Security
 
SAP HANA SPS09 - Application Lifecycle Management
SAP HANA SPS09 - Application Lifecycle ManagementSAP HANA SPS09 - Application Lifecycle Management
SAP HANA SPS09 - Application Lifecycle Management
 
SAP HANA Native Application Development
SAP HANA Native Application DevelopmentSAP HANA Native Application Development
SAP HANA Native Application Development
 
What's New in SAP HANA SPS 11 Mission Critical Data Center Operations
What's New in SAP HANA SPS 11 Mission Critical Data Center OperationsWhat's New in SAP HANA SPS 11 Mission Critical Data Center Operations
What's New in SAP HANA SPS 11 Mission Critical Data Center Operations
 
SAP HANA SPS09 - Multitenant Database Containers
SAP HANA SPS09 - Multitenant Database ContainersSAP HANA SPS09 - Multitenant Database Containers
SAP HANA SPS09 - Multitenant Database Containers
 
Vipul mehta cv
Vipul mehta cvVipul mehta cv
Vipul mehta cv
 
SAP TechEd 2013: CD105: Extending SuccessFactors EmployeeCentral with apps on...
SAP TechEd 2013: CD105: Extending SuccessFactors EmployeeCentral with apps on...SAP TechEd 2013: CD105: Extending SuccessFactors EmployeeCentral with apps on...
SAP TechEd 2013: CD105: Extending SuccessFactors EmployeeCentral with apps on...
 
What's new on SAP HANA Smart Data Access
What's new on SAP HANA Smart Data AccessWhat's new on SAP HANA Smart Data Access
What's new on SAP HANA Smart Data Access
 
SAP_SLT_Guide_21122015.pdf
SAP_SLT_Guide_21122015.pdfSAP_SLT_Guide_21122015.pdf
SAP_SLT_Guide_21122015.pdf
 
What's New for SAP HANA Smart Data Integration & Smart Data Quality
What's New for SAP HANA Smart Data Integration & Smart Data QualityWhat's New for SAP HANA Smart Data Integration & Smart Data Quality
What's New for SAP HANA Smart Data Integration & Smart Data Quality
 
TZH300_EN_COL96
TZH300_EN_COL96TZH300_EN_COL96
TZH300_EN_COL96
 
SAP HANA SPS08 Scale-Out, High Availability and Disaster Recovery
SAP HANA SPS08 Scale-Out, High Availability and Disaster RecoverySAP HANA SPS08 Scale-Out, High Availability and Disaster Recovery
SAP HANA SPS08 Scale-Out, High Availability and Disaster Recovery
 
SAP HANA SPS09 - HANA IM Services
SAP HANA SPS09 - HANA IM ServicesSAP HANA SPS09 - HANA IM Services
SAP HANA SPS09 - HANA IM Services
 
SAP HANA SPS10- Enterprise Information Management
SAP HANA SPS10- Enterprise Information ManagementSAP HANA SPS10- Enterprise Information Management
SAP HANA SPS10- Enterprise Information Management
 

Más de SAP Technology

Más de SAP Technology (20)

SAP Integration Suite L1
SAP Integration Suite L1SAP Integration Suite L1
SAP Integration Suite L1
 
Future-Proof Your Business Processes by Automating SAP S/4HANA processes with...
Future-Proof Your Business Processes by Automating SAP S/4HANA processes with...Future-Proof Your Business Processes by Automating SAP S/4HANA processes with...
Future-Proof Your Business Processes by Automating SAP S/4HANA processes with...
 
7 Top Reasons to Automate Processes with SAP Intelligent Robotic Processes Au...
7 Top Reasons to Automate Processes with SAP Intelligent Robotic Processes Au...7 Top Reasons to Automate Processes with SAP Intelligent Robotic Processes Au...
7 Top Reasons to Automate Processes with SAP Intelligent Robotic Processes Au...
 
Extend SAP S/4HANA to deliver real-time intelligent processes
Extend SAP S/4HANA to deliver real-time intelligent processesExtend SAP S/4HANA to deliver real-time intelligent processes
Extend SAP S/4HANA to deliver real-time intelligent processes
 
Process optimization and automation for SAP S/4HANA with SAP’s Business Techn...
Process optimization and automation for SAP S/4HANA with SAP’s Business Techn...Process optimization and automation for SAP S/4HANA with SAP’s Business Techn...
Process optimization and automation for SAP S/4HANA with SAP’s Business Techn...
 
Accelerate your journey to SAP S/4HANA with SAP’s Business Technology Platform
Accelerate your journey to SAP S/4HANA with SAP’s Business Technology PlatformAccelerate your journey to SAP S/4HANA with SAP’s Business Technology Platform
Accelerate your journey to SAP S/4HANA with SAP’s Business Technology Platform
 
Accelerate Your Move to an Intelligent Enterprise with SAP Cloud Platform and...
Accelerate Your Move to an Intelligent Enterprise with SAP Cloud Platform and...Accelerate Your Move to an Intelligent Enterprise with SAP Cloud Platform and...
Accelerate Your Move to an Intelligent Enterprise with SAP Cloud Platform and...
 
Transform your business with intelligent insights and SAP S/4HANA
Transform your business with intelligent insights and SAP S/4HANATransform your business with intelligent insights and SAP S/4HANA
Transform your business with intelligent insights and SAP S/4HANA
 
SAP Cloud Platform for SAP S/4HANA: Accelerate your move to an Intelligent En...
SAP Cloud Platform for SAP S/4HANA: Accelerate your move to an Intelligent En...SAP Cloud Platform for SAP S/4HANA: Accelerate your move to an Intelligent En...
SAP Cloud Platform for SAP S/4HANA: Accelerate your move to an Intelligent En...
 
Innovate collaborative applications with SAP Jam Collaboration & SAP Cloud Pl...
Innovate collaborative applications with SAP Jam Collaboration & SAP Cloud Pl...Innovate collaborative applications with SAP Jam Collaboration & SAP Cloud Pl...
Innovate collaborative applications with SAP Jam Collaboration & SAP Cloud Pl...
 
The IoT Imperative for Consumer Products
The IoT Imperative for Consumer ProductsThe IoT Imperative for Consumer Products
The IoT Imperative for Consumer Products
 
The IoT Imperative for Discrete Manufacturers - Automotive, Aerospace & Defen...
The IoT Imperative for Discrete Manufacturers - Automotive, Aerospace & Defen...The IoT Imperative for Discrete Manufacturers - Automotive, Aerospace & Defen...
The IoT Imperative for Discrete Manufacturers - Automotive, Aerospace & Defen...
 
IoT is Enabling a New Era of Shareholder Value in Energy and Natural Resource...
IoT is Enabling a New Era of Shareholder Value in Energy and Natural Resource...IoT is Enabling a New Era of Shareholder Value in Energy and Natural Resource...
IoT is Enabling a New Era of Shareholder Value in Energy and Natural Resource...
 
The IoT Imperative in Government and Healthcare
The IoT Imperative in Government and HealthcareThe IoT Imperative in Government and Healthcare
The IoT Imperative in Government and Healthcare
 
SAP S/4HANA Finance and the Digital Core
SAP S/4HANA Finance and the Digital CoreSAP S/4HANA Finance and the Digital Core
SAP S/4HANA Finance and the Digital Core
 
SAP Helps Reduce Silos Between Business and Spatial Data
SAP Helps Reduce Silos Between Business and Spatial DataSAP Helps Reduce Silos Between Business and Spatial Data
SAP Helps Reduce Silos Between Business and Spatial Data
 
Why SAP HANA?
Why SAP HANA?Why SAP HANA?
Why SAP HANA?
 
Spotlight on Financial Services with Calypso and SAP ASE
Spotlight on Financial Services with Calypso and SAP ASESpotlight on Financial Services with Calypso and SAP ASE
Spotlight on Financial Services with Calypso and SAP ASE
 
SAP ASE 16 SP02 Performance Features
SAP ASE 16 SP02 Performance FeaturesSAP ASE 16 SP02 Performance Features
SAP ASE 16 SP02 Performance Features
 
Spark Usage in Enterprise Business Operations
Spark Usage in Enterprise Business OperationsSpark Usage in Enterprise Business Operations
Spark Usage in Enterprise Business Operations
 

Último

+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
panagenda
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 

Último (20)

HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation Strategies
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 

SAP HANA SPS10- SAP HANA Platform Lifecycle Management

  • 1. 1© 2014 SAP AG or an SAP affiliate company. All rights reserved. SAP HANA SPS 10 – What’s New? SAP HANA Platform Lifecycle Management SAP HANA Product Management June, 2015 (Delta from SPS 09 to SPS 10)
  • 2. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 2Public Agenda Support of Additional Software Components  Integration of SAP HANA Remote Data Sync  Better Support of Multiple Host Roles for Non-Productive Systems SAP HANA Database Lifecycle Manager Web UI  Host Addition and Host Removal Available in Web UI  Advanced Configuration in the Web UI  Integration of the Web UI in the SAP HANA Cockpit SAP HANA Database Lifecycle Manager Command-Line Interface  Improved Monitoring for Start/Stop Systems  Improved Interactive Command-Line Experience for Installation of Multiple-Host Systems Supportability  Multitenant Database Containers – High Isolation  Improved Logs and Traces Usability  Phased System Update for Reduced Downtime – SAP HANA Server Component  Automatically Generated Configuration File  Further Support for LCM Actions Performed as <sid>adm  Customer Feedback Form  Other Usability Improvements
  • 3. Support of Additional Software Components
  • 4. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 4Public Integration of SAP HANA Remote Data Sync – Planning  SAP HANA remote data sync (RDsync) synchronizes data between SAP HANA and many remote databases. Synchronization begins when a remote database client opens a connection to the SAP HANA remote data sync server.  To use SAP HANA remote data sync, we require at least one SAP HANA host with the role “Database Worker” and one remote data sync host with the role “Remote Data Sync”, which can be configured during SAP HANA system installation or as part of a scale-out scenario (add host).  SAP HANA remote data sync is licensed separately, as part of the „Real-Time Replication Option“ sales bundle.
  • 5. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 5Public Integration of SAP HANA Remote Data Sync – Implementation  During database synchronization, the client at the remote site uploads database changes that were made to the remote database since the previous synchronization. On receiving the data, the RDsync server updates the SAP HANA data, and then downloads changes from the SAP HANA database to the remote database.  During installation or addition of an SAP HANA RDsync host, the upload and download path must be specified with the following parameters:  To monitor the SAP HANA RDsync server from the SAP HANA cockpit, a database user can be created and granted one of the following monitoring roles: sap.hana.sync.monitor.roles::monitor Provides read-only access to the SAP HANA remote data sync tiles including drill downs. sap.hana.sync.monitor.roles::administrator Provides full access to the SAP HANA remote data sync tiles including drill downs and the ability to write changes in the configure tile. Parameter Default Value Available Interactively rdsync_downloadpath /hana/download_rdsync/<SID> Yes rdsync_uploadpath /hana/upload_rdsync/<SID> Yes
  • 6. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 6Public Better Support of Multiple Host Roles for Non-Productive Systems  SAP HANA systems which are making use of SAP HANA options (for example, SAP HANA dynamic tiering) in production environments require at least one SAP HANA database worker host and one SAP HANA option host.  Non-productive SAP HANA systems can share the same resources between the SAP HANA server and the SAP HANA option by assigning multiple host roles to the same host.  As of SPS 10, assigning additional host roles is possible during installation of SAP HANA options in any of the three HDBLCM user interfaces.
  • 7. SAP HANA Database Lifecycle Manager Web UI
  • 8. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 8Public Host Addition and Host Removal Available in the Web UI  Add one or multiple SAP HANA database hosts or SAP HANA option hosts at a time using the HDBLCM Web UI.  After marking hosts for removal in the SAP HANA studio, remove one or multiple hosts using the HDBLCM Web UI.
  • 9. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 9Public Advanced Configuration in the Web UI  Component installation and update in the SAP HANA database lifecycle manager (HDBLCM) Web UI now has all of the same parameter configuration options as in the command-line or graphical user interfaces.  The advanced parameters available are non- interactive parameters and the same parameters listed when you call the pass-through help in the command-line interface: For example: ./hdblcm --action=install --pass_through_help -h  Pass-through parameters access the parameters of the underlying hdbinst and hdbupd programs.
  • 10. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 10Public Integration of the Web UI in the SAP HANA Cockpit  The SAP HANA cockpit home page can be configured to include platform lifecycle management tiles for the actions available in the HDBLCM Web UI.  Selecting one of the platform LCM tiles in the SAP HANA cockpit redirects to a separate Web browser tab in which the corresponding action of the HDBLCM Web UI is opened.
  • 11. SAP HANA Database Lifecycle Manager Command-Line Interface
  • 12. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 12Public Improved Monitoring for Start/Stop Systems  Detailed information for scheduled processes  Information is displayed per host
  • 13. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 13Public Improved Interactive Command-Line Experience for Installation of Multiple-Host Systems  In previous SAP HANA support package stacks, installing a multiple- host system in interactive mode required the non-local hosts to be specified as a long call option.  With SPS 10, if you install a multiple- host system in command-line interactive mode, you are prompted for individual details of the non-local hosts.
  • 15. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 15Public Multitenant Database Containers – High Isolation  High tenant isolation can be configured during installation using the db_isolation parameter, available interactively in the graphical user interface or in command-line mode.  High tenant isolation during system installation creates tenant separation at OS-user (<sid>adm) level.  These OS-users must exist prior to the addition of an SAP HANA standby host and prior to registering a host.  If high isolation is not configured, all database processes in a multiple-container system run under the default OS-user <sid>adm.
  • 16. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 16Public Improved Logs and Traces  Instant Logging – If an LCM action crashes or hangs before the execution is finished, even if no LCM action is enabled, HDBLCM writes a trace, which has the function of a preliminary (unformatted) log file. – Instant logging is enabled by default, and the traces are written to the following location: /var/tmp/<tool>_<timestamp>_<pid>.trc – Upon program completion, the trace is removed and replaced by the real, formatted log file. The traces can be saved by setting the following environment variable: HDB_INSTALLER_TRACE_FILE=<file_path>  Log Collection – If you perform platform LCM actions on multiple-host SAP HANA systems, an HDBLCM action ID is passed to each underlying LCM program on a remote host. Each sub-program writes a copy of the log file to the following directory: <installation path>/<SID>/HDB<instance_number>/<host_name>/trace
  • 18. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 18Public Phased System Update for Reduced Downtime SAP HANA Server Component  With a standard SAP HANA system update, the system is offline from the time the update is triggered, including the preliminary checks, and actual software switch.  The phased system update is performed in two steps: 1. Running the LCM update action with the “prepare update” flag set. This phase is performed while the system is online. 2. Running the LCM update action a second time as usual, which resumes the updates, and takes the system offline for the software switch.
  • 19. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 19Public Automatically Generated Configuration File  Typically, platform LCM configuration files are created by generating a template with HDBLCM, filling in parameter values, and calling the configuration file during execution of the LCM action.  As of SPS 10, HDBLCM automatically generates a configuration file with every LCM action execution, with the chosen parameter values pre-filled. The automatically generated configuration files can be used to: – Easily re-perform the LCM action by passing the auto- generated configuration file – Keep a record of the parameters passed for the LCM action  The auto-generated configuration files are saved in the log directory for the LCM action execution.
  • 20. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 20Public Further Support for LCM Actions Performed as <sid>adm  For SPS 09, we introduced functionality to perform some LCM actions as the system administrator user, <sid>adm, by means of the SAP Host Agent framework.  With SPS 10, it is additionally possible to perform scale-out system actions, like adding and removing SAP HANA hosts, as <sid>adm from the graphical user interface, command-line interface, or Web user interface.
  • 21. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 21Public Customer Feedback Form  As of SPS 10, you can opt into sharing non-sensitive system information each time you use the HDBLCM Web UI.  The system information collected includes: – Statistical Data o SAP HANA release o LCM action selected – Qualitative Feedback o Questions about usage o Comments o Email – in case you want to be contacted by us  The system information and feedback collected from customers helps the SAP HANA LCM team assign development resources and prioritize tasks.
  • 22. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 22Public Other Usability and Supportability Improvements – Resume Broken Update in All Modes and Interfaces o System update can be resumed in interactive mode or batch mode using any of the three HDBLCM user interfaces. The resume is started from the same host and installation kit, using persistence files. – Scale-Out During Installation of SAP HANA Options o To improve the flexibility of installing an SAP HANA option (for example, SAP HANA dynamic tiering) to an existing SAP HANA system, you can perform scale out (host addition) during system update or the installation or update of additional components. – SSL SQL Connectivity on HANA Server o SAP Common Crypto Library (libsapcrypto) o Open SSL o Support SSL configuration on SAP HANA server Resume Update
  • 24. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 24Public Parameters – New, Added, Removed install update uninstall configure_sld update_components update_host rename_system register_rename_system remove_hosts addhosts ADDED ADDED add_local_roles NEW add_roles NEW NEW ase_user ADDED ADDED ADDED certificates_hostmap REMOVED check_only ADDED ADDED db_isolation NEW ignore ADDED init_user NEW init_user_home_dir NEW internal_network ADDED ADDED listen_interface ADDED ADDED prepare_update NEW rdsync_download_path NEW NEW NEW NEW rdsync_upload_path NEW NEW NEW NEW remote_execution REMOVED system_user ADDED timeouts REMOVED
  • 25. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 25Public New Parameters – Description Description Default add_local_roles Specifies additional roles of the local host during SAP HANA system installation. Multiple host roles are not supported in production environments. worker add_roles Specifies additional roles for existing SAP HANA hosts during SAP HANA option installation. Multiple host roles are not supported in production environments. worker db_isolation Specifies the isolation of the tenant databases on operating system level for multitenant database container SAP HANA systems. By default, all database processes in a multiple-container system run under the default OS user <sid>adm. If it's important to mitigate against cross-database attacks through OS mechanisms, you can configure the system for high isolation. In this way, the processes of individual tenant databases must run under dedicated OS users belonging to dedicated OS groups. Database-specific data on the file system is subsequently protected using standard OS file and directory permissions. low Note: The value ‘low‘ in SPS 10, corresponds to the behavior in SPS 09. init_user If the user IDs of existing <sid>adm users are identical on the different hosts but do not match the configured user ID of the SAP HANA system, then an error message is thrown. The parameter 'init_user' suppresses this error message. If a <sid>adm does not exist on a host, the <sid>adm is created with the ID of the existing <sid>adm. --- init_user_home_dir If the <sid>adm user already exists, but does not have a home directory (e.g. network user without local home directory), this parameter creates or re-creates the home directory on each host according to the configuration of the SAP HANA system. --- prepare_update Stops the SAP HANA update before software version switch. The update is resume-able. --- rdsync_download_path Location of SAP HANA Remote Data Sync file download directory [interactive] /hana/download_rdsync/<SID> rdsync_upload_path Location of SAP HANA Remote Data Sync file upload directory [interactive] /hana/upload_rdsync/<SID>/
  • 27. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 27Public What’s New in SPS 09 Support of Additional Software Components  Integration of SAP HANA options: SAP HANA dynamic tiering, SAP HANA smart data streaming, SAP HANA accelerator for SAP ASE Supportability  Installation of multitenant database container enabled systems  SAP HANA Lifecycle Manager (HLM) is no longer supported or shipped  SAP Landscape Transformation (LT) replication is no longer possible using the SAP HANA platform LCM tools Usability  Introduction of a Web user interface for HDBLCM administration and update actions  Support for performing some LCM actions as the <sid>adm user  System un-registration performed in HDBLCM graphical user interface
  • 28. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 28Public SIGNATURE.SMF – Revisions 90-96 For SAP HANA revision 90-96, if several SAP HANA component SAR archives have been downloaded and extracted into a single directory, the SIGNATURE.SMF file of the SAP HANA database archive gets overwritten by the signature of another component. As a result, the wrong SIGNATURE.SMF gets copied to the <sapmnt>/<SID>/hdblcm directory. If this happens, SAP Host Agent is not able to verify and deploy HDBLCM. If this situation occurs, open the file <sapmnt>/<SID>/hdblcm/SIGNATURE.SMF and check if there are entries inside for file paths, starting with SAP_HANA_DATABASE/server/* (for example SAP_HANA_DATABASE/server/manifest). If there are no such entries or there is no SIGNATURE.SMF file at all, see SAP Note 2078425, section Repairing Installations with Missing Signature. The problem is most likely caused by improper extraction of the SAP HANA component archives before installation or upgrade. See section How to Prepare SAP HANA Packages for Installation or Update for the correct preparation procedure.
  • 29. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 29Public Recommended Tool per SPS – Installation and Update Installation: Single-Host System Installation: Multiple-Host System Update Uninstallation SPS 10 HDBLCM HDBLCM HDBLCM HDBLCM (resident) SPS 09 HDBLCM HDBLCM HDBLCM HDBLCM (resident) SPS 08 HDBLCM HDBLCM HDBLCM HDBLCM (resident) SPS 07 HDBLCM HDBLCM HDBLCM or Lifecycle Manager (HLM) HDBLCM (resident) SPS 06 Unified Installer or hdbinst Unified Installer or hdbinst and hdbaddhost Lifecycle Manager (HLM) or hdbupd Unified Installer or hdbuninst
  • 30. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 30Public Recommended Tool per SPS – Administration Add Host Remove Host Configure Internal Network Configure Connection to SLD System Rename System Registration and Unregistration SPS 10 HDBLCM (resident) HDBLCM (resident) HDBLCM (resident) HDBLCM (resident) HDBLCM (resident) HDBLCM (resident) SPS 09 HDBLCM (resident) HDBLCM (resident) HDBLCM (resident) HDBLCM (resident) HDBLCM (resident) HDBLCM (resident) SPS 08 HDBLCM (resident) HDBLCM (resident) HDBLCM (resident) HDBLCM (resident) HDBLCM (resident) HDBLCM (resident) SPS 07 Lifecycle Manager (HLM) or hdbaddhost Lifecycle Manager (HLM) or hdbremovehost hdbnsutil Lifecycle Manager (HLM) Lifecycle Manager (HLM) or hdbrename hdbreg SPS 06 Lifecycle Manager (HLM) or hdbaddhost Lifecycle Manager (HLM) or hdbremovehost hdbnsutil Lifecycle Manager (HLM) Lifecycle Manager (HLM) or hdbrename hdbreg
  • 32. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 32Public SAP HANA Platform Lifecycle Management More Information  Documentation: SAP Help Portal SAP HANA Installation and Update Guide SAP HANA Administration Guide – Chapter 3: Lifecycle Management SAP HANA Smart Data Streaming – Installation Guide SAP HANA Dynamic Tiering – Installation Guide SAP HANA Accelerator for SAP ASE – Installation Guide SAP HANA Remote Data Sync – Installation Guide  Training: HA200: SAP HANA - Operations & Administration  Certification: SAP Training and Certification Shop C_HANATEC151 – SAP HANA (Edition 2015) E_HANAINS151 SAP Certified Technology Specialist (Edition 2015) – SAP HANA Installation SAP Note Title 2078425 Troubleshooting note for SAP HANA Platform Management tool hdblcm 2082466 hdblcm SAP HANA – Troubleshooting Further SAP notes are available on component HAN-DB-PLT, HAN-LM-INS, and HAN-LM-UPG
  • 33. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 33Public Further information can be found on http://hana.sap.com/abouthana/hana- technology/administration.html Here you will find more information on: • Monitoring and Troubleshooting • Security • Sizing • SAP Platform LCM • What‘s new slides SAP HANA Platform Lifecycle Management How To Stay Up-to-Date SAP HANA space on SAP Community Network: http://scn.sap.com/community/hana-in-memory In addition, you find SAP HANA documentation on SAP Help Portal knowledge center at http://help.sap.com/hana_platform. • SAP HANA platform lcm related guides:  SAP HANA Server Installation and Update Guide • SAP HANA Administration Guide
  • 34. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 34Public SAP Education and Certification Opportunities www.sap.com/education (HA200, C_HANATEC141, E_HANAINS141) Watch SAP d-code Online http://events.sap.com/teched/en/home SAP Public Web SAP HANA space on SAP community network • http://scn.sap.com/community/hana-in-memory Features of SAP HANA • http://hana.sap.com/abouthana.html SAP HANA guides • http://help.sap.com/hana_platform SAP HANA Platform Lifecycle Management How To Stay Up-to-Date
  • 35. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 35Public Disclaimer This presentation outlines our general product direction and should not be relied on in making a purchase decision. This presentation is not subject to your license agreement or any other agreement with SAP. SAP has no obligation to pursue any course of business outlined in this presentation or to develop or release any functionality mentioned in this presentation. This presentation and SAP’s strategy and possible future developments are subject to change and may be changed by SAP at any time for any reason without notice. This document is provided without a warranty of any kind, either express or implied, including but not limited to, the implied warranties of merchantability, fitness for a particular purpose, or non-infringement. SAP assumes no responsibility for errors or omissions in this document, except if such damages were caused by SAP intentionally or grossly negligent.
  • 36. © 2015 SAP SE or an SAP affiliate company. All rights reserved. Thank you Contact information Stephanie Lewellen SAP HANA Product Management AskSAPHANA@sap.com