Feb 1, 2012 11:33 AM
Current Version of NZ
-
Like (0)
Hi friends,
How to know the Current Version of NZ ? Is there any command in NZ to find it ?
nzrev
or from sql
select version();
I ran the following sysntax on Winsql . But I am little bit confused . My netezza data base is in TWFIN 12 . Is TWFIN 12 the version or "Release 6.0 (P-5) [Build 15572]" ?
select version();
VERSION
Release 6.0 (P-5) [Build 15572]
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.

