码迷,mamicode.com
首页 > 其他好文 > 详细

Sap shadown instance operation

时间:2020-02-28 22:44:39      阅读:84      评论:0      收藏:0      [点我收藏+]

标签:shadows   unlock   top   apu   ble   down   sha   opera   testing   

unlock the shadow system

UNIX:

cd /<update directory>/abap/bin   (e.g. /usr/sap/PRD/SUM/abap/bin)
./SAPup unlockshd

WINDOWS:

<drive>

cd \<update directory>\abap\bin   (e.g. \usr\sap\PRD\SUM\abap\bin)         

.\SAPup unlockshd

lock the  shadow system

UNIX:   

./SAPup lockshd

WINDOWS:

.\SAPup lockshd

stop the shadow instance

tep 1

UNIX:           cd <update directory>/abap/bin           example:     cd  /usr/sap/PRD/SUM/abap/bin    
WINDOWS: <drive>                                                 example:     D:                        
                    cd <update directory>\abap\bin           example:     cd \usr\sap\SUM\abap\bin

Step 2

UNIX:            ./SAPup stopshd    
WINDOWS:  .\SAPup stopshd

start the shadow instance

Step 1

UNIX:           cd <update directory>/abap/bin           example:     cd  /usr/sap/PRD/SUM/abap/bin    
WINDOWS: <drive>                                                 example:     D:                                            
                     cd <update directory>\abap\bin           example:     cd \usr\sap\SUM\abap\bin

Step 2

UNIX:            ./SAPup startshd    
WINDOWS:  .\SAPup startshd

Step 3

The following output will be displayed:

 Starting shadow system ...
Starting service ...
waiting 4 seconds for system to come up ...
testing if system is available ...

 

Sap shadown instance operation

标签:shadows   unlock   top   apu   ble   down   sha   opera   testing   

原文地址:https://www.cnblogs.com/tingxin/p/12380585.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!