- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- Server Management - Systems Insight Manager
- >
- Large amount of files in "Output" directory
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
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
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
06-06-2008 12:01 PM
06-06-2008 12:01 PM
We are implementing a new NetBackup solution and I was monitoring the backup of our SIM server to make sure things were going OK with the test backup. I noticed it got hung up on the "c:\program files\hp\Systems Insight Manager\output" subdirectories.
Do some investigating I found some of these subfolders have more than 50,000 small files in them. For example:
c:\program files\hp\Systems Insight Manager\output\0000001b78ba21bc0000000a00000898
This directory has 53484 "out" files in it. Is this normal? Is these needed? Can they be deleted? This REALLY makes file level backups slow.
Thanks
Nelson
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2008 09:45 AM
06-08-2008 09:45 AM
SolutionThose files are stdout and stderr results from your jobs.
This setting might be helpful
Stop SIM Service
Modify .\HP\Systems Insight Manager\config\mx.properties
and add:
MX_JOB_MAX_COMPLETED_JOBS_PER_TASK=3
MX_JOB_MAX_COMPLETED_JOB_AGE=7
MX_JOB_KEEP_RUN_NOW_HOURS=8
But You can also delete the files if you don't need the output results
del /q /s C:\"Program Files"\HP\"Systems Insight Manager"\output\*.out
You can find me from Twitter @JKytsi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2008 12:59 PM
06-08-2008 12:59 PM
Re: Large amount of files in "Output" directory
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2008 09:45 PM
06-08-2008 09:45 PM
Re: Large amount of files in "Output" directory
Check here http://docs.hp.com/en/418810-003/ch13s04.html
You can find me from Twitter @JKytsi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2008 05:55 AM
06-09-2008 05:55 AM
Re: Large amount of files in "Output" directory
Nelson
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2008 05:58 AM
06-09-2008 05:58 AM
Re: Large amount of files in "Output" directory
and add:
MX_JOB_MAX_COMPLETED_JOBS_PER_TASK=3
MX_JOB_MAX_COMPLETED_JOB_AGE=7
MX_JOB_KEEP_RUN_NOW_HOURS=8