Start, stop, pause, resume, or restart an ADAM instance

Applies To: Windows Server 2003 R2

Start, stop, pause, resume, or restart an ADAM instance

  • Using the graphical user interface

  • Using the command prompt

Using the graphical user interface

To start, stop, pause, resume, or restart an ADAM instance

  1. Open Services.

  2. In the details pane, do one of the following:

    • Click the ADAM instance that you want to manage. On the Action menu, click Start, Stop, Pause, Resume, or Restart.

    • Right-click the service, and then click Start, Stop, Pause, Resume, or Restart.

Notes

  • To open Services, click Start, click Run, type services.msc, and then click OK.

  • By default, an ADAM instance is configured to start automatically.

Using the command prompt

To start, stop, pause, resume, or restart an ADAM instance

  1. Open a Command Prompt.

  2. Do one of the following:

    • To start an ADAM instance, type the following at the command prompt:

      net start instance_name

      where instance_name represents the ADAM instance that you want to start.

    • To stop an ADAM instance, type the following at the command prompt:

      net stop instance_name

      where instance_name represents the ADAM instance that you want to stop.

Notes

  • To open a command prompt, click Start, point to All programs, point to Accessories, and then click Command prompt.

  • You cannot pause or resume an ADAM instance from a command prompt.

  • By default, an ADAM instance is configured to start automatically.

  • For more information about the net command, type net /? at a command prompt, or see Help and Support Center in Windows Server 2003.