在HP-UX及AIX和RHEL的安装的Oracle 11gR2 RAC
2012-05-13 15:31:48 来源:WEB开发网核心提示:oracle soft nofile 1024oracle hard nofile 65536 2.修改系统配置参数 #vi /etc/sysctl.conf fs.aio-max-nr = 10
oracle soft nofile 1024
oracle hard nofile 65536
2.修改系统配置参数
#vi /etc/sysctl.conf
fs.aio-max-nr = 1048576
fs.file-max = 6815744
kernel.shmall = 8388608
kernel.shmmax = 4294967296
kernel.shmmni = 4096
kernel.sem = 250 32000 100 128
net.ipv4.ip_local_port_range = 9000 65500
net.core.rmem_default = 262144
net.core.rmem_max = 4194304
net.core.wmem_default = 262144
net.core.wmem_max = 1048576
执行更新
sysctl –p
2.3. 配置NTP
2.3.1 HP-UX配置NTP
1.配置NTP服务器端
#vi /etc/ntp.conf
server 127.127.1.1
fudge 127.127.1.1 stratum 10
#vi /etc/rc.config.d/netdaemons
NTPDATE_SERVER=
XNTPD=1
XNTPD_ARGS="-x"
# /sbin/init.d/xntpd start
2.配置NTP客户机
#vi /etc/ntp.conf
server 128.1.1.1 # 假设 128.1.1.1是NTP服务器的 IP地址
driftfile /etc/ntp.drift
# vi /etc/rc.config.d/netdaemons
NTPDATE_SERVER=128.1.1.1 # 假设128.1.1.1 I是 NTP服务器的IP地址
XNTPD=1
XNTPD_ARGS="-x"
# /sbin/init.d/xntpd start
3.确定ntp是否工作, 通过运行ntpq -p命令检查确认你的客户机适当的关联形式。
#/usr/bin/ntpq -p
remote refid st t when poll reach delay offset disp
===================================================================
*rx2600 LOCAL(1) 4 u 37 64 377 0.14 7.495 0.18
2.3.2 AIX配置NTP
1.11gR2 RAC自带CTSS时间同步服务,因此安装文档中要求禁用NTP,但是在安装过程中最后检查的时候,仍然会报NTP服务无法使用,可以直接忽略。
# stopsrc -s xntpd
安装完成后使用Grid用户执行,启动时间同步服务
$ crsctl stat resource ora.ctssd -t -init
2.NTP配置
修改slewing 选项
#Vi /etc/rc.tcpip
start /usr/sbin/xntpd "$src_running" "-x"
3.在两个节点启动守护进程
# startsrc -s xntpd -a "-x"
2.3.3 RHEL配置NTP
1.服务器端配置
# vi /etc/ntp.conf 增加一行
更多精彩
赞助商链接