Go to the table of contents Go to the previous page Go to the next page View or print as PDF
Getting Started > Starting and stopping Content Gateway on the Command Line
Starting and stopping Content Gateway on the Command Line
Help | Content Gateway | Version 7.8.x
To stop or start Content Gateway from the command line:
1.
su
2.
To start the proxy:
./WCGAdmin start
To stop the proxy
./WCGAdmin stop
To restart the proxy
./WCGAdmin restart
To see what Content Gateway services are running:
./WCGAdmin status
After you have installed Content Gateway, open the Content Gateway manager (the management interface) to verify that the proxy is running. See Accessing the Content Gateway manager and Verifying that the proxy is processing Internet requests.
The no_cop file
The presence of the /opt/WCG/config/internal/no_cop file acts as an administrative control that instructs the content_cop process to exit immediately without starting content_manager or performing any health checks. The no_cop file prevents the proxy from starting automatically when it has been stopped with the
./WCGAdmin stop command.
Without such a static control, Content Gateway would restart automatically upon system reboot. The no_cop control keeps Content Gateway off until it is restarted with the ./WCGAdmin start command.
When the no_cop file prevents Content Gateway from starting, the following message is recorded in the system log file:
content_cop[16056]: encountered "config/internal/no_cop" file...exiting
 

Go to the table of contents Go to the previous page Go to the next page View or print as PDF
Getting Started > Starting and stopping Content Gateway on the Command Line
Copyright 2016 Forcepoint LLC. All rights reserved.