Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To restore a node to the same poller you would not need to localise_ids option, if . If you wanted to copy/migrate the node to another server you would need to localise the ids so that the poller thinks it the node belongs to it. 

So, when you run the following, you will OVERRIDE the previous cluster_id.

Code Block
/usr/local/nmis9/admin/node_admin.pl act=restore file=NODENAME-dump.zip localise_ids=1true

Caveats: you can not restore a node to a server if there is already a node existing with that name, you should rename the node before dumping.  This would include if the server was acting as a Primary and receiving the node from a remote poller.

...