JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Fusion Middleware Administration Guide for Oracle Unified Directory 11g Release 1 (11.1.1)
search filter icon
search icon

Document Information

Preface

1.  Starting and Stopping the Server

Starting the Server

To Start the Server by Using start-ds

To Start the Server as a Foreground Process

To Restart the Server

To Start the Server by Using a Script (UNIX/Linux)

Stopping the Server

To Stop the Server by Using stop-ds

To Stop the Server that is Running in the Foreground

To Stop the Server by Using a Script (UNIX/Linux)

Checking if the Server is Started or Stopped

To Check the Server Status

2.  Configuring the Server Instance

3.  Configuring the Proxy Components

4.  Configuring Security Between Clients and Servers

5.  Configuring Security Between the Proxy and the Data Source

6.  Managing Oracle Unified Directory With Oracle Directory Services Manager

7.  Managing Directory Data

8.  Replicating Directory Data

9.  Controlling Access To Data

10.  Managing Users and Groups With dsconfig

11.  Managing Password Policies

12.  Managing Directory Schema

13.  Monitoring Oracle Unified Directory

14.  Tuning Performance

15.  Advanced Administration

Stopping the Server

On any system (whether the server is running in the foreground or the background), or even from a remote system, you can stop the server using one of the following methods. For more information about the stop-ds command, see stop-ds in Oracle Fusion Middleware Command-Line Usage Guide for Oracle Unified Directory.

To Stop the Server by Using stop-ds

  1. Change to the appropriate directory.
    (UNIX, Linux)  $ cd install-dir/bin
    (Windows)         C:\> cd install-dir\bat
  2. Type stop-ds
    (UNIX, Linux)  $ stop-ds
    (Windows)      C:\> stop-ds

To Stop the Server that is Running in the Foreground

This procedure assumes that the directory server is running as a foreground process (using the -N or --nodetach option).

To Stop the Server by Using a Script (UNIX/Linux)

The stop-ds command provides a “quiet” option (-Q or --quiet) that suppresses output during the stopping process unless a significant error occurs. You can use this option in a shutdown script.

  1. Create a shell script and add the following stop-ds command.
    install-dir/bin/stop-ds --quiet
  2. Run the script.