更改EBSserver域名/IP「建议收藏」

更改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

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 举报,一经查实,本站将立刻删除。

发布者:全栈程序员-用户IM,转载请注明出处:https://javaforall.cn/116327.html原文链接:https://javaforall.cn

【正版授权,激活自己账号】: Jetbrains全家桶Ide使用,1年售后保障,每天仅需1毛

【官方授权 正版激活】: 官方授权 正版激活 支持Jetbrains家族下所有IDE 使用个人JB账号...

(0)


相关推荐

发表回复

您的电子邮箱地址不会被公开。

关注全栈程序员社区公众号