- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Event logging
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
08-08-2005 03:09 AM
08-08-2005 03:09 AM
Thanks
TR
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2005 03:15 AM
08-08-2005 03:15 AM
Re: Event logging
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2005 03:19 AM
08-08-2005 03:19 AM
Re: Event logging
Will tell you who logged in when and you failed to login and when.
For su access, look at the /var/adm/sulog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2005 03:22 AM
08-08-2005 03:22 AM
Re: Event logging
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2005 03:41 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2005 05:14 AM
08-08-2005 05:14 AM
Re: Event logging
/usr/sbin/inetd -k
/usr/sbin/inetd -l
and see the inetd connection IP addresses in your syslog.log
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2005 06:17 PM
08-08-2005 06:17 PM
Re: Event logging
some important commands releated to auditing
1. audisp -e
2. audsys
3. audevent
4. audusr
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2005 08:31 PM
08-08-2005 08:31 PM
Re: Event logging
login/logout - last command (wtmp file tracking)
bad login - lastb command (btmp file tracking)
file access - You have to turn your system into trusted.
Go to sam -> auditing & security -> audited events, it will ask to ask to turn system trusted mode.
You can use .sh_history file to track which commands are executed with which file. You have to enable in /etc/profile for history logging as,
set -o $EDITOR
export $HISTFILE=$HOME/.sh_history
export $HISTSIZE=1000
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2005 11:28 PM
08-08-2005 11:28 PM
Re: Event logging
Logging fetures are available when you have Trusted System Environment. Once you have Trusted System, enable Auditing and ites options to enable logging of login/logout, failed logins, file access, etc
Regards
Mahesh