1834089 Members
2274 Online
110063 Solutions
New Discussion

Re: File Baselining

 
doubletake
Occasional Contributor

File Baselining

We have been using a tool that is now no longer supported to run file baselines in order to identify files that have been changed. I understand that there are some native HP utilities that can checksum files and therefore perform the same functionality - is anyone doing anything similar and if so what tool(s) are you using
3 REPLIES 3
TwoProc
Honored Contributor

Re: File Baselining

Tripwire has been ported to HPUX. I believe that is an HPUX distribution - check out software.hp.com.
We are the people our parents warned us about --Jimmy Buffett
A. Clay Stephenson
Acclaimed Contributor

Re: File Baselining

Tripwire will do it or you can do a homegrown solution built around cksum. The idea is that create a database (which might be a flat file) that contains the pathname, time of last modication, file size, mode, owner, group, and a cksum. You then periodically check the files listed in the database against their current versions. I done a homemade solution in Perl that satifies my SOX guys but then again I had been doing that for years before SOX was even thought of.
If it ain't broke, I can fix that.
Tim Nelson
Honored Contributor

Re: File Baselining

HP's IDS9000 is still out there. It will ( or at least used to ) monitor critical files for changes.