- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: how to maintain a track record of user activit...
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
03-14-2008 01:32 AM
03-14-2008 01:32 AM
O/S: 11.11
we need to maintain a track record of activities of "USERA" (one of our application user).
track record means his executed commands, with time stamp.
should we use "sudo" for that purpose?
if yes please guide about where to install and how to configure sudo.
Regards,
Ahmad.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2008 02:22 AM
03-14-2008 02:22 AM
Re: how to maintain a track record of user activity at O/S level
http://www.unixguide.net/hp/faq/7.1.2.8.shtml
further you need to configure /etc/sudoers file as per your requiremts
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2008 02:30 AM
03-14-2008 02:30 AM
Solutionmarvik ALL=(ALL) NOPASSWD: /usr/local/bin/sudosh
and ask user to use "sudo sudosh" . It will generate files like thi sbelow for every user with time stamp & commands used and its output.Hope that helps
marvik-root-script-1191845617-nz1XY46c8AgiEkmI
marvik-root-time-1191483206-XjFHnJKqsOQwSU02
marvik-root-input-1190784713-ub7dfBDjFHnpLMsO
Cheers
Marvik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2008 02:32 AM
03-14-2008 02:32 AM
Re: how to maintain a track record of user activity at O/S level
>one of our application user
You can track users activity on server not inside application.
For sudo use and how to configure its files all details are at: http://www.unixcities.com/sudo/index.html
-=ShRi=-
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2008 04:16 AM
03-17-2008 04:16 AM
Re: how to maintain a track record of user activity at O/S level
I have successfully configured sudo, as far as the "UserA" whenever use the root priveledge through sudo.
is there any way to log down the "UserA" activity whenever he tried to use the priveledge of "UserB" {UserB is not a root user} ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2008 08:08 AM
03-17-2008 08:08 AM
Re: how to maintain a track record of user activity at O/S level
How is UserA becoming UserB? If he is using su(1), no, other than using a wrapper. And why bother since UserA knows the password for UserB. (There was a recent thread about how silly this was.)
You of course can allow sudo to allow UserA to do commands as UserB and then limit them.
This thread may help:
http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1187025