- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Keeping track on sysadmins activities
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
01-31-2003 08:54 AM
01-31-2003 08:54 AM
Imagine group of several sysadmins working with many systems. Keeping good and convenient records of changes and jobs is a pain...
Thanks and points in advance for sharing your policies/tools/links!
BR,
Mihails
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2003 09:13 AM
01-31-2003 09:13 AM
SolutionIts a little forum in the public folder of our Microsoft Exchange server.
All configuration changes are supposed to be recorded there.
Further, we keep records in a paper notebook, especially when the backup is alone,like when I'm on vacation.
Lastly, we archive the root keyboard logs so that we can go back and know who did what to which system.
P
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
01-31-2003 10:51 AM
01-31-2003 10:51 AM
Re: Keeping track on sysadmins activities
# sets .sh_hist file to id of user
if [ "`tty`" = "/dev/console" ]
then
REAL=console
else
REAL=`logname`
fi
HISTFILE=$HOME/.sh_$REAL
export HISTFILE
HISTSIZE=10000; export HISTSIZE
Then you can keep tract of everyone that su's to root and on the console as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2003 11:06 AM
01-31-2003 11:06 AM
Re: Keeping track on sysadmins activities
The Part B of this is that each admin should keep a log. Mine are simply bound notebooks that span many years. It's amazing how much I learn by simply reading over these things from time to time.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2003 12:26 AM
02-03-2003 12:26 AM
Re: Keeping track on sysadmins activities
Thanks for the replies. Feedback from other members will also be appreciated.
BR,
Mihails
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2003 01:07 AM
02-03-2003 01:07 AM
Re: Keeping track on sysadmins activities
I guess logging activities are true pains..needs to be clear and disciplined effort. I prefer mails, Centrally stored record XLS sheets and written records especially for backups..
One tool i liked very much and use in my daily monitorying part is WEBMIN...you can download from www.webmin.com...
rgds
nainesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2003 02:46 AM
02-03-2003 02:46 AM
Re: Keeping track on sysadmins activities
we have a WEB-Based Application (Discus version 3.10.3), we call it "Knowledge data base".
In this database we have a tree like structure, eg:
Customer --> Application --> machine --> Database
On the machines we have an entry in the .profile:
ttwei=$(tty |cut -d "/" -f 3-)
HISTFILE=/.sh_history_$(who -R |awk -F'[()]' ' $1~t {print $2 } ' t=$ttwei)
export HISTFILE
This gives us a history from the last commands from the different users
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2003 05:14 AM
02-03-2003 05:14 AM
Re: Keeping track on sysadmins activities
We keep an "Incident log book" that contain all the interventions made on any of our 5 servers (From a simple shutdown to a major upgrade)
Simple and practical.
On top of that we have a small folder in our public folder in our Microsoft Exchange server, which contains a detailed description of any intervention on the server.
Have helped us several times.
Cheers
Yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2003 05:33 AM
02-03-2003 05:33 AM
Re: Keeping track on sysadmins activities
The task of "watching" them is huge, if not close to impossible, so you have to embellish a little trust. If they come to work in a new Jag, well then you might want to start monitoring them.
We do track what hosts they login to, and each has their own history (.sh_history) files, and that's about where it ends. I guess we could spend a few million dollars to purchase security logging software, but then you have to hire qualified SysAdmins to read over the data, which would be a full time job for about 6 people. If I were a socialist, I'd be all for it, but being that I'm not, there comes a time of "diminishing returns" - how much money do you want to spend to protect how much "money"??
live free or die
harry