HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- why the oracle log was writed into pkg log?
Operating System - HP-UX
1832685
Members
2901
Online
110043
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2007 06:28 PM
05-30-2007 06:28 PM
I found the / was 100% full.And the problem caused by the pkg.log . The oracle writed the log into the pkg.log interval a few minutes . So the pkg.log became bigger and bigger ,and finally chock up the / directory.
How to stop the behavior launched by oracle? can somebody tell me ?
Thanks & B.R
RAMBO
How to stop the behavior launched by oracle? can somebody tell me ?
Thanks & B.R
RAMBO
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2007 07:15 PM
05-30-2007 07:15 PM
Re: why the oracle log was writed into pkg log?
Hey
Check this thread:
http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1030589
Regards
Check this thread:
http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1030589
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2007 07:23 PM
05-30-2007 07:23 PM
Solution
It was probably the standard output of the oracle process.
ServiceGuard has this way of making you painfully aware of the fact that your packaged application is printing something to standard output and/or standard error.
The package control script is started with its standard output and standard error streams redirected to the package log file. Everything started from the control script inherits this property, unless you specify something else.
Redirect it into some suitable location in your oracle startup script (or package control script). If the real Oracle logfile does contain the same messages, you could redirect the standard output to /dev/null. Think carefully before redirecting standard error, though: usually that isn't nearly so verbose, and having the standard error output available might yield some vital clues at some later time when you're having problems.
You might also think about archiving the package logs periodically. Copying the log and then truncating the original might work.
If you're aiming for long uptimes and uninterrupted service, *anything* that grows without limit will need either a plan to handle the growth or a maintenance procedure to trim it back. If the growth is slow enough, the admins or the operators can do it manually if you have some sort of a system that sends a warning well before the disk is 100% full. But if the growth is fast or unpredictable, you may need to automate it.
MK
ServiceGuard has this way of making you painfully aware of the fact that your packaged application is printing something to standard output and/or standard error.
The package control script is started with its standard output and standard error streams redirected to the package log file. Everything started from the control script inherits this property, unless you specify something else.
Redirect it into some suitable location in your oracle startup script (or package control script). If the real Oracle logfile does contain the same messages, you could redirect the standard output to /dev/null. Think carefully before redirecting standard error, though: usually that isn't nearly so verbose, and having the standard error output available might yield some vital clues at some later time when you're having problems.
You might also think about archiving the package logs periodically. Copying the log and then truncating the original might work.
If you're aiming for long uptimes and uninterrupted service, *anything* that grows without limit will need either a plan to handle the growth or a maintenance procedure to trim it back. If the growth is slow enough, the admins or the operators can do it manually if you have some sort of a system that sends a warning well before the disk is 100% full. But if the growth is fast or unpredictable, you may need to automate it.
MK
MK
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP