search
HomeDatabaseMysql Tutorial Solaris 10(x86)构建Oracle 10g RAC之--配置系统环境(2)

Solaris10(x86)构建Oracle10gRAC之--配置系统环境(2)系统环境:操作系统:Solaris10(x86-64)Cluster:OracleCRS10.2.0.1.0Oracle:Oracle10.2.0.1.0如图所示

Solaris 10(x86)构建Oracle 10g RAC之--配置系统环境(2)


系统环境:

操作系统:Solaris 10(x86-64)

Cluster: Oracle CRS 10.2.0.1.0

Oracle:  Oracle 10.2.0.1.0


如图所示:RAC 系统架构

wKiom1S_b-OSHjhcAAGktznT6W4920.jpg


一、建立主机之间的信任关系(在所有node)


1、配置主机hosts.equiv文件

[root@node1:/]# cat /etc/hosts.equiv  node1  root node1  oracle node1-vip root node1-vip oracle node1-priv root node1-priv oracle node2  root node2  oracle node2-vip  root node2-vip  oracle node2-priv  root node2-priv  oracle

2、配置Oracle用户.rhosts文件

[oracle@node1:/export/home/oracle]$ cat .rhosts  node1  root node1  oracle node1-vip root node1-vip oracle node1-priv root node1-priv oracle node2  root node2  oracle node2-vip  root node2-vip  oracle node2-priv  root node2-priv  oracle

3、启动相关的服务,验证

[root@node1:/]# svcs -a |grep rlogin disabled       10:05:17 svc:/network/login:rlogin [root@node1:/]# svcadm enable svc:/network/login:rlogin [root@node1:/]# svcadm enable svc:/network/rexec:default [root@node1:/]# svcadm enable svc:/network/shell:default [root@node1:/]# svcs -a |grep rlogin online         11:37:34 svc:/network/login:rlogin [root@node1:/]# su - oracle Oracle Corporation      SunOS 5.10      Generic Patch   January 2005 [oracle@node1:/export/home/oracle]$ rlogin node1 Last login: Wed Jan 21 11:29:36 from node2-priv Oracle Corporation      SunOS 5.10      Generic Patch   January 2005

二、安装CRS前系统环境的检测(在node1)

[oracle@node1:/export/home/oracle]$ unzip 10201_clusterware_solx86_64.zip [oracle@node1:/export/home/oracle/clusterware/cluvfy]$ ./runcluvfy.sh     USAGE: cluvfy [ -help ] cluvfy stage { -list | -help } cluvfy stage {-pre|-post}    [-verbose] cluvfy comp  { -list | -help } cluvfy comp     [-verbose] [oracle@node1:/export/home/oracle/clusterware/cluvfy]$ ./runcluvfy.sh stage -pre crsinst -n node1,node2 -verbose Performing pre-checks for cluster services setup  Checking node reachability... Check: Node reachability from node "node1"   Destination Node                      Reachable?                 ------------------------------------  ------------------------   node1                                 yes                        node2                                 yes                      Result: Node reachability check passed from node "node1". Checking user equivalence... Check: User equivalence for user "oracle"   Node Name                             Comment                    ------------------------------------  ------------------------   node2                                 passed                     node1                                 passed                   Result: User equivalence check passed for user "oracle". Checking administrative privileges... Check: Existence of user "oracle"   Node Name     User Exists               Comment                    ------------  ------------------------  ------------------------   node2         yes                       passed                     node1         yes                       passed                   Result: User existence check passed for "oracle". Check: Existence of group "oinstall"   Node Name     Status                    Group ID                   ------------  ------------------------  ------------------------   node2         exists                    200                        node1         exists                    200                      Result: Group existence check passed for "oinstall". Check: Membership of user "oracle" in group "oinstall" [as Primary]   Node Name         User Exists   Group Exists  User in Group  Primary       Comment        ----------------  ------------  ------------  ------------  ------------  ------------   node2             yes           yes           yes           yes           passed         node1             yes           yes           yes           yes           passed       Result: Membership check for user "oracle" in group "oinstall" [as Primary] passed. Administrative privileges check passed. Checking node connectivity... Interface information for node "node2"   Interface Name                  IP Address                      Subnet             ------------------------------  ------------------------------  ----------------   e1000g0                         192.168.8.12                    192.168.8.0        e1000g1                         10.10.10.12                     10.10.10.0       Interface information for node "node1"   Interface Name                  IP Address                      Subnet             ------------------------------  ------------------------------  ----------------   e1000g0                         192.168.8.11                    192.168.8.0        e1000g1                         10.10.10.11                     10.10.10.0       Check: Node connectivity of subnet "192.168.8.0"   Source                          Destination                     Connected?         ------------------------------  ------------------------------  ----------------   node2:e1000g0                   node1:e1000g0                   yes              Result: Node connectivity check passed for subnet "192.168.8.0" with node(s) node2,node1. Check: Node connectivity of subnet "10.10.10.0"   Source                          Destination                     Connected?         ------------------------------  ------------------------------  ----------------   node2:e1000g1                   node1:e1000g1                   yes              Result: Node connectivity check passed for subnet "10.10.10.0" with node(s) node2,node1. Suitable interfaces for the private interconnect on subnet "192.168.8.0": node2 e1000g0:192.168.8.12 node1 e1000g0:192.168.8.11 Suitable interfaces for the private interconnect on subnet "10.10.10.0": node2 e1000g1:10.10.10.12 node1 e1000g1:10.10.10.11 ERROR:  Could not find a suitable set of interfaces for VIPs. Result: Node connectivity check failed. ---vip 网络检测失败 Checking system requirements for 'crs'... Check: Total memory    Node Name     Available                 Required                  Comment      ------------  ------------------------  ------------------------  ----------   node2         1.76GB (1843200KB)        512MB (524288KB)          passed       node1         1.76GB (1843200KB)        512MB (524288KB)          passed     Result: Total memory check passed. Check: Free disk space in "/tmp" dir   Node Name     Available                 Required                  Comment      ------------  ------------------------  ------------------------  ----------   node2         3GB (3150148KB)           400MB (409600KB)          passed       node1         2.74GB (2875128KB)        400MB (409600KB)          passed     Result: Free disk space check passed. Check: Swap space    Node Name     Available                 Required                  Comment      ------------  ------------------------  ------------------------  ----------   node2         2GB (2096476KB)           512MB (524288KB)          passed       node1         2GB (2096476KB)           512MB (524288KB)          passed     Result: Swap space check passed. Check: System architecture    Node Name     Available                 Required                  Comment      ------------  ------------------------  ------------------------  ----------   node2         64-bit                    64-bit                    passed       node1         64-bit                    64-bit                    passed     Result: System architecture check passed. Check: Operating system version    Node Name     Available                 Required                  Comment      ------------  ------------------------  ------------------------  ----------   node2         SunOS 5.10                SunOS 5.10                passed       node1         SunOS 5.10                SunOS 5.10                passed     Result: Operating system version check passed. Check: Operating system patch for "118345-03"    Node Name     Applied                   Required                  Comment      ------------  ------------------------  ------------------------  ----------   node2         unknown                   118345-03                 failed       node1         unknown                   118345-03                 failed     Result: Operating system patch check failed for "118345-03". Check: Operating system patch for "119961-01"    Node Name     Applied                   Required                  Comment      ------------  ------------------------  ------------------------  ----------   node2         119961-06                 119961-01                 passed       node1         119961-06                 119961-01                 passed     Result: Operating system patch check passed for "119961-01". Check: Operating system patch for "117837-05"    Node Name     Applied                   Required                  Comment      ------------  ------------------------  ------------------------  ----------   node2         unknown                   117837-05                 failed       node1         unknown                   117837-05                 failed     Result: Operating system patch check failed for "117837-05". Check: Operating system patch for "117846-08"    Node Name     Applied                   Required                  Comment      ------------  ------------------------  ------------------------  ----------   node2         unknown                   117846-08                 failed       node1         unknown                   117846-08                 failed     Result: Operating system patch check failed for "117846-08". Check: Operating system patch for "118682-01"    Node Name     Applied                   Required                  Comment      ------------  ------------------------  ------------------------  ----------   node2         unknown                   118682-01                 failed       node1         unknown                   118682-01                 failed     Result: Operating system patch check failed for "118682-01". ---系统补丁检测失败 Check: Group existence for "dba"    Node Name     Status                    Comment                    ------------  ------------------------  ------------------------   node2         exists                    passed                     node1         exists                    passed                   Result: Group existence check passed for "dba". Check: Group existence for "oinstall"    Node Name     Status                    Comment                    ------------  ------------------------  ------------------------   node2         exists                    passed                     node1         exists                    passed                   Result: Group existence check passed for "oinstall". Check: User existence for "oracle"    Node Name     Status                    Comment                    ------------  ------------------------  ------------------------   node2         exists                    passed                     node1         exists                    passed                   Result: User existence check passed for "oracle". Check: User existence for "nobody"    Node Name     Status                    Comment                    ------------  ------------------------  ------------------------   node2         exists                    passed                     node1         exists                    passed                   Result: User existence check passed for "nobody". System requirement failed for 'crs' Pre-check for cluster services setup was unsuccessful on all the nodes.

----在以上的系统环境检测中,VIP网络检查失败;

如果在检测前没有配置VIP网络,,可以用一下方式进行配置;如果已经配置过,就不会检测失败。

配置vip network(node1):

[root@node1:/]# ifconfig e1000g0:1 plumb up

[root@node1:/]# ifconfig e1000g0:1 192.168.8.13 netmask 255.255.255.0

[root@node1:/]# ifconfig -a

lo0: flags=2001000849 mtu 8232 index 1

        inet 127.0.0.1 netmask ff000000 

e1000g0: flags=1000843 mtu 1500 index 2

        inet 192.168.8.11 netmask ffffff00 broadcast 192.168.8.255

        ether 8:0:27:28:b1:8c 

e1000g0:1: flags=4001000842 mtu 1500 index 2

        inet 192.168.8.13 netmask ffffff00 broadcast 192.168.8.255

e1000g1: flags=1000843 mtu 1500 index 3

        inet 10.10.10.11 netmask ffffff00 broadcast 10.10.10.255

        ether 8:0:27:6e:16:1 

         

配置vip network(node2):

[root@node2:/]# ifconfig e1000g0:1 plumb up

[root@node2:/]# ifconfig e1000g0:1 192.168.8.14 netmask 255.255.255.0     

[root@node2:/]# ifconfig -a

lo0: flags=2001000849 mtu 8232 index 1

        inet 127.0.0.1 netmask ff000000 

e1000g0: flags=1000843 mtu 1500 index 2

        inet 192.168.8.12 netmask ffffff00 broadcast 192.168.8.255

        ether 8:0:27:1f:bf:4c 

e1000g0:1: flags=1000843 mtu 1500 index 2

        inet 192.168.8.14 netmask ffffff00 broadcast 192.168.8.255

e1000g1: flags=1000843 mtu 1500 index 3

        inet 10.10.10.12 netmask ffffff00 broadcast 10.10.10.255

        ether 8:0:27:a5:2c:db

----在以上的系统环境检测中,部分补丁没有安装(可以通过Oracle官方网站下载,本机为测试环境暂不安装)

wKiom1TAdVXiJfiMAALB9MzZMrs024.jpg



本文出自 “天涯客的blog” 博客,请务必保留此出处

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
VUE3入门教程:使用Webpack进行打包和构建VUE3入门教程:使用Webpack进行打包和构建Jun 15, 2023 pm 06:17 PM

Vue是一款优秀的JavaScript框架,它可以帮助我们快速构建交互性强、高效性好的Web应用程序。Vue3是Vue的最新版本,它引入了很多新的特性和功能。Webpack是目前最流行的JavaScript模块打包器和构建工具之一,它可以帮助我们管理项目中的各种资源。本文就为大家介绍如何使用Webpack打包和构建Vue3应用程序。1.安装Webpack

使用CMake构建Linux内核的配置指南使用CMake构建Linux内核的配置指南Jul 06, 2023 pm 02:46 PM

使用CMake构建Linux内核的配置指南概述在Linux开发中,构建和配置内核是一个重要的环节。对于大多数人来说,使用Kconfig和Makefile是最常见的配置方式。然而,使用CMake来构建和配置Linux内核也是一个灵活且强大的选择。本文将介绍如何使用CMake来构建和配置Linux内核,并附上一些代码示例。安装CMake首先,我们需要安装CMak

如何使用Golang构建Web应用程序如何使用Golang构建Web应用程序Jun 24, 2023 pm 02:46 PM

在当前的互联网时代,Web应用程序已成为了人们日常生活中不可或缺的一部分,而且在各种应用场景下都有广泛的应用。无论是电商网站、社交媒体、在线教育平台,还是各种SaaS应用程序,都离不开Web应用程序。随着技术的不断更新迭代,Golang越来越受到Web应用程序开发者的喜爱,下面我们就快速了解如何使用Golang构建Web应用程序。一、为什么使用Golang?

CakePHP中间件:快速构建可扩展的Web应用程序CakePHP中间件:快速构建可扩展的Web应用程序Jul 28, 2023 am 11:33 AM

CakePHP中间件:快速构建可扩展的Web应用程序概述:CakePHP是一个流行的PHP框架,被广泛应用于Web应用程序的开发。其提供了许多功能强大的工具和功能,其中包括中间件。中间件可以帮助我们快速构建和扩展Web应用程序,提高代码的可读性和可维护性。什么是中间件:中间件是在请求被派发给控制器之前或之后执行的一系列操作。它们可以完成许多任务,如身份验证、

如何使用PHP构建智能医疗系统如何使用PHP构建智能医疗系统Jun 11, 2023 pm 05:32 PM

在当今科技迅猛发展的时代,智慧医疗逐渐成为医疗行业的新趋势,而医疗健康的数据化和智能化,更是将如何使用PHP构建智能医疗系统变得尤为重要。本文将介绍PHP如何应用于医疗系统的开发,并结合实例详细探讨。一、智能医疗系统的功能特点首先了解智能医疗系统的主要功能特点,有助于我们更加清晰的构建医疗系统。智能医疗系统的主要特点包括:1、大数据分析预测功能:通过对医学数

使用JavaScript构建在线计算器使用JavaScript构建在线计算器Aug 09, 2023 pm 03:46 PM

使用JavaScript构建在线计算器随着互联网的发展,越来越多的工具和应用开始以在线形式出现。其中,计算器是一类被广泛使用的工具之一。本文将介绍如何使用JavaScript构建一个简单的在线计算器,并提供代码示例。在开始之前,我们需要了解一些基本的HTML和CSS知识。计算器的界面可以使用HTML的表格元素来构建,然后用CSS进行样式设计。以下是一个基本的

在PHP中构建物业管理系统在PHP中构建物业管理系统Jun 11, 2023 am 10:34 AM

随着城市化进程的不断加快和人民生活水平的不断提高,物业管理行业也逐渐成为一个重要的领域。目前,物业管理系统已经成为了物业公司必备的工具,它可以帮助物业公司提高管理效率,优化服务质量,提升客户满意度。本文将介绍在PHP中构建物业管理系统的相关知识。一、物业管理系统的基本功能1.物业收费管理物业收费管理是物业管理系统的核心功能之一,它涉及到物业管理公司对于物业费

基于Swoole构建实时股票交易系统基于Swoole构建实时股票交易系统Aug 08, 2023 am 09:01 AM

基于Swoole构建实时股票交易系统随着互联网技术的发展,股票交易成为了越来越多个人投资者和机构投资者的选择。为了更好地满足投资者的需求,提供更实时、高效的股票交易服务,我们可以借助Swoole这个高性能的PHP扩展来构建一个实时股票交易系统。Swoole是一个基于C语言扩展开发的PHP网络通信框架,它提供了异步、并发、高性能的网络编程特性。使用Swoole

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. How to Fix Audio if You Can't Hear Anyone
2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

VSCode Windows 64-bit Download

VSCode Windows 64-bit Download

A free and powerful IDE editor launched by Microsoft

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

EditPlus Chinese cracked version

EditPlus Chinese cracked version

Small size, syntax highlighting, does not support code prompt function

MantisBT

MantisBT

Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

mPDF

mPDF

mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),