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/ ...
随机推荐
- C++的坑真的多吗?
先说明一下,我不希望本文变成语言争论贴.希望下面的文章能让我们客观理性地了解C++这个语言.(另,我觉得技术争论不要停留在非黑即白的二元价值观上,这样争论无非就是比谁的嗓门大,比哪一方的观点强,毫无价 ...
- CListCtrl自适应宽度
原文链接: http://blog.csdn.net/benny5609/article/details/1967084 void CListCtrlExDlg::AdjustColumnWidth( ...
- [转]java:IO流学习小结
Java流操作有关的类或接口: Java流类图结构: 流的概念和作用 流是一组有顺序的,有起点和终点的字节集合,是对数据传输的总称或抽象.即数据在两设备间的传输称为流,流的本质是数据传输,根据数据传输 ...
- 另辟蹊径 直取通州的“墨迹天气”APP应用的成功故事
一个天气应用,曾被认为是要挑战国家气象局,网站也莫名其妙地被封,两个合伙人先后离开.创始人金犁是如何把这么一款工具类应用做到人所共知的? 采访 | 郑江波 翟文婷 文 | 翟文婷 出生时间:1982年 ...
- 转 kafka 清理数据
由于项目原因,最近经常碰到Kafka消息队列拥堵的情况.碰到这种情况为了不影响在线系统的正常使用,需要大家手动的清理Kafka Log.但是清理Kafka Log又不能单纯的去删除中间环节产生的日志, ...
- spring配置上传文件大小
上传文件过大时,不会进入控制层,会直接抛出异常,提示上传文件过大,如下: org.apache.commons.fileupload.FileUploadBase$SizeLimitExceededE ...
- django -- 插入行的不同方式
在django中行是Model的一个实例.也就是说一个Model的实例就对应着一行. 一.通过构造函数创建行: import django django.setup() from polls.mode ...
- memcached(一):linux下memcached安装以及启动
一. 安装文件 Linux系统安装memcached,首先要先安装libevent库. 下载memcached与libevent的安装文件 http://memcached.org/files/mem ...
- css冻结列的效果
<!DOCTYPE html><html lang="zh-cn"><head><meta charset="utf-8&quo ...
- 关于 IOS code signe 和 Provisioning Files 机制 浅析
可以先读下这个译文. http://www.cnblogs.com/zilongshanren/archive/2011/08/30/2159086.html 读后,有以下疑惑. 在mac 机上生成的 ...