zoukankan      html  css  js  c++  java
  • 更改EBSserver域名/IP

    more:

    341322.1

    How to change the hostname of an Applications Tier using AutoConfig 

    338003.1

    How to change the hostname and or port of the Database Tier using AutoConfig 

    341322.1:How to change the hostname of an Applications Tier using AutoConfig 
    338003.1:How to change the hostname and or port of the Database Tier using AutoConfig

    http://wenku.baidu.com/link?url=wkJRtPKIlde3VLGSQ4Qq_tu9OC3PkDaDd_hJiAQfpGIgl7fAjAfkUFjtYINcB_kZPoTk4q0zS10m4e8xrDgaxHBsy-gAUv-g34IeQu_u0RW

    n1、停止应用

                  #su– appl01

                  #./stopAPP.sh

    n2、更换EBSserver域名

                 改动$CONTEXT_FILE的内容s_webentryhost和s_login_page

                 比如:

                     <webentryhost oa_var="s_webentryhost">ebstest</webentryhost>

     <login_page oa_var="s_login_page">

      http://ebstest.com:8000/OA_HTML/AppsLogin

     </login_page>

    n3、更换EBSserverIP

                   3.1 改动IP地址、子网掩码和网关

                         vi /etc/sysconfig/network-scripts/ifcfg-eth0

                         比如:

                        

    IPADDR=10.86.2.100

         NETMASK=255.255.254.0

         GATEWAY=10.86.2.1

          3.2 改动hosts文件

                         vi  etc/hosts

                         比如:10.86.2.100   ebs02.erp.com   ebs02

    n4、运行Auto Config

                  #su– appl01

                  # cd$ADMIN_SCRIPTS_HOME

                  # adautocfg.sh

    n5、启动应用

                  #su– appl01

                  #./startAPP.sh


  • 相关阅读:
    获得插入记录标识号, 鼠标移到DataGrid的行更改颜色(转)
    ESRI ArcGIS 9.0系列软件报价(转)
    世界电子地图
    Microsoft’s.NET MicroFramework初接触
    MapServer初体验成功
    MapScript C# Tutorial Programming MapServer in the ASP .NET Framework(转)
    WPF 中的Width 与 ActualWidth
    可空值类型
    面试时遇到上机编程题
    checked、unchecked
  • 原文地址:https://www.cnblogs.com/yxwkf/p/5129797.html
Copyright © 2011-2022 走看看