cancel
Showing results for 
Search instead for 
Did you mean: 

DB EXPORT is triggered and running

Former Member
0 Kudos

Hello Team,

Currently we have executed DB export and please let me know how to confirm DB export is running properly ?

what are the log files to need check ?

Please check the attached file .

Note :

Export directory size was increasing 70 GB approximately .

cq1adm> df -k .

Filesystem    1024-blocks      Free %Used    Iused %Iused Mounted on

/dev/fslv14     589824000 511445232   14%    18910     1% /saptest

cq1adm> du -k .

72246912        ./ABAP/DATA

0       ./ABAP/DB/ADA

0       ./ABAP/DB/DB2

0       ./ABAP/DB/DB4

0       ./ABAP/DB/DB6

0       ./ABAP/DB/HDB

0       ./ABAP/DB/MSS

260     ./ABAP/DB/ORA

0       ./ABAP/DB/SYB

84008   ./ABAP/DB

72330924        ./ABAP

168     ./DDL-CQ1

72331096        .

Accepted Solutions (0)

Answers (4)

Answers (4)

former_member188883
Active Contributor
0 Kudos

Hi John,

As other experts have shared information of monitoring the progress of the jobs, I could add some thing over there.

1) Check the number of R3load processes either in SAPinst screen or on OS level using

    ps -eaf | grep R3load ( This will list of current active R3load Processes)

2) You may query export_monitor.properties file located under installation directory to identify which data packages have completed, which is running and which is yet to be completed.

   Check the number of entries having ++, - or 0 to have relevant status.

   ++ : Completed

   - : Error

   0: Not yet started

Hope this helps.

Regards,

Deepak Kori

former_member206552
Active Contributor
0 Kudos

Hi John

along with the recommendations above you can also run

ps -ef | grep R3

this will show you how many exports are currently running

best regards

marius

Former Member
0 Kudos

Hi John,

Even on the bottom of your SAPINST-gui (which on your screendump says "Running migration monitor") you will find the status of your export (and later on import). Depending on how many parallel-process/jobs you have defined, you will see something like "Export Monitor jobs: running #, waiting #, completed #, failed # and total #".

So you should check the failed one if any, on the directory which RB mentioned above.

As long as no failed one, your export is running OK.

I hope this will help you.

Regards,

Andre

Reagan
Advisor
Advisor
0 Kudos

Hello

Check for the logs in the /tmp file system.

The sapinst creates a directory sapinst_instdir in the /tmp file system and the logs are mostly there.

Regards

RB