NZSYSTEM
nzsystem is a command line tool used by the DBA for various netezza operation. Some of the uses of nzsystem is mentioned below.
- It can be used to take the system offline (nzsystem offline -u user -password password -host nzhost)
- Pause the system (Its important when we do some registry changes like setting gatekeeper) nzsystem pause -u user -password password -host nzhost
- To display system registry settings where we can find GRA/GK settings also nzsystem showRegistry -u user -password password -host nzhost
We also can configure the system settings using nzsystem. please follow the system admin guide.