[root@ebs ~]# vi /etc/hosts

127.0.0.1       localhost.localdomain   localhost

::1     localhost6.localdomain6 localhost6

192.168.12.24   ebs.example.com ebs

[root@ebs ~]# vi /etc/sysconfig/network-scripts/ifcfg-eth0

# generated by /u01/install/scripts/configdhcp.sh

DEVICE=eth0

HWADDR=08:00:27:F5:D5:41

ONBOOT=yes

#BOOTPROTO=dhcp

TYPE=Ethernet

NM_CONTROLLED=yes

BOOTPROTO=static

IPADDR=192.168.12.24

NETMASK=255.255.255.0

GATWAY=192.168.12.2

[root@ebs ~]# service network restart

[root@ebs ~]# su - oracle

[oracle@ebs ~]$ source /u01/install/VISION/fs1/EBSapps/appl/APPSEBSDB_ebs.env

[oracle@ebs ~]$ cd $ADMIN_SCRIPTS_HOME

[oracle@ebs scripts]$ ls

adadminsrvctl.sh  adformsrvctl.sh     adstrtal.sh       jtffmctl.sh

adalnctl.sh       admanagedsrvctl.sh  cz64bitengine.pl  msc

adapcctl.sh       adnodemgrctl.sh     gmf               mwactl.sh

adautocfg.sh      adopmnctl.sh        gsmstart.sh       mwactlwrpr.sh

adcmctl.sh        adpreclone.pl       ieo               pon64bitengine.pl

adexecsql.pl      adstpall.sh         java.sh

[oracle@ebs scripts]$ ./adautocfg.sh

相关文章:

  • 2021-09-16
  • 2021-09-20
  • 2022-12-23
  • 2021-11-09
  • 2021-12-04
  • 2021-06-08
  • 2021-07-27
  • 2021-12-30
猜你喜欢
  • 2022-01-10
  • 2022-01-22
  • 2021-12-10
  • 2021-10-04
  • 2021-09-08
  • 2021-10-22
相关资源
相似解决方案