IBM Tivoli Directory Server, Version 6.3

Unconfiguring the database with the command line

You can use the idsucfgdb command to unconfigure a database for a directory server instance.

By default, the command only unconfigures the database from the ibmslapd.conf file and does not delete the database. However, you can use the specify that you want to delete the database during the unconfiguration process. You are prompted to confirm that you want to continue with the actions you requested.

This command cannot be used for a proxy server instance.

For example:

To unconfigure the database for directory server instance myinstance and not prompt before unconfiguring, issue the command:

idsucfgdb -n -I myinstance

To unconfigure and delete the database for directory server instance myinstance and not prompt for confirmation before removing the directory server instance, issue the command:

idsucfgdb –r –n -I myinstance

See the IBM® Tivoli® Directory Server Version 6.3 Command Reference for detailed information about the idsucfgdb command.


[ Top of Page | Previous Page | Next Page ]