oracle11.2.0.4 RAC 保姆级静默安装(一) GI集群软件

news2024/11/23 23:30:19

一、响应文件准备

我们直接使用软件解压后的response文件夹中的响应文件模板进行修改

选择当前服务器的主机名,产品目录是在已存在的/u01/app目录基础上自动创建的无需提前创建oraInventory

按需选择语言,具体语言配置参考表格

一般rac默认选择安装类型为CRS_CONFIG

对应正常的用户组即可

集群名称GNS及相关参数配置成false

集群节点得主机名和VIP名进行配置需要与hosts文件保持一致,网卡类型按照实际网卡配置进行选择:1为public 2为private

hosts

ASM配置

asm的管理员密码必须配置否则安装报错,配置创建voting disk的磁盘组CRS

配置磁盘组所需的共享磁盘及共享磁盘路径,配置monitor的密码

二、所有节点ssh互信配置

在一节点软件安装目录下执行

[root@racdg2-1 software]# su - grid
[grid@racdg2-1 ~]$ cd /software/grid/sshsetup/
[grid@racdg2-1 sshsetup]$ ls
sshUserSetup.sh
[grid@racdg2-1 sshsetup]$
./sshUserSetup.sh -user grid -hosts "racdg2-1 racdg2-2 racdg2-3" -advanced -noPromptPassphrase

[grid@racdg2-1 sshsetup]$ ./sshUserSetup.sh -user grid -hosts "racdg2-1 racdg2-2 racdg2-3" -advanced -noPromptPassphrase
The output of this script is also logged into /tmp/sshUserSetup_2024-06-25-16-17-49.log
Hosts are racdg2-1 racdg2-2 racdg2-3
user is grid
Platform:- Linux
Checking if the remote hosts are reachable
PING racdg2-1.com.cn (192.168.213.131) 56(84) bytes of data.
64 bytes from racdg2-1.com.cn (192.168.213.131): icmp_seq=1 ttl=64 time=0.014 ms
64 bytes from racdg2-1.com.cn (192.168.213.131): icmp_seq=2 ttl=64 time=0.021 ms
64 bytes from racdg2-1.com.cn (192.168.213.131): icmp_seq=3 ttl=64 time=0.020 ms
64 bytes from racdg2-1.com.cn (192.168.213.131): icmp_seq=4 ttl=64 time=0.022 ms
64 bytes from racdg2-1.com.cn (192.168.213.131): icmp_seq=5 ttl=64 time=0.018 ms

--- racdg2-1.com.cn ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 3999ms
rtt min/avg/max/mdev = 0.014/0.019/0.022/0.003 ms
PING racdg2-2.com.cn (192.168.213.132) 56(84) bytes of data.
64 bytes from racdg2-2.com.cn (192.168.213.132): icmp_seq=1 ttl=64 time=0.159 ms
64 bytes from racdg2-2.com.cn (192.168.213.132): icmp_seq=2 ttl=64 time=0.178 ms
64 bytes from racdg2-2.com.cn (192.168.213.132): icmp_seq=3 ttl=64 time=0.162 ms
64 bytes from racdg2-2.com.cn (192.168.213.132): icmp_seq=4 ttl=64 time=0.213 ms
64 bytes from racdg2-2.com.cn (192.168.213.132): icmp_seq=5 ttl=64 time=0.154 ms

--- racdg2-2.com.cn ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 4000ms
rtt min/avg/max/mdev = 0.154/0.173/0.213/0.023 ms
PING racdg2-3.com.cn (192.168.213.133) 56(84) bytes of data.
64 bytes from racdg2-3.com.cn (192.168.213.133): icmp_seq=1 ttl=64 time=0.261 ms
64 bytes from racdg2-3.com.cn (192.168.213.133): icmp_seq=2 ttl=64 time=0.205 ms
64 bytes from racdg2-3.com.cn (192.168.213.133): icmp_seq=3 ttl=64 time=0.348 ms
64 bytes from racdg2-3.com.cn (192.168.213.133): icmp_seq=4 ttl=64 time=0.211 ms
64 bytes from racdg2-3.com.cn (192.168.213.133): icmp_seq=5 ttl=64 time=0.357 ms

--- racdg2-3.com.cn ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 4003ms
rtt min/avg/max/mdev = 0.205/0.276/0.357/0.066 ms
Remote host reachability check succeeded.
The following hosts are reachable: racdg2-1 racdg2-2 racdg2-3.
The following hosts are not reachable: .
All hosts are reachable. Proceeding further...
firsthost racdg2-1
numhosts 3
The script will setup SSH connectivity from the host racdg2-1 to all
the remote hosts. After the script is executed, the user can use SSH to run
commands on the remote hosts or copy files between this host racdg2-1
and the remote hosts without being prompted for passwords or confirmations.

NOTE 1:
As part of the setup procedure, this script will use ssh and scp to copy
files between the local host and the remote hosts. Since the script does not
store passwords, you may be prompted for the passwords during the execution of
the script whenever ssh or scp is invoked.

NOTE 2:
AS PER SSH REQUIREMENTS, THIS SCRIPT WILL SECURE THE USER HOME DIRECTORY
AND THE .ssh DIRECTORY BY REVOKING GROUP AND WORLD WRITE PRIVILEDGES TO THESE
directories.

Do you want to continue and let the script make the above mentioned changes (yes/no)?
yes

The user chose yes
User chose to skip passphrase related questions.
Creating .ssh directory on local host, if not present already
Creating authorized_keys file on local host
Changing permissions on authorized_keys to 644 on local host
Creating known_hosts file on local host
Changing permissions on known_hosts to 644 on local host
Creating config file on local host

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.coloradmin.cn/o/1865689.html

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈,一经查实,立即删除!

相关文章

Python 基础 (标准库):collections (集合类)

1. 官方文档 collections --- 容器数据类型 — Python 3.12.4 文档 Python 的 collections 模块提供了许多有用的数据类型(包括 OrderedDict、Counter、defaultdict、deque 和 namedtuple)用于扩展 Python 的标准数据类型。掌握 collections 中的数据类…

一些3D数据集的简单介绍

一、Objaverse 1.0 Objaverse 1.0: a large dataset of objects with 800K (and growing) 3D models with descriptive captions, tags and animations. Assets not only belong to varied categories like animals, humans, and vehicles, but also include interiors and ex…

超越边界:探索深度学习的泛化力量

深度学习的泛化能力 一. 简介1.1 深度学习的定义1.2 什么是泛化能力1.3 深度学习模型的泛化能力1.4 提升深度学习模型的泛化能力 二. 泛化能力的重要性2.1 深度学习中泛化能力的作用2.1.1 防止过拟合2.1.2 处理噪声和不完整数据2.1.3 对于数据分布的变化具有适应性 2.2 泛化能力…

关于服务器的一些知识

1. 云服务器 和 轻量应用服务器 腾讯云中的"云服务器"(Cloud Virtual Machine, CVM)和"轻量应用服务器"(Lite Cloud Server)都是提供云端计算资源的服务,但它们在定位、特性和使用场景上存在一些差…

某平台小程序逆向思路整理

一、下载软件 devtools 二、强制打开控制台 根据返回的数据我们得知数据被加密了 找到这个加密的js 发现加密的位置 打断点进入这个加密的方法 之后自定义js。python调用解密即可。

计算机组成原理 | CPU子系统(3)MIPS32指令架构

MIPS32架构指令格式 MIPS32架构寻址方式 指令的编码与功能

第 27 篇 : 搭建maven私服nexus

官网文档 1. 下载应该很慢, 最好是能翻墙 nexus-3.69.0-02-java8-unix.tar.gz 2. 上传到/usr/local/src, 解压及重命名 tar -zxvf nexus-3.69.0-02-java8-unix.tar.gz rm -rf nexus-3.69.0-02-java8-unix.tar.gz mv nexus-3.69.0-02 nexus ls3. 修改配置 cd /usr/local/sr…

AI-智能体基础设施

个性化记忆需要世界模型来协助构建 业界有一个精简的Agent表达公示,即:Agent大模型(LLM)记忆(Memory)主动规划(Planning)工具使用(Tool Use)。基于该公式&am…

记录正则提取文章

收到了个word版的电子书,需要拆分并转换为md存储到数据库中,便于搜索,记录下用正则提取文章的过程 word原文中有目录,可提取出目录后,在正文中根据目录来正则提取文章 正则的多行匹配 在匹配大量文章的时候&#xff…

Maven高级的多环境配置与应用

多环境配置与应用 这一节中,我们会讲两个内容,分别是多环境开发和跳过测试 5.1 多环境开发 我们平常都是在自己的开发环境进行开发,当开发完成后,需要把开发的功能部署到测试环境供测试人员进行测试使用,等测试人员测…

2024最新谷歌镜像网站入口分享

google谷歌搜索引擎最新可用镜像站列表:(注意不要登录账号,镜像站并非谷歌官方网站) 谷歌镜像网站1:https://google.cloudnative.love/ 谷歌镜像网站2:https://gsearch.g.shellten.top/ 谷歌镜像网站3&…

七天速通javaSE:第四天 java方法

文章目录 前言一、什么是方法?二、方法的定义与调用1. 方法的定义2. 方法的调用3. 练习:定义比大小方法并调用 三、方法的重载四、递归五、可变参数拓展:命令行传递参数 前言 本章将学习java方法。 一、什么是方法? java方法是用…

路径规划算法--DFS

文章目录 一、DFS二、DFS伪代码三、DFS做全覆盖路径 一、DFS DFS(Depth First Search)为深度优先搜索,是一种用于遍历或搜索树或图的搜索算法。DFS是从当前点出发,沿着一个方向一直搜索,如果搜索完成且未搜索到目标点…

【ajax07基础】回调函数地狱

一:什么是回调函数地狱 在一个回调函数中嵌套另一个回调函数(甚至一直嵌套下去),形成回调函数地狱 回调函数地狱存在问题: 可读性差异常捕获严重耦合性严重 // 1. 获取默认第一个省份的名字axios({url: http://hmaj…

[AI开发配环境]VSCode远程连接ssh服务器

文章目录 总览:ssh连接远程服务器连接免密登录:Docker:ssh连接远程宿主机后,进一步连接并使用其中的docker容器reload window 配置解释器:CtrlP,在上面输入“>python”, 然后选selecet interpreter运行命…

LeetCode热题100——最长连续序列

给定一个未排序的整数数组 nums ,找出数字连续的最长序列(不要求序列元素在原数组中连续)的长度。 请你设计并实现时间复杂度为 O(n) 的算法解决此问题。 class Solution(object):def longestConsecutive(self, nums):""":t…

将文本嵌入和知识(图)嵌入结合在RAG系统中

在我的以前的文章中,我写了关于如何将知识图谱与 RAGs 结合使用,以及如何使用图技术进行自适应标记化以构建更具上下文意识的LLMs。在本文中,我很高兴地介绍了我结合文本嵌入和知识(图)嵌入进行实验以及对RAG性能的观察…

云3D渲染:深度剖析技术原理、优势及其在各行业的广泛应用

云3D渲染技术,在数字化转型的大潮中,以其显著的优势和广阔的应用潜力,正在深刻地重塑多个行业的未来。它不仅为电影特效、建筑设计、游戏开发和虚拟现实等领域注入了前所未有的视觉震撼,还促进了创意思维与前沿技术的紧密结合&…

无人机无刷电机理论教学培训课程

本文档为一份关于Brushless电机理论的详细教程,由TYTO Robotics编制,旨在帮助用户理解brushless电机的工作原理、特性以及如何通过实验测定其关键参数Kv和Kt。文档首先介绍了brushless电机的基本组成,包括静止的定子和旋转的转子,…

单目标应用:基于鳗鱼和石斑鱼优化器(Eel and grouper optimizer,EGO)的微电网优化(MATLAB代码)

一、微电网模型介绍 微电网多目标优化调度模型简介_vmgpqv-CSDN博客 参考文献: [1]李兴莘,张靖,何宇,等.基于改进粒子群算法的微电网多目标优化调度[J].电力科学与工程, 2021, 37(3):7 二、鳗鱼和石斑鱼优化器求解微电网 2.1算法简介 鳗鱼和石斑鱼优化器&…