zoukankan      html  css  js  c++  java
  • Error Installing Tivoli Directory Server (TDS) for TNPMW1.3

     

    Install TDS with error "GLPCTL004E Failed to create database instance: 'ldapdb2'."

     

    Error Installing Tivoli Directory Server (TDS) for TNPMW1.3

    Technote (troubleshooting)

    Problem(Abstract)

    Errors related to 'idsinst' instance thrown during TDS setup phase when installing TNPMW1.3.

    Symptom

    The following errors can be found in the tds_install_xxxxx.log in /var/install/logs/ :-

    GLPCTL004E Failed to create database instance: 'idsinst'. The failure  might have occurred because the system was not set up correctly before  using the tool.  GLPICR033E Failed to add database instance 'idsinst' to directory server  [Mon Oct 17 12:34:46 IST 2011]: Error creating LDAP instance  [Mon Oct 17 12:34:46 IST 2011]: Setting Admin DN to cn=Directory  Manager...  GLPCTL087E The directory server instance 'idsinst' does not exist.  GLPDPW013W The program did not complete successfully. View earlier error  messages for information about the exact error.  [Mon Oct 17 12:34:46 IST 2011]: Error setting administration DN  [Mon Oct 17 12:34:46 IST 2011]: Configuring LDAP DB2 database for  idsinst in /appl/idsinst...  GLPCTL087E The directory server instance 'idsinst' does not exist.  GLPCDB026W The program did not complete successfully. View earlier error  messages for information about the exact error.  [Mon Oct 17 12:34:46 IST 2011]: ERROR: the LDAP database could not be  configured using the credentials specified.  [Mon Oct 17 12:34:46 IST 2011]: You may have entered the incorrect  password for the idsinst user.  [Mon Oct 17 12:35:08 IST 2011]: Configuring LDAP DB2 database for  idsinst in /appl/idsinst...  GLPCTL087E The directory server instance 'idsinst' does not exist.  GLPCDB026W The program did not complete successfully. View earlier error  messages for information about the exact error.  [Mon Oct 17 12:35:08 IST 2011]: ERROR: the LDAP database could not be  configured using the credentials specified.  [Mon Oct 17 12:35:08 IST 2011]: You may have entered the incorrect  password for the idsinst user.  [Mon Oct 17 12:35:11 IST 2011]: Exiting. Installation incomplete 
    where xxxxx corresponds to the installation process id. Issue ls -lrt command and look at the most bottom log for the recent installation process.

    Resolving the problem

    The domain name needs to be set correctly. Follow the Installation Guide refer to "Pre-Installation tasks" chapter. Necessary steps needed are noted below:-
    +> Procedures

    1. Run the following command as root user: -

    # grep domain /etc/resolv.conf
    If DNS domain is configured, you will see output like the following:
    domain this.domain.com
    If DNS domain is not being used, set up the domain name by completing the following:- 
    a. As user root on the servers, check to see if the domain name is set by executing the following command:
    # domainname
    If nothing is returned, the domain is not set. 

    b. To set the domain, run the following command:-

    # domainname <domain>
    <domain> is the selected domain name for the system, for example, ibm.com. 
    2. Do one of the following based on your platform:- 
    (a) On Solaris:- 
    i. Edit the /etc/hosts file and change the  <hostname>.domainname entry to the local hostname appended with the domainname. The entry in /etc/hosts should be similar to the following:-
    <IP address> <hostname>.<domainname> <hostname> loghost
    ii. Add the domain name to the /etc/defaultdomain file:-
    <domainname>

    (b) On Linux application servers that are using DNS:-

    i. Edit the /etc/hosts file. If the entry for localhost in /etc/hosts looks like the following:-

    127.0.0.1 <hostname>.<domainname> <hostname> localhost.localdomain localhost
    Please change the localhost entry so that it looks like the following:-
    127.0.0.1 localhost.localdomain localhost
    ii. If the system is not using DNS, add the following line to /etc/hosts
    <IP address> <hostname>.<domainname> <hostname>
    (c) On AIX:- 
    i. Make sure the entry in /etc/hosts is as following:-
    <p><IP address> <hostname> <hostname>.<domainname></p>
    If the entry does not conform to this format edit the file.

     

    For further assistance and info,kindly contact IBM Support.

  • 相关阅读:
    开发安全测试工具 ,推荐6款完全免费的工具
    Asp.net MVC 出现IQueryable<T> 未包含“Include”的定义
    Windows系统Git安装教程(详解Git安装过程)
    窗体进行自动适应窗口
    C# ObservableCollection两个字段排序的情况
    Advanced Installer 14.9 – WPF或winform应用程序打包成exe文件
    DotNetCore部署(IIS)踩坑记
    DotNetCore部署(IIS)文档
    windows系统中Dotnet core runtime 安装后,无法启动次程序,因为计算机中丢失api-ms-win-crt-runtime-l1-1-0.dll的解决方法
    解决Git在添加ignore文件之前就提交了项目无法再过滤问题
  • 原文地址:https://www.cnblogs.com/gw811/p/TDS.html
Copyright © 2011-2022 走看看