0% found this document useful (0 votes)
3 views74 pages

Hana DB Refresh

The document outlines various SAP transaction codes (T-codes) for system monitoring and management, including server group status, client settings, and transport routes. It provides a script for exporting RFC-related data and instructions for executing it on the application server. Additionally, it mentions tasks related to database administration and system landscape registration.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views74 pages

Hana DB Refresh

The document outlines various SAP transaction codes (T-codes) for system monitoring and management, including server group status, client settings, and transport routes. It provides a script for exporting RFC-related data and instructions for executing it on the application server. Additionally, it mentions tasks related to database administration and system landscape registration.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 74

1

3
4

5
6
7
8

9
10

11
12

13
14
15

16

17
18

19
20
21
22
23

24
25
Server group status with RZ12

Operational modes status with RZ04

Current client settings

SCC4 - Client 100


For Client 000
Control ojbects list

T-code : SM61

Logon group status

T-code: SMLG
Details of STMS Configuration

T-code: STMS
Transport route

STMS à Overview à Transport routes


List of Spool servers

SPAD à Spool Servers

DBA Planning calendar overview

T-code: DB13
SAP* jobs status

Instances status

T-code: SM51
System change options

T-code : SE06

Maintain SLD Access data

T-code: SLDAPICUST
System landscape registration overview

T-code: RZ70
SLD status

t-code: SLDCHECK

WE21

SE16
RSLOGSYSDEST
SCOT

SMQR and SMQS


SM59
STRUSTSSO2
SMICM

HANA License Check


SM59 Export
Create a file export_sm59.sql in directory /home/<SID>adm/
Script always run in App Server in <SID>adm

Write the script in that file


# logfile export_sm59.log
export
client=all
file='export_sm59.dat'
delete from RFCDES
select * from RFCDES
delete from RFCDOC
select * from RFCDOC
delete from RFCATTRIB
select * from RFCATTRIB
delete from RFCCHECK
select * from RFCCHECK
delete from RFCDESSECU
select * from RFCDESSECU
delete from RFCSYSACL
select * from RFCSYSACL
delete from RFCTRUST
select * from RFCTRUST
delete from RFCCMC
select * from RFCCMC
delete from RFCGO
select * from RFCGO
delete from SXRFC
select * from SXRFC
delete from IBSSI_RFCDEST
select * from IBSSI_RFCDEST
delete from PARAMVALUE
select * from PARAMVALUE
delete from TXCOM
select * from TXCOM
delete from RSECTAB
select * from RSECTAB
delete from RSECACTB
select * from RSECACTB
delete from RZLLITAB
select * from RZLLITAB
# end of script

Change the rights to 777 and owner to sidadm


Run the script with this command: R3trans -w export_sm59.log export_sm59.sql
Recover the Tenant DB
1
License Applied through OS level

You might also like