Skip navigation
13250 Views 5 Replies Latest reply: Aug 31, 2010 5:21 PM by Shawn Fox RSS
Okhan New Enzee 7 posts since
Feb 18, 2010
Currently Being Moderated

Aug 25, 2010 10:59 AM

System uptime information.

I am looking to see if netezza store's historical system uptime information. Any help will be greatly appreciated.

 

Thanks in advance.

  • Shawn Fox Enzee Exraordinaire 1,333 posts since
    Aug 15, 2006
    Currently Being Moderated
    1. Aug 25, 2010 12:03 PM (in response to Okhan)
    Re: System uptime information.

    The $hist_state_change_$SCHEMA_VERSION history table records start/stop events.   You could use that table to determine uptime.  This requires enabling the query history database of course, which is documented in the Netezza system admin guide.

  • Jeff Mendonca New Enzee 5 posts since
    Oct 27, 2009
    Currently Being Moderated
    2. Aug 25, 2010 1:19 PM (in response to Okhan)
    Re: System uptime information.

    Okhan -- for historical info you should consider use of the history database.

    Keep in mind that Netezza will restart itself automatically for many reasons to prevent data issues, etc. When this happens the host database process is restarted (and possibly) not the SPUs.

     

    So in the grandeur scheme of things I think your looking for uptime as a form of measurement for management reporting i.e. 99.99% uptime, stability, etc.

    I suggest you look at the number of stop/starts and duration of downtime, etc. and then use this to calculate the total uptime & downtime.

    I have found that management would like a detail log as to when & why the Netezza server was unavailable. So you may want to account for this too.

    Also, I would suggest writing a bash script to collect start/stop information daily along with scheduled maintenance and other reasons for restart.

     

    Here is a monthly uptime calc formula I've used before ...

     

    Minutes = 43200 (30 days * 24 hours * 60 minutes)

    A 99.9% uptime would allow for 4.32 mins of downtime i.e. ((1 - .9999) * 43200 )

     

    BTW -- In my experience over the last 4+ years Netezza has improved uptime to almost 100% ... which is way better than most database systems and appliances can claim.

     

    Jeff Mendonca

  • Rammohan New Enzee 1 posts since
    Oct 28, 2009
    Currently Being Moderated
    4. Aug 31, 2010 12:10 AM (in response to Shawn Fox)
    Re: System uptime information.

    Shawn,

     

    Could you point me in the direction of the system admin guide -

    A URL or a pdf file that I can download. I do not have access to Support website.

     

    thanks,

    R

  • Shawn Fox Enzee Exraordinaire 1,333 posts since
    Aug 15, 2006
    Currently Being Moderated
    5. Aug 31, 2010 5:21 PM (in response to Rammohan)
    Re: System uptime information.

    You'll have to register for a support account or get the PDF from someone else within your organization.  There is no public access for Netezza documentation.

More Like This

  • Retrieving data ...

Bookmarked By (0)