
On 03/24/2013 03:05 AM, Wenchao Xia wrote:
δΊ 2013-3-23 4:58, John Ferlan ει:
ComputerSystemIndication - 01_created_indication.py: FAIL Error connecting to CIMOM: [Errno 110] Connection timed out
Possible event/indication is not enabled, command "cimconfig -c -l" will list the settings, you can change it by "cimconfig -p -s PROPERTY=VALUE", and then restart tog-pegasus and retry.
# cimconfig -c -l enableAssociationTraversal=true maxProviderProcesses=0 enableAuditLog=false sslClientVerificationMode=disabled forceProviderProcesses=true idleConnectionTimeout=0 listenAddress=All enableSubscriptionsForNonprivilegedUsers=false slp=false socketWriteTimeout=20 messageDir=msg shutdownTimeout=30 authorizedUserGroups= enableRemotePrivilegedUserAccess=true enableHttpsConnection=true enableIndicationService=true sslCipherSuite=DEFAULT enableNamespaceAuthorization=false sslTrustStoreUserName= maxFailedProviderModuleRestarts=3 enableHttpConnection=true Looks like it is enabled (enableIndicationService) unless I'm missing something. John