You are here: Command-Line Procedures > ZixGateway Manager and Agent Commands

ZixGateway Manager and Agent Commands

The following is a selection of commands that can be used in ZixGateway Manager and the Agent.

Verify that the Agent is running by typing the following command:

$ ps –ef | grep agent

You see a process running that looks similar to this:

java -Xmx512m ... com.zixit.zixmail.vpm.management.agent.AgentDeployer

To start the ZixGateway Agent, execute the following command:

$ sudo service zixvpmagent start

If you need to stop the ZixGateway Agent, execute the following command:

$ sudo service zixvpmagent stop

If you need to restart the ZixGateway Agent, execute the following command:

$ sudo service zixvpmagent restart

If you need to restart ZixGateway Manager or ZixDirect Web, execute the following command:

$ sudo service zixvpmsm restart