on 2012 Jun 26 7:14 AM
Hello friends,
Can you please help me in understanding how to use of MIGTIME tool.. is this possible that i can see results of export/import now using this as i have already performed test migration system.
We are having NetWeaver 04 SR1 based system.. so i think i dont need to download this tool from marketplace now.
Not much detail have been provided in Note 784118 - System Copy Java Tools and have checked few SDN threads also.
Regards
ashish
You can find the MIGTIME.SAR file in the installation master DVD under <DVD>/<INSTALL_MASTER>/<PLATFORM>/COMMON/INSTALL
or
You can download it from the Service Marketplace.
Extract it as follows:
host:sidadm 27> SAPCAR -xvf MIGTIME.SAR
SAPCAR: processing archive MIGTIME.SAR (version 2.01)
x migtime.jar
x export_time.sh
x import_time.sh
x time_join.sh
x export_time.bat
x import_time.bat
x time_join.bat
x TimeAnalyzer.pdf
You will get TimeAnalyzer.pdf , which gives details of how to use the tool.
You can find very good information on analyzing the export/import times in the IBM redbook link below
http://www.redbooks.ibm.com/redbooks/pdfs/sg247774.pdf
Regards
Ratnajit
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
normally you'll get two result, one is graph with XML and the other is text with .txt. Based on the result, you can optimize the export and import time by using the orderBy file.
to generate the migration time for export, you need your export dir and sapinst.
eg of the Export command::
export_time.bat -installDir "D:\sapinst\..\..\" -dataDirs "D:\ExportDir\..\..\DATA" -top 60 -html -xml
For the import, you need the sapinst dir
eg of Import command::
import_time.bat -installDir "D:\sapinst\..\..\ABAP" -h 1 -html -xml
To join both import and export time::
time_join.bat -exportFile "D:\export_time.xml" -importFile "D:\import_time.xml" -html –xml
Hope it helps,
Cheers,
Nicholas Chang
User | Count |
---|---|
70 | |
10 | |
10 | |
7 | |
6 | |
6 | |
6 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.