cognos学习笔记--components安装的介绍1

一、Server components  
   1、All components on one computer.
        目的:Proof of concept  or Demonstration environments
        条件:只能在windows环境下实现。FrameWork Manager 是基于Window安装的。
        需求:
             1、为Cognos Web content 配置Web服务
             2、指定content store 的连接信息。
             3、为“notification"建立配置(创建)一个email帐号。
   2、Getways on separate computers
        可以安装多个Web server.在每个Web server都需要安装一个gateways.
        条件:
           1、确保你能看见Ibm Cognos content的。
           2、确保getways能与其他Ibm cognos components连通。
           3、为Ibm cognos web content 配置Web server
           4、配置URIS分配分发器。

   3、Application Tier Components and Content Manager on Separate computers
         Application Tier components 使用IBM cognos connection interface 实现了load balance loads,
      access data,perform queries, 安排jobs安排,
         content Manager 存储了所有报表的配置,结果,包,文件目录,JOBS.
         Application Tier components 可以安装在一个机器或者多台机器上。安装在不同机器可以改善
      (improve)执行效率、有效性(avalilability)、capacity.
          条件:
             1、specify all Content Manager URIs
             2、specify the Dispatcher URIs
             3、specify the Dispatcher URI for external applications

     More than one content manager
         Content Manager 可以安装多个,但是总是只有一个是有效的。当一个Content Manager失败会
      切换到另一个Content Manager上。Content store只有一个(它是一个RDMBS)
         Content Mangeer 失败后,当前的sessionn并不保存。新的content manager会重新提示logon.
         条件:
            1、配置connection to content store信息。
            2、specify the Dispatcher URIs
            3、specify all Content Manager URIs
            4、specify the Dispatcher URI for external applications
            5、set up a connection to an email account for notifications (if you want to
               email reports)

    4、IBM Cognos products on the same computer
      
二、Framework Manager components
       为了使用Frame Manager必须使用Modeling tools并配置它通过gateway 去 dispatcher.如果Cognos
    Connection 使用了安全机制,则你必须有权限在IBM Cognos Connection上创建数据资源和部署packages
    有两种方式实现modeling tools与server components 通讯:
       1、使用Application Tier components dispatcher 的 internal dispatcher URI.(这是推荐的途径)
       2、使用专门的gateway dispatcher.你必须为这个专门的gateway 配置适当的security.例如:SSL.
          (这个主要应用在modeling tool在network firewall之外)
    具体配置要根据你的metadata models和你使用的Web server

你可能感兴趣的:(cognos)