1、系统kernel参数设置 cat >> /etc/sysctl.conf << "EOF"
##### for Oracle_11gR2 #####
fs.aio-max-nr = 1048576
fs.file-max = 6815744
# kernel.shmall=2097152
# kernel.shmmax=4195057664
kernel....
分类:
数据库 时间:
2014-07-25 00:10:44
阅读次数:
541
1、官方下载安装包:http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.htmllinuxamd64_12102_database_1of2.ziplinuxamd64_12102_database_1of2.zip2、创建oracle用户和组[root@localhost]#groupaddoinstall[root@localhost]#groupadddba[root@..
分类:
数据库 时间:
2014-07-24 23:48:44
阅读次数:
395
#Red hat enterprise linux variants ##Two install sets available ##两种安装方案 ###Server rhel server rhea advanced platform ###Desktop rhel desktop workstation option Multi-OS option ##RH network #...
分类:
Web程序 时间:
2014-07-23 21:33:26
阅读次数:
283
在linux oracle 10g/11g x64bit环境中,goldengate随os启动而自动启动的脚本...
分类:
数据库 时间:
2014-07-23 13:34:26
阅读次数:
284
rhel 6.4 增加光盘为yum repo版本LSB Version: :base-4.0-amd64:base-4.0-noarch:core-4.0-amd64:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-noarch:printing-4....
分类:
其他好文 时间:
2014-07-23 12:39:16
阅读次数:
224
之前Google就说了,由于CentOS/RHEL 6已经是过期的系统,所以不再会有Chrome了。 虽然后来由于引起了社区的抗议,从而改口,不再提CentOS/RHEL 6是过期系统了;但是,目前在CentOS/RHEL 6上已经没有Chrome可以下载使用了。其实,根本的原因不是CentOS/R...
分类:
其他好文 时间:
2014-07-22 22:40:34
阅读次数:
345
1.**复制RHEL光盘内容到本地磁盘** 将RHEL光盘的内容复制到一个本地目录下: /var/yum/rhel-6.5/ 2.**创建本地源配置文件** # touch /etc/yum.repos.d/local.repo # vim /etc/yum.repos.d/local.repo [base] nam...
分类:
其他好文 时间:
2014-07-22 09:00:05
阅读次数:
190
CentOS 7继承了RHEL 7的新的特性,例如强大的systemctl,而systemctl的使用也使得以往系统服务的/etc/init.d的启动脚本的方式就此改变,也大幅提高了系统服务的运行效率。但服务的配置和以往也发生了极大的不同,本文是对自定义系统服务的初探。...
分类:
其他好文 时间:
2014-07-21 22:23:58
阅读次数:
216
之前在Linux下看有什么块设备,通常都用fdisk什么的或者直接ls /dev/ 去看很不方便。 这个工具属于util-linux-ng包,在RHEL 6.1上是安装好的啦,直接用就好。 ubuntu高版本下也有。这个工具最大的特别是把所有的块设备列出,而且还能显示他们之间的依赖关系"lsblk"...
分类:
系统相关 时间:
2014-07-21 14:30:25
阅读次数:
302
1.自动挂载vi/etc/fstab/dev/sdb1/mntext4defaults00将sbd1自动挂载在/mnt下2.修改运行级别:vi/etc/inittabG——到最后一行修改,数字代表运行级别3.搭建yum仓库vi/etc/yum.repos.d/rhel-source.repo修改:删除最后一行gpgcheck=0enabled=1baseurl=file:///mnt(光盘挂载位置)..
分类:
系统相关 时间:
2014-07-19 02:24:45
阅读次数:
286