Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How Oracle binds shared storage using udev before asm

2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)05/31 Report--

This article mainly shows you "Oracle in asm before how to use udev to bind shared storage", the content is easy to understand, clear, hope to help you solve doubts, the following let Xiaobian lead you to study and learn "Oracle in asm before the use of udev binding shared storage" this article.

1. Use fdisk-l to query the disk on the host under root users. This time, about 4 2T disks are assigned to the host. Due to the influence of multi-path, you can see 8 disks, so you can ignore them and use 4 of them.

# fdisk-l | grep Disk

WARNING: GPT (GUID Partition Table) detected on'/ devdeband loopy! The util fdisk doesn't support GPT. Use GNU Parted.

WARNING: GPT (GUID Partition Table) detected on'/ devmax sdaws! The util fdisk doesn't support GPT. Use GNU Parted.

Disk / dev/loop0: 3878 MB, 3878682624 bytes

Disk identifier: 0x50be8ac6

Disk / dev/sda: 3598.9 GB, 3598914158592 bytes

Disk identifier: 0x00000000

Disk / dev/sdc: 2199.0 GB, 2199023255552 bytes

Disk identifier: 0x00000000

Disk / dev/sdd: 2199.0 GB, 2199023255552 bytes

Disk identifier: 0x00000000

Disk / dev/sdb: 2199.0 GB, 2199023255552 bytes

Disk identifier: 0x00000000

Disk / dev/sde: 2199.0 GB, 2199023255552 bytes

Disk identifier: 0x00000000

Disk / dev/sddlmac: 2199.0 GB, 2199023255552 bytes

Disk identifier: 0x00000000

Disk / dev/sddlmab: 2199.0 GB, 2199023255552 bytes

Disk identifier: 0x00000000

Disk / dev/sddlmaa: 2199.0 GB, 2199023255552 bytes

Disk identifier: 0x00000000

Disk / dev/sddlmad: 2199.0 GB, 2199023255552 bytes

Disk identifier: 0x00000000

Disk / dev/mapper/datavg-lv_ulic: 3328.6 GB, 3328599654400 bytes

Disk identifier: 0x00000000

two。 Edit / etc/udev/rules.d/99-oracle-asmdevices.rules file

# more 99-oracle-asmdevices.rules

# ASM_DISKS

KERNEL== "sddlma [a Murd]", OWNER= "grid", GROUP= "asmadmin", MODE= "0660"

3. Restart udev

/ sbin/start_dev

4. View the bound shared storage

[root@DC8VFJNK2-R730 dev] # ls-l sddlmaa

Brw-rw---- 1 grid asmadmin 251, 0 Oct 12 15:37 sddlmaa

[root@DC8VFJNK2-R730 dev] # ls-l sddlmab

Brw-rw---- 1 grid asmadmin 251, 16 Oct 12 15:37 sddlmab

[root@DC8VFJNK2-R730 dev] # ls-l sddlmac

Brw-rw---- 1 grid asmadmin 251, 32 Oct 12 15:37 sddlmac

[root@DC8VFJNK2-R730 dev] # ls-l sddlmad

Brw-rw---- 1 grid asmadmin 251, 48 Oct 12 15:37 sddlmad

The above is all the contents of the article "how to use Oracle to bind shared storage before asm". Thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more knowledge, welcome to follow the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report