发布时间:2014-06-13 11:15:53
登录TAM报错:[root@tam ~]# pdadmin -a sec_master -p wwwwwwError: HPDIA0119W Authentication mechanism is not available. (status 0x13212077)解决方法:/opt/ibm/ldap/V6.3/sbin/ibmslapd ......【阅读全文】
发布时间:2014-06-11 09:39:32
1.修改/home/idsldap/idsslapd-idsldap/etc/ibmslapd.conf将下面改成true:ibm-slapdConfigPwdPolicyOn: true2.启用策略#cd /opt/ibm/ldap/V6.3/bin/#./idsldapmodify -D cn=root -w passworddn: cn=pwdpolicy,cn=ibmPolicieschangetype: modifyreplace:ibm-pwdpolicyibm-pwdpolicy: true-replace: pwdlockoutp.........【阅读全文】
发布时间:2014-06-11 09:23:38
有索引规则的说明:Specifying an indexing rule for an attribute controls the creation and maintenance of special indexes on the attribute values. This greatly improves the response time to searches with filters which include those attributes.假如当对某个字段创建了 “Equality” 的索引,那么在.........【阅读全文】
发布时间:2014-06-05 10:17:47
系统环境为RHEL6.4,WAS版本为8.0.0.5目的:命令行启动一个应用程序。1.到was安装目录[root@oracle11g ~]# cd /opt/IBM/WebSphere/AppServer/bin/2.执行wsadmin命令[root@oracle11g bin]# ./wsadmin.sh -lang jython -user wasadmin -password wwwwwwWASX7209I: Connected to process "dmgr" on node oracle11gCellM.........【阅读全文】