场景:早上来上班,突然发现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. MySQL常用知识

    1.MySQL常用引擎有哪些? A:MySQL常用的引擎有InnoDB.MyISAM.Memory,默认时InnoDB InnoDB:磁盘表,支持事务,支持行级锁,B+Tree索引 优点:具有良好的A ...

  2. Python序列化模块-Pickel写入和读取文件

    利用pickle 存储和读取文件 1.存储文件: #引入所需包,将列表元素存入data2的文件里面 import pickle mylist2 ={'1','nihao','之后','我们',1,2, ...

  3. 【HDU 6017】 Girls Love 233 (DP)

    Girls Love 233 Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/65536 K (Java/Others)To ...

  4. 【BZOJ 2728】 2728: [HNOI2012]与非 (线性基?)

    2728: [HNOI2012]与非 Time Limit: 10 Sec  Memory Limit: 128 MBSubmit: 813  Solved: 389 Description Inpu ...

  5. 【MPI】并行求和

    比较简单的并行求和 读入还是串行的 而且无法处理线程数无法整除数据总长度的情况 主要用到了MPI_Bcast MPI_Scatter MPI_Reduce typedef long long __in ...

  6. Java并发(十一):Condition条件

    先做总结: 1.为什么使用Condition条件? synchronized配合Object的wait().notify()系列方法可以实现等待/通知模式. Lock提供了条件Condition,对线 ...

  7. 53.FIB词链

    时间限制: 1 s 空间限制: 128000 KB 题目等级 : 大师 Master 题解 题目描述 Description Fibonacci词定义如下:FIB1 = b  FIB2 = a 当k  ...

  8. HDU 3974 Assign the task 并查集/图论/线段树

    Assign the task Time Limit: 1 Sec  Memory Limit: 256 MB 题目连接 http://acm.hdu.edu.cn/showproblem.php?p ...

  9. qt程序运行时的错误error:undefined reference to `_imp___ZN10QTcpSocketD1Ev'

    出现的错误: undefined reference to `_imp___ZN10QTcpSocketD1Ev' undefined reference to `_imp___ZN10QTcpSoc ...

  10. MySQL单表恢复方法

    正休息的时候一个电话将我的睡意完全打散,“开发童鞋写update SQL的时候忘了加where条件了”,相信每一个DBA同学听到这个消息的时候都有骂街的冲动吧.万幸只是单表写花了,而不是哪位大神在DB ...