1,EBS安装,
UNIX:
$ cd /u01/Stage11i/startCD/Disk1/rapidwiz
$ rapidwiz
Windows:
C:\>f:
F:\>cd Stage11i\startCD\Disk1\rapidwiz
F:\Stage11i\startCD\Disk1\rapidwiz> rapidwiz.cmd
2,AutoUpgrade log file name
The AutoUpgrade log file is where the AutoUpgrade manager stores information
about actions taken during the upgrade. Enter a new name or accept the default
(adaimgr.log). The file is located in $APPL_TOP/admin/<SID>/log, where <SID> is
the value of the ORACLE_SID or TWO_TASK variable (UNIX), or in
%APPL_TOP%\admin\<SID>\log, where <SID> is the value of the ORACLE_SID or
LOCAL variable (Windows).
3,起停服务器
停服务器的时候,首先停应用程序,然后停数据库
停止应用,首先要切换到应用用户;
/u01/appltest/testcomn/admin/scripts/TEST_ehr-test/adstpall.sh apps/apps
停止数据库,需要切换到数据库用户
/u01/oratest/testdb/9.2.0/appsutil/scripts/TEST_ehr-test/addlnctl.sh stop TEST
/u01/oratest/testdb/9.2.0/appsutil/scripts/TEST_ehr-test/addbctl.sh stop immedia
停止应用的时候,等APPLTEST用户下的所有进程都停止之后再停止数据库,命令如下:
ps -ef | grep appltest