该文被密码保护。
08 2012 档案
摘要:,备份内容:1.pdbackup用来备份和还原Tivoli Access Manager数据。根据一个列表文件来做备份。列表文件地址:/opt/pdweb/etc/amwebbackup.lst备份出一个tar文件,缺省路径是/var/PolicyDirector/pdbackup例子:备份到缺省路径pdbackup -a backup -l /opt/pdweb/etc/amwebbackup.1st文件为:/var/PolicyDirector/pdbackup/amwebbackuplst_15jul2003.10_41.tar从缺省路径还原:pdbackup -a restore -f
阅读全文
摘要:总结起来也很简单,要想在字符集方面少些错误与麻烦,需要坚持两条基本原则:A.在数据库端:选择需要的字符集(通过create database中的CHARACTER SET与NATIONAL CHARACTER SET子句指定);B.在客户端:设置操作系统实际使用的字符集(通过环境变量NLS_LANG设置)。参考文档:http://silverw0396.iteye.com/blog/90554http://www.itpub.net/thread-276524-1-1.htmlhttp://www.360doc.com/content/11/0217/10/473333_93739234.sh
阅读全文
摘要:GDM配置文档custom.conf参见http://projects.gnome.org/gdm/docs/2.18/configuration.html1.安装xmanager 3.0到windows机器上。2.配置RHEL6中GDM设置2.1 配置RHEL6 使用图形登录。检查启动文件/etc/inittab,要允许远程图形界面登录,必须配置为x11 GUI登录。检查是否X11 允许级别是否正确。runlevel应该是5# # /etc/inittab # ..... <SNIP> ..... # Default runlevel. The runlevels used by
阅读全文
摘要:1.下载安装包for x86_32bit版本大概300多Mb解压 tar -zxvfv9fp12_linux_ese.tar.gz -C dir2.停止Access manager/opt/PolicyDirector/bin/pd_start stopstopping the: Access Manager policy server.Stopping the: webseald-default3. 停止 db2先尝试下idsdiradm -I <instancename> -k或db2 terminate不行就:chmod o+x/opt/ibm/db2/9.1/adm/db2
阅读全文
摘要:以下针对RHEL5.8版本和WAS6.1版本1.可以访问http://hostname:9060/ibm/console,进入WebSphere管理控制台2、使用./htpasswd -c -m 命令创建了admin用户3、在/opt/IBM/HTTPServer/conf/httpd.conf文件的第一行有ServerName 可以指定servername4.启动和停止 IBM HTTP Server 管理服务器/opt/IBM/HTTPServer/bin/adminctl start/opt/IBM/HTTPServer/bin/adminctl stop通过检查admin_error.
阅读全文
摘要:see also:http://publib.boulder.ibm.com/infocenter/iseries/v5r3/index.jsp?topic=%2Frzahy%2Frzahyunderdn.htmhttp://www-10.lotus.com/ldd/stwiki.nsf/dx/3.1_Directory_concepts1.Distinguished names (DNs)DN名范例:cn=Ben Gray,ou=editing,o=New York Times,c=US cn=Lucille White,ou=editing,o=New York Times,c=US cn
阅读全文
摘要:使用web administration tools需要先安装WAS服务器,然后安装web tools.一、安装WAS二、安装IBM Tivoli Directory Server Web Administration tools.1.以root登录2.确保ITDS已经设置,WAS已经安装好。准备IBM Tivoli Access Manager Directory Server for Linux on x86(2 of 2)第二张CDmout光盘,到linux_i386目录rpm -ihv idsldap-webadmin61-6.1.0-6.i386.rpm3.将web tool配置到W
阅读全文