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 版权协议,转载请附上原文出处链接及本声明。
  • 相关阅读:
    好的 文章链接汇总
    webpack之postcss集成
    移动端适配方法合集
    每天干的啥?(2017.3)
    每天干的啥?(2017.2)
    【2016年终总结】
    每天干的啥?(2017.1)
    PHP获取接口数据(模拟Get)
    每天干的啥?(2016.12)
    更换域名后的数据库sql的执行命令
  • 原文地址:https://www.cnblogs.com/tingxin/p/12380585.html
Copyright © 2011-2022 走看看