一佳互联

展开菜单

EM Configuration issue 报错解决办法。

EM Configuration issue 报错解决办法。
EM Configuration issue 报错解决办法。今天 修改linux系统 IP 后,启动oracle 10gR2时就提示下面错误。[oracle@yupan root]$ emctl dbconsole startEM Configuration issue. /oracle/10.2.0/db_1/69.42.223.34_yupan not found.[oracle@yupan root]$ emca -config dbcontrol dbEMCA 开始于...

win2003系统登陆后自动注销

win2003系统登陆后自动注销
win2003系统登陆后自动注销今天有客户反应说,他的win2003系统登陆后,还没有看到桌面,就马上注销,进不了机器。怎么办? 出现这个问题的原因一般是userinit.exe文件出错了。userinit.exe是用来管理用户启动的。 可以先到PE或DOS系统里看看C:\windows\system32\userinit.exe文件存在吧,如果没有,可能是文件改名了,或是文件被病毒感染了。 第一种方法从win2003系统光盘里面提取userin...

PIX内网用户无法用外网地址访问发布的DMZ区的服务器的故障解决

PIX内网用户无法用外网地址访问发布的DMZ区的服务器的故障解决
PIX内网用户无法用外网地址访问发布的DMZ区的服务器的故障解决 环境:在PIX上为一台DMZ区域的Web 服务器做了静态地址映射Public IP:200.200.200.200Private IP:10.10.10.10 故障现象:在公网上可以通过200.200.200.200访问这台Web服务器,但在内网中只能通过10.10.10.10访问这台Web服务器,无法通过其公网ip(200.200.200.200)来访问故障解决:   ...

Linux: CentOS and Out of socket memory(转载)

Linux: CentOS and Out of socket memory(转载)
Linux: CentOS and Out of socket memory(转载)Just last night I upgraded a system withSWSoft'sVirtuozzoto the latest kernel, as of Nov 2, 2006 and promptly reboot. After the reboot was complete and the Virtual Environments (VE's) back up and ru...

httpd out of memory解决方法,不再为Apache进程耗尽内存

httpd out of memory解决方法,不再为Apache进程耗尽内存
httpd out of memory解决方法,不再为Apache进程耗尽内存本篇文章是为使用Apache+MySQL,并为Apache耗尽内存而困扰的系统管理员而写。如果您没有耐心读完本文,请参考以下步骤:修改/etc/my.cnf,加上这样一行:log-slow-queries=queries-slow.log重启MySQL酌情过上一段时间,执行mysqldumpslow命令,或直接查看datadir/queries-slow.log,从中找出执行超时的SQL语句。其中d...

ORA-27102: out of memory

ORA-27102: out of memory
ORA-27102: out of memory ORA-27102: out of memory前两天在安装oracle的时候遇到上面的错误os:centos4.7     32G内存oracle10g经...

Linux 的 Out-of-Memory (OOM) Killer

Linux 的 Out-of-Memory (OOM) Killer
Linux 的 Out-of-Memory (OOM) Killer 网址:http://www.dbanotes.net/database/linux_outofmemory_oom_killer.html同事在 Linux 服务器上遇到点小问题,我也上去折腾半天。这还是第一次注意到 Linux 这个多年来就存在的特性:OOM Killer。说白了 OOM Killer 就是一层保护机制,用于避免 Linux 在内存不足的时候不至于出太严重的问题,把无关紧要的...

Heartbeat+Drbd+MySQL 安装部署

Heartbeat+Drbd+MySQL 安装部署
Heartbeat+Drbd+MySQL 安装部署 测试环境 1.1测试环境DB主机:CentOS 5.5 x86_64Eth0:192.168.20.63/24Eth1:10.0.0.63/24DB备机:CentOS 5.5 x86_64Eth0:192.168.20.64/24Eth1:10.0.0.64/241.2拓扑图 Drbd安装配置2.1配置安装2.1.1安装Drbd rpm...