Use the nci_trigger command to export a saved Event
Analytics configuration to another
system.
Procedure
-
To generate a properties file from the command-line interface, use the following command:
nci_trigger server <UserID>/<password> NOI_DefaultValues_Export FILENAME directory/filename
Where:
- SERVER
- The server where Event Analytics is installed.
- <UserID>
- The user name of the Event Analytics user.
- <password>
- The password of the Event Analytics user.
- directory
- The directory where the file is stored.
- filename
- The name of the properties file.
For example:
./nci_trigger NCI impactadmin/impactpass NOI_DefaultValues_Export FILENAME
/tmp/eventanalytic.props
-
To import the modified properties file into Netcool®/Impact, use the following
command:
nci_trigger SERVER <UserID>/<password> NOI_DefaultValues_Configure FILENAME
directory/filename
For example:
./nci_trigger NCI impactadmin/impactpass NOI_DefaultValues_Configure FILENAME
/tmp/eventanalytic.props