博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
LDAP缓存命令
阅读量:6547 次
发布时间:2019-06-24

本文共 2170 字,大约阅读时间需要 7 分钟。

启动cacao及实例:

[root@rusky bin]# cd /home/ldap/iamldap/dsee6/cacao_2/cacao/bin[root@rusky bin]# ./cacaoadm start[root@rusky bin]# cd /home/ldap/iamldap/ds6/bin/[root@rusky bin]# ./dsadm start /home/ldap/iamldap/var/dscc6/dcc/adsWaiting for Directory Server instance '/home/ldap/iamldap/var/dscc6/dcc/ads' to start...Directory Server instance '/home/ldap/iamldap/var/dscc6/dcc/ads' started: pid=6232[root@rusky bin]# ./dsadm start /home/ldap/amsldapWaiting for Directory Server instance '/home/ldap/amsldap' to start...Waiting for Directory Server instance '/home/ldap/amsldap' to start...Directory Server instance '/home/ldap/amsldap' started: pid=6330

相关参数说明:

set-server-prop        Sets server property values get-server-prop        Displays server property values  -D USER_DN, --user-dn USER_DN                Binds as USER_DN (Default: $LDAP_ADMIN_USER or cn=Directory Manager)-P PORT, --secure-port PORT                Connects to Directory Server on secure port PORT-e,--unsecured                Connects over LDAP with no secure connection (Enabled if $DIRSERV_UNSECURED is set)-i,--no-inter                Does not ask for confirmation-p PORT, --port PORT                Connects to Directory Server on PORT (Default: $DIRSERV_PORT or 389)-w FILE, --pwd-file FILE                Binds with pwd read from FILE (Default:$LDAP_ADMIN_PWF or prompt for pwd)-j,--reject-cert                Does not ask for confirmation before rejecting non-trusted server certificates (for this session only)

查看缓存:

[root@rusky bin]# ./dsconf get-server-prop -D cn=DirectoryManager --pwd-file password -h rusky.com -e -p 12345 db-cache-sizedb-cache-size  :  32M

设置数据库缓存:

[root@rusky bin]# ./dsconf set-server-prop -D cn=DirectoryManager --pwd-file password -h rusky.com -e -p 12345 db-cache-size:128MDirectory Server must be restarted for changes to take effect.

查看条目缓存:  

[root@rusky bin]# ./dsconf get-suffix-prop -D cn=DirectoryManager --pwd-file password -h rusky.com -e -p 12345 dc=test entry-cache-sizeentry-cache-size  :  10M

设置条目缓存:  

[root@rusky bin]# ./dsconf set-suffix-prop -D cn=DirectoryManager --pwd-file password -h rusky.com -e -p 12345 dc=test entry-cache-size:20M

  

  

 

 

 

 

转载地址:http://feedo.baihongyu.com/

你可能感兴趣的文章
Linux Crontab 定时任务 命令详解
查看>>
适配不同分辨率的Android手机的简单处理方法
查看>>
System.SysUtils.TMarshaller 与 System.TMarshal
查看>>
redis 负载均衡 集群配置
查看>>
cocos2d/-x 用CCRenderTexture为一个CCLabelTTF创建阴影。
查看>>
C语言实现修改文本文件中的特定行
查看>>
【原】分享超实用工具给大家
查看>>
VMware vSphere 服务器虚拟化之二十五 桌面虚拟化之终端服务池
查看>>
jQuery中ajax的4种常用请求方式
查看>>
XCode4中的文本查找和文本替换功能
查看>>
HDU 1176 免费馅饼(数字三角形)
查看>>
Yeoman的好基友:Grunt
查看>>
hdu 4240在(最大流)
查看>>
2013豆瓣校园招聘研发类笔试题
查看>>
CentOS设置开机自动启动某服务
查看>>
DLNA_百度百科
查看>>
Kmeans算法原理极其opencv实现(转帖)
查看>>
Oracle 动态视图2 V$LOCKED_OBJECT
查看>>
杂谈---令人抓狂的数据库行级锁问题
查看>>
Android重写HorizontalScrollView仿ViewPager效果
查看>>