[Contents] [Prev] [Next] [Index] [Report an Error]


Starting and Stopping the DirX Directory Server

There are two ways that you can start and stop the DirX directory server. You can perform the operations within the context of either a dirx user environment or a superuser environment.


NOTE: Refer to the Siemens DirX directory server documentation for operating details.

dirx user Environment

To start, stop, or restart DirX within a dirx user environment:

  1. Log in as a dirx user:
  2. login dirx
    
    
    
  3. Change the directory to the customize directory:
  4. cd customize
    
    
    
  5. Start DirX by entering the command:
  6. dirxadm -c start
    
    
    
  7. Stop DirX by entering the command:
  8. dirxadm shutdown.tcl
    
    
    
  9. Restart DirX by performing Steps 3 and 4.

Superuser Environment

To start or stop DirX within a superuser environment:

  1. Log in as root.
  2. Start the DirX directory server:
  3. /etc/init.d/dirx start
    
    
    

    NOTE: The start process takes approximately 30 seconds.

  4. Stop the DirX directory server:
  5. /etc/init.d/dirx stop
    
    
    

[Contents] [Prev] [Next] [Index] [Report an Error]