- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- System Administration
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-19-2007 03:43 AM
02-19-2007 03:43 AM
what log files to look for?
what steps to do?
If anybody can list the things he does each day to monitor his unix system it will be wonderfull.
Regards,
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2007 04:01 AM
02-19-2007 04:01 AM
Solutionlog onto the server and check /var/adm/syslog/syslog.log for errors
run dmesg
review backups were ok
check the filesystems for space
check, with top, for run-away processes
Speak to users, to find out if anything unusual is happening
.
.
.
.
or install glance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2007 04:07 AM
02-19-2007 04:07 AM
Re: System Administration
As peter Pomited out :
check your /var/adm/syslog/syslog file for errors.
# bdf ( for checiking the File system size)
# dmesg ( for any kind os system errors)
#top 10 ( to see the CPU utilization / process status)
# check your ignite backup status
Rgds / James
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2007 04:11 AM
02-19-2007 04:11 AM
Re: System Administration
1> #top
2> #tail -20 /var/adm/syslog
3> sar -u 1 5
4> iostat
5> vmstat
6> bdf
7> more rc.log
8> lanscan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2007 05:32 AM
02-19-2007 05:32 AM
Re: System Administration
What others have said will be helpful, but not nearly enough.
There are many logfiles to be checked and cleaned. How is up to you and syslog is but one of them.
What software do you have installed ?
...backups logs; third party application logs; bad logins; file system full; performance peaks (CPU,Disk,memory)etc...
And a good Administrator will set up something to automate monitoring of the scripts and send alerts. Personally I send certain messages to one central server, have that logfile checked regularly & email issues to my pager & email (for me & other admin). Nobody can be watching everything all the time...
.......automate,automate,automate !
Do some searches here as this subject as been discussed...you can brew your own, or use some software to help you.
Rgrds,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2007 05:38 AM
02-19-2007 05:38 AM
Re: System Administration
Well i have SAP installed on the servers, two of them are in a MC-SG cluster. Other than that no special software is there.
I am not familiar with creating scripts to monitor log files, however i will start to dig in here and in the books to know how to do that although having a server dedicated for the receival of these logs is not Financed in my company.
I will start to see all that. Glance Plus is not to be installed since it is not free.
I am using ISEE for the hardware problems.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2007 07:48 AM
02-19-2007 07:48 AM
Re: System Administration
Once you get the hang of it, you can concentrate on the bells and whistles.
Study the package control scripts - how the applications are stopped or started. What are the services configured? How many primary/lan cards does your cluster have ? Is it set to AUTOstart or for automatic failover ? How many heartbeat networks configured ?
Familiarizing with the cluster setup can save you very valuable troubleshooting time when something goes wrong. Ofcourse not many monitoring tools can impress your boss as much as putting-off fire in your cluster as quickly as possible :-) Just my 2 cents.
Good luck.
Sundar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2007 08:11 AM
02-19-2007 08:11 AM
Re: System Administration
http://www2.logwatch.org:81/
It took me a while to get the config the way I want it, but it sweeps the system log daily and produces a summary.