1、上传安装包2、解压安装包3、检查是否开启归档(开启归档)sourcedb-> sqlplus / as sysdbaSQL*Plus: Release 11.2.0.4.0 Production on Mon Apr 13 00:58:03 2015Copyright (c) 1982, 201...
分类:
其他好文 时间:
2015-04-12 18:58:28
阅读次数:
229
httpd: apr_sockaddr_info_get() failed for hoteel
httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
我在service httpd restart的时候提示上述信息的。虽然启动成功...
分类:
Web程序 时间:
2015-04-12 17:49:47
阅读次数:
161
Last login: Fri Apr 10 15:15:39 CST 2015 on /dev/pts/1 from 10.229.64.114
*******************************************************************************
* ...
分类:
其他好文 时间:
2015-04-12 16:15:37
阅读次数:
304
问题描述:
CRS启动失败,并且RAC进程全部退出。
查看messages日志:
... ...
Apr 10 15:58:31 node74 logger: Cluster Ready Services waiting on dependencies. Diagnostics in /tmp/crsctl.7510.
Apr 10 15:58:31 node74 logge...
分类:
其他好文 时间:
2015-04-10 17:57:40
阅读次数:
186
=ERROR REPORT==== 10-Apr-2015::16:30:04 ===Error in process with exit value: {badarg,[{processring2,loop,1,[{file,"processring2.erl"},{line,38}]}]}Mo....
分类:
其他好文 时间:
2015-04-10 17:42:54
阅读次数:
214
安装apr请参考: http://www.cnblogs.com/yuzhaokai0523/p/4382974.html1安装httpd-2.4.10.tar.gztar-zxvfhttpd-2.4.10.tar.gzcdhttpd-2.4.10./configure--prefix=/usr/l...
分类:
Web程序 时间:
2015-04-09 15:19:17
阅读次数:
144
在 ./configure --prefix=/home/svnroot/subversion --without-berkeley-db 时碰到一个错误:configure: error: no suitable apr found。原因是我没有 将subversion-1.6.17.tar.gz subversion-deps-1.6.17.tar.gz这两个包解压到同一个目录下。
...
分类:
系统相关 时间:
2015-04-09 10:42:25
阅读次数:
171
(apache2也可以使用 sudo apt-get install apache2来安装,下面来讲解下如何手动安装配置apache2)在安装apache2之前,先要安装apache2的依赖项,apache2依赖项有:apr、apr-util、pcre并且pcre依赖perl。apache依赖包下载...
分类:
Web程序 时间:
2015-04-08 21:12:31
阅读次数:
134
Apache安装包中自带的压力测试工具 Apache
Benchmark(简称ab) 简单易用,这里就采用 ab作为压力测试工具了。
1.独立安装
ab运行需要依赖apr-util包,安装命令为:
1
yum install apr-util
安装依赖 yum-utils中的...
分类:
其他好文 时间:
2015-04-08 16:31:28
阅读次数:
126
1) download apr1.4.6, apr-util-1.5.1, mod_jk, pcre http://www.apache.org/dist/apr/? (include apr and apr-util) http://sourceforge.net/projects/pcre/files/pcre/ ? http://www.apache.org/dist/tomca...
分类:
Web程序 时间:
2015-04-07 17:53:57
阅读次数:
226