搜索""的结果
Linux 平台下Oracle 9i/10g/11gR1 IO-Fencing 的hangcheck-timer 模块说明二.说明Hangcheck-timer 是Linux 提供的一个内核级的IO-Fencing 模块, 这个模块会监控Linux 内核运行状态, 如果长时间挂起, 这个模块会自动重启系统。 这个模块在Linux内核空间运行, 不会受系统负载的影响。 这个模块会使用CPU的Time Stamp Counter(TSC) 寄存器,这个寄存器的值会在每个时钟周期自动增加, 因此使用的是硬件时间,所以精度更高。配置这个模块需要2个参数:hangcheck_tick 和 hangcheck_margin。 hangcheck_tick用于定义多长时间检查一次,缺省值是30秒。 有可能内核本身很忙, 导致这个检查被推迟, 该模块还允许定义一个延迟上限,就是hangcheck_margin, 它的缺省值是180秒。 Hangcheck-timer 模块会根据hangcheck_tick 的设置,定时检查内核。只要2次检查的时间间隔小于 hangcheck_tick +hangchec_margin, 都会认为内核运行正常,否则就意味着运行异常,这个模块会自动重启系统。 CRS本身还有一个MissCount 参数,可以通过crsctl get css miscoun...
CentOS 5.X64 Oracle 10G PRKC-1044 错误环境:CentOS 5.6 X64 Oracle 10G Clusterware database这一步折腾了好久,先上图折腾了好久终于找到原因了原本还以为as5版本以上的不需要rsh服务,于是在安装系统选择了最小化安装,之后有安装了gcc 图形 java 系统工具就开始安装oracle的rac了无奈进行这一步操作:yum install rsh-serverntsync ---> 选择了rsh后 ---->service xinetd restart既可以了。
Public Yum ServerIntroductionThe Oracle public yum server offers a free and convenient way to install the latest Oracle Linux packages as well as packages from the Oracle VM installation media via a yum client.You can download the full Oracle Linux and Oracle VM installation media via edelivery.oracle.com/linux. To stay current on errata updates, you may wish to subscribe to the Oracle Linux errata mailing list.This yum server is offered without support of any kind. If you require support, please consider purchasing Oracle Linux Support via the online store, or via your sales representative.Getting StartedDownload and Install Oracle LinuxDownload and copy the appropriate yum configuration file in place, by running the following commands as root:Oracle Linux 7# cd /etc/yum.repos.d
# wget http://public-yum.oracle.com/public-yum-ol7.repo
Oracle Linux 6# cd /etc/yum.repos.d
# wget http://public-yum.oracle.com/public-yum-ol6.repo
Oracle Linux 5# cd /etc/yum.repos.d
# wget http://publ...
RedHat(RHEL)6 support ASMLIB (RHEL6支持asmlib) With the annoucement of Oracle’s database support on RHEL6 and OEL6, they have decided to stop making ASMLIB for RHEL compatible kernels. ASMLIB is now only available if you are using Oracle Unbreakable Linux Kernel. RHEL6 has also deprecated the use of setting LUN permissions using multipath.conf therefore we have to fall back to UDEV rules. Recent events enabled Red Hat and Oracle to work together, and Oracle is now officially supporting ASMlib on Red Hat Enterprise Linux 6.4 and newer. ORACLE sound: All ASMLib installations require that the ‘kmod-oracleasm’,'oracleasmlib’ and ‘oracleasm-support’ packages be installed on the system. The ‘oracleasmlib’ and ‘oracleasm-support’ packages are available for download at the locations listed below. The kernel driver package ‘kmod-oracleasm’ is available directly fro...
NTP服务及时间同步(CentOS6.x) 目标环境,5台linux centos 6.3, 一台作为NTPD服务与外部公共NTP服务同步时间,同时作为内网的NTPD服务器,其他机器与这台服务做时间同步。 服务器IP角色 说明同步方式 192.168.1.135 NTPD服务 1、负责与外部公共NTPD服务同步标准时间 2、作为内外网络的NTPD服务NTPD服务平滑同步 192.168.1.xxx 内外NTP客户端 内网设备与192.168.1.135同步时间NTPD服务平滑同步 …… 内外NTP客户端 内网设备与192.168.1.135同步时间NTPD服务平滑同步 1、NTP时间同步方式选择 NTP同步方式在linux下一般两种:使用ntpdate命令直接同步和使用NTPD服务平滑同步。有什么区别呢,简单说下,免得时间长了,概念又模糊。 现有一台设备,系统时间是 13:00 , 真实的当前时间(在空中,也许卫星上,这里假设是在准备同步的上级目标NTP服务器)是: 12:30 。如果我们使用ntpdate同步(ntpdate -u 目标NTP服务器IP),操作系统的时间立即更新为12:30,假如...
CentOS NTP服务器安装与配置背景当服务器多了,时间准确与否,一致与否是个大问题。虽然这个问题总是被忽略,但是统一一致的时间是很有必要的。下面说一下在局域网内配置Linux时间服务器的方法。配置的环境及要求:1.假设在192.168.0.0网段内,要以IP为192.168.0.240的Linux机器时间服务器。2.192.168.0.240服务器能上外网,能与比较权威的公网时间服务器同步3.同网段内的其他机器每小时自动向192.168.0.240同步时间一、安装yum -y install ntp ntpdate二、配置2.1.NTP server的主配置文件为/etc/ntp.conf 现对/etc/ntp.conf的各项进行说明cp /etc/ntp.conf /etc/ntp.conf.bakvim /etc/ntp.conf2.vi /etc/ntp.conf(以下是ntp.conf文件的内容)#设置此服务器同上层服务器做时间同步的IP地址,prefer意味着首选IP地址 #经试验,下面的几个时间服务器速度还不错(默认配置即可) server 210.72.145.44 prefer server 218.21.130.42 server 0.asia.pool.ntp.org server 1.asia.pool.ntp.org server 2.asia.pool.ntp.org #记录上次的NTP server与上层NTP server联接所花费的时间 driftfile /etc/ntp/drift #设置默认策略为允许任何主机...
使用 VMware Server 在 Oracle Enterprise Linux 上安装 Oracle RAC 10g 于 10 月份 Oracle OpenWorld 2006 上推介的 Oracle 坚不可摧的 Linux 旨在为 Red Hat Linux 提供企业级支持服务,更快地修复错误,以及显著降低支持价格。此外,Oracle 自己的 Enterprise Linux(基于包含额外错误修补的 Red Hat Advanced Server 第 4 版 (Update 4))提供免费下载。 因此,现在可以通过 VMware Server(VMware 提供的一个免费虚拟环境)在家用电脑上免费使用运行在 Red Hat Advanced Server 上的 Oracle 真正应用集群 (RAC) 10g。 VMware Server 允许您在一台物理计算机上运行多个操作系统。每个虚拟机都是一个独立的操作环境,并带有一组自己的虚拟组件,如磁盘、处理器和内存。虚拟技术在计算环境中十分有用,它允许您在同一物理主机上独立地开发和测试软件以防止数据或软件损坏。VMware 软件广泛地用于服务器整合,以降低总拥有成本并加快应用程序开发和测试周期。 在本指南中,您将了解如何安装和配置两个在 Enterprise Linux 和 VMware Server 上运行 Oracle RAC 10g 第 2 版的节点。注意,本指南仅用于教学/评估目的;Oracle 及其他供应商不会为本配置提供支持。本指南分为以下...
使用 VMware Server 在 Oracle Enterprise Linux 上安装 Oracle RAC 10g(一) 如下文档摘自oracle官方网. 作者:Vincent Chan 2007 年 1 月发表 于 10 月份 Oracle OpenWorld 2006 上推介的 Oracle 坚不可摧的 Linux 旨在为 Red Hat Linux 提供企业级支持服务,更快地修复错误,以及显著降低支持价格。此外,Oracle 自己的 Enterprise Linux(基于包含额外错误修补的 Red Hat Advanced Server 第 4 版 (Update 4))提供免费下载。 因此,现在可以通过 VMware Server(VMware 提供的一个免费虚拟环境)在家用电脑上免费使用运行在 Red Hat Advanced Server 上的 Oracle 真正应用集群 (RAC) 10g。 VMware Server 允许您在一台物理计算机上运行多个操作系统。每个虚拟机都是一个独立的操作环境,并带有一组自己的虚拟组件,如磁盘、处理器和内存。虚拟技术在计算环境中十分有用,它允许您在同一物理主机上独立地开发和测试软件以防止数据或软件损坏。VMware 软件广泛地用于服务器整合,以降低总拥有成本并加快应用程序开发和测试周期。...
Oracle 备份、恢复表空间数据步骤 在前边的博客里,使用逻辑备份 exp/imp 做过全库备份、单表或者多表数据备份。本文总结了怎样使用 exp/imp 进行表空间备份,本文操作步骤适用于 Oracle 8、9、10。 Oracle 备份分为逻辑备份和物理备份。逻辑备份就是 exp/imp;物理备份有:冷备、热备和 RMAN 备份。exp/imp 有三种模式,表模式、用户模式和全库模式。表模式、全库模式备份的步骤,在以前的博客中都有介绍:表模式备份参考《Oracle 备份、恢复单表或多表数据步骤》;全库模式备份参考《Oracle 自动备份详细步骤》。因为用户和表空间是对应的,所以要备份某个表空间的话,可以按用户来进行备份。Oracle 备份、恢复表空间步骤如下,适用于 Oracle 8、9、10: *使用 exp/imp 备份表空间[java] view plaincopyprint?exp user/password@server file=filefullpathname log=logfullpathname 例如,作者要导出用户名为 sybj,密码为 sybj,sid 为 lyzz 的表空间,win ...
最新评论