I LOVE SAP

Blog for BASIS Knowledge sharing

Archive for June, 2009

Background Job

Posted by Della on June 23, 2009

Job name   –> Program  –> Variant  –> Repeat interval

*** SAP_REORG_JOBS  –>  RSBTCDEL2  –> yes  –> daily

*** SAP_REORG_SPOOL –> RSPO0041/1041   –> yes  –> daily

*** SAP_REORG_BATCHINPUT  –> RSBDCREO  –> yes  –> daily

*** SAP_REORG_ABAPDUMPS  –>  RSSNAPDL  –> yes  –> daily

*** SAP_REORG_JOBSTATISTIC  –> RSBPSTDE   –> yes  –> monthly

***SAP_COLLECTOR_FOR_JOBSTATISTIC  –>  RSBPCOLL    –> no  –> daily

*** SAP_COLLECTOR_FOR_PERFMONITOR  –> RSCOLL00  –> no  –>  hourly

*** SAP_COLLECTOR_FOR_NONE_R3_STAT –>RSN3_STAT_COLLECTOR –> no  –>  hourly

***SAP_REORG_PRIPARAMS  –>  RSBTCPRIDEL   –> no  –>  monthly

***SAP_REORG_XMILOG  –> RSXMILOGREORG   –> yes –>  weekly

*** SAP_CCMS_MONI_BATCH_DP  –>  RSAL_BATCH_TOOL_DISPATCHING  –> no –> hourly

*** SAP_SPOOL_CONSISTENCY_CHECK  –> SPO1043  –> yes –> daily

*** SAP_REORG_ORPHANED_JOBLOGS  –> RSTS0024  –> yes  –> weekly

Posted in background job | Tagged: | Leave a Comment »

Backup Mode

Posted by Della on June 23, 2009

Here is a brief description about Full Backup, Incremental Backup, All Backup

backup_mode = full
This is a full database backup. It is also referred to as a level 0 backup. This backup contains all database files (for offline backup, as well as the online redo log files) and is used as the basis for your following incremental backups.

backup_mode = incr
This is an incremental database backup. It is also referred to as a level 1 backup. This backup contains only the Oracle blocks of all database files that have been changed since the last full backup (for offline backup, as well as the online redo log files).

Compare:
backup_mode = all
This is a whole database backup. This backup contains all database files (for offline backup as well as the online redo log files), yet it cannot serve as the basis for your following incremental backups. Therefore, the scope of the backup is the same as a full backup. The main difference to a full backup is that a full backup is additionally flagged as level 0 in the Oracle control file.

Full backups and whole backups are referred to as complete backups.
Partial (backup_mode = <Object_list>) and whole backups (backup_mode = all) are also referred to as normal backups because they cannot be part of an incremental backup strategy.

Normal and full backups can be performed with or without RMAN (see init<SID>.sap parameter tape_copy_cmd or disk_copy_cmd). Incremental backups are always performed with RMAN.

Posted in Backup | Tagged: , , | 1 Comment »

How to know to know Kernel Version

Posted by Della on June 23, 2009

Here is the step by step how to know the kernel version on your SAP System

click system - status

click system - status

click arrow button beside navigate button

click arrow button beside navigate button

see Kernel Information

see Kernel Information

Posted in Patches | Tagged: , , , | Leave a Comment »

/sapmnt/SID full –> again???

Posted by Della on June 8, 2009

On Friday (June, 5 2009) when I check file system on our CI server, I saw that our sapmnt/CAP almost full (againnn??), only 5% left :( … and then I check our background job for SAP_REORG_JOBS to check what program that running this job, because this job supposed to delete old jobs.

The ABAP program that runs SAP_REORG_JOBS is RSBTCDEL!
Then I try to create the new one (in sm36) with RSBTCDEL2 program, but the step in sm36 couldn;t continue until you fill the variant for this jobs.

Today I found the website about how to create variant for RSBTCDEL2. Here it is how to create variant

Posted in Log File | Tagged: , , , | Leave a Comment »

 
Follow

Get every new post delivered to your Inbox.