Export Event Definition and Handler Databases - UNIX
Exporting the Event Definition and Event Handler Databases for UNIX
In this example, the -export option is used to dump all records in the event definition and event handler databases to a text file in the current directory named uemout.txt. This file is a UEMLoad definition file that also can be used to add or update records in the event definition and/or event handler databases.
The contents of the file resembles the examples shown in Definition File Format - UNIX.
uemload -export -deffile uemout.txt
Note
No event ID or handler ID is specified from the command line. If neither parameter is specified when listing or exporting records, the default behavior is to retrieve all database records.
Command Line Options
The command line options used in this example are:
Option | Description |
---|---|
Dumps the contents of the specified event definition and/or event handler records to a text file that can be used as input to a subsequent run of the UEMLoad utility. | |
Name of a file that contains event definition and/or event handler parameters. |