|
|
发表于 2008/3/19 11:40:52
|
显示全部楼层
原帖由 websterz 于 2008-3-16 23:23 发表 
今天终于完成了oracle EBS的安装。
从3月10日决定放弃直接安装Linux(因为Linux不支持我的SATA硬盘), 到现在(3月16日晚上10:53),终于第一次见到了EBS的登录界面!
本来想周六就可以完成安装,这样周日就可以去 ...
其實我遇到的問題也比較多.
1.我安裝的是centos 4.5 在安裝os過程中沒有自動檢測出硬盘,需手工加載i2o driver.
2.在安裝ebs 11i 時,檢測不出os.結果要改/etc/redhat-release
由:CentOS release 4.5 (Final)
改為:Red Hat Enterprise Linux AS release 4 (Nahant)
3.內存設置問題(Out of Memory).
vi /etc/sysctl.conf
kernel.shmmax = 536870912
4.第一次安裝時選擇了中文.安裝後可登入,但菜單有問題,用不了.重新安裝,在安裝時不選擇中文,安裝後再打中文PATCH.
5.(在安裝時我選擇UTF8)打簡體中文patch時一切順利.登入正常.打開FORMS時出現"打開Oracle*Terminal 文件 fmrweb 出錯"問題.
mv fmrweb.res bak.fmrweb.res
cp -rp fmrweb_utf8.res fmrweb.res
mv fmrpcweb.res bak.fmrpcweb.res
cp -rp fmrpcweb_utf8.res fmrpcweb.res
6.打繁體中文patch時,某一個worker死了.
用adctrl restart worker
1. Show worker status
2. Tell worker to restart a failed job
3. Tell worker to quit
4. Tell manager that a worker failed its job
5. Tell manager that a worker acknowledges quit
6. Restart a worker on the current machine
7. Exit
Enter your choice [1] : 1
Control
Worker Code Context Filename Status
------ -------- ---------------------- -------------------- --------------
1 Run AutoPatch R115 Wait
2 Run AutoPatch R115 Wait
3 Run AutoPatch R115 Wait
4 Run AutoPatch R115 hrhutkfl.ldt FAILED
5 Run AutoPatch R115 Wait
6 Run AutoPatch R115 Wait
7 Run AutoPatch R115 Wait
8 Run AutoPatch R115 Wait
Review the messages above, then press [Return] to continue.
6. Restart a worker on the current machine
注意按提示的去找worker的日志文件(有可能需要查一下ebs的三个“系统管理员”文档),每一个worker都有自己的日志文件的.一般都会找到问题的原因,我通过此方解决过需多看起来非常古怪的问题 |
|