场景:早上来上班,突然发现COGNOS服务器挂掉了,比如硬盘彻底坏掉了,不能恢复了,那该怎么办?前提是肯定要有备份啊。

备份内容:

A:FM模型备份OK
B:Cognos内容库备份OK
恢复过程:

1:首先在一台服务器上把备份的数据库还原过来

2:在一台电脑上面装一个Cognos Server,版本最好和之前保持一致,或者更高.打开cognos configuration,新建内容库,内容库配置为原来还原过来的内容库

配置成功,启动服务

在做过了上面的操作之后,进入Cognos connection中我们大概可以看到之前的报表内容了,如果没有做权限认证的话

那么如果如何恢复做了权限认证的cognos服务器呢?比如恢复用户,恢复个人文件夹下面的东西

3:为cognos配置第三方用户认证,无论是ldap,还是cjap的认证方式,最好和原来的认证方式保持一致

4:保证认证空间的ID和之前的保持一致,保证用户ID和之前的用户ID保持一致

5:如果恢复的时候认证空间的ID和之前的不一样,那么系统会添加新的ID原来的ID也还是存在的,之后改为原来ID即可,特贴出一段启动日志

[Launching a JVM using 'Maximum memory in MB']
Successfully launched a test JVM with the memory setting of '768'. Note that this does not guarantee that the IBM Cognos service will start and run successfully.

To see which JVM options are based on this setting, view ibmcognos_location/bin/bootstrap_<OS>.xml and see your JVM documentation for an explanation of those options.

[Start Service]
17:45:00, 'LogService', 'StartService', 'Success'.
17:45:01, CAF input validation enabled.
17:45:01, CAF Third Party XSS checking disabled.
17:46:16, CM-SYS-2215 A Content Manager internal PRECACHEINITACTIONS task started.
17:46:17, CM-SYS-2216 A Content Manager internal POSTINITACTIONS task is complete.
17:46:17, CM-SYS-5104 Content Manager detected the unconfigured security namespace "SZCH" (ID "SZCH") in the content store database.
17:46:18, CM-SYS-5100 Content Manager has added security namespace "SZETYY" (ID "SZERYY") due to a configuration change.
17:46:18, CM-SYS-2215 A Content Manager internal CMUPGRADESCRIPT task started.
17:46:16, CM-SYS-2216 A Content Manager internal PRECACHEINITACTIONS task is complete.
17:46:17, CM-SYS-2215 A Content Manager internal POSTINITACTIONS task started.
17:46:19, 'ContentManagerService', 'StartService', 'Success'.
17:46:19, CM-SYS-5159 Content Manager is running in active mode.
17:46:20, DPR-DPR-1002 Successfully registered the dispatcher http://wangxuejing:9300/p2pd in Content Manager.
17:46:25, Start a CAM_LPSvr because the active process count 0 is less than the limit 1.
17:46:27, 'camAsyncService', 'StartService', 'Success'.
17:46:45, 'BatchReportService', 'StartService', 'Success'.
17:46:44, 'Fragment Server Service', 'StartService', 'Success'.
17:47:30, 'QueryService', 'StartService', 'Success'.
17:49:34, 'QueryService', 'StartService', 'Success'.
17:49:34, 'SystemService', 'StartService', 'Success'.
17:49:39, 'RepositoryService', 'StartService', 'Success'.
17:49:39, 'BUX Service', 'StartService', 'Success'.
17:49:48, 'GraphicsService', 'StartService', 'Success'.
17:49:48, 'ReportDataService', 'StartService', 'Success'.
17:50:07, 'PresentationService', 'StartService', 'Success'.
17:50:07, 'CacheService', 'StartService', 'Success'.
17:50:07, 'ContentManagerCacheService', 'StartService', 'Success'.
17:50:07, 'IBM Cognos Enhanced Search Service', 'StartService', 'Success'.
17:50:07, 'camAsyncAA', 'StartService', 'Success'.
17:50:07, 'idVizService', 'StartService', 'Success'.
17:50:07, 'relationalMetadataService', 'StartService', 'Success'.
17:50:12, 'IndexSearchService', 'StartService', 'Success'.
17:50:12, 'JobService', 'StartService', 'Success'.
17:50:12, 'HumanTaskService', 'StartService', 'Success'.
17:50:12, 'IndexUpdateService', 'StartService', 'Success'.
17:50:12, 'AnnotationService', 'StartService', 'Success'.
17:50:12, 'AgentService', 'StartService', 'Success'.
17:50:12, 'IndexDataService', 'StartService', 'Success'.
17:50:12, 'ReportService', 'StartService', 'Success'.
17:50:12, 'DimensionManagementService', 'StartService', 'Success'.
17:50:12, 'MonitorService', 'StartService', 'Success'.
17:50:12, 'DeliveryService', 'StartService', 'Success'.
17:50:14, 'EventService', 'StartService', 'Success'.
17:50:14, 'MetadataService', 'StartService', 'Success'.
17:50:16, 'CPS Producer Registration Service', 'StartService', 'Success'.
17:50:20, 'Dispatcher', 'Start', 'Success'.

黄色和绿色的翻译是:

17:46:17,cm-sys-5104内容管理器检测到未配置安全空间”szch”(ID为“szch”)在内容存储数据库。
17:46:18,cm-sys-5100内容管理增加了安全空间”szetyy”(ID为“szeryy”)由于配置更改。

要注意的是如果想要恢复原来的用户体系,用户权限,个人文件夹等内容,则恢复的时候必须保持Namespace ID和原来的ID保持一致。

效果1:原来的管理员还存在系统中

效果2:原来用户的个人文件夹也被恢复了

效果3:报表可以正常执行

Cognos备份与恢复方案的更多相关文章

  1. Hadoop元数据备份与恢复方案

    Hadoop元数据备份与恢复方案 标签(空格分隔): Hadoop Namenode 备份策略: 周期性备份namenode.standby namenode的dfs.namenode.name.di ...

  2. Open DJ备份与恢复方案

    最近接手了一个Cognos项目,第三方用户认证采用的是和Open DJ集成.本人之前很多采用的是cjap ,当然这和cjap相比起来简单的多了,最起码你不必具有Java的基础知识就可以完全驾驭了! 一 ...

  3. Hbase记录-备份与恢复方案推荐

    热备份和冷备份参考方案,如在生产环境,请结合业务情况考虑

  4. Redis企业级数据备份与恢复方案

    一.持久化配置 RBD和AOF建议同时打开(Redis4.0之后支持) RDB做冷备,AOF做数据恢复(数据更可靠) RDB采取默认配置即可,AOF推荐采取everysec每秒策略 AOF和RDB还不 ...

  5. Oracle 10g数据库备份与恢复操作手册

    Oracle 10g数据库备份与恢复操作手册 目录 Oracle 10g数据库备份与恢复操作手册... 前言... 文档目的... 文档范围... 目标读者... 其他说明... 冷备份... 热备份 ...

  6. Cognos软件介绍文档(原创)

    1. Cognos简介 Cognos是世界上最大的业务智能软件制造商,它能够帮助用户提取公司数据,然后分析并汇总得出报告.Cognos有许多产品,但最为著名的还是它的PowerPlay联机分析处理(o ...

  7. 响应式Web图形篇 —— icon fonts 的探析及应用

    前言 像素完美(Pixel Perfection).分辨率无关(Resolution Independent)和多平台体验一致性是设计师们的追求. 可访问性(Accessability).加载性能和重 ...

  8. DB2 概览

    2006:IBM公布DB2.9.将数据库领域带入XML时代.IT建设业已进入SOA(Service-Oriented Architecture)时代.实现SOA.其核心难点是顺畅解决不同应用间的数据交 ...

  9. Oracle 数据库、表、方案的逻辑备份与恢复

    数据库(表)的逻辑备份与恢复 逻辑备份是指使用工具export将数据对象的结构和数据导出到文件的过程,逻辑恢复是指当数据库对象被破坏而使用工具import利用备份的文件把数据对象导入到数据库的过程,逻 ...

随机推荐

  1. HDU 6052 To my boyfriend(概率 贡献)

    To my boyfriend Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others)T ...

  2. jsp有哪些内置对象作用分别是什么 分别有什么方法?

    JSP共有以下9个内置的对象: request 用户端请求,此请求会包含来自GET/POST请求的参数 response 网页传回用户端的回应 pageContext 网页的属性是在这里管理 sess ...

  3. 【BZOJ 1272】 1272: [BeiJingWc2008]Gate Of Babylon (容斥原理+卢卡斯定理)

    1272: [BeiJingWc2008]Gate Of Babylon Time Limit: 10 Sec  Memory Limit: 162 MBSubmit: 254  Solved: 12 ...

  4. Nginx日志切割工具——logrotate 使用记录

    1.安装 logrotate是Linux系统自带,无需安装 2.配置 进入[/etc/logrotate.d/nginx]文件修改配置 # 需要备份的日志路劲,一个或多个都可以 /data/logs/ ...

  5. const和define在值定义上的区别

    (1) 编译器处理方式不同 define宏是在预处理阶段展开. const常量是编译运行阶段使用. (2) 类型和安全检查不同 define宏没有类型,不做任何类型检查,仅仅是展开. const常量有 ...

  6. C程序运行的背后(2)

    话说上回说到,C程序运行之前,必须要加载到其进程地址空间中.今儿咱就扯扯这个加载到底是怎么加载的. 一图胜前言,这个图简单说明了可执行文件加载过程的逻辑流,在此只做粗粒度概要说明.需要准确描述的,请出 ...

  7. bzoj 1503: [NOI2004]郁闷的出纳员 -- 权值线段树

    1503: [NOI2004]郁闷的出纳员 Time Limit: 5 Sec  Memory Limit: 64 MB Description OIER公司是一家大型专业化软件公司,有着数以万计的员 ...

  8. BSGS算法+逆元 POJ 2417 Discrete Logging

    POJ 2417 Discrete Logging Time Limit: 5000MS   Memory Limit: 65536K Total Submissions: 4860   Accept ...

  9. JDK源码(1.7) -- java.util.AbstractCollection<E>

    java.util.AbstractCollection<E> 源码分析(JDK1.7) ------------------------------------------------- ...

  10. HDU 5301 Buildings 数学

    Buildings 题目连接: http://acm.hdu.edu.cn/showproblem.php?pid=5301 Description Your current task is to m ...