× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



With SOX and all we have to document many many things. Like the following:

... referring to a few directories...
<snip>
Our policy is to only keep those files that have a changed date less than 1 week old. You can use iNav to sort by changed date.
Repeat for every Domino server by checking out the subdirectory logs in the servers data directory. Especially
/GDDATA/NOTES/DATA/logs
/XDEK01/NOTES/DATA/logs
/SAMETIME03/NOTES/DATA/logs
To delete all files in a directory that were modified more than 5 days ago:
qsh
find /GDDATA/NOTES/DATA/IBM_TECHNICAL_SUPPORT -mtime +5 -type f -print | xargs /bin/rm -f
</snip>


Rob Berendt

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.