correctSIBEnginePolicy command
Use the correctSIBEnginePolicy command to change a core group policy for a messaging engine in a cluster that is a member of a service integration bus, so that the core group policy conforms to the current messaging engine policy set for the cluster.
Para executar o comando, utilize o objeto AdminTask do cliente de script wsadmin.
O cliente de script wsadmin é executado do Qshell.
Para obter informações adicionais, consulte Configurando o Qshell para Executar Scripts do WebSphere Usando o Script wsadmin.
Esse comando é válido apenas quando utilizado com servidores de aplicativos WebSphere® Application Server Versão 7.0 ou posterior. Não o utilize com versões anteriores.
- Para obter uma lista dos comandos de barramento de integração de
serviços disponíveis no Jython e uma breve descrição de cada comando, digite o seguinte
comando no prompt wsadmin:
print AdminTask.help('SIBAdminCommands')
- Para obter ajuda de visão geral sobre um determinado comando, digite o seguinte comando no prompt wsadmin:
print AdminTask.help('command_name')
AdminConfig.save()
Purpose
Use this command when there is a messaging engine for the cluster that does not have the correct core group policy settings for the messaging engine policy that you want to use for the cluster. Use this command only when the messaging engine already exists, and the cluster has messaging engine policy assistance enabled and the high availability, scalability, or scalability with high availability messaging engine policy specified. To do this, you use the addSIBusMember or modifySIBusMemberPolicy commands.
Target object
A core group policy.
Required parameters
- -name messaging_engine_name
- The name of the messaging engine for which to correct the core group policy.
Example
Correct the core group policy for the messaging engine cluster1.000-bus1.
AdminTask.correctSIBEnginePolicy ('[-name cluster1.000-bus1]')