Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

Hull and Outfitting

Using the admind command

  • Last UpdatedNov 28, 2025
  • 2 minute read

The Global daemon is started by using the admind command (or admindWCF command if the WCF protocol is used). For the admind command to run correctly environment variables must be set either in a batch file or manually in a command line window.

Two sample batch files are supplied in the default install folder; singleds and multids. However these batch files must also be modified to work with your project.

The following environment variables must set in the supplied batch files or your own batch file before the daemon can be started using the admind command:

  • Set AVEVA_DESIGN_EXE to the folder where Global is installed.

  • Set AVEVA_DESIGN_WORK to point to c:\temp, or a valid empty folder. This is necessary for performing a remote Data integrity check.

  • Set the project variables, for example:

  • ABC000, ABCISO, ABCMAC, and ABCPIC for AVEVA Plant

  • ABCDRG,ABCMAR,ABCMAC, ABCDIA, ABCSTE, ABCTPL for AVEVA Marine.

  • Make sure that the AVEVA_DESIGN_EXE folder is included in the PATH variable setting.

  • Set USERNAME to SYSTEM

    Note:
    The Global daemon is dependant on a valid AVEVA License. for further information relating to licensing refer to the AVEVA Licensing System (ALS) guide.

  • If transfer of other data files is required (refer to Transfer of Other Data), then import (IMPORT) and export variables (EXP_XYZ for export to location XYZ) must also be set up.

    Note:
    If the project is using Areas, these will also need to be set along with the other project variables.

    This command must be run from a directory located on the local machine for the service to install. If it is executed from a mapped drive or UNC pathname then the service will not start when requested.

  • Give the command to start the daemon.

    Example:

    set AVEVA_DESIGN_EXE=base product install path
    set ABC000=%AVEVA_DESIGN_EXE%\projects\abc000

    set AVEVA_DESIGN_WORK=c:\temp
    set SAM000=%AVEVA_DESIGN_EXE%\project\sam000

    set SAMMAC=%AVEVA_DESIGN_EXE%\project\sammac

    set SAMPIC=%AVEVA_DESIGN_EXE%\project\sampic set path=C:\AVEVA_DESIGN_EXE% (you need this in order for the base product to contact the daemon)

    set USERNAME=SYSTEM

    %AVEVA_DESIGN_EXE%\admind start ABC

When the Ready message is visible, the daemon is running.

for further information about the Global daemon, and what to do about possible problems, refer to Global Daemon Messages.

Check whether the daemon is running by starting up the Task Manager and selecting the Processes tab. Look for the process named admind.

It is possible to set up tracing and login when the daemon is started, for further information of this refer to Daemon Diagnostics in Running Global Projects.

If required to stop the Global daemon manually, give the following command outside the base product:

base product install path\admind stop prj

where prj is the project code. For example:

base product install path\admind stop ABC

Although the daemon can be started manually from the command line, there is a disadvantage that the daemon will stop when you log out.

The daemon can be run as a background service. This allows the program to persist after a user logs out; and to start automatically when a machine is restarted. This process is detailed in the following sections.

When the daemon is run as a service, it must be run on a file server.

TitleResults for “How to create a CRG?”Also Available in