The BAROC generator tool converts event definitions in the Common Event Infrastructure format to event definitions in the Enterprise Console format.
barocgen -f cbedef_file [-o] baroc_file
Use the barocgen tool to convert an event definition file for CBE events to a baroc file. A CBE event definition file must be supplied by the providers of event sources that send events in CBE format to Enterprise Console.
If the providers already supply event definitions in Enterprise Console format, then there is no need to use the barocgen tool.
The following example converts all CBE event definitions from file autonomicdef.xml to BAROC event definitions in the file autonomicdef.baroc:
barocgen -f autonomicdef.xml -o autonomicdef.baroc
The following example converts all CBE event definitions from file autonomicdef.xml to BAROC event definitions and displays them on the console:
barocgen -f autonomicdef.xml