Retries inactive subscription by attempting to reactivate all or specified event sources by establishing a connection and ...

Retries inactive subscription by attempting to reactivate all or specified event sources by establishing a connection and sending a remote subscription request. Disabled sources are not retried.  Usage:  wecutil { rs | retry-subscription } SUBSCRIPTION_ID  [EVENT_SOURCE [EVENT_SOURCE] ...]  SUBSCRIPTION_ID String that uniquely identifies a subscription, specified by the  tag of the XML configuration file used to create the subscription  EVENT_SOURCE String that identifies a machine serving as a source of events using fully-qualified domain name, NetBIOS name, or an IP address.  Example:  Retry all sources of a subscription named sub1. wecutil rs sub1