To identify ZMX modules which are not accessible from the network the following command
can be entered:
$ TngUtility.py --list ZMX --dbhost haspp99 --class ZMX --stateFAULT
This is the meaning of the command line parameters:
- –list ZMX: the search is restricted to server names containing ZMX.
- –dbhost haspp99: all TANGO_HOSTs matching 'haspp99' are searched.
- –class ZMX: the search is restricted to device belonging to the ZMX class.
- –stateFAULT: devices which are in the FAULT state are reported.