Displaying the software revision level and configuration registry settings

To display the software revision level and the configuration registry settings, issue the nzsystem command.

For example:
  • To display all system registry settings, enter:
    nzsystem showRegistry
    The resulting output looks similar to this:
    # Netezza NPS configuration registry
    # Date: 30-Apr-09 12:48:44 EDT
    # Revision: 5.0.D1
    #
    # Configuration options used during system start
    # These options cannot be changed on a running system
    #
    startup.numSpus             = 6
    startup.numSpares           = 0
    startup.simMode             = no
    startup.autoCreateDb        = 0
    ⋮
    system.twoPhaseSpu2SpuDist  = no
    system.autoDumpandgo        = yes
  • To display only those registry settings that affect the plan history, enter:
    nzsystem showRegistry | grep planHist
    The resulting output looks similar to this:
    host.planHistFiles          = 2000
    host.planHistKeepArchives   = 10
    host.planHistArchive        = yes