z/OS Common Information Model User's Guide
Previous topic | Next topic | Contents | Index | Contact z/OS | Library | PDF


Examples

z/OS Common Information Model User's Guide
SC34-2671-00

Examples

cimprovider -d -m myProviderModule
Disables provider module myProviderModule and all of its contained providers (placing them in a stopped state).
cimprovider -e -m myProviderModule
Enables provider module myProviderModule and all of its contained providers (placing them in an OK state).
cimprovider -r -m myProviderModule
Removes (unregisters) the myProviderModule provider module and all of its contained providers.
cimprovider -r -m myProviderModule -p MyProvider
Removes (unregisters) the MyProvider provider contained in the myProviderModule provider module.
cimprovider -l
Lists the registered provider modules.
cimprovider -l -s
Lists the registered provider modules and their status (such as OK, Stopping, Stopped).
cimprovider -l -m myProviderModule
Lists the registered providers, which are in the myProviderModule provider module.
cimprovider -g myProviderGroup -m myProviderModule
Adds provider module myProviderModule to the group myProviderGroup. Module myProviderModule will be processed in the same provider agent process as all other providers in the group myProviderGroup.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014