SlideShare a Scribd company logo
1 of 35
Download to read offline
Using a Mobile Portal to Monitor SAP HANA
(POP114 in TechEd)
Tamas Szirtes, Partner at Intenzz
SAP TechEd 2013

Make the impossible
possible

Innovative ideas create
sustainable solutions
Agenda

 Motivation: SAP HANA monitoring anytime anywhere
 Introduction to the Mobile Portal
 Demo of the HANA Control Center
 Technical aspects of the HANA Control Center

 Benefits
 Lessons learned & next steps

 Q&A
© Intenzz Group B.V.
November 26, 2013 |
Agenda

 Motivation: SAP HANA monitoring anytime anywhere
 Introduction to the Mobile Portal
 Demo of the HANA Control Center
 Technical aspects of the HANA Control Center

 Benefits
 Lessons learned & next steps

 Q&A
© Intenzz Group B.V.
November 26, 2013 |
Business case: SAP HANA monitoring anytime anywhere

Desktop

© Intenzz Group B.V.
November 26, 2013 |

Mobile
Business case: SAP HANA monitoring anytime anywhere

Desktop
Limited mobility

Anytime, anywhere

Generic

Specific for monitoring

Technical, complex screens

Simplified user-oriented screens

Table views

Graphical views

Tool for IT

Tool suitable for various user groups

Predefined

© Intenzz Group B.V.
November 26, 2013 |

Mobile

Adaptable
Agenda

 Motivation: SAP HANA monitoring anytime anywhere
 Introduction to the Mobile Portal
 Demo of the HANA Control Center
 Technical aspects of the HANA Control Center

 Benefits
 Lessons learned & next steps

 Q&A
© Intenzz Group B.V.
November 26, 2013 |
Mobile Portal, a.k.a. SAP NetWeaver Portal, Mobile Edition

“The mobile portal enables customers to access
and consume portal assets via mobile devices.

SAP NetWeaver Portal, mobile edition

The mobile portal is a web and role based
aggregation layer for web and native application,
structured and unstructured content, SAP and nonSAP application.
It provides a low TCO multi-channel portal
consumed across devices” (SAP)
Native App

© Intenzz Group B.V.
November 26, 2013 |

Hybrid Web Container App

Web App
Mobile Portal

© Intenzz Group B.V.
November 26, 2013 |
Mobile Portal

Launcher – The Launcher contains applications
you can launch and folders you can access,
arranged in a grid layout. You can assign custom
icons to the applications and folders.
Toolbox – The toolbox area is a side panel
aggregator used for commonly used widgets like
favorites, generic launchers and other widgets.
Actions and actions bar – The actions bar
provides the end users options to log off, refresh
the page and add the current page to his favorites’
area. The actions bar is not extensible with more
widgets. Additional widgets can be added to the
toolbox.
© Intenzz Group B.V.
November 26, 2013 |

Actions
Launcher

Toolbox
Why to use the Mobile Portal?

Uses existing
Portal
functionality

Low
maintenance
cost

Runs on
NetWeaver
Portal

Uses HTML5

© Intenzz Group B.V.
November 26, 2013 |

Out-of-box
from NW 7.3
SP7
Optimized for
smart phones

Mobile
Portal

Great option to
start with
Mobility
Agenda

 Motivation: SAP HANA monitoring anytime anywhere
 Introduction to the Mobile Portal
 Demo of the HANA Control Center
 Technical aspects of the HANA Control Center

 Benefits
 Lessons learned & next steps

 Q&A
© Intenzz Group B.V.
November 26, 2013 |
Demo

© Intenzz Group B.V.
November 26, 2013 |
Agenda

 Motivation: SAP HANA monitoring anytime anywhere
 Introduction to the Mobile Portal
 Demo of the HANA Control Center
 Technical aspects of the HANA Control Center

 Benefits
 Lessons learned & next steps

 Q&A
© Intenzz Group B.V.
November 26, 2013 |
Anatomy of HANA Control Center
Header

Launcher
Home page

Log Off

Home

Launcher

Application

Launcher

Apps

Content

© Intenzz Group B.V.
November 26, 2013 |
Portal content

© Intenzz Group B.V.
November 26, 2013 |
Portal content

iView URL = http://server:port/HANACC/alerts.jsp
Filter ID = com.sap.portal.smartphone
Mobile Perspective = Home
Icon URI = http://server:port/HANACC/images/alert.png

© Intenzz Group B.V.
November 26, 2013 |
Portal content

© Intenzz Group B.V.
November 26, 2013 |
Portal content

© Intenzz Group B.V.
November 26, 2013 |
Home page

<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
<%@ taglib uri="http://java.sun.com/jsp/jstl/sql" prefix="sql"%>

<script src="../jquery.mobile-1.1.1/demos/js/jquery.mobile1.1.1.js"></script>

<sql:setDataSource var="snapshot"
driver="com.sap.db.jdbc.Driver"
url="jdbc:sap://hanaserver:30015"
user="mobileuser" password="123"/>

© Intenzz Group B.V.
November 26, 2013 |
Home page

<sql:query dataSource="${snapshot}" var="result">
select "ALERT_USERACTION" from
"_SYS_STATISTICS"."STATISTICS_ALERT_INFORMATION
" where "ALERT_ID" in (select "ALERT_ID" from
"_SYS_STATISTICS"."STATISTICS_ALERT_LAST_CHECK
_INFORMATION" WHERE ALERT_LAST_CHECK_RATING
= '4')
</sql:query>

© Intenzz Group B.V.
November 26, 2013 |
Memory

<script class="include" type="text/javascript"
src="/jqplot/jquery.jqplot.min.js"></script>
<sql:query dataSource="${snapshot}" var="result">
select SUBSTR_BEFORE(SUBSTR_AFTER
(VALUE,'Physical '),' GB'), SUBSTR_AFTER(VALUE, 'Used ')
FROM "SYS"."M_SYSTEM_OVERVIEW" WHERE SECTION
= 'Memory'
</sql:query>

© Intenzz Group B.V.
November 26, 2013 |
CPU

<style type="text/css">
@import "../dojo-release-1.8.0-src/dojo/resources/dojo.css";
@import "../dojo-release-1.8.0-src/dijit/themes/claro/claro.css";
@import "/dojo-release-1.8.0-src/dojox/dgauges/tests/style.css";
</style>

© Intenzz Group B.V.
November 26, 2013 |
Tables

<script src="jquery.charts44.js"></script>

© Intenzz Group B.V.
November 26, 2013 |
Docs

String file = application.getRealPath("/HANACC/documents/");
File f = new File(file);
String [] fileNames = f.list();
File [] fileObjects= f.listFiles();

© Intenzz Group B.V.
November 26, 2013 |
Template based extensions

Template:
 HTML5 setup (head,
body, etc.)
 Necessary libraries
(JQM, etc.)
 Style sheets

 Database
connection
 SQL access
© Intenzz Group B.V.
November 26, 2013 |

Your
custom
code
Architecture – option 1

Firewall
 Reverse proxy
 Load balancer

Firewall
 SAP NetWeaver Portal

 SAP HANA
© Intenzz Group B.V.
November 26, 2013 |
VPN

Architecture – option 2

Firewall
 SAP NetWeaver Portal

 SAP HANA
© Intenzz Group B.V.
November 26, 2013 |
Architecture – there is always a third option…

Skipping the Mobile Portal
means:
 No login screen
 No authentication
 No authorizations
 No role-based access
 No navigation
 No toolbox
 No search
 Etc.

 Any Java server

© Intenzz Group B.V.
November 26, 2013 |

 SAP HANA
Implementation steps

1. Install the HANA client on the portal server or copy ngdbc.jar to the server
2. Set ClassPath on the portal server
3. Create user and grand roles in HANA for communication between the app and HANA
4. Copy the installation files to the portal server.
5. Configure database access (server name, port, user)
6. Copy the necessary documentation to the documents folder
7. Import the portal transport package, fine-tune settings

© Intenzz Group B.V.
November 26, 2013 |
Agenda

 Motivation: SAP HANA monitoring anytime anywhere
 Introduction to the Mobile Portal
 Demo of the HANA Control Center
 Technical aspects of the HANA Control Center

 Benefits
 Lessons learned & next steps

 Q&A
© Intenzz Group B.V.
November 26, 2013 |
Benefits
FOR BUSINESS

•
•

Higher uptime of HANA and applications based on HANA
Better performance of HANA and applications based on HANA

FOR IT:

•
•
•

© Intenzz Group B.V.
November 26, 2013 |

Faster troubleshooting of issues, less outages
Support can be delivered more flexibly (anywhere, anytime)
Low TCO

•
•
•
•

Existing SAP NetWeaver Portal infrastructure can be reused
Low maintenance
No extra SAP license needed

Easy roll-out, role-based access granted by the portal
Agenda

 Motivation: SAP HANA monitoring anytime anywhere
 Introduction to the Mobile Portal
 Demo of the HANA Control Center
 Technical aspects of the HANA Control Center

 Benefits
 Lessons learned & next steps

 Q&A
© Intenzz Group B.V.
November 26, 2013 |
Lessons learned & next steps
HANA CONTROL CENTER:

NEXT STEPS:






It can be implemented in ½ day








The functionality is welcome by each HANA customer of
Intenzz



Using HTML5 and NetWeaver Portal made it very flexible

MOBILE PORTAL:




It offers a very easy entry to Enterprise Mobility
HTML5 development is powerful and the learning curve is
steep


© Intenzz Group B.V.
November 26, 2013 |

Web applications are gaining popularity in the enterprise
world

Extension of the functionality



OS statistics
Backup
Locks
User session mgt
Linux shell integration
Table mgt

Tablet version
Agenda

 Motivation: SAP HANA monitoring anytime anywhere
 Introduction to the Mobile Portal
 Demo of the HANA Control Center
 Technical aspects of the HANA Control Center

 Benefits
 Lessons learned & next steps

 Q&A
© Intenzz Group B.V.
November 26, 2013 |
Q&A

Tamas Szirtes
Partner at Intenzz Group B.V.

Thank you!

“Villa Soesterberg”
Amersfoortsestraat 78,
3769 AL Soesterberg, The Netherlands
Internet: www.intenzz.nl
Mobile: +31 6 211 06 317
E-mail: tamas.szirtes@intenzz.nl
LinkedIn: http://www.linkedin.com/in/tamasszirtes
Twitter: @tamas_Szirtes
SCN: http://scn.sap.com/people/tamas.szirtes/profile

© Intenzz Group B.V.
November 26, 2013 |

More Related Content

What's hot

AppSphere 15 - Preparing for System Failure: How Pearson used AppDynamics to ...
AppSphere 15 - Preparing for System Failure: How Pearson used AppDynamics to ...AppSphere 15 - Preparing for System Failure: How Pearson used AppDynamics to ...
AppSphere 15 - Preparing for System Failure: How Pearson used AppDynamics to ...AppDynamics
 
Bw on-hana-migration- -experience-from-velux
Bw on-hana-migration- -experience-from-veluxBw on-hana-migration- -experience-from-velux
Bw on-hana-migration- -experience-from-veluxMiguel Felicio
 
Enhancement packages for sap erp what's new in logistics and operations
Enhancement packages for sap erp what's new in logistics and operationsEnhancement packages for sap erp what's new in logistics and operations
Enhancement packages for sap erp what's new in logistics and operationsaminab
 
Building & sustaining a monitoring team in a multi-application landscape
Building & sustaining a monitoring team in a multi-application landscapeBuilding & sustaining a monitoring team in a multi-application landscape
Building & sustaining a monitoring team in a multi-application landscapeMeryemElMorabit
 
AppSphere 15 - DevOps and Agile: AppDynamics in Continuous Integration Enviro...
AppSphere 15 - DevOps and Agile: AppDynamics in Continuous Integration Enviro...AppSphere 15 - DevOps and Agile: AppDynamics in Continuous Integration Enviro...
AppSphere 15 - DevOps and Agile: AppDynamics in Continuous Integration Enviro...AppDynamics
 
Webinar gwava webiste
Webinar gwava webisteWebinar gwava webiste
Webinar gwava webisteAlice Vibert
 
Sap Upgrade Project Brief
Sap Upgrade Project BriefSap Upgrade Project Brief
Sap Upgrade Project Briefvpallapothu
 

What's hot (7)

AppSphere 15 - Preparing for System Failure: How Pearson used AppDynamics to ...
AppSphere 15 - Preparing for System Failure: How Pearson used AppDynamics to ...AppSphere 15 - Preparing for System Failure: How Pearson used AppDynamics to ...
AppSphere 15 - Preparing for System Failure: How Pearson used AppDynamics to ...
 
Bw on-hana-migration- -experience-from-velux
Bw on-hana-migration- -experience-from-veluxBw on-hana-migration- -experience-from-velux
Bw on-hana-migration- -experience-from-velux
 
Enhancement packages for sap erp what's new in logistics and operations
Enhancement packages for sap erp what's new in logistics and operationsEnhancement packages for sap erp what's new in logistics and operations
Enhancement packages for sap erp what's new in logistics and operations
 
Building & sustaining a monitoring team in a multi-application landscape
Building & sustaining a monitoring team in a multi-application landscapeBuilding & sustaining a monitoring team in a multi-application landscape
Building & sustaining a monitoring team in a multi-application landscape
 
AppSphere 15 - DevOps and Agile: AppDynamics in Continuous Integration Enviro...
AppSphere 15 - DevOps and Agile: AppDynamics in Continuous Integration Enviro...AppSphere 15 - DevOps and Agile: AppDynamics in Continuous Integration Enviro...
AppSphere 15 - DevOps and Agile: AppDynamics in Continuous Integration Enviro...
 
Webinar gwava webiste
Webinar gwava webisteWebinar gwava webiste
Webinar gwava webiste
 
Sap Upgrade Project Brief
Sap Upgrade Project BriefSap Upgrade Project Brief
Sap Upgrade Project Brief
 

Viewers also liked

Voz de voces 8va Ed
Voz de voces 8va EdVoz de voces 8va Ed
Voz de voces 8va EdJaco Ba
 
Como conhecer seus clientes e desenvolver relacionamentos de longo prazo
Como conhecer seus clientes e desenvolver relacionamentos de longo prazoComo conhecer seus clientes e desenvolver relacionamentos de longo prazo
Como conhecer seus clientes e desenvolver relacionamentos de longo prazoAT Internet
 
Química orgánica. Sofía Puricelli-Agustina Gonzalez-Talia Gonchar-Ximena Carl...
Química orgánica. Sofía Puricelli-Agustina Gonzalez-Talia Gonchar-Ximena Carl...Química orgánica. Sofía Puricelli-Agustina Gonzalez-Talia Gonchar-Ximena Carl...
Química orgánica. Sofía Puricelli-Agustina Gonzalez-Talia Gonchar-Ximena Carl...SofiaPuricelli
 
Angolys sequera CI 24498908
Angolys sequera CI 24498908Angolys sequera CI 24498908
Angolys sequera CI 24498908Angolys Sequera
 
The Hidden Costs of Social Media
The Hidden Costs of Social MediaThe Hidden Costs of Social Media
The Hidden Costs of Social MediaFonterra
 
DIIWANUL AL-IMAM ASYAFI`I
DIIWANUL AL-IMAM ASYAFI`IDIIWANUL AL-IMAM ASYAFI`I
DIIWANUL AL-IMAM ASYAFI`IMuhammad Idris
 
B2E Email Marketing
B2E Email MarketingB2E Email Marketing
B2E Email Marketingsstoneb2e
 
Charla ieaso redes sociales en la búsqueda de empleo
Charla ieaso redes sociales en la búsqueda de empleoCharla ieaso redes sociales en la búsqueda de empleo
Charla ieaso redes sociales en la búsqueda de empleoAmaia García Dosouto
 
Entendiendo las-adicciones def.
Entendiendo las-adicciones def.Entendiendo las-adicciones def.
Entendiendo las-adicciones def.MSP EC.
 
Treballem pdf1
Treballem pdf1Treballem pdf1
Treballem pdf1Teresa Cos
 
Edificios Gemelos en el Río de la Plata
Edificios Gemelos en el Río de la PlataEdificios Gemelos en el Río de la Plata
Edificios Gemelos en el Río de la PlataVerónica Vera
 
Guia portal empleo
Guia portal empleoGuia portal empleo
Guia portal empleogonjimau
 
Das 3.Buchgassenfest zeigt einen Kabarett-Abend
Das 3.Buchgassenfest zeigt einen Kabarett-AbendDas 3.Buchgassenfest zeigt einen Kabarett-Abend
Das 3.Buchgassenfest zeigt einen Kabarett-AbendClaus-Peter Leonhardt
 
SEMINARIO DE FORMACIÓN EMPRESARIAL ESPECÍFICA: "ASPECTOS CONTABLES y FISCA...
SEMINARIO DE FORMACIÓN EMPRESARIAL ESPECÍFICA: "ASPECTOS   CONTABLES  y FISCA...SEMINARIO DE FORMACIÓN EMPRESARIAL ESPECÍFICA: "ASPECTOS   CONTABLES  y FISCA...
SEMINARIO DE FORMACIÓN EMPRESARIAL ESPECÍFICA: "ASPECTOS CONTABLES y FISCA...sohomlg
 
Flora and Fauna of Khorezm and Karakalpakstan
Flora and Fauna of Khorezm and KarakalpakstanFlora and Fauna of Khorezm and Karakalpakstan
Flora and Fauna of Khorezm and KarakalpakstanMahmud Ruzmetov
 
Catalogo Novoled: Iluminación por Tecnología led de calidad
Catalogo Novoled: Iluminación por Tecnología led de calidadCatalogo Novoled: Iluminación por Tecnología led de calidad
Catalogo Novoled: Iluminación por Tecnología led de calidadLicht Led Lighting
 
Westbank Social Services Network, April 2012 Meeting Notice
Westbank Social Services Network, April 2012 Meeting NoticeWestbank Social Services Network, April 2012 Meeting Notice
Westbank Social Services Network, April 2012 Meeting NoticeToddy Wobbema
 

Viewers also liked (20)

Voz de voces 8va Ed
Voz de voces 8va EdVoz de voces 8va Ed
Voz de voces 8va Ed
 
Como conhecer seus clientes e desenvolver relacionamentos de longo prazo
Como conhecer seus clientes e desenvolver relacionamentos de longo prazoComo conhecer seus clientes e desenvolver relacionamentos de longo prazo
Como conhecer seus clientes e desenvolver relacionamentos de longo prazo
 
Química orgánica. Sofía Puricelli-Agustina Gonzalez-Talia Gonchar-Ximena Carl...
Química orgánica. Sofía Puricelli-Agustina Gonzalez-Talia Gonchar-Ximena Carl...Química orgánica. Sofía Puricelli-Agustina Gonzalez-Talia Gonchar-Ximena Carl...
Química orgánica. Sofía Puricelli-Agustina Gonzalez-Talia Gonchar-Ximena Carl...
 
Angolys sequera CI 24498908
Angolys sequera CI 24498908Angolys sequera CI 24498908
Angolys sequera CI 24498908
 
The Hidden Costs of Social Media
The Hidden Costs of Social MediaThe Hidden Costs of Social Media
The Hidden Costs of Social Media
 
DIIWANUL AL-IMAM ASYAFI`I
DIIWANUL AL-IMAM ASYAFI`IDIIWANUL AL-IMAM ASYAFI`I
DIIWANUL AL-IMAM ASYAFI`I
 
Avinash Resume
Avinash ResumeAvinash Resume
Avinash Resume
 
B2E Email Marketing
B2E Email MarketingB2E Email Marketing
B2E Email Marketing
 
Charla ieaso redes sociales en la búsqueda de empleo
Charla ieaso redes sociales en la búsqueda de empleoCharla ieaso redes sociales en la búsqueda de empleo
Charla ieaso redes sociales en la búsqueda de empleo
 
Entendiendo las-adicciones def.
Entendiendo las-adicciones def.Entendiendo las-adicciones def.
Entendiendo las-adicciones def.
 
Treballem pdf1
Treballem pdf1Treballem pdf1
Treballem pdf1
 
Edificios Gemelos en el Río de la Plata
Edificios Gemelos en el Río de la PlataEdificios Gemelos en el Río de la Plata
Edificios Gemelos en el Río de la Plata
 
Guia portal empleo
Guia portal empleoGuia portal empleo
Guia portal empleo
 
Focus Magazine 09 06
Focus  Magazine 09 06Focus  Magazine 09 06
Focus Magazine 09 06
 
Das 3.Buchgassenfest zeigt einen Kabarett-Abend
Das 3.Buchgassenfest zeigt einen Kabarett-AbendDas 3.Buchgassenfest zeigt einen Kabarett-Abend
Das 3.Buchgassenfest zeigt einen Kabarett-Abend
 
SEMINARIO DE FORMACIÓN EMPRESARIAL ESPECÍFICA: "ASPECTOS CONTABLES y FISCA...
SEMINARIO DE FORMACIÓN EMPRESARIAL ESPECÍFICA: "ASPECTOS   CONTABLES  y FISCA...SEMINARIO DE FORMACIÓN EMPRESARIAL ESPECÍFICA: "ASPECTOS   CONTABLES  y FISCA...
SEMINARIO DE FORMACIÓN EMPRESARIAL ESPECÍFICA: "ASPECTOS CONTABLES y FISCA...
 
Flora and Fauna of Khorezm and Karakalpakstan
Flora and Fauna of Khorezm and KarakalpakstanFlora and Fauna of Khorezm and Karakalpakstan
Flora and Fauna of Khorezm and Karakalpakstan
 
Scm[1]
Scm[1]Scm[1]
Scm[1]
 
Catalogo Novoled: Iluminación por Tecnología led de calidad
Catalogo Novoled: Iluminación por Tecnología led de calidadCatalogo Novoled: Iluminación por Tecnología led de calidad
Catalogo Novoled: Iluminación por Tecnología led de calidad
 
Westbank Social Services Network, April 2012 Meeting Notice
Westbank Social Services Network, April 2012 Meeting NoticeWestbank Social Services Network, April 2012 Meeting Notice
Westbank Social Services Network, April 2012 Meeting Notice
 

Similar to Using a mobile portal to monitor sap hana

SAP HANA Cloud Portal
SAP HANA Cloud PortalSAP HANA Cloud Portal
SAP HANA Cloud PortalAmir Blich
 
SAP HANA Cloud Portal - Overview Presentation
SAP HANA Cloud Portal - Overview PresentationSAP HANA Cloud Portal - Overview Presentation
SAP HANA Cloud Portal - Overview PresentationSAP Portal
 
SAP Cloud Strategy
SAP Cloud StrategySAP Cloud Strategy
SAP Cloud StrategyFinceptum Oy
 
Enabling Enterprise Mobility with UI5 and SAP Fiori
Enabling Enterprise Mobility with UI5 and SAP FioriEnabling Enterprise Mobility with UI5 and SAP Fiori
Enabling Enterprise Mobility with UI5 and SAP FioriVictor Ionescu
 
SAP HANA Cloud Portal - Deep Dive
SAP HANA Cloud Portal - Deep DiveSAP HANA Cloud Portal - Deep Dive
SAP HANA Cloud Portal - Deep DiveSAP Portal
 
Solução para clientes SAP
Solução para clientes SAPSolução para clientes SAP
Solução para clientes SAPMosán Santos
 
Mobile pulse sept 2014
Mobile pulse sept 2014Mobile pulse sept 2014
Mobile pulse sept 2014Bjørn Sloth
 
SAP Forum 2015 Madrid: Support for Innovation - S/4 HANA and more
SAP Forum 2015 Madrid: Support for Innovation - S/4 HANA and moreSAP Forum 2015 Madrid: Support for Innovation - S/4 HANA and more
SAP Forum 2015 Madrid: Support for Innovation - S/4 HANA and moreBernhard Luecke
 
Introduction to NEW SAP - Accenture Technology Meetup
Introduction to NEW SAP - Accenture Technology MeetupIntroduction to NEW SAP - Accenture Technology Meetup
Introduction to NEW SAP - Accenture Technology MeetupAccenture Hungary
 
Mho Web Dynpro Abap
Mho Web Dynpro AbapMho Web Dynpro Abap
Mho Web Dynpro Abapthomas_jung
 
SAP NetWeaver Portal 7.3 - top 5 Reasons to upgrade your portal
SAP NetWeaver Portal 7.3 - top 5 Reasons to upgrade your portalSAP NetWeaver Portal 7.3 - top 5 Reasons to upgrade your portal
SAP NetWeaver Portal 7.3 - top 5 Reasons to upgrade your portaltasmc
 
Webinar: GSX Solutions, The Tailored Solution for Smart Exchange Migrations
Webinar: GSX Solutions, The Tailored Solution for Smart Exchange Migrations  Webinar: GSX Solutions, The Tailored Solution for Smart Exchange Migrations
Webinar: GSX Solutions, The Tailored Solution for Smart Exchange Migrations GSX Solutions
 
Zabbix introduction ( RadixCloud Radix Technologies SA)
Zabbix introduction ( RadixCloud Radix Technologies SA)Zabbix introduction ( RadixCloud Radix Technologies SA)
Zabbix introduction ( RadixCloud Radix Technologies SA)Martin Markovski
 
Converting Your Existing SAP Server Infrastructure to a Modern Cloud-Based Ar...
Converting Your Existing SAP Server Infrastructure to a Modern Cloud-Based Ar...Converting Your Existing SAP Server Infrastructure to a Modern Cloud-Based Ar...
Converting Your Existing SAP Server Infrastructure to a Modern Cloud-Based Ar...PT Datacomm Diangraha
 
Run simple with sap screen personas
Run simple with sap screen personasRun simple with sap screen personas
Run simple with sap screen personasPeter Spielvogel
 
S4H_399 2 SL _Onboarding Presentation (2).pptx
S4H_399 2  SL _Onboarding Presentation (2).pptxS4H_399 2  SL _Onboarding Presentation (2).pptx
S4H_399 2 SL _Onboarding Presentation (2).pptxchandramohan431817
 

Similar to Using a mobile portal to monitor sap hana (20)

Google Technical Webinar - Building Mashups with Google Apps and SAP, using S...
Google Technical Webinar - Building Mashups with Google Apps and SAP, using S...Google Technical Webinar - Building Mashups with Google Apps and SAP, using S...
Google Technical Webinar - Building Mashups with Google Apps and SAP, using S...
 
SAP HANA Cloud Portal
SAP HANA Cloud PortalSAP HANA Cloud Portal
SAP HANA Cloud Portal
 
SAP HANA Cloud Portal - Overview Presentation
SAP HANA Cloud Portal - Overview PresentationSAP HANA Cloud Portal - Overview Presentation
SAP HANA Cloud Portal - Overview Presentation
 
SAP Cloud Strategy
SAP Cloud StrategySAP Cloud Strategy
SAP Cloud Strategy
 
Enabling Enterprise Mobility with UI5 and SAP Fiori
Enabling Enterprise Mobility with UI5 and SAP FioriEnabling Enterprise Mobility with UI5 and SAP Fiori
Enabling Enterprise Mobility with UI5 and SAP Fiori
 
SAP HANA Cloud Portal - Deep Dive
SAP HANA Cloud Portal - Deep DiveSAP HANA Cloud Portal - Deep Dive
SAP HANA Cloud Portal - Deep Dive
 
Solução para clientes SAP
Solução para clientes SAPSolução para clientes SAP
Solução para clientes SAP
 
SAP HANA Cloud - Virtual Bootcamp 6: SAP HANA Cloud and the use of the SAP HA...
SAP HANA Cloud - Virtual Bootcamp 6: SAP HANA Cloud and the use of the SAP HA...SAP HANA Cloud - Virtual Bootcamp 6: SAP HANA Cloud and the use of the SAP HA...
SAP HANA Cloud - Virtual Bootcamp 6: SAP HANA Cloud and the use of the SAP HA...
 
Mobile pulse sept 2014
Mobile pulse sept 2014Mobile pulse sept 2014
Mobile pulse sept 2014
 
SAP Forum 2015 Madrid: Support for Innovation - S/4 HANA and more
SAP Forum 2015 Madrid: Support for Innovation - S/4 HANA and moreSAP Forum 2015 Madrid: Support for Innovation - S/4 HANA and more
SAP Forum 2015 Madrid: Support for Innovation - S/4 HANA and more
 
Cd168 (3)
Cd168 (3)Cd168 (3)
Cd168 (3)
 
Introduction to NEW SAP - Accenture Technology Meetup
Introduction to NEW SAP - Accenture Technology MeetupIntroduction to NEW SAP - Accenture Technology Meetup
Introduction to NEW SAP - Accenture Technology Meetup
 
Mho Web Dynpro Abap
Mho Web Dynpro AbapMho Web Dynpro Abap
Mho Web Dynpro Abap
 
SAP NetWeaver Portal 7.3 - top 5 Reasons to upgrade your portal
SAP NetWeaver Portal 7.3 - top 5 Reasons to upgrade your portalSAP NetWeaver Portal 7.3 - top 5 Reasons to upgrade your portal
SAP NetWeaver Portal 7.3 - top 5 Reasons to upgrade your portal
 
Webinar: GSX Solutions, The Tailored Solution for Smart Exchange Migrations
Webinar: GSX Solutions, The Tailored Solution for Smart Exchange Migrations  Webinar: GSX Solutions, The Tailored Solution for Smart Exchange Migrations
Webinar: GSX Solutions, The Tailored Solution for Smart Exchange Migrations
 
Zabbix introduction ( RadixCloud Radix Technologies SA)
Zabbix introduction ( RadixCloud Radix Technologies SA)Zabbix introduction ( RadixCloud Radix Technologies SA)
Zabbix introduction ( RadixCloud Radix Technologies SA)
 
Souvik_cv
Souvik_cvSouvik_cv
Souvik_cv
 
Converting Your Existing SAP Server Infrastructure to a Modern Cloud-Based Ar...
Converting Your Existing SAP Server Infrastructure to a Modern Cloud-Based Ar...Converting Your Existing SAP Server Infrastructure to a Modern Cloud-Based Ar...
Converting Your Existing SAP Server Infrastructure to a Modern Cloud-Based Ar...
 
Run simple with sap screen personas
Run simple with sap screen personasRun simple with sap screen personas
Run simple with sap screen personas
 
S4H_399 2 SL _Onboarding Presentation (2).pptx
S4H_399 2  SL _Onboarding Presentation (2).pptxS4H_399 2  SL _Onboarding Presentation (2).pptx
S4H_399 2 SL _Onboarding Presentation (2).pptx
 

Recently uploaded

Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 

Recently uploaded (20)

Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 

Using a mobile portal to monitor sap hana

  • 1. Using a Mobile Portal to Monitor SAP HANA (POP114 in TechEd) Tamas Szirtes, Partner at Intenzz SAP TechEd 2013 Make the impossible possible Innovative ideas create sustainable solutions
  • 2. Agenda  Motivation: SAP HANA monitoring anytime anywhere  Introduction to the Mobile Portal  Demo of the HANA Control Center  Technical aspects of the HANA Control Center  Benefits  Lessons learned & next steps  Q&A © Intenzz Group B.V. November 26, 2013 |
  • 3. Agenda  Motivation: SAP HANA monitoring anytime anywhere  Introduction to the Mobile Portal  Demo of the HANA Control Center  Technical aspects of the HANA Control Center  Benefits  Lessons learned & next steps  Q&A © Intenzz Group B.V. November 26, 2013 |
  • 4. Business case: SAP HANA monitoring anytime anywhere Desktop © Intenzz Group B.V. November 26, 2013 | Mobile
  • 5. Business case: SAP HANA monitoring anytime anywhere Desktop Limited mobility Anytime, anywhere Generic Specific for monitoring Technical, complex screens Simplified user-oriented screens Table views Graphical views Tool for IT Tool suitable for various user groups Predefined © Intenzz Group B.V. November 26, 2013 | Mobile Adaptable
  • 6. Agenda  Motivation: SAP HANA monitoring anytime anywhere  Introduction to the Mobile Portal  Demo of the HANA Control Center  Technical aspects of the HANA Control Center  Benefits  Lessons learned & next steps  Q&A © Intenzz Group B.V. November 26, 2013 |
  • 7. Mobile Portal, a.k.a. SAP NetWeaver Portal, Mobile Edition “The mobile portal enables customers to access and consume portal assets via mobile devices. SAP NetWeaver Portal, mobile edition The mobile portal is a web and role based aggregation layer for web and native application, structured and unstructured content, SAP and nonSAP application. It provides a low TCO multi-channel portal consumed across devices” (SAP) Native App © Intenzz Group B.V. November 26, 2013 | Hybrid Web Container App Web App
  • 8. Mobile Portal © Intenzz Group B.V. November 26, 2013 |
  • 9. Mobile Portal Launcher – The Launcher contains applications you can launch and folders you can access, arranged in a grid layout. You can assign custom icons to the applications and folders. Toolbox – The toolbox area is a side panel aggregator used for commonly used widgets like favorites, generic launchers and other widgets. Actions and actions bar – The actions bar provides the end users options to log off, refresh the page and add the current page to his favorites’ area. The actions bar is not extensible with more widgets. Additional widgets can be added to the toolbox. © Intenzz Group B.V. November 26, 2013 | Actions Launcher Toolbox
  • 10. Why to use the Mobile Portal? Uses existing Portal functionality Low maintenance cost Runs on NetWeaver Portal Uses HTML5 © Intenzz Group B.V. November 26, 2013 | Out-of-box from NW 7.3 SP7 Optimized for smart phones Mobile Portal Great option to start with Mobility
  • 11. Agenda  Motivation: SAP HANA monitoring anytime anywhere  Introduction to the Mobile Portal  Demo of the HANA Control Center  Technical aspects of the HANA Control Center  Benefits  Lessons learned & next steps  Q&A © Intenzz Group B.V. November 26, 2013 |
  • 12. Demo © Intenzz Group B.V. November 26, 2013 |
  • 13. Agenda  Motivation: SAP HANA monitoring anytime anywhere  Introduction to the Mobile Portal  Demo of the HANA Control Center  Technical aspects of the HANA Control Center  Benefits  Lessons learned & next steps  Q&A © Intenzz Group B.V. November 26, 2013 |
  • 14. Anatomy of HANA Control Center Header Launcher Home page Log Off Home Launcher Application Launcher Apps Content © Intenzz Group B.V. November 26, 2013 |
  • 15. Portal content © Intenzz Group B.V. November 26, 2013 |
  • 16. Portal content iView URL = http://server:port/HANACC/alerts.jsp Filter ID = com.sap.portal.smartphone Mobile Perspective = Home Icon URI = http://server:port/HANACC/images/alert.png © Intenzz Group B.V. November 26, 2013 |
  • 17. Portal content © Intenzz Group B.V. November 26, 2013 |
  • 18. Portal content © Intenzz Group B.V. November 26, 2013 |
  • 19. Home page <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%> <%@ taglib uri="http://java.sun.com/jsp/jstl/sql" prefix="sql"%> <script src="../jquery.mobile-1.1.1/demos/js/jquery.mobile1.1.1.js"></script> <sql:setDataSource var="snapshot" driver="com.sap.db.jdbc.Driver" url="jdbc:sap://hanaserver:30015" user="mobileuser" password="123"/> © Intenzz Group B.V. November 26, 2013 |
  • 20. Home page <sql:query dataSource="${snapshot}" var="result"> select "ALERT_USERACTION" from "_SYS_STATISTICS"."STATISTICS_ALERT_INFORMATION " where "ALERT_ID" in (select "ALERT_ID" from "_SYS_STATISTICS"."STATISTICS_ALERT_LAST_CHECK _INFORMATION" WHERE ALERT_LAST_CHECK_RATING = '4') </sql:query> © Intenzz Group B.V. November 26, 2013 |
  • 21. Memory <script class="include" type="text/javascript" src="/jqplot/jquery.jqplot.min.js"></script> <sql:query dataSource="${snapshot}" var="result"> select SUBSTR_BEFORE(SUBSTR_AFTER (VALUE,'Physical '),' GB'), SUBSTR_AFTER(VALUE, 'Used ') FROM "SYS"."M_SYSTEM_OVERVIEW" WHERE SECTION = 'Memory' </sql:query> © Intenzz Group B.V. November 26, 2013 |
  • 22. CPU <style type="text/css"> @import "../dojo-release-1.8.0-src/dojo/resources/dojo.css"; @import "../dojo-release-1.8.0-src/dijit/themes/claro/claro.css"; @import "/dojo-release-1.8.0-src/dojox/dgauges/tests/style.css"; </style> © Intenzz Group B.V. November 26, 2013 |
  • 24. Docs String file = application.getRealPath("/HANACC/documents/"); File f = new File(file); String [] fileNames = f.list(); File [] fileObjects= f.listFiles(); © Intenzz Group B.V. November 26, 2013 |
  • 25. Template based extensions Template:  HTML5 setup (head, body, etc.)  Necessary libraries (JQM, etc.)  Style sheets  Database connection  SQL access © Intenzz Group B.V. November 26, 2013 | Your custom code
  • 26. Architecture – option 1 Firewall  Reverse proxy  Load balancer Firewall  SAP NetWeaver Portal  SAP HANA © Intenzz Group B.V. November 26, 2013 |
  • 27. VPN Architecture – option 2 Firewall  SAP NetWeaver Portal  SAP HANA © Intenzz Group B.V. November 26, 2013 |
  • 28. Architecture – there is always a third option… Skipping the Mobile Portal means:  No login screen  No authentication  No authorizations  No role-based access  No navigation  No toolbox  No search  Etc.  Any Java server © Intenzz Group B.V. November 26, 2013 |  SAP HANA
  • 29. Implementation steps 1. Install the HANA client on the portal server or copy ngdbc.jar to the server 2. Set ClassPath on the portal server 3. Create user and grand roles in HANA for communication between the app and HANA 4. Copy the installation files to the portal server. 5. Configure database access (server name, port, user) 6. Copy the necessary documentation to the documents folder 7. Import the portal transport package, fine-tune settings © Intenzz Group B.V. November 26, 2013 |
  • 30. Agenda  Motivation: SAP HANA monitoring anytime anywhere  Introduction to the Mobile Portal  Demo of the HANA Control Center  Technical aspects of the HANA Control Center  Benefits  Lessons learned & next steps  Q&A © Intenzz Group B.V. November 26, 2013 |
  • 31. Benefits FOR BUSINESS • • Higher uptime of HANA and applications based on HANA Better performance of HANA and applications based on HANA FOR IT: • • • © Intenzz Group B.V. November 26, 2013 | Faster troubleshooting of issues, less outages Support can be delivered more flexibly (anywhere, anytime) Low TCO • • • • Existing SAP NetWeaver Portal infrastructure can be reused Low maintenance No extra SAP license needed Easy roll-out, role-based access granted by the portal
  • 32. Agenda  Motivation: SAP HANA monitoring anytime anywhere  Introduction to the Mobile Portal  Demo of the HANA Control Center  Technical aspects of the HANA Control Center  Benefits  Lessons learned & next steps  Q&A © Intenzz Group B.V. November 26, 2013 |
  • 33. Lessons learned & next steps HANA CONTROL CENTER: NEXT STEPS:    It can be implemented in ½ day       The functionality is welcome by each HANA customer of Intenzz  Using HTML5 and NetWeaver Portal made it very flexible MOBILE PORTAL:   It offers a very easy entry to Enterprise Mobility HTML5 development is powerful and the learning curve is steep  © Intenzz Group B.V. November 26, 2013 | Web applications are gaining popularity in the enterprise world Extension of the functionality  OS statistics Backup Locks User session mgt Linux shell integration Table mgt Tablet version
  • 34. Agenda  Motivation: SAP HANA monitoring anytime anywhere  Introduction to the Mobile Portal  Demo of the HANA Control Center  Technical aspects of the HANA Control Center  Benefits  Lessons learned & next steps  Q&A © Intenzz Group B.V. November 26, 2013 |
  • 35. Q&A Tamas Szirtes Partner at Intenzz Group B.V. Thank you! “Villa Soesterberg” Amersfoortsestraat 78, 3769 AL Soesterberg, The Netherlands Internet: www.intenzz.nl Mobile: +31 6 211 06 317 E-mail: tamas.szirtes@intenzz.nl LinkedIn: http://www.linkedin.com/in/tamasszirtes Twitter: @tamas_Szirtes SCN: http://scn.sap.com/people/tamas.szirtes/profile © Intenzz Group B.V. November 26, 2013 |