nci_export
The nci_export tool exports data source, data type, service, policy, and project information from an instance of the Impact server to a specified directory.
This tool is in the $IMPACT_HOME/bin directory.
To run the script on the primary server, use the following syntax:
nci_export arguments optionsYou can only use the nci_export tool to export data from a primary server in a cluster. You cannot use it to export data from secondary cluster members. If you do try to export data from a secondary cluster member, Netcool®/Impact displays an error and creates an entry in the log file.
nci_export tool and nci_import tool
should only be used to transfer data from a custom project. Do not use the tool to transfer the
global project or built-in projects between different fix pack releases of Netcool/Impact as this
risks overwriting data with the wrong fix pack version. The export or import of data from different
major releases (such as 5.1.1 or 6.1.1) is not supported by these tools. You should consider the
migrating tool instead.Arguments
- server name
- The name of the server instance whose data you want to export.
- directory
- The directory where you want to store the exported data.
- --project
- This option is followed by the name of the project whose data you want to export. Use this option to export a single project.
Examples
Use this command to export all data from the NCI instance to the /tmp/NCI_export directory:
./nci_export NCI /tmp/NCI_exportUse this command to export the data from the F00 project only on the NCI instance to the /tmp/NCI_export directory:
./nci_export NCI --project F00 /tmp/NCI_export