...
Bulk import all nodes on the NMIS from a file:
sudo /usr/local/nmis9/admin/node_admin.pl act=import_bulk nodes="/tmp/Nodes_export_keep_id.nmis"
...
nmis9_format=1
OBSERVATION: If you are bulk import for a NMIS9, you will need to add the parameter nmis9_format=1. If you forgot it, it will through an error.
Bulk import all nodes from the CSV file:
...
sudo ./export_nodes.pl nodes=/tmp/node_export_location2.csv
https://docs.community.opmantekfirstwave.com/wiki/display/opCommon/Importing+Nodes+with+Admin+GUI
sudo ./import_nodes.pl csv=/usr/local/nmis9/admin/node.csv verbose=1 simulate=f
...