Operating System - HP-UX
1829153 Members
2567 Online
109986 Solutions
New Discussion

Oracle file system full-HPUX 11.11

 
Trng
Super Advisor

Oracle file system full-HPUX 11.11

HI gurus,

i am an HPUX admin,pls let me know how to handle oracle file system cases(is it possible) and what is the use of "core" files in oracle (i am aware CORE use in HPUX).Pls look an example below for core files in oracle
(28)==> find . -name "core"
./oracle/11i/aptoeadb/9.2.0/oem_webstage/oracle/core
./oracle/11i/aptoeadb/9.2.0/inventory/filemap/oem_webstage/oracle/core
./oracle/11i/aptoeadb/10.2.0/sysman/admin/emdrep/sql/core
./oracle/11i/aptoeaora/iAS/oem_webstage/oracle/core
./oracle/11i/aptoeaora/iAS/Apache/Apache/htdocs/discwb4/applet/com/ms/wfc/core
./oracle/11i/aptoeaora/iAS/panama/doc/javadoc/oracle/panama/core
./oracle/11i/aptoeaora/iAS/panama/server/classes/oracle/panama/core
./oracle/11i/aptoeaora/iAS/appsutil/template/panama/server/classes/oracle/panam
/core
./oracle/11i/aptoeacomn/java/oracle/apps/csr/scheduler/core
./oracle/11i/aptoeacomn/java/oracle/apps/jtf/cac/sync/framework/core
./oracle/11i/aptoeacomn/java/oracle/apps/cct/wrapApi/com/genesyslab/ail/core
./oracle/11i/aptoeacomn/java/oracle/apps/xdp/openif/core
./oracle/11i/aptoeacomn/java/oracle/apps/xdp/adapter/core
./oracle/11i/aptoeacomn/java/oracle/apps/xdp/sm/core
./oracle/11i/aptoeacomn/java/oracle/apps/xdp/dequeuer/core
./oracle/11i/aptoeacomn/java/oracle/apps/xnp/adapter/core
./oracle/11i/aptoeacomn/java/oracle/apps/qot/core
./applmgr/11i/aptoea/admin/aptoea/out/core


is it required or can we delete and pls let me from system admin side what and all we can do with this oracle file system related errors



Thanks in advance


rgds
surehnair
administrator
3 REPLIES 3
Yogeeraj_1
Honored Contributor

Re: Oracle file system full-HPUX 11.11

hi surehnair,

These core files can also be directories.

please try to query again using:

find . -name "core" -type f -exec file {} \;

this will give you a better indication.

kind regards
yogeeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)
Yogeeraj_1
Honored Contributor

Re: Oracle file system full-HPUX 11.11

hi again,

Also verify the dates of the core files. You may wish to initially deleve the core files and then start monitoring.

if they occur too frequently, then you will have to contact Oracle Support for this issue.

kind regards
yogeeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)
Trng
Super Advisor

Re: Oracle file system full-HPUX 11.11

.
administrator