zhb8015

posts(23) comments(6) trackbacks(0)
  • BlogJava
  • 联系
  • RSS 2.0 Feed 聚合
  • 管理

常用链接

  • 我的随笔
  • 我的评论
  • 我的参与
  • 最新评论

留言簿

  • 给我留言
  • 查看公开留言
  • 查看私人留言

随笔分类

  • hadoop

随笔档案

  • 2013年3月 (1)
  • 2012年10月 (2)
  • 2012年8月 (2)
  • 2012年7月 (1)
  • 2012年6月 (1)
  • 2012年5月 (1)
  • 2012年4月 (5)

文章分类

  • arithmetc
  • books(2)
  • design patter(4)
  • English(1)
  • exception(3)
  • hadoop(1)
  • interview(53)
  • Kent Beck
  • linux,unix(1)
  • MartinFlow(7)
  • method(7)
  • middleware(1)
  • projectManagement(6)
  • soa(9)
  • ssh(14)
  • ThoughtWork(2)
  • tibco(13)

文章档案

  • 2013年4月 (1)
  • 2013年3月 (3)
  • 2012年8月 (1)
  • 2012年7月 (8)
  • 2012年6月 (15)
  • 2012年5月 (14)
  • 2012年4月 (22)
  • 2012年3月 (5)

相册

  • java

搜索

  •  

最新评论

  • 1. re: Log4j详细配置(转)
  • 写得很详细,最后那句好像有点小问题,输出到test1和stdout应该是log4j.logger.myTest1=DEBUG, test1, stdout ?
  • --aramxiao
  • 2. re: 结合Maven2进行J2EE项目构建(转)
  • 评论内容较长,点击标题查看
  • --最代码
  • 3. re: java深浅复制
  • 评论内容较长,点击标题查看
  • --zhb8015
  • 4. re: 求质数,难以理解的代码,有兴趣可以看一下
  • 评论内容较长,点击标题查看
  • --zhb8015
  • 5. re: Advice about migrating to new platfrom
  • platfrom or platform??
  • --qingyue

阅读排行榜

评论排行榜

View Post

EMS tibemsadmin 属性及设置

EMS tibemsadmin 属性及设置
tibemsadmin -help
(charpter 3 Destination)
set server authorization=enabled

Usage:  tibemsadmin [<arguments>]

   where <arguments> are:

   -help                    - print this help screen
   -server   <server-url>   - connect to specified server
   -user     <user-name>    - use this user name to connect to server
   -password <password>     - use this password to connect to server
   -pwdfile  <passwd file>  - use the password in the specified file
   -script   <script-file>  - execute specified script file and quit
   -ignore                  - ignore errors when executing script file

   -mangle   [password]     - mangle the password and quit. Mangled string
                              in the output can be set as a value of server
                              password or server SSL password in the server
                              configuration file. If the password is not
                              entered it is prompted for.

   SSL parameters (for SSL connection only):

   -ssl_trusted  <filename> - file containing trusted certificate(s).
                              This parameter may be entered more than
                              once if required.
   -ssl_identity <filename> - file containing client certificate and
                              optionally extra issuer certificate(s) and
                              private key.
   -ssl_issuer   <filename> - file containing extra issuer certificate(s)
                              for client-side identity.
   -ssl_password <password> - private key or PKCS12 password. If not
                              specified the password is prompted for
                              if it is required.
   -ssl_pwdfile <pwd file>  - use private key or PKCS12 password in this file
   -ssl_key <filename>      - file containing private key.
   -ssl_noverifyhostname    - do not verify host name against the name
                              in the certificate.
   -ssl_hostname <name>     - name expected in the certificate sent by host.
   -ssl_trace               - show loaded certificates and certificates
                              sent by the host.
   -ssl_debug_trace         - show additional tracing, useful for debugging.

 If no trusted certificates were specified in the parameters, then tibemsadmin
 will trust any server. If it is not desirable then at least one ssl_trusted
 parameter must be specified.

 Parameter -script may be combined with -server, -user, -password and -pwdfile.
 Parameter -ignore instructs to ignore errors while executing the
 script file. This only affects errors in command execution but not
 syntax errors in the script.

 Examples:
   tibemsadmin -script config.scr
   tibemsadmin -server "tcp://myhost:7222"
   tibemsadmin -server "tcp://myhost:7222" -user admin -password secret

posted on 2012-03-21 10:59 zhb8015 阅读(451) 评论(0)  编辑  收藏 所属分类: tibco

新用户注册  刷新评论列表  

只有注册用户登录后才能发表评论。


网站导航:
博客园   IT新闻   Chat2DB   C++博客   博问   管理
相关文章:
  • 用Keytool和OpenSSL生成和签发数字证书(二)(转)
  • 用Keytool和OpenSSL生成和签发数字证书(转)
  • OpenSSL证书生成以及自签全记录
  • OpenSSL自签证书链的生成及Tibco bw SSL加密认证的 http方式的传输实例
  • EMS tibemsadmin 属性及设置
  • tibco ftl
  • tibco ems6.1 存储数据库配置过程
 
 
Powered by:
BlogJava
Copyright © zhb8015