- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: monitoring file access
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
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
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
тАО09-06-2005 12:28 AM
тАО09-06-2005 12:28 AM
I tried with fuser but it doesn't fit my need.
I need some utility that create a list of the all process that have accessed a specific file.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-06-2005 12:40 AM
тАО09-06-2005 12:40 AM
Re: monitoring file access
What about lsof then, if you dont have it you will have to go to your prefered porting archive center and download the product...
All the best
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-06-2005 12:41 AM
тАО09-06-2005 12:41 AM
Re: monitoring file access
"lsof" a contributory utility may be of help to you. Please visit following link for download
http://hpux.connect.org.uk/hppd/hpux/Sysadmin/lsof-4.76/
Regards
Mahesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-06-2005 12:43 AM
тАО09-06-2005 12:43 AM
Solutionfuser -cu /filesystem
can show open processes on a filesystem.
lsof can provide data on processes and is pretty useful.
But all processes that have accessed a specific file? Maybe if the system was trusted, you could set up auditing reports to do that for you.
HIDS/9000 comes to mind, but I'm not sure either is the right tool for this job.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-06-2005 12:43 AM
тАО09-06-2005 12:43 AM
Re: monitoring file access
You can get the no. of processed accessing it at a particular snapshot.
Or simply run a script via cron which appends that to a log.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-06-2005 12:44 AM
тАО09-06-2005 12:44 AM
Re: monitoring file access
Get lsof from following.
http://hpux.connect.org.uk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-06-2005 12:46 AM
тАО09-06-2005 12:46 AM
Re: monitoring file access
http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/binaries/hpux/
use this download it works!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-06-2005 12:50 AM
тАО09-06-2005 12:50 AM
Re: monitoring file access
here you can download directly the binaries of lsof:
http://www.mirrors.wiretapped.net/security/host-security/lsof/binaries/hpux/
Ciao,
Alessandro
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-06-2005 12:52 AM
тАО09-06-2005 12:52 AM
Re: monitoring file access
http://www.mirrors.wiretapped.net/security/host-security/lsof/FAQ
Regards,
Alessandro
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-06-2005 01:49 AM
тАО09-06-2005 01:49 AM
Re: monitoring file access
lsof can't report when a file is opened by the vi editor, so all the processes that have a behaviour similar to vi are not be catched by lsof.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-02-2007 06:58 AM
тАО12-02-2007 06:58 AM
Re: monitoring file access
you can try HIDS( Host intrusion detection system).
create rules on the filename.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-02-2007 06:59 AM
тАО12-02-2007 06:59 AM