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. 【转】IT业给世界带来的危机

    IT业给世界带来的危机 昨天写了文章之后,回忆起这几年在湾区的经历,觉得自己是一个很不幸的人.然而就在今天,我的自怜奇妙的转换成了另一种感情,因为我看到了更不幸的人…… 正在女朋友 Cinny 的父母 ...

  2. MFC带标题栏的窗口和不带标题栏的窗口最大化

    原文链接: http://blog.csdn.net/smartgps2008/article/details/7741223 不带标题栏的窗口最大化: 第一种情况:覆盖任务栏 ShowWindow( ...

  3. JetBrains PyCharm专业版激活

    PyCharm最新2018激活码 激活时选择License server 填入 http://idea.imsxm.com 然后点击Active即可 PS:在线激活有一个过期时间,这个时间一过就必须再 ...

  4. 为什么有时候PHP没有闭合标签结束符 ?>

    找了一些资料,大家对PHP闭合标签的总结如下: 好处:如果这个是一个被别人包含的程序,没有这个结束符,可以减少很多很多问题,比如说:header, setcookie, session_start这些 ...

  5. 增加一条新记录,同时返回其自增id

    方法一.是在Insert或Update触发器中用select来返回需要的字段值.默认情况下,当insert时,触发其insert触发器,它的默认返回值是影响到的行数,语句是:select @@rowc ...

  6. git 修改历史提交信息

    当你不小心,写错了提交的注视/信息,该如何处理呢.理论上,SCM是不应该修改历史的信息的,提交的注释也是.   不过在git中,其commit提供了一个--amend参数,可以修改最后一次提交的信息. ...

  7. Android Manifest.xml文件的结构及作用

    原文链接:http://android.eoe.cn/topic/android_sdk 每一个应用程序在工程的根目录下必须要有一个AndroidManifest.xml文件(一定要用这个名称).这个 ...

  8. 【Android开发】Android Host详解(翻译自官方文档)

    原文:http://android.eoe.cn/topic/summary 文档内容 API概述 Android中manifest文件需求 工作的设备 * 发现设备 * 获得和设备进行“交流”的权限 ...

  9. mui封装做好的手机版网站为apk

    BOSS提到的一个功能,就是把已经做好的手机网站http://xxx.com/m/home/index ,想着看起来应该蛮简单,一个html页面里就一个iframe就好了,然后宽度和高度都设置为100 ...

  10. struts2(六) 文件上传和下载

    前面对文件下载提过一点点,这里正好要讲文件上传,就放在一起在说一遍. --WH 一.单文件上传 在没学struts2之前,我们要写文件上传,非常麻烦,需要手动一步步去获取表单中的各种属性,然后在进行相 ...