场景:早上来上班,突然发现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. 转载:tar命令批量解压方法总结

    由于linux的tar命令不支持批量解压,所以很多网友编写了好多支持批量解压的shell命令,收集了一下,供大家分享: 第一:for tar in *.tar.gz;  do tar xvf $tar ...

  2. Nearest Neighbor Search

    ## Nearest Neighbor Search ## Input file: standard input Output file: standard output Time limit: 1 ...

  3. nyoj 311 dp 完全背包

    完全背包 时间限制:3000 ms  |  内存限制:65535 KB 难度:4 描述 直接说题意,完全背包定义有N种物品和一个容量为V的背包,每种物品都有无限件可用.第i种物品的体积是c,价值是w. ...

  4. HDU 6138 Fleet of the Eternal Throne(AC自动机)

    [题目链接] http://acm.hdu.edu.cn/showproblem.php?pid=6138 [题目大意] 给出一些串,询问第x个串和第y个串的公共子串, 同时要求该公共子串为某个串的前 ...

  5. zend studio10 创建重复project from remote server

    zend studio10创建重复project from remote server [本地远程到dev服务器]1.删掉已存在project隐藏文件.project .build2.如果zend10 ...

  6. 人脸检测:微软 VS Face++

    近些年国内的人脸技术已经得到了很大的发展,今天网上无意看到了微软和face++两家公司的人脸检测,Face++号称国际顶尖的技术,也用过他们的接口感觉确实很不错,而微软则不再话下了.于是想对比微软和F ...

  7. 移动应用安全开发指南(Android)--数据验证

    概述 移动应用往往通过数据的发送.接收和处理来完成一系列功能,通常情况下,处理的数据绝大部分都来源于外部(比如网络.内部或外部存储和用户输入等),对这些数据处理不当会导致各种各样的漏洞和风险,比代码执 ...

  8. <摘录>Gson对Java嵌套对象和JSON字符串之间的转换

    JSON(JavaScript Object Notation) 是一种轻量级的数据交换格式,具有良好的跨平台特性.近几年来已经和XML一样成为C/S架构中广泛采用的数据格式.有关JSON的更多知识, ...

  9. CSDN 四川大学线下编程比赛第一题:数字填充

    题目意思: http://student.csdn.net/mcs/programming_challenges peter喜欢玩数字游戏,但数独这种游戏对他来说太简单了,于是他准备玩一个难的游戏. ...

  10. Circuit provides reference for multiple ADCs

    The achievable accuracy for systems with multiple ADCs depends directly on the reference voltages ap ...