- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- accounting files keep growing
Categories
Company
Local Language
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
Forums
Discussions
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
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- 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
тАО03-03-2006 06:42 AM
тАО03-03-2006 06:42 AM
On one of my wkstns the accouning files: /var/adm/pacct, /var/adm/acct/nite/...,
/var/adm/acct/fiscal/... they are keeping growing and eat up my disk space at an incredible speed (around 100mb/day).
I used the following command trying to stop it:
#shutacct
#turnacct off
also I set ACCOUNTING=NO in /etc/rc.config
but none of them seems to work at all.
This wkstn is a DS10/tru64 4.0g, it doesn't need to run auditing at all, I don't even know how it get started. Can anyone tell me which process is writing to those files and how to stop it.
Many thanks,
Qing
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-06-2006 10:40 AM
тАО03-06-2006 10:40 AM
Re: accounting files keep growing
Have you checked cron daemon process, usually runacct shell will be scheduled to run automatically daily/weekly/monthly or any specific time. If there is any RUNACCT scheduled, then better you can remove the line from you cronab to stop accounting. Aslo there are so many target files/intermedicate database files to collect the accounting info. Find and delete those files.
Archunan
Archie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-07-2006 12:38 AM
тАО03-07-2006 12:38 AM
Re: accounting files keep growing
You can set accounting OFF by following command :-
rcmgr set ACCOUNTING NO
Also check, you crontab should not have any entry with acct word in it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-07-2006 04:09 PM
тАО03-07-2006 04:09 PM
SolutionAs root do the following.
# crontab -e adm
Remove the entry of "/usr/sbin/acct/runacct".
After this the execution "shutacct" and
"rcmgr set ACCOUNTING NO" should
set the accounting off forever.
Regards,
Rani
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-08-2006 04:00 AM
тАО03-08-2006 04:00 AM