Stopping a server manually

NOTE: the information on this page pertains to AllegroGraph version 3.x. There is no corresponding 4.x page at this time.

On Mac OS X and other Unix Platforms

To stop an AllegroGraphServer that is running as a daemon:

$ kill -TERM pid

and on Linux:

$ /etc/rc.d/init.d/agraph stop

will stop the service.

On Windows

To stop AllegroGraph Server running as a service:

% cd [AllegroGraphInstallation]
% .\AllegroGraphServer.exe --service-stop

The Services control panel applet can also be used to start/stop/restart the service.

To stop an AllegroGraphServer that was started in console mode (not as a service), simply close its console window.

Up | Next

Copyright © 2023 Franz Inc., All Rights Reserved | Privacy Statement Twitter