Install Security Directory Server with a wizard

Install IBM Security Directory Server using the installation wizard in the typical installation path. It uses default values and automatically installs all the required Security Directory Server components for ISAM.

Complete the before setting up IBM Security Directory Server:

This task installs:

This task also completes the following configuration:

Steps

  1. Log on to the system.

      AIX, Linux, or Solaris

      Log on as root.

      Windows

      Log on as an administrator.

  2. Use the following steps to prepare and start the installation program:

    1. Access the DVD or extract the files from the archive file that we downloaded from Passport Advantage.

    2. For AIX, Linux, or Solaris systems: Install the Security Directory Server license files by running the idsLicense script in the image_path/tdsV6.3FP/license directory, where image_path is the path to the DVD image, or where we downloaded the archive file from Passport Advantage®.

    3. Change to the platform/tdsV6.3/tds directory.

  3. Run the installation program.

      AIX, Linux, or Solaris

      Run install_tds.bin.

      Windows

      Double-click the install_tds.exe icon.

  4. Complete the installation using the Typical installation path instructions in the IBM Security Directory Server IBM Knowledge Center.

    Record any passwords that we set during the installation to use them in subsequent installation steps.

  5. Complete the following steps when the Security Directory Server Instance Administration tool opens.

    1. Verify the default instance is listed in the configuration. If we are using Red Hat Enterprise Linux 6, the default instance is not displayed in the tool. To verify that it is listed in the configuration, use the idsilist command. See the IBM Security Directory Server version 6.3 IBM Knowledge Center for details about the command. By default, this command is in /opt/ibm/ldap/V6.3/sbin/.

    2. Do not start the instance.

    3. Exit the tool.

  6. Start the configuration process using the idscfgsuf command. This will create the suffix where ISAM maintains metadata.

      idscfgsuf -s "secAuthority=domain_name"

    The command is in the following locations by default:

      AIX, Linux, or Solaris

      /opt/ibm/ldap/V6.3/sbin/idscfgsuf

      Windows

      c:\Program Files\IBM\LDAP\V6.3\sbin\idscfgsuf

    where domain_name is the management domain name. The default suffix is Default; for example:

      idscfgsuf -s "secAuthority=Default"

    If we specify a location for the metadata that is not a stand-alone suffix, ensure the location exists in the LDAP server.

    This suffix is added to the ibmslapd.conf file for the default instance. If we have more than one instance, specify the instance name using the -I option.

  7. Optional: We can create more suffixes to maintain user and group definitions.

      idscfgsuf -s "c=US"

  8. Start the LDAP server.

      AIX, Linux, or Solaris

        ibmslapd &

      Windows

      From the Services window, start the following services:

        IBM Security Directory Server Instance V6.3 - instance_name

  9. Optional: For AIX, Linux, or Solaris systems only: Update the installation to the appropriate fix pack level. For Windows installations, the installation image includes the appropriate fix pack level.

    1. Stop all Security Directory Server services.

    2. Access the DVD or extract the files from the archive file that we downloaded from Passport Advantage.

    3. Change to the appropriate directory for your operating system.

        platform/tdsV6.3FP

    4. See the readme file included with the fix pack for information and installation instructions.

    5. Run the installation program.

        ./idsinstall -u -f

  10. When the installation completes, verify the installed versions.

    1. Open a command prompt.

    2. Type:

        idsversion


What to do next

If we are setting up SSL communication, see Configure IBM Tivoli Directory Server for SSL access.

Parent topic: Security Directory Server installation