Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 3

STT Bước thực hiện Cách thức thực hiện Kết quả mong đợi

1 Connect to server Connect to DEV server (10.2.12.51) via SSH with


username/password: root/*****

2 Copy data file Datafile has a format Rxxxxx.DEV


For example, we need move a TR: DEVK901203. So, datafile
is: R901203.DEV
Step 1:
- Perform the move to the directory containing the data
file.
cd /usr/sap/trans/data
Step 2:
- Perform copy datafile to PRD Training System:
scp -rp R901203.DEV root@10.2.12.56:/usr/sap/trans/data/

3 Copy cofiles Cofile has a format Kxxxxx.DEV


For example, we need move a TR: DEVK901203. So, cofiles
is: K901203.DEV
Step 1:
- Perform the move to the directory containing the cofiles:
cd /usr/sap/trans/cofiles
Step 2:
- Perform copy cofiles to PRD Training System:
scp -rp R901203.DEV root@10.2.12.56:/usr/sap/trans/data/
STT Bước thực hiện Cách thức thực hiện Kết quả mong đợi

4 Changes permision Connect to PRD server (10.2.12.56) via SSH with


username/password: root/*****

Perform:
chown -R prdadm:sapsys /usr/sap/trans/cofiles/K901203.DEV

chmod -R 755 /usr/sap/trans/cofiles/K901203.DEV

chown -R prdadm:sapsys /usr/sap/trans/data/R901203.DEV

chmod -R 755 /usr/sap/trans/data/R901203.DEV

5 Add request Login to PRD Training System via SAP GUI.


Tcode: STMS_IMPORT
Extras => Other Requests => Add => fill TR name
(DEVK901203).
6 Import TR T-code: STMS_IMPORT
Click Request (1)=> Choose button Filter (2)=> fill TR name
(3) => Copy (4) => Refresh (5) => Import Request (6).
STT Bước thực hiện Cách thức thực hiện Kết quả mong đợi

Target Client: 900


Import Options:

Click button continue.

You might also like