- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Auditing questions??
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
10-02-2002 06:19 AM
10-02-2002 06:19 AM
audisp: can't read audit file ????? and then Note: # files opened successfully = 0.
I guess my first question is did I start it correctly? Any ideas on the error messages? Does my system need to be trusted in order for audit to work? Any input would be appreciated. Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2002 06:34 AM
10-02-2002 06:34 AM
Re: Auditing questions??
audisp -p /var/adm/acct
GL,
C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2002 06:39 AM
10-02-2002 06:39 AM
Re: Auditing questions??
Yes, the system must be trusted - but I'm guessing it is if you've got data going into the file. you just need to specify the audit log file, ie:
audisp -p /.secure/etc/audfile1
check the man page for confirmation - audisp(1M)
regards,
Darren.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2002 06:48 AM
10-02-2002 06:48 AM
Re: Auditing questions??
and I get some information, but for every entry the user field says User=????????. Could this mean root?
At least I see something Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2002 07:06 AM
10-02-2002 07:06 AM
Re: Auditing questions??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2002 07:12 AM
10-02-2002 07:12 AM
Re: Auditing questions??
now that depends on what events/system calls you are auditing! You may get further info from the group info - this could be a root user, or it could be from something like a failed login process where the user isn't known at that time.
Now you've got auditing working you need to work out what you want to get out of it :) I've always had a limited number of pieces of information that I need, so I use audevent to remove ALL events/system calls, then use audevent to add in just the ones I'm interested in.
regards,
Darren.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2002 07:13 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2002 07:18 AM
10-02-2002 07:18 AM
Re: Auditing questions??
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000063248221
Also select "Managing system security" and then "auditing" from this document:
http://www.docs.hp.com/hpux/onlinedocs/B2355-90672/B2355-90672.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2002 11:14 AM
10-03-2002 11:14 AM
Re: Auditing questions??
Re the previous reply about pacct, etc. please do not confuse auditing with process accounting. They are not the same. Using audisp to look at a process accounting file is not going to work.