Error Installing Tivoli Directory Server (TDS) for TNPMW1.3
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的更多相关文章
- centos directory server
http://www.aliyun.com/zixun/content/3_12_517262.html CentOS系统安装Directory Server 8.1操作方法 发布时间:2014-12 ...
- cygwin安装sshd服务(win7)Error installing a service: OpenSCManager: Win32 error 5:
Error installing a service: OpenSCManager: Win32 error 5: 出现这个问题的解决办法:win7系统管理员运行Cygwin软件 ...
- 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 ...
- 使用cocoapods install友盟时报错Error installing UMengAnalytics
报错: [!] /usr/bin/unzip /Users/soindy/Documents/SmartThermo/ios/SmartThermo/Pods/UMengAnalytics/file. ...
- 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 ...
- SQLyog恢复数据库报错解决方法【Error Code: 2006 - MySQL server has gone away】
https://blog.csdn.net/niqinwen/article/details/8693044 导入数据库的时候 SQLyog 报错了 Error Code: 2006 – MySQL ...
- 关于 ReactNative 环境搭建之 error: invalid developer directory '/Library/Developer/CommandLineTools' - RN
简要说明,此次尝试安装 ReactNative 时当前 MacPro 版本为 10.13.6.Xcode 版本为 Version 9.4.1 (9F2000),按照官方的完整原生环境搭建流程一步步执行 ...
- nova instance出错:"message": "Proxy error: 502 Read from server failed
执行 $ nova resize instance1 时候出错: {, "details": " File \"/opt/stack/nova/nova/com ...
- 解决:ERROR: Cannot launch Jack server
问题重现: Install: /home/dinphy/sm/out/target/product/ido/system/lib/libdl.so java -Xmx3500m -jar /home/ ...
随机推荐
- 【jsp】Servlet与jsp之间的传值
Servlet与JSP 之间的传值有两种情况:JSP -> Servlet, Servlet -> JSP. 通过对象 request和 session (不考虑 application) ...
- AndroidStudio升级到2.3版本无法编译的解决方法
上周五as提示更新,于是为了体验新功能还在编码过程中就迫不及待的点击了更新,公司网很快,十几分钟就下载好,然后一重启就懵逼了,提示是否更改依赖版本到2.3以及升级gradle到3.3,点了确定就一直在 ...
- golang 学习笔记 ---make/copy/append
package main import ( "fmt" ) func main() { a := [...]int{0, 1, 2, 3, 4, 5, 6, 7} s := mak ...
- iphone5 jail break
dfu恢复恢复备份越狱afc2add删除2个文件,如果只有1个也没问题/var/mobile/Library/Caches/com.apple.mobile.installation.plist/va ...
- html select与option标签
1.select 元素 select 元素可创建单选或多选菜单.<select> 元素中的 <option> 标签用于定义列表中的可用选项 常用属性如下: autofocus: ...
- WPF编程学习——窗口
转自 http://www.cnblogs.com/libaoheng/archive/2011/11/18/2253751.html 本文目录 1.窗口的外观 2.窗口的位置 3.窗口的大小 4.窗 ...
- css animation和keyframes
keyframes应用在animation上,animation应用在元素上. <html> <style type="text/css"> .div1 { ...
- Android基础知识之String类使用详解
原文:http://android.eoe.cn/topic/android_sdk 字符串资源为你的应用程序提供了可以选择的文本样式和格式的文本.这里有三种类型的资源可以为你的应用程序提供字符串. ...
- [LintCode] Subarray Sum & Subarray Sum II
Subarray Sum Given an integer array, find a subarray where the sum of numbers is zero. Your code sho ...
- linux分区详解
点评:如果你想了解linux分区,请务必认真阅读本文.对于初学者来说,linux分区不像windows下那么一目了解. Linux 分区的规定 1. 设备管理 在 Linux 中,每一 ...