首页 > 其他 > 详细

Sap shadown instance operation

时间:2020-02-28 23:36:52      阅读:75      评论:0      收藏:0      [点我收藏+]

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

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!