What's New in SAP HANA SPS 11 DB Control Center (Operations)

19
1 2014 SAP AG or an SAP affiliate company. All rights reserved. SAP HANA SPS 11 - What’s New? SAP DB Control Center SAP HANA Product Management December, 2015 (Delta from SPS 10 to SPS 11)

Transcript of What's New in SAP HANA SPS 11 DB Control Center (Operations)

Page 1: What's New in SAP HANA SPS 11 DB Control Center (Operations)

1© 2014 SAP AG or an SAP affiliate company. All rights reserved.

SAP HANA SPS 11 - What’s New? SAP DB Control Center

SAP HANA Product Management December, 2015(Delta from SPS 10 to SPS 11)

Page 2: What's New in SAP HANA SPS 11 DB Control Center (Operations)

© 2015 SAP SE or an SAP affiliate company. All rights reserved. 2Public

Agenda

DCC setup wizard and application

Automatic system registration API

Historical alerts

Configuration Manager

Page 3: What's New in SAP HANA SPS 11 DB Control Center (Operations)

DCC setup wizard and application

Page 4: What's New in SAP HANA SPS 11 DB Control Center (Operations)

© 2015 SAP SE or an SAP affiliate company. All rights reserved. 4Public

DCC setup wizard and application

Feature description: New “SAP DCC Setup” tile in Launchpad to modify all DCC settings

– Wizard automatically invoked when opening the DCC setup tile for the first time– Subsequent launches invoke set up application instead

Takes care of setting up both required and optional DCC settings

Benefits: Significantly reduces number of setup steps by 80% Minimizes setup errors resulting in a non-operational DCC system Eliminates need to execute SQL commands to alter optional DCC settings Allows changes to DCC settings via the DCC Launchpad (as opposed to SAP HANA Studio)

Page 5: What's New in SAP HANA SPS 11 DB Control Center (Operations)

© 2015 SAP SE or an SAP affiliate company. All rights reserved. 5Public

DCC setup wizard

Page 6: What's New in SAP HANA SPS 11 DB Control Center (Operations)

© 2015 SAP SE or an SAP affiliate company. All rights reserved. 6Public

DCC setup application

Page 7: What's New in SAP HANA SPS 11 DB Control Center (Operations)

Automatic system registration API

Page 8: What's New in SAP HANA SPS 11 DB Control Center (Operations)

© 2015 SAP SE or an SAP affiliate company. All rights reserved. 8Public

Automatic system registration API

Feature description: REST API for direct registration of external systems into DCC Bypasses the normal registration or import procedure in the user interface Invoked via http[s]://host:port/sap/hana/dbcc/api/HANARegister.xsjs Returns JSON formatted OData entity representing the newly registered system or an error text

Benefits: Automatically register databases into a global DCC system Allows cloud providers to automatically add newly provisioned databases into a DCC system operated by the

same user or team

Page 9: What's New in SAP HANA SPS 11 DB Control Center (Operations)

© 2015 SAP SE or an SAP affiliate company. All rights reserved. 9Public

Automatic system registration API

HTTP POST example from JavaScript:var url = http://dccserver.myorg.com:4301:/sap/hana/dbcc/api/HANARegister.xsjs;var data = {    host : "hanaserver2.myorg.com",    port : 4300,    username : "SAPDBCC",    password : "Abcd1234",    resource : "HA1"}; $.ajax({  type: "POST",  url: url,  contentType: 'application/json',  dataType : 'json',  data: JSON.stringify(data),  success: onSuccess,  error: onError,  beforeSend : function (xhr) {   xhr.setRequestHeader("Authorization", "Basic " + btoa("DCC_ADM:Abcd1234"));  }});

Page 10: What's New in SAP HANA SPS 11 DB Control Center (Operations)

Historical alerts

Page 11: What's New in SAP HANA SPS 11 DB Control Center (Operations)

© 2015 SAP SE or an SAP affiliate company. All rights reserved. 11Public

Historical alerts

Feature description: Collection and persistence of alert history from all registered systems Recording of when alert was fired, its status and when it was resolved

Benefits: Enables central and long-term storage of alerts Provides ability to generate reports and analysis of historical alerts

Page 12: What's New in SAP HANA SPS 11 DB Control Center (Operations)

© 2015 SAP SE or an SAP affiliate company. All rights reserved. 12Public

Historical alerts

Page 13: What's New in SAP HANA SPS 11 DB Control Center (Operations)

Configuration Manager

Page 14: What's New in SAP HANA SPS 11 DB Control Center (Operations)

© 2015 SAP SE or an SAP affiliate company. All rights reserved. 14Public

Configuration Manager

Feature description: New “Configuration Manager” tile in Launchpad View configuration parameters for a specific system Compare configuration parameters between systems Create snapshots of configuration parameters at any point in time Compare current configuration parameters with a saved snapshot Compare two different snapshots

Benefits: Detect configuration variances across multiple systems Keep configuration versions of a system Provide historical context to other historical data captured by DCC

Page 15: What's New in SAP HANA SPS 11 DB Control Center (Operations)

© 2015 SAP SE or an SAP affiliate company. All rights reserved. 15Public

Viewing current configuration parameters

Page 16: What's New in SAP HANA SPS 11 DB Control Center (Operations)

© 2015 SAP SE or an SAP affiliate company. All rights reserved. 16Public

Comparing configuration parameters

Page 17: What's New in SAP HANA SPS 11 DB Control Center (Operations)

© 2015 SAP SE or an SAP affiliate company. All rights reserved. 17Public

Comparing snapshots of configuration parameters

Page 18: What's New in SAP HANA SPS 11 DB Control Center (Operations)

© 2015 SAP SE or an SAP affiliate company. All rights reserved. 18Public

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.

Page 19: What's New in SAP HANA SPS 11 DB Control Center (Operations)

© 2015 SAP SE or an SAP affiliate company. All rights reserved.

Thank you

Contact information

José RamosSAP HANA Product [email protected]