zoukankan      html  css  js  c++  java
  • SAProuter Installation

    1. Create the subdirectory SAProuter in the directory /usr/sap/.    
    1. Download the latest version from service.sap.com.
    1. Copy programs 'saprouter' and 'niping' into the   directory /usr/sap/saprouter.      
    1. Add the following lines to the file /users/<SID>adm/startsap_<hostname>_<instance number> before the lines '#Start OS-Collector    
      daemon'.                                                         
       ---------------------------------------------------------------                                                                
      #                                                                
      # Start saprouter                                                 
      #                                                                
      SRDIR=/usr/sap/saprouter                                         
      if [ -f $SRDIR/saprouter ];then                                  
         echo "/nStarting saprouter Daemon "   tee -a $LOGFILE         
         echo "                            "   tee -a $LOGFILE         
         $SRDIR/saprouter -r -W 30000 -R $SRDIR/saprouttab /           
                          tee -a $LOGFILE &                            
      fi
      -----------------------------------------------------------------

    This entry automatically starts the SAProuter during the system  start and it ensures that the SAProuter is always started. Since the  SAProuter should continue to run after R/3 is shut down no  respective entry is included in the Stopsap Script. If you boot the   R/3 several times, the system displays error messages when the   SAProuter is started. You can ignore these error messages. The entry  of the SAProuter in the Startup Script is a recommendation.

    1. However,  you can also start the SAProuter manually using  saprouter -r                                                     

    The corresponding routing table must be maintained in                
    /usr/sap/saprouter/saprouttab.
     
    If you do not want an authorization check use the line 'P  * * *'.   

    来源:http://www.sapsecurityonline.com/oss/saprouter_install.htm

  • 相关阅读:
    cocos2d-x C++的do...while(0)另类使用方法
    C++ Virtual详解
    xcode5向APP store上传应用的时候注意点
    IOS7学习之路九(ios7自定义UIAlertView)
    IOS7学习之路八(iOS 禁止屏幕旋转的方法)
    Exception in thread "main" java.lang.ClassCastException: com.sun.proxy.$Proxy8 cannot be cast to XXX-------动态代理(proxy-target-class属性的意义)
    Maven支持第三方库大全
    EOS page问题
    EOS页面流参数传值问题
    XML中转义字符及使用
  • 原文地址:https://www.cnblogs.com/xiaomaohai/p/6157402.html
Copyright © 2011-2022 走看看