Previous Topic: ldmib - Load MIB Definitions

Next 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)

This command has the following format:

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, enter the following command:

mkconfig -s caiNtOs foo.dat
agentName

Specifies the name of the agent whose settings you are going to use to create a configuration set

@host

Specifies the name of the host where the agent resides.

name1...nameN

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

-s

Specifies that the settings should be taken from the agent store.

mibName

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

filename

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

-i instance

Specifies database instance for mibmuxed database agents.