Skip navigation
1307 Views 4 Replies Latest reply: Feb 2, 2012 2:51 AM by bond RSS
bond New Enzee 6 posts since
Jan 5, 2010
Currently Being Moderated

Feb 1, 2012 11:33 AM

Current Version of NZ

Hi friends,

How to know the Current Version of NZ ? Is there any command in NZ to find it ?

 

How to know the Current Version of NZ ? Is there any command in NZ to find it ?

  • Shawn Fox Enzee Exraordinaire 1,476 posts since
    Aug 15, 2006
    Currently Being Moderated
    1. Feb 1, 2012 12:15 PM (in response to bond)
    Re: Current Version of NZ

    nzrev

     

    or from sql

     

    select version();

  • Shawn Fox Enzee Exraordinaire 1,476 posts since
    Aug 15, 2006
    Currently Being Moderated
    3. Feb 1, 2012 12:56 PM (in response to bond)
    Re: Current Version of NZ

    Twinfin 12 is the model, 6.0 is the version of the Netezza software running on your Twinfin 12.  I don't think there is a way to know what model your system is directly (that is, there is no select statement that is going to say "this is a TwinFin 12".  You can look at the _v_spu view to see how many SPUs (aka s-blades) are in the system, or the _v_dslice view to see how many dataslices are on the system.

     

    For a detailed list of the physical components in the system, you can look at the _v_hw view.

More Like This

  • Retrieving data ...

Bookmarked By (1)

Legend

  • Correct Answers - 4 points
  • Helpful Answers - 2 points