[Oracle] RAC shared storage udev, oracleracudev

Source: Internet
Author: User

[Oracle] RAC shared storage udev, oracleracudev
The core lies in the following two statements. The redhat 5 and redhat 6 are tested. The B c d in the statement represents sdb sdc sdd, which should be modified according to the actual situation.

Redhat 5
For I in B c d e f g h I j k l m n o p; -- adjust according to your drive letter
Do
Echo "KERNEL = \" sd * \ ", BUS = \" scsi \", PROGRAM = \ "/sbin/scsi_id-g-u/dev/\ $ name \", RESULT = \ "'/sbin/scsi_id-g-u-s/block/sd $ I' \", NAME = \ "asm-disk $ I \", owners = \ "grid \", GROUP = \ "asmadmin \", MODE = \ "0660 \""
Done


Redhat 6
For I in B c d e f g h I j k l m n o p; -- adjust according to your drive letter
Do
Echo "KERNEL = \" sd * \ ", BUS = \" scsi \", PROGRAM = \ "/sbin/scsi_id-g-u/dev/\ $ name \", RESULT = \ "'/sbin/scsi_id-g-u/dev/sd $ I' \", NAME = \ "asm-disk $ I \", owners = \ "grid \", GROUP = \ "asmadmin \", MODE = \ "0660 \""
Done

Configure the UDEV Rules File
[Root @ asm ~] # Vim/etc/udev/rules. d/99-oracle-asmdevices.rules

Then add all the generated items.


Restart UDEV
[Root @ asm rules. d] # start_udev
Starting udev: [OK]

Copyright Disclaimer: This article is an original article by the blogger and cannot be reproduced without the permission of the blogger.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.