Previous Topic: ldmib - Load MIB DefinitionsNext Topic: orbctrl-Distributed Services Bus Control Utility


mkconfig-Create Configuration Set from Agent Store

Valid on Windows, z/OS

mkconfig reads agent configuration information from the agent store and reformats this information into a configuration set that can be written to a file or to STDOUT.

Windows

install-path\services\bin

z/OS

install-path/services/bin

z/OS JCL

&CAI.MFNSM.CAW0JCL(MKCONFIG)

Syntax

mkconfig {agentName[@host]| -s mibName[@host]} [-i instance] [name1...nameN] [filename]

Example

To create a configuration set from the agent settings in agent store and put them into a file:

mkconfig -s caiNtOs foo.dat
agentName

Name of the agent whose settings you are going to use to create a configuration set.

@host

Name of the host where the agent resides.

name1...nameN

Names of the groups or tables whose settings you are going to use to create a configuration set.

-s

Specifies that the settings take from the agent store.

mibName

Name of the MIB where the settings you are going to use to create a configuration set are located.

filename

Name of the file where you place the settings. If this name is not specified, the settings are placed in STDOUT and are written to the screen.

-i instance

Database instance for mibmuxed database agents.