zoukankan      html  css  js  c++  java
  • [SAP BASIS][UPGRADE] shadown instance operation

    1. unlock the shadow system

    2. lock the  shadow system

    3. stop the shadow instance

    4. start the shadow instance

    1.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>abapin   (e.g. usrsapPRDSUMabapin)         
    
    .SAPup unlockshd

    2.lock the  shadow system

      UNIX:   

    ./SAPup lockshd

      WINDOWS:

    .SAPup lockshd

    3.stop 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>abapin           example:     cd usrsapSUMabapin

      Step 2

    UNIX:            ./SAPup stopshd    
    WINDOWS:  .SAPup stopshd

    4.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>abapin           example:     cd usrsapSUMabapin

      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 ...

    每天进步一点点,多思考,多总结 版权声明:本文为CNblog博主「zaituzhong」的原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接及本声明。
  • 相关阅读:
    grep如何忽略.svn目录,以及如何忽略多个目录
    CSS写的提示框(兼容火狐IE等各大浏览器)
    校验IPv4和IPv6地址和URL地址
    input框设置onInput事件只能输入数字,能兼容火狐IE9
    $(function(){})、$(document).ready(function(){})....../ ready和onload的区别
    jQuery EasyUI 教程-Tooltip(提示框)
    小知识随手记(一)
    自动换行效果对比
    getComputedStyle与currentStyle获取样式(style/class)
    弹出层框架layer快速使用
  • 原文地址:https://www.cnblogs.com/tingxin/p/12380585.html
Copyright © 2011-2022 走看看