环境:RHEL6.4 + Oracle 11.2.0.3问题:需求是文件系统迁移到ASM,在安装GI后,运行roothas.pl脚本报错1.运行root.sh后,按提示运行roothas.pl报错:[root@JY-DB mnt]# /u01/app/11.2.0/grid/crs/install/...
分类:
数据库 时间:
2014-07-22 22:50:57
阅读次数:
380
一、安装libeventsudo wget http://www.monkey.org/~provos/libevent-1.3.tar.gzsudo tar zxvf libevent-1.3.tar.gzcd libevent-1.3sudo ./configure -prefix=/usrsu...
分类:
系统相关 时间:
2014-07-19 16:12:10
阅读次数:
211
1.更新软件源:修改sources.list文件:leafpad /etc/apt/sources.list然后选择添加以下适合自己较快的源(可自由选择,不一定要全部): #官方源deb http://http.kali.org/kali kali main non-free contribdeb-...
分类:
系统相关 时间:
2014-07-19 00:16:53
阅读次数:
480
1.更新软件源:先备份软件源文件 cp /etc/apt/sources.list /etc/apt/sources.list.bak修改sources.list文件:leafpad /etc/apt/sources.list然后选择添加以下较快的源: #官方源deb http://http.kal...
分类:
系统相关 时间:
2014-07-19 00:12:52
阅读次数:
468
一:卸载旧版本使用下面的命令检查是否安装有MySQLServerrpm-qa|grepmysql有的话通过下面的命令来卸载掉rpm-emysql//普通删除模式
rpm-e--nodepsmysql//强力删除模式,如果使用上面命令删除时,提示有依赖的其它文件,则用该命令可以对其进行强力删除二:安装MySQL安装编译代码..
分类:
数据库 时间:
2014-07-18 13:08:47
阅读次数:
312
VMware-Workstation-Full-10.0.2-1744117.i386.bundle安装借鉴:http://www.cnblogs.com/lieyan/p/3837172.htmlchmod +x *.bundle 加权./*.bundle 执行过程视图注册码:5F29M-4831...
分类:
系统相关 时间:
2014-07-16 19:02:11
阅读次数:
278
[InstallingMetasploitFrameworkonCentOS_RHEL6]在CentOS_RHEL6上安装Metasploit的框架【翻译】标记声明:蓝色汉子为翻译上段英文内容,黄色文字为执行命令。英文水平有限,如有疏漏还请指出。文章出处 博客园-初行Allcommandintheg...
分类:
Web程序 时间:
2014-07-16 18:49:31
阅读次数:
317
Node.js configure error: No acceptable C compiler found!
Please make sure you have a C compiler installed on your system and/or
consider adjusting the CC environment variable if you ...
分类:
Web程序 时间:
2014-07-16 17:32:10
阅读次数:
952
【集群环境】
管理节点 10.0.0.19
数据节点 10.0.0.12
10.0.0.17
sql节点 10.0.0.18
10.0.0.22
1. 添加mysql用户
# groupadd mysql
# useradd mysql -g mysql
2. 安装m...
分类:
数据库 时间:
2014-07-14 18:03:39
阅读次数:
310
明天实验要用到rhel6.3,自己虚拟机安装了Minimal,后来说要用桌面环境,就想自己Yum安装,结果yumgrouplist在线查找不到!坑爹。后来上网查询mount光盘,配置yum安装源,搞定。配置光盘源第一步:mount/dev/cdrom/mnt挂载光盘第二步:建立repo文件vim/etc/yum.repos.d/felix.r..
分类:
其他好文 时间:
2014-07-13 15:14:26
阅读次数:
218