Understanding Bulk Import
For convenience, Flex SCADA includes the nms-scada-importxml script that can import multiple XML files containing IED, FEP, or TEMPLATE configuration and load them in the system. The script is located in $NMS_BASE/bin location.
By default, it will scan the OPERATIONS_MODELS/scada_config directory to look for XML (*.xml) files to import. You can override this by configuring scan_dir parameter.
Once the script is done executing, all of the files that were successfully imported will be moved to a new imported sub‑directory. Inside the imported sub‑directory files that were successfully imported will be divided by the import date.
Files that were not successfully imported will be in the same directory.
nms-scada-importxml -username
-hostname_port
[--scan_dir]
[--password]
[--ca_cert]
[] optional parameter
 
Options
username: Required. The username for which we want to initiate the import process.
hostname_port: Required. Hostname and port for the WebLogic server (for example, example.com:8080). Port number should be https port.
scan_dir: The directory where the XML files are placed.
password: Password for the user.
ca_cert: Path to CA certificate.
Example
nms-scada-importxml nms1 nms-host:7002