service-unquiesce

This command changes the service or handler in the up operational state.

Syntax

service-unquiesce type name

Parameters

type
Specifies the type of a service or handler.
B2BGateway
Specifies a B2B gateway.
HTTPService
Specifies an HTTP service.
MultiProtocolGateway
Specifies a multiprotocol gateway.
SSLProxyService
Specifies a TLS proxy service.
TCPProxyService
Specifies a TCP proxy service.
WebAppFW
Specifies a web application firewall.
WebTokenService
Specifies a web token service.
WSGateway
Specifies a web service proxy.
XMLFirewallService
Specifies an XML firewall.
AMQPSourceProtocolHandler
Specifies an AMQP handler.
AS1PollerSourceProtocolHandler
Specifies an AS1 handler.
AS2SourceProtocolHandler
Specifies an AS2 handler.
AS2ProxySourceProtocolHandler
Specifies an MEIG AS2 proxy handler.
AS3SourceProtocolHandler
Specifies an AS3 handler.
EBMS2SourceProtocolHandler
Specifies an ebMS2 handler.
FTPFilePollerSourceProtocolHandler
Specifies an FTP poller handler.
FTPServerSourceProtocolHandler
Specifies an FTP server handler.
HTTPSourceProtocolHandler
Specifies an HTTP handler.
HTTPSSourceProtocolHandler
Specifies an HTTPS handler.
IMSConnectSourceProtocolHandler
Specifies an IMS Connect handler.
KafkaSourceProtocolHandler
Specifies a Kafka handler.
MQFTESourceProtocolHandler
Specifies an IBM MQ FTE handler.
MQSourceProtocolHandler
Specifies an IBM MQ handler.
MQv9PlusMFTSourceProtocolHandler
Specifies an IBM MQ v9+ MFT handler.
MQv9PlusSourceProtocolHandler
Specifies an IBM MQ v9+ handler.
NFSFilePollerSourceProtocolHandler
Specifies an NFS poller handler.
POPPollerSourceProtocolHandler
Specifies a POP poller handler.
SFTPFilePollerSourceProtocolHandler
Specifies an SFTP poller handler.
SSHServerSourceProtocolHandler
Specifies an SFTP server handler.
XTCProtocolHandler
Specifies a stateful raw XML handler.
StatelessTCPSourceProtocolHandler
Specifies a stateless raw XML handler.
TibcoEMSSourceProtocolHandler
Specifies a TIBCO EMS handler.
WebSphereJMSSourceProtocolHandler
Specifies a WebSphere JMS handler.
name
Specifies the name of a quiesced service or handler.

Guidelines

The service-unquiesce command changes the specified service or handler to the up operational state. When a service is unquiesced, all handlers that are associated with the quiesced service are also placed in the up operational state. The running service configuration reflects any changes that were applied while the service was in the quiesced state.

Examples

  • Unquiesce the XMLFW-1 XML Firewall.
    # service-unquiesce XMLFirewallService XMLFW-1
    #
  • Unquiesce the TIBCOhandler TIBCO EMS handler.
    # service-unquiesce TibcoEMSSourceProtocolHandler TIBCOhandler
    #
  • Unquiesce the HTTP-12 HTTP handler.
    # service-unquiesce HTTPSourceProtocolHandler HTTP-12
    #