+91 80192 66616, 80192 66615     [email protected]

SAP Hana Admin Online Training

Home / SAP Hana Admin Online Training in India
SAP Hana Admin Online Training in India

SAP Hana Admin online training in Hyderabad India

SAP HANA Admin refers to the role responsible for managing and maintaining SAP HANA systems. This includes tasks such as system installation and configuration, monitoring performance, managing backups and recovery, and ensuring security and compliance. SAP HANA administrators also handle system updates and patches, optimize database performance, and troubleshoot any issues that arise to ensure smooth and efficient operation of the SAP HANA environment. Their role is critical in supporting the overall IT infrastructure and ensuring the reliability and availability of data.

SNS Tech Academy provides the best SAP HANA Admin online training with real-time experts. Our SAP HANA Admin online training in Hyderabad, India, is designed to equip you with the skills needed to excel in managing and maintaining SAP HANA systems. The comprehensive curriculum covers essential topics such as system installation, configuration, performance monitoring, backups, recovery, and security. With our SAP HANA Admin online training in Hyderabad, India, you'll gain hands-on experience through practical exercises and real-world scenarios. Our experienced instructors ensure that you are well-prepared to handle the complexities of SAP HANA environments. Enroll in our SAP HANA Admin online training in Hyderabad, India, and advance your career with the best industry practices. Join SNS Tech Academy for the finest SAP HANA Admin online training in Hyderabad, India, and become a proficient SAP HANA administrator.


SAP Hana Admin Online Training course content :-


Introduction to SAP HANA
  • What is HANA?
  • Introduction to HANA
  • Introduction to OS Concepts
  • Introduction to SAP HANA Hardware Concepts: The CPU
  • Introduction to SAP HANA Hardware Concepts: Storage
  • SAP HANA Networking issues
SAP HANA Architecture
  • SAP HANA Architecture
  • Detailed study of Index server, Name Server, Preprocessor
  • Working with various parameters for fine tuning
  • Configuration of HANA DB
  • Architecture of HANA Application
SAP HANA Roles and Responsibility of HANA Consultant
  • SAP HANA Daily Tasks
  • SAP HANA Weekly Tasks
  • SAP HANA Monthly Tasks
  • SAP HANA On Demand Tasks
Backup & Recovery of SAP HANA DB
  • Backup & Recovery of HANA DB
  • Log Backup
  • DB Backup
  • Profile Backup
  • Recovery of SAP HANA DB
HANA SIZING
  • SAP HANA sizing for standalone instance(side by side scenario)
  • SAP HANA sizing for BW on HANA
HANA INSTALLATION
  • Download the media / Guides from SMP
  • Pre – Installation
  • Installation (various types of installations)
  • Post Installation steps
  • Sp10 sp12 upgrade from 10 to 12
SAP HANA START & STOP
  • How to START HANA DB
  • How to STOP HANA DB
HANA DB Provisioning
  • Installation of Replication server
  • Configuration of SLT with the HANA DB and Backend ECC or NON SAP Systems
  • Replication Weekly , Monthly
HANA ADMIN DAILY ACTIVITIES
  • Monitoring and performance
  • System administration
  • Transport requests
  • Manage HANA STUDIO
  • Manage HANA COCKPIT
  • Running daily backups
Licensing, Certificates & AUDIT
  • Managing License Keys
  • Managing Certificates
  • Configuring Audit policy
User and Authorizations
  • Creation of new users
  • Creation of New roles
  • Assign roles to users
Installation of HANA STUDIO & HANA Client
  • Software Lifecycle management
  • Updating SAP Hana
  • Updating Hana Studio
HANA DB Migration
  • Overview of Migration
  • Pre activities of migration
  • Post activities of migration
HANA Installation & Upgrade HANA 1.0
  • Installation of HANA SP10
  • Upgrade HANA SP10 to SP12
  • Post Installation activities of installation & upgrade
Installation & Upgrade 2.0
  • Installation of HANA 2.0
  • Installation of HANA cockpit 2.0
  • Post installation of HANA 2.0 & Cockpit 2.0
  • Configuration of Cockpit 2.0
HANA Security
  • Create New Roles
  • Assignment of Roles to users
  • Work with different security models in HANA
Smart Data integration
  • The Hana index server
  • Data provisioning Server
  • SDA Smart data access
Performance tunning
  • Overview of Migration
  • Table Partition
  • Create Index Synonym
  • Identify expensive SQL statement and how to fine tune the statement
HANA Security
  • SAP HANA Repository - Catalog Objects
  • SAP HANA Authentication
  • SAP HANA User management
  • SAP HANA Authorization
  • Analytical Privileges – Design and development
  • Data Protection and privacy and SAP HANA
  • Auditing in SAP HANA System
  • Authorization Trace and Auditing
  • Life cycle management in SAP HANA

SAP HANA (High-Performance Analytic Appliance) is an in-memory database and application development platform. It combines database, data processing, and application platform capabilities in-memory to handle massive amounts of data in real-time. It enables real-time analytics and applications.

The main components of SAP HANA architecture include:
  • Index Server: The core component responsible for processing queries and managing the database.
  • Name Server: Manages the topology of the SAP HANA system and keeps track of data distribution.
  • Preprocessor Server: Used for text data analysis.
  • Statistics Server: Collects and monitors statistics related to system performance and health.
  • XS Engine: Allows running of XS applications and web services.

SAP HANA achieves high performance through its in-memory computing technology, where data is stored in RAM rather than on disk. This allows for faster data access and processing. It also uses columnar storage, data compression, parallel processing, and advanced query optimization techniques.

An SAP HANA appliance is a pre-configured hardware and software bundle optimized for running SAP HANA. TDI (Tailored Datacenter Integration) allows customers to use their existing hardware infrastructure by meeting specific certification requirements, providing flexibility in hardware selection.

Backup in SAP HANA can be performed using:
  • Full Data Backup: Captures all data and logs.
  • Incremental Backup: Captures only changes made since the last full backup.
  • Delta Backup: Captures changes made since the last backup of any type. Backup can be performed using SAP HANA Studio, SQL commands, or through the SAP HANA Cockpit.

A tenant database in SAP HANA is an independent database within a multitenant database container (MDC) system. Each tenant database runs independently with its own set of database catalogs, schemas, and configurations, enabling better resource utilization and management.

Performance monitoring in SAP HANA can be done using tools such as:
  • SAP HANA Studio: Provides monitoring views and analysis tools.
  • SAP HANA Cockpit: A web-based tool for administration and monitoring.
  • SQL commands: To check system status and performance metrics.
  • SAP Solution Manager: Integrated tool for monitoring and managing SAP environments.

Table partitioning in SAP HANA involves dividing a large table into smaller, more manageable pieces, known as partitions. This improves query performance and enables parallel processing of data, leading to faster data retrieval and better load distribution.

In SAP HANA:
  • Row Store: Stores data in rows, similar to traditional databases. It is optimized for transactional operations where entire rows need to be accessed or modified frequently.
  • Column Store: Stores data in columns, allowing for high compression and faster read access. It is optimized for analytical queries where specific columns are accessed or aggregated frequently.

SAP HANA database security is handled through:
  • User Authentication: Using usernames and passwords, SAML, or Kerberos for secure login.
  • Authorization: Role-based access control (RBAC) to manage permissions.
  • Encryption: Data encryption at rest and in transit using SSL/TLS.
  • Auditing: Tracking and logging user activities to detect and prevent unauthorized access.
  • System Configuration: Regular updates and patches to address vulnerabilities.