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.

Error Installing Tivoli Directory Server (TDS) for TNPMW1.3的更多相关文章

  1. centos directory server

    http://www.aliyun.com/zixun/content/3_12_517262.html CentOS系统安装Directory Server 8.1操作方法 发布时间:2014-12 ...

  2. cygwin安装sshd服务(win7)Error installing a service: OpenSCManager: Win32 error 5:

    Error installing a service: OpenSCManager: Win32 error 5:           出现这个问题的解决办法:win7系统管理员运行Cygwin软件 ...

  3. Runtime Error---Description: An application error occurred on the server....

    [原]Runtime Error---Description: An application error occurred on the server.... 2010-1-7阅读2010 评论3 D ...

  4. 使用cocoapods install友盟时报错Error installing UMengAnalytics

    报错: [!] /usr/bin/unzip /Users/soindy/Documents/SmartThermo/ios/SmartThermo/Pods/UMengAnalytics/file. ...

  5. Installing Office Online Server for SharePoint 2016

    Office Online Server is the next version of the Office Web Apps, which allows your users to view and ...

  6. SQLyog恢复数据库报错解决方法【Error Code: 2006 - MySQL server has gone away】

    https://blog.csdn.net/niqinwen/article/details/8693044 导入数据库的时候 SQLyog 报错了 Error Code: 2006 – MySQL ...

  7. 关于 ReactNative 环境搭建之 error: invalid developer directory '/Library/Developer/CommandLineTools' - RN

    简要说明,此次尝试安装 ReactNative 时当前 MacPro 版本为 10.13.6.Xcode 版本为 Version 9.4.1 (9F2000),按照官方的完整原生环境搭建流程一步步执行 ...

  8. nova instance出错:"message": "Proxy error: 502 Read from server failed

    执行 $ nova resize instance1 时候出错: {, "details": " File \"/opt/stack/nova/nova/com ...

  9. 解决:ERROR: Cannot launch Jack server

    问题重现: Install: /home/dinphy/sm/out/target/product/ido/system/lib/libdl.so java -Xmx3500m -jar /home/ ...

随机推荐

  1. 【Hibernate】浅析hibernate中的延迟加载

    1 简介 在使用一些查询方法时,方法执行了,但是并没有立刻发送SQL语句查询数据库.而是在访问对象的getXxx方法时候才触发SQL执行加载对象数据.这种机制就称为延迟加载. 2 优点 延迟加载主要是 ...

  2. GitHub Desktop 代码库管理工具

    1.GitHub Desktop 简介 GitHub Desktop 是用于 GitHub 项目版本控制软件. 官网下载地址 GitHub Desktop 其它下载地址 GitHub Desktop ...

  3. bootstrap datepicker Uncaught TypeError: Cannot call method 'split' of undefined问题

    这个问题主要是由于date对象不是字符串,不能使用 split 函数,简单处理一下,转换成字符串就可以解决问题: ++++++++++++++++++++++++ parseDate: functio ...

  4. MySQL Cluster

    MySQL Cluster MySQL集群一个非共享(shared nothing).分布式.分区系统,使用同步复制机制提供高可用和高性能. MySQL集群使用的是NDB引擎.NDB存储引擎会在节点间 ...

  5. Debian静态IP地址和DNS

    Debian静态IP地址和DNS 一.配置文件及路径 /etc/network/interfaces 二.IP地址1. DHCP的IP配置如下 # The primary network interf ...

  6. Oracle in和exists效率问题分析

    --------------------------in和exists效率问题------------- 单说in和exsist,in的效率较差.关于EXISTS与IN的区别:EXISTS检查是否有结 ...

  7. Spring ORM数据訪问——Hibernate

    Hibernate 我们将首先介绍Spring环境中的Hibernate 5.然后介绍使用Hibernate 5来演示Spring集成O-R映射器的方法. 本节将具体介绍很多问题,并显示DAO实现和事 ...

  8. 【Linux运维-集群技术进阶】Nginx+Keepalived+Tomcat搭建高可用/负载均衡/动静分离的Webserver集群

    额.博客名字有点长.. . 前言 最终到这篇文章了,心情是有点激动的. 由于这篇文章会集中曾经博客讲到的全部Nginx功能点.包含主要的负载均衡,还有动静分离技术再加上这篇文章的重点.通过Keepal ...

  9. Android Studio 1.1.0 “关联源码” 或者“导入源码” ,又或者插件包

    其实这博文是废话!为什么呢? 1.如果自己的SDK没有更新相应当前操作版本的source的话,相应的v4,v7等等的源码都不会自动导入的. 其实Android Studio自身就已经会去检测你当前SD ...

  10. nginx 配置http重定向到https

    在80端口的那个server下,添加如下: server_name www.youwebsite.com youwebsite.com; rewrite ^(.*)$ https://$host$1 ...