NOTE: This documentation is only relevant to Opmantek Products with NMIS8, when using NMIS9 node_admin.pl performs all necessary node administration functions for NMIS, opConfig and opEvents.
For NMIS9 and op Modules
Table of Contents
Table of Contents |
---|
opConfig and opEvents provide a number of different methods for managing nodes, both GUI-based and commandline-oriented. This document describes the commandline tool opnode_admin.pl
.
...
Code Block |
---|
./bin/opnode_admin.pl act=mktemplate placeholder=true // Please see https://docs.community.opmantekfirstwave.com/wiki/display/opCommon/Common+Node+Properties for detailed descriptions of the properties! ...lots more hopefully helpful comments { "activated" : { "opAddress" : "__REPLACE_opAddress_ACTIVATION__", ... |
...
This removes only the node configuration information but not existing opEvents or opConfig data for the node.To delete these as well, you can add the option deletedata=1
to the command, and all data related to this node will be removed permanently.
Related Topics
...