stopippgw utility: stop an IPP gateway on InfoPrint Manager for AIX or InfoPrint Manager for Linux

Syntax

stopippgw  -c <name>
stopippgw -p <port>
stopippgw -a

Description

Use the stopippgw utility to stop IPP gateway daemons.

Argument

The stopippgw utility uses these arguments:

-c name
Specifies the IPP gateway receiver to stop.
-p port
Specifies the port where the IPP gateway listens.
-a
Specifies that all IPP gateway receivers will be stopped.
Note: The -c parameter can only be used for an IPP gateway receiver created through the InfoPrint Manager Web Management Interface (WMI).

Examples

To stop the stopippgw daemon with a 12345 port, enter:

stopippgw -p 12345

To stop the stopippgw daemon started with the ippgw1 configuration, enter:

stopippgw -c ippgw1

To stop the stopippgw daemons started with any configuration, enter:

stopippgw -a