The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Operating Systems > AIX
.
google unix.com



AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace.

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
Pre-checks balaji_prk AIX 2 03-13-2009 03:07 PM
Business Rules Forum 2008: Business Decisions from Real Time Events iBot Complex Event Processing RSS News 0 10-29-2008 09:50 AM
Article: Extending the Business Value of SOA through Business Process Management iBot Oracle Updates (RSS) 0 09-11-2008 02:15 AM
Legal Ruling Removes Open-Source Cloud - Investor's Business Daily (subscription) iBot UNIX and Linux RSS News 0 08-13-2007 08:00 PM
text boxes, radio buttons , check boxes in c++ on unix devy8 High Level Programming 3 07-07-2001 05:58 AM

Reply
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish Powered by Powered by Google
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 3 Weeks Ago
deepm deepm is offline
Registered User
  
 

Join Date: Oct 2009
Location: Chennai, India
Posts: 3
Daily checks for AIX business critical boxes.

Hi all,

I will like to know what are all sanitary checks which should be done on daily basis on all business critical AIX boxes without fail.


  #2 (permalink)  
Old 3 Weeks Ago
mikep9 mikep9 is offline
Registered User
  
 

Join Date: Oct 2009
Location: DFW, TX
Posts: 2
disk space, connectivity to the network, and security.
  #3 (permalink)  
Old 3 Weeks Ago
bakunin bakunin is offline Forum Staff  
Bughunter Extraordinaire
  
 

Join Date: May 2005
Location: In the leftmost byte of /dev/kmem
Posts: 1,628
Sorry, but your question is too general to be answered.

For instance, it might be critical to watch filesystem capacity if a lot of data is getting stored on the system and the data is not coming in a steady predictable stream. On the other hand there are systems where very little data is stored and the filesystem doesn't have to be watched closely at all. For some systems looking at it every month is enough, for others it is vital to monitor it hourly, yet many systems are somewhere between these extremes.

Specify your question a bit and we might be able to help you better.

bakunin
  #4 (permalink)  
Old 3 Weeks Ago
deepm deepm is offline
Registered User
  
 

Join Date: Oct 2009
Location: Chennai, India
Posts: 3
Quote:
Originally Posted by bakunin View Post
Sorry, but your question is too general to be answered.

For some systems looking at it every month is enough, for others it is vital to monitor it hourly, yet many systems are somewhere between these extremes.

Specify your question a bit and we might be able to help you better.

bakunin
Ok as you said some systems have to be monitored hourly, so i want to know what are the things to be monitored hourly is it just restricted to FileSystem, Memory.....?

as i dont have a real time experience so this question

---------- Post updated at 08:26 PM ---------- Previous update was at 08:13 PM ----------

Quote:
Originally Posted by zxmaus View Post
is 'none' a valid answer?

If you have sufficient monitoring in place, there is no good reason to look directly after them on a daily basis at all - because I get a ticket or am called out in case of any issues. I do monthly capacity checks across my boxes and compare them with previous months - but basically this is all ...

Kind regards
zxmaus
can you please explain what are the things covered in the sufficient monitoring..?

i think there is difference between a ticket being issued and checks on business critical boxes.
  #5 (permalink)  
Old 3 Weeks Ago
zxmaus's Avatar
zxmaus zxmaus is offline Forum Staff  
Moderator
  
 

Join Date: May 2008
Location: /etc/objrepos
Posts: 297
Hi,
in my company ticket = callout within one minute / responsetime for us SAs 5 min for prod, 15 min for non-prod - and we have a lot of business critical systems (global trading- and transaction systems) - we cannot afford any downtime.

we monitor cpu (wait + idle + usage), avm memory + pagingspace, diskspace (defined per filesystem via thresholds), processes (by names and numbers), logfiles (for defined keywords), obviously errpt, SAN (i.e. if all paths are up), network, nfs shares, systems pingable/reachable and if throughput is within thresholds, backups - we even monitor if the monitoring is up ... and basically everything else you could possibly think ...

Kind regards
zxmaus
  #6 (permalink)  
Old 2 Weeks Ago
bakunin bakunin is offline Forum Staff  
Bughunter Extraordinaire
  
 

Join Date: May 2005
Location: In the leftmost byte of /dev/kmem
Posts: 1,628
Quote:
Originally Posted by deepm View Post
Ok as you said some systems have to be monitored hourly, so i want to know what are the things to be monitored hourly is it just restricted to FileSystem, Memory.....?
Ask yourself what it is that keeps a system going (that is: fulfilling its purpose). This is your answer.

If anything has to be monitored every minute, hour, day, week or month depends on the system and the characteristics of its purpose. There is no general answer because there is no "general system".

If you ask "which is the best car" without specifying for which purpose the only thing one could answer is: that depends. If you want to transport tons of goods it might be some large truck and not the Ferrari, if you want to win races it might be the other way round and if you want to go offroad you will quickly find out that both are quite bad compared to a Landrover.

Coming back to your question: what does a system keep going:

a) environmental issues
- energy
- climate/temperature control
- ....

b) OS level
- availability of processing resources - CPU
- availability of memory
- availability of storage space - filesystem
- OS resources consumption: process table, etc.
- availability of network bandwith
- ...

c) application specific
- depends on the application, things like queue lengths, transaction times, ...


Be aware that this list is far from being complete, its just the most obvious things, feel free to add whatever is important for your system to continue working. As a rule: everything that is important for the system to continue doing its purpose you need a "sensor" - a logfile, a piece of software, a blinking warning lamp, what ever.

Some of the things might be already covered: you do not have to watch climate control if the system is in a data center where air condition is provided and covered for without you doing anthing. You still might want to watch over fans, etc. and get an alarm if the system starts overheating.

Speaking about the things left on the list: it depends on the system and what it is used for, how often something has to be checked. Because these checks take usually some processing power (in most cases little programs do the work) it is generally good to do the checks as often as necessary and as rarely as possible. If you have a system where never data gets stored (a gateway system, for instance) a check of the filesystems every minute is superfluous, on a database server it might be necessary. The same goes for CPU, network and all the other things on the list.

So there is no such thing as a "thing that has to be monitored hourly", because, whatever the thing in question is, depending on the specifics of the system one hour might be an overkill as well as far too little.

I hope this helps.

bakunin
  #7 (permalink)  
Old 2 Weeks Ago
deepm deepm is offline
Registered User
  
 

Join Date: Oct 2009
Location: Chennai, India
Posts: 3
Thumbs up

Thanks a Ton

@bakunin, @zxmaus
Reply

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -4. The time now is 03:56 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited. Language Translations Powered by .
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0