用过SystemCenterServiceManager的人应该知道,SCSM中有大量的Workitem,默认情况下是无法删除的,并且每个项目的ID编号会越来越大,但是作为ID人员,我们很多的ServiceRequest等需要多次的测试和调试,在测试中生成的很多项目都是无效的或者无用的,下面就讲一下怎么删除这些..
分类:
其他好文 时间:
2014-07-23 00:28:58
阅读次数:
217
一、Stopping Grid Control and All Its Components
1.停止OMS服务
[oracle@ocm2 oms10g]$ cd /u01/app/oracle/OracleHomes/oms10g/bin/
[oracle@ocm2 bin]$ ./emctl stop oms
Oracle Enterprise Manager ...
分类:
其他好文 时间:
2014-07-23 00:09:59
阅读次数:
481
Problem Description
Today the company has m tasks to complete. The ith task need xi minutes to complete. Meanwhile, this task has a difficulty level yi. The machine whose level below this task’s le...
分类:
其他好文 时间:
2014-07-22 23:57:27
阅读次数:
601
题目:DescriptionThere are only one case in each input file, the first line is a integerN (N ≤ 1,000,00)denoted the total operations executed by Mary.The...
分类:
其他好文 时间:
2014-07-22 23:37:37
阅读次数:
434
Transforming Images with Morphological Operations
分类:
其他好文 时间:
2014-07-22 23:28:47
阅读次数:
820
MHA,即Master High Availability Manager and Tools for MySQL,是日本的一位MySQL专家采用Perl语言编写的一个脚本管理工具,该工具仅适用于MySQL Replication(二层)环境,目的在于维持Master主库的高可用性。
一、简介
学习一个高可用小软件,不但要熟悉其功能,还要了解其架构及工作原理。
1....
分类:
数据库 时间:
2014-07-22 22:34:32
阅读次数:
390
在工作中发现,远程windowsserver2003SP2出现如题错误。搜索了下,可以通过更改几个注册表值解决:错误截图问题解决方法:1)AddDWORDkeyIgnoreRegUserConfigErrorsinHKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TerminalServerwithvalue12)Modifythevalueofkey"Enabl..
分类:
数据库 时间:
2014-07-22 18:30:42
阅读次数:
317
今天打开开发网站突然不能使用,发现时Mysql数据库down掉了,就去重启:
mysql.server restart
一直会报错:“Manager of pid-file quit without updating file”。
然后就去找原因,网上说有以下三个方面的问题:
1、硬盘不够用了,无法写入pid文件
2、进程卡死了,找到mysql进程kill掉,然后重启
3、目录权限...
分类:
数据库 时间:
2014-07-22 17:53:52
阅读次数:
274
继上篇ConfigurationManager2012R2中心站点安装之后,本章节将介绍部署ConfigurationManager2012R2主站点以及辅助站点。安装ConfigurationManager2012R2主站点总体上没什么大的变化,只是需要将ConfigurationManager2012R2主站点加入已部署的ConfigurationManager2012R2中心站..
分类:
其他好文 时间:
2014-07-22 14:57:34
阅读次数:
321
Master-MasterreplicationmanagerforMysql我们先来回顾一下mmm的概念,它是一套灵活的基于perl编写的脚本程序,自己本身不提供mysql服务的功能,它是用来对mysqlreplication进行监控和故障迁移,并能管理mysqlMaster-Master复制的配置。(同一时间只有一个节点是可写的)。附带..
分类:
数据库 时间:
2014-07-22 14:57:24
阅读次数:
1384