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

Post on 06-Jan-2017

1.768 views 1 download

Transcript of 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)

© 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

DCC setup wizard and application

© 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)

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

DCC setup wizard

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

DCC setup application

Automatic system registration API

© 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

© 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"));  }});

Historical alerts

© 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

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

Historical alerts

Configuration Manager

© 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

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

Viewing current configuration parameters

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

Comparing configuration parameters

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

Comparing snapshots of configuration parameters

© 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.

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

Thank you

Contact information

José RamosSAP HANA Product ManagementAskSAPHANA@sap.com