RAC配置筆記

来源:https://www.cnblogs.com/hfjiang/archive/2019/04/19/10734189.html
-Advertisement-
Play Games

Iscsi常用命令(我通過openfiler實現iscsi存儲) # iscsiadm -m discovery -t st -p IP:port //發現iSCSI存儲 # iscsiadm -m node -o delete -T TARGET -p IP:port //刪除iSCSI發現記錄 ...


Iscsi常用命令(我通過openfiler實現iscsi存儲)

# iscsiadm -m discovery -t st -p IP:port     //發現iSCSI存儲

# iscsiadm -m node -o delete -T TARGET -p IP:port    //刪除iSCSI發現記錄

# iscsiadm -m node          //查看iSCSI發現記錄

# iscsiadm -m session     //查看會話情況

# iscsiadm -m node -T TARGET -p IP:port -l       //登錄iSCSI存儲
# iscsiadm -m node -T TARGET -p IP:port -u      //登出iSCSI存儲

vim /etc/iscsi/initiatorname.iscsi    //添加客戶端認證

InitiatorName=iqn.2018-12.com.oven:client     //名稱與服務端acl設置的名稱一致

systemctl restart iscsid    //更新IQN
iscsiadm -m node -T iqn.2018-12.com.oven:master -p 192.168.4.10 -l   //更新IQN後登錄成功

 

[root@rhel1 ~]# fdisk /dev/sde      --分區

[root@rhel1 ~]# udevadm  test /sys/block/sde ----查看信息

 

配置udev來固定iscsi磁碟分區

[root@rhel1 ~]# vi /etc/udev/rules.d/99-openiscsi.rules     ---->redhat7

KERNEL=="sd*", SUBSYSTEM=="block",  PROGRAM=="/usr/lib/udev/scsi_id -g -u -d /dev/$parent", RESULT=="14f504e46494c455248704e5673662d486e38762d505a7470", SYMLINK+="asm/asm_ocr3/part%n",OWNER="grid",GROUP="asmadmin",MODE="0660"

KERNEL=="sd*", SUBSYSTEM=="block",  PROGRAM=="/usr/lib/udev/scsi_id -g -u -d /dev/$parent", RESULT=="14f504e46494c45524a59386b4a412d39354f472d35776769", SYMLINK+="asm/asm_fra/part%n",OWNER="grid",GROUP="asmadmin",MODE="0660"

KERNEL=="sd*", SUBSYSTEM=="block",  PROGRAM=="/usr/lib/udev/scsi_id -g -u -d /dev/$parent", RESULT=="14f504e46494c455273656f6353492d3762575a2d69475577",SYMLINK+="asm/asm_dbfile/part%n",OWNER="grid",GROUP="asmadmin",MODE="0660"

KERNEL=="sd*", SUBSYSTEM=="block",  PROGRAM=="/usr/lib/udev/scsi_id -g -u -d /dev/$parent", RESULT=="14f504e46494c455233326755744d2d544a586f2d4234696e", SYMLINK+="asm/asm_ocr1/part%n",OWNER="grid",GROUP="asmadmin",MODE="0660"

KERNEL=="sd*", SUBSYSTEM=="block",  PROGRAM=="/usr/lib/udev/scsi_id -g -u -d /dev/$parent", RESULT=="14f504e46494c45524d79356d34542d354b456f2d326b3877", SYMLINK+="asm/asm_ocr2/part%n",OWNER="grid",GROUP="asmadmin",MODE="0660"

[root@rhel1 ~]# udevadm control --reload-rules

[root@rhel1 ~]# udevadm trigger

[root@rhel1 asm]# tree

├── asm_dbfile

│   └── part1 -> ../../sdf1

├── asm_fra

│   └── part1 -> ../../sde1

├── asm_ocr1

│   └── part1 -> ../../sdc1

├── asm_ocr2

│   └── part1 -> ../../sdb1

└── asm_ocr3

    └── part1 -> ../../sdd1

 

5 directories, 5 files

 

ASM配置安裝

[root@rhel1 ~]# yum install kmod-oracleasm.x86_64

[root@rhel1 ~]# rpm -ivh /soft/oracleasmlib-2.0.12-1.el7.x86_64.rpm

[root@rhel1 ~]# rpm -ivh /soft/oracleasm-support-2.1.11-2.el7.x86_64.rpm

[root@rhel1 ~]# /etc/init.d/oracleasm configure

/etc/init.d/oracleasm is deprecated. Use 'oracleasm configure -i'

[root@rhel1 ~]# oracleasm configure –I             ---- 兩個節點都需操作

Configuring the Oracle ASM library driver.

 

This will configure the on-boot properties of the Oracle ASM library

driver.  The following questions will determine whether the driver is

loaded on boot and what permissions it will have.  The current values

will be shown in brackets ('[]').  Hitting <ENTER> without typing an

answer will keep that current value.  Ctrl-C will abort.

 

Default user to own the driver interface []: grid

Default group to own the driver interface []: asmadmin

Start Oracle ASM library driver on boot (y/n) [n]: y

Scan for Oracle ASM disks on boot (y/n) [y]: y

Writing Oracle ASM library driver configuration: done

 

 

[root@rhel1 asm]# oracleasm createdisk  dbfile /dev/asm/asm_dbfile/part1

Writing disk header: done

Instantiating disk: done

[root@rhel2 ~]# oracleasm scandisks

Reloading disk partitions: done

Cleaning any stale ASM disks...

Scanning system for ASM disks...

Instantiating disk "OCRDISK3"

Instantiating disk "FRAS"

Instantiating disk "DBFILES"

Instantiating disk "OCRDISK1"

Instantiating disk "OCRDISK2"

[root@rhel2 ~]# oracleasm listdisks

DBFILES

FRAS

OCRDISK1

OCRDISK2

OCRDISK3

[root@rhel2 ~]#oracleasm querydisk -p OCRDISK1  -----查詢asm磁碟所對應的設備文件

 

內核參數設置:

[root@ rhel1 ~]# vi /etc/sysctl.conf

fs.aio-max-nr = 1048576

fs.file-max = 6815744

kernel.shmall =

kernel.shmmax = 

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 = 1048586

 

執行sysctl -p

 

配置oracle、grid用戶的shell限制

[root@ rhel1 ~]# vi /etc/security/limits.conf

grid soft nproc 2047

grid hard nproc 16384

grid soft nofile 1024

grid hard nofile 65536

oracle soft nproc 2047

oracle hard nproc 16384

oracle soft nofile 1024

oracle hard nofile 65536

 

[root@rhel1 ~]# vi /etc/pam.d/login

session    required     /lib64/security/pam_limits.so

 

 

 

添加用戶

[root@ rhel1 ~]# groupadd -g 1001 oinstall

[root@ rhel1 ~]# groupadd -g 1002 asmadmin

[root@ rhel1 ~]# groupadd -g 1003 dba

[root@ rhel1 ~]# groupadd -g 1004 oper

[root@ rhel1 ~]# groupadd -g 1005 asmdba

[root@ rhel1 ~]# groupadd -g 1006 asmoper

[root@ rhel1 ~]# useradd -u 1002 -g oinstall -G asmadmin,asmdba,asmoper grid

[root@ rhel1 ~]# usermod -g oinstall -G dba,oper,asmdba oracle

[root@ rhel1 ~]# mkdir -p /u01/app/11.2.0/grid

[root@ rhel1 ~]# chown -R grid:oinstall  /u01

[root@ rhel1 ~]# mkdir /u01/app/oracle

[root@ rhel1 ~]# chown -R oracle:oinstall  /u01/app/oracle/

[root@ rhel1 ~]# chmod -R 775 /u01/

 

 

DNS配置

[root@rhel2 ~]#yum install named

 

[root@rhel2 ~]# vi /etc/named.conf   ----添加以下內容

 

zone "86.168.192.in-addr.arpa" IN{

      type master;

      file "192.168.86.db";

};

zone "example.com." IN {

      type master;

    file "example.com.db";

};

[root@rhel2 ~]# vi /var/named/example.com.db

$TTL 1H

@       IN SOA  homeserver.localdomain. root.homeserver.localdomain. (

                                        5       ; serial

                                        3H      ; refresh

                                        1H      ; retry

                                        1W      ; expire

                                        1H )    ; minimum

        NS      homeserver.localdomain.

rhel-cluster-scan.grid     IN   A       192.168.86.170

rhel-cluster-scan.grid     IN   A       192.168.86.171

rhel-cluster-scan.grid     IN   A       192.168.86.172

 

 

[root@rhel2 ~]# vi /var/named/192.168.86.db

$TTL 1H

@       IN SOA  homeserver.localdomain.grid.example.com. root.homeserver.localdomain.grid.example.com. (

                                        2       ; serial

                                        3H      ; refresh

                                        1H      ; retry

                                        1W      ; expire

                                        1H )    ; minimum

        NS        homeserver.localdomain.grid.example.com.

170 IN    PTR     rhel-cluster-scan.grid.example.com.

171 IN    PTR     rhel-cluster-scan.grid.example.com.

172 IN    PTR     rhel-cluster-scan.grid.example.com.

[root@rhel2 ~]# vi /etc/resolv.conf

nameserver 192.168.86.152

[root@rhel2 ~]# vi /etc/nsswitch.conf  -----在hosts: files dns加上nis

hosts:      files dns nis

[root@rhel2 ~]# nslookup rhel-cluster-scan.grid.example.com

Server:         192.168.86.152

Address:        192.168.86.152#53

 

Name:   rhel-cluster-scan.grid.example.com

Address: 192.168.86.172

Name:   rhel-cluster-scan.grid.example.com

Address: 192.168.86.170

Name:   rhel-cluster-scan.grid.example.com

Address: 192.168.86.171

 

[grid@ rhel1 ~]#/u01/app/grid/runcluvfy.sh stage -pre crsinst -n rhel1,rhel2 -fixup –verbose                     ------執行檢查

 

 

Ssh互信配置  每個節點都需要

[oracle@ rhel1 ~]$

ssh-keygen -t rsa

ssh-keygen -t dsa

[oracle@ rhel1 ~]$

ssh rhel1 cat ~/.ssh/id_rsa.pub >> authorized_keys

ssh rhel2 cat ~/.ssh/id_rsa.pub >> authorized_keys

ssh rhel1 cat ~/.ssh/id_dsa.pub >> authorized_keys

ssh rhel2 cat ~/.ssh/id_dsa.pub >> authorized_keys

 

[oracle@ rhel1.ssh]$ scp authorized_keys rhel2:~/.ssh/

[oracle@ rhel2.ssh]$ chmod 600 authorized_keys

 

 

 

執行root.sh出現錯誤

Adding daemon to inittab

CRS-4124: Oracle High Availability Services startup failed.

CRS-4000: Command Start failed, or completed with errors.

ohasd failed to start: Inappropriate ioctl for device

ohasd failed to start at /u01/app/11.2.0/grid/crs/install/rootcrs.pl line 443.

[root@rhel1 ~]# /u01/app/11.2.0/grid/crs/install/roothas.pl -deconfig -force -verbose

出現 Adding daemon to inittab 時執行

[root@rhel1 ~]#dd if=/var/tmp/.oracle/npohasd of=/dev/null bs=1024 count=1 (rhel7+11.2.0.1)

[root@rhel1 ~]# /u01/app/11.2.0/grid/root.sh ---->等待上一個節點執行完在執行

 


您的分享是我們最大的動力!

-Advertisement-
Play Games
更多相關文章
  • DMLinsert關鍵字作用:往表中插入一條(多條)數據語法1:元祖值式的插入語法1: insert into tablename(column1,column2,...,columnN) values(value1,value2,...,valueN); insert into 表名 (列1 ,列 ...
  • 前言 關於索引,這是一個非常重要的知識點,同樣,在面試的時候也會被經常的問到; 本文描述了索引的結構,介紹了InnoDB的索引方案等知識點,感興趣的可以看一下; 引入 本文參考文章:MySQL的索引 回顧 在上篇文章中我們說到 InnoDB的數據頁結構 ,瞭解到了 數據頁的 7 個組成部分,知道了各 ...
  • 存儲過程的建立和調用 --1.1準備測試需要的資料庫:test,數據表:物料表,採購表if not exists (select * from master.dbo.sysdatabases where name='test')create database testgouse testgoif o ...
  • .1事務 redis中事務是一組命令的集合。 事務同命令一樣都是redis的最小執行單位,Redis保證一個事務中的命令要麼都執行,要麼都不執行。如果redisClient在發送EXEC命令前掉線,則redis會清空事務隊列,事務中的所有命令都不會執行;如果redisClient在發送EXEC命令後 ...
  • 結構化查詢語言SQL在20世紀70年代發展起來之後,很快就成為關係資料庫的標準語言。雖然理解SQL可能很複雜,但幸運的是,有許多書籍可以幫助你快速瞭解SQL。 ...
  • 1.安裝準備: Windows系統環境: 安裝:SQLiteExpert 及 官網的SQLite tool 我們要用到其中的SQLite.exe 地址:https://www.sqlite.org/download.html 2.新建資料庫 打開cmd:鍵入以下命令:D:\sqlite-tools- ...
  • [20190419]shared latch spin count 2.txt--//上午測試shared latch XX模式的情況,鏈接:http://blog.itpub.net/267265/viewspace-2641902/--//繼續測試其它情況.--//鏈接:http://andre ...
  • [20190419]shared latch spin count.txt--//昨天測試exclusive latch spin count = 20000(預設).--//今天測試shared latch spin count的情況,看了一些文章測試等於2 *_spin_count.--//有了 ...
一周排行
    -Advertisement-
    Play Games
  • 移動開發(一):使用.NET MAUI開發第一個安卓APP 對於工作多年的C#程式員來說,近來想嘗試開發一款安卓APP,考慮了很久最終選擇使用.NET MAUI這個微軟官方的框架來嘗試體驗開發安卓APP,畢竟是使用Visual Studio開發工具,使用起來也比較的順手,結合微軟官方的教程進行了安卓 ...
  • 前言 QuestPDF 是一個開源 .NET 庫,用於生成 PDF 文檔。使用了C# Fluent API方式可簡化開發、減少錯誤並提高工作效率。利用它可以輕鬆生成 PDF 報告、發票、導出文件等。 項目介紹 QuestPDF 是一個革命性的開源 .NET 庫,它徹底改變了我們生成 PDF 文檔的方 ...
  • 項目地址 項目後端地址: https://github.com/ZyPLJ/ZYTteeHole 項目前端頁面地址: ZyPLJ/TreeHoleVue (github.com) https://github.com/ZyPLJ/TreeHoleVue 目前項目測試訪問地址: http://tree ...
  • 話不多說,直接開乾 一.下載 1.官方鏈接下載: https://www.microsoft.com/zh-cn/sql-server/sql-server-downloads 2.在下載目錄中找到下麵這個小的安裝包 SQL2022-SSEI-Dev.exe,運行開始下載SQL server; 二. ...
  • 前言 隨著物聯網(IoT)技術的迅猛發展,MQTT(消息隊列遙測傳輸)協議憑藉其輕量級和高效性,已成為眾多物聯網應用的首選通信標準。 MQTTnet 作為一個高性能的 .NET 開源庫,為 .NET 平臺上的 MQTT 客戶端與伺服器開發提供了強大的支持。 本文將全面介紹 MQTTnet 的核心功能 ...
  • Serilog支持多種接收器用於日誌存儲,增強器用於添加屬性,LogContext管理動態屬性,支持多種輸出格式包括純文本、JSON及ExpressionTemplate。還提供了自定義格式化選項,適用於不同需求。 ...
  • 目錄簡介獲取 HTML 文檔解析 HTML 文檔測試參考文章 簡介 動態內容網站使用 JavaScript 腳本動態檢索和渲染數據,爬取信息時需要模擬瀏覽器行為,否則獲取到的源碼基本是空的。 本文使用的爬取步驟如下: 使用 Selenium 獲取渲染後的 HTML 文檔 使用 HtmlAgility ...
  • 1.前言 什麼是熱更新 游戲或者軟體更新時,無需重新下載客戶端進行安裝,而是在應用程式啟動的情況下,在內部進行資源或者代碼更新 Unity目前常用熱更新解決方案 HybridCLR,Xlua,ILRuntime等 Unity目前常用資源管理解決方案 AssetBundles,Addressable, ...
  • 本文章主要是在C# ASP.NET Core Web API框架實現向手機發送驗證碼簡訊功能。這裡我選擇是一個互億無線簡訊驗證碼平臺,其實像阿裡雲,騰訊雲上面也可以。 首先我們先去 互億無線 https://www.ihuyi.com/api/sms.html 去註冊一個賬號 註冊完成賬號後,它會送 ...
  • 通過以下方式可以高效,並保證數據同步的可靠性 1.API設計 使用RESTful設計,確保API端點明確,並使用適當的HTTP方法(如POST用於創建,PUT用於更新)。 設計清晰的請求和響應模型,以確保客戶端能夠理解預期格式。 2.數據驗證 在伺服器端進行嚴格的數據驗證,確保接收到的數據符合預期格 ...