- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How do I enable auditing on hpux?
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-16-2005 04:34 PM
02-16-2005 04:34 PM
How do I enable auditing on hpux?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2005 04:57 PM
02-16-2005 04:57 PM
Re: How do I enable auditing on hpux?
Two things:
1) Create a *new* filesystem that mounts to /.secure - should be minimum 512 MB up to 4 GB or more- it depends on how much data you'll want to gather
This is necessary because auditing on a "busy" system can create some *very* large files & you *don't* want to fill the root filesystem lest it bring the system to a screeching halt.
2) Then afterwards just go into SAM & then the Security section & click the Auditing icon & it will ask if you want to enable it - say yes & off you go.
After you see just how large - and how *fast* the files get created you can trim back just how much info it gathers - man audit for further details.
There's a heck of a lot of info that can be garnered - but only so much is actually relevant for any one site.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2005 05:00 PM
02-16-2005 05:00 PM
Re: How do I enable auditing on hpux?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2005 05:03 PM
02-16-2005 05:03 PM
Re: How do I enable auditing on hpux?
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=638058
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2005 05:06 PM
02-16-2005 05:06 PM
Re: How do I enable auditing on hpux?
You can enable auditing on HP-UX using audsys aswell.
Use audsys to start or halt the auditing system and set or display audit file information
Eg:-
audsys -f (stops auditing and frees up your processors)
audsys -n (starts auditing)
# audsys -n -c
Whenever auditing is turned on, a ``current'' audit file is required and a ``next'' audit file (for backup) is recommended (see audsys(1M) and audomon(1M)). When the ``current'' audit file is full and the ``next'' audit file is available, the auditing system switches files automatically.
audsys allows the user to start or halt the auditing system, to specify the auditing system "current" and "next" audit files (and their switch sizes), or to display auditing system status information. This command is restricted to super-users.
The "current" audit file is the file to which the auditing system writes audit records. When the "current" file grows to either its Audit File Switch (AFS) size the auditing system switches to write to the "next" audit file. The auditing system switches audit files by setting the "current" file designation to the "next" file and setting the new "next" file to NULL. The "current" and "next" files can reside on different file systems.
IA