Site icon BASIS GURU

What Is FSD In SAP HANA

HANA www.basisguru.com

In today’s article we will discuss what is FSD and how do we generate it.

What is FSD?

FSD is called as SAP HANA full system dump.
For analyzing the issue at HANA DB level, SAP demands FSD: SAP HANA full system info dump which is a collection of trace and configuration files.

It consists of the HANA DB information like
Trace files containing crash dump files, configuration files for all HANA services, topology, One RTEdump per service (only for SAP HANA 1.0).

What topology information is provided?

Additional information available as of SAP HANA 2.0

We can collect the Full system dump using multiple ways using

  1. HANA studio
  2. HANA cockpit
  3. python script.

Let us dicuss each method to generate HANa full system dump.

Using HANA Studio:

Goto SYSTEM DB or Tenant DB and select diagnostic file tab:

Fig1: FSD using HANa Studio

On left side, you’ll get Diagnosis Information drop down switch ,From drop down, select Collect option:

Click on collect,to start collecting all trace files:

File with below syntax will be generated:

[ fullsysteminfodump_< localhost >_< sapsid >_< yyyy >_< mm >_< dd >_< hh >_< mm >_< ss >.zip ]

For e.g:

fullsysteminfodump_hostname_linux_2020_02_02_14_59_33.zip

This file can be viewed in the history drop down option:

Method: 2 Using HANA cockpit:

In case of Cockpit, you need to go to Manage Full System Information Dumps application and generate FSD

Method: 3 Using OS Level Python script:

<Option> : --days=<number_of_days>

Note: use SIDAM user to execute thi script or we might get error like ImportError: No module named pyhdbcli

Exit mobile version