- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Numerous log files in /var/opt/hparray/log - How d...
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
02-08-2001 11:33 AM
02-08-2001 11:33 AM
Thanks...
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2001 12:25 PM
02-08-2001 12:25 PM
Re: Numerous log files in /var/opt/hparray/log - How do I read and can I delete them?
find ./ -mtime +30 -exec rm {} \;
command . this will just keep one month old files in the directory if you ever need them . Other option is just back them off to a tape using tar and then remove from the directory.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2001 12:33 PM
02-08-2001 12:33 PM
Re: Numerous log files in /var/opt/hparray/log - How do I read and can I delete them?
find /var/opt/hparray/log -name -type f -mtime +15 -exec rm {} \;
Here's a thread that explains what these files are:
http://us-support.external.hp.com/cki/bin/doc.pl/sid=16897a7e0a09e1c8e2/screen=ckiDisplayDocument?docId=200000048194481
/rcw
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2001 12:34 PM
02-08-2001 12:34 PM
Re: Numerous log files in /var/opt/hparray/log - How do I read and can I delete them?
sorry,
/rcw
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2001 07:07 AM
02-09-2001 07:07 AM
Solution1. /sbin/init.d/hparray stop
2. mv /var/opt/hparray/log/* /tmp
3. touch /var/opt/hparray/log/LOGCATLG
4. /sbin/init.d/hparray start
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2001 07:19 AM
02-09-2001 07:19 AM
Re: Numerous log files in /var/opt/hparray/log - How do I read and can I delete them?
Thanks...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2003 07:01 AM
02-21-2003 07:01 AM
Re: Numerous log files in /var/opt/hparray/log - How do I read and can I delete them?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2003 08:57 AM
02-21-2003 08:57 AM
Re: Numerous log files in /var/opt/hparray/log - How do I read and can I delete them?
better to open a new call and add the weblink to the call.
Robert-jan.