EBS 11i log檔案太多引起請求無法提交

yhj20041128001發表於2013-12-24
最近碰到一個問題。因為EBS 11i log檔案太多引起請求無法提交。重建log檔案路徑就解決了。

檢視EBS的請求,報需要一個到二個併發管理器處理請求。還有請求無法儲存log。
檢視log路徑的檔案,有6G的log檔案。
[whatsupgold@szfms01 ~]$ cd /u02/fmsprd/fmsprdcomn/admin
[whatsupgold@szfms01 admin]$ pwd
/u02/fmsprd/fmsprdcomn/admin
[whatsupgold@szfms01 admin]$ ls
inbound  install  log  log.bak  out  outbound  scripts
[whatsupgold@szfms01 admin]$

重建log,out路徑的檔案路徑。
[whatsupgold@szfms01 admin]$ ls
inbound  install  log  log.bak  out  outbound  scripts
[whatsupgold@szfms01 admin]$ mv log log.bak
[whatsupgold@szfms01 admin]$ mv out out.bak
[whatsupgold@szfms01 admin]$ mkdir -p log/fmsprd_szfms01
[whatsupgold@szfms01 admin]$ mkdir -p out/fmsprd_szfms01

重啟併發管理器。
[whatsupgold@szfms01 fmsprd_szfms01]$ pwd
/u02/fmsprd/fmsprdcomn/admin/scripts/fmsprd_szfms01
[whatsupgold@szfms01 fmsprd_szfms01]$ ls
adalnctl.sh    adcmctl.sh    adfmsctl.sh    adstpall.sh  jtffmctl.sh
adapcctl.sh    addisctl.sh   adfrmctl.sh    adstrtal.sh  L425505.log
adaprstctl.sh  adexecsql.pl  adpreclone.pl  adtcfctl.sh  sqlnet.log
adautocfg.sh   adfmcctl.sh   adrepctl.sh    gsmstart.sh
[whatsupgold@szfms01 fmsprd_szfms01]$ ./adcmctl.sh   stop apps/apps
[whatsupgold@szfms01 fmsprd_szfms01]$ ./adcmctl.sh   start apps/apps
進去EBS頁面,檢視請求,發現請求可以提交。












來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/23757700/viewspace-1064091/,如需轉載,請註明出處,否則將追究法律責任。

相關文章