ASM cannot find the raw devices nor ASM drives

Hi,
We are trying to use ASM on linux. The kernel version is
2.6.9-42.0.10.0.1.ELsmp x86_64.
We tried both raw devices and ASM drives. But after all the tries, the installer simply will not list the disks.
Anybody can help? Thanks.

"I had installed ASM initially on the same CRS, but due to some error during the installation"
This statement means: I had installed ASM on the clusterware, but due to time synchronization error, it didn't got copied on to the 2nd node, and hence I had to uninstall the ASM software.
But the clusterware is still up and running.
Amit.

Similar Messages

  • BIOS-GPT grub cannot find the root device in LVM setup

    Greetings Arch Linux Community,
    Recently I started my journey of installing Arch Linux on my VMware Workstation.
    I successfully installed the non-LVM instance not long before I noticed the advantages of LVM, then I just started a new Arch Linux setup with LVM.
    However, after following the Beginners' Guide and LVM Guide carefully, I ran into a problem on boot that I cannot solve by myself due to my poor knowledge on boot/grub.
    Here is the error message:
    ERROR: device '4b28d500-8ed3-4fe5-ad26-97fbb01f979b' not found. Skipping fsck
    ERROR: Unable to find root device '4b28d500-8ed3-4fe5-ad26-97fbb01f979b'
    The error message itself is pretty clear; saying that the root device specified by my grub.cfg cannot be found and thus cannot be loaded.
    However, I'm 100% sure that the device is actually there and just for some reason grub cannot see it.
    Below please see the info from lsblk, pvdisplay, vgdisplay, lvdisplay, and some related info from fstab, grub.cfg and mkinitcpio.conf:
    root@archiso / # lsblk -f
    NAME FSTYPE LABEL UUID MOUNTPOINT
    fd0
    sda
    ├─sda1
    ├─sda2 swap a576bed1-929a-4ea5-b771-6b2e3b2e3808
    ├─sda3 ext4 659e5bcf-b34b-4083-b8e5-e336fdd20c3d /mnt/boot
    └─sda4 LVM2_member GNznA5-fwUh-Gw6D-JvY4-rZKJ-d6fP-TIyoRZ
    ├─VolGroup00-lvroot ext4 4b28d500-8ed3-4fe5-ad26-97fbb01f979b /mnt
    └─VolGroup00-lvhome ext4 dc1f1322-8d8e-4456-b61d-95966ae4e25d /mnt/home
    sr0 iso9660 ARCH_201405 2014-05-01-05-20-54-00 /run/archiso/bootmnt
    loop0 squashfs /run/archiso/sfs/root-image
    loop1 ext4 f07bfb26-3377-487a-a022-efd840614a0d
    └─arch_root-image ext4 f07bfb26-3377-487a-a022-efd840614a0d /
    loop2 ext4 f07bfb26-3377-487a-a022-efd840614a0d
    └─arch_root-image ext4 f07bfb26-3377-487a-a022-efd840614a0d /
    root@archiso / # pvdisplay
    --- Physical volume ---
    PV Name /dev/sda4
    VG Name VolGroup00
    PV Size 8.50 GiB / not usable 2.98 MiB
    Allocatable yes (but full)
    PE Size 4.00 MiB
    Total PE 2175
    Free PE 0
    Allocated PE 2175
    PV UUID GNznA5-fwUh-Gw6D-JvY4-rZKJ-d6fP-TIyoRZ
    root@archiso / # vgdisplay
    --- Volume group ---
    VG Name VolGroup00
    System ID
    Format lvm2
    Metadata Areas 1
    Metadata Sequence No 3
    VG Access read/write
    VG Status resizable
    MAX LV 0
    Cur LV 2
    Open LV 2
    Max PV 0
    Cur PV 1
    Act PV 1
    VG Size 8.50 GiB
    PE Size 4.00 MiB
    Total PE 2175
    Alloc PE / Size 2175 / 8.50 GiB
    Free PE / Size 0 / 0
    VG UUID x8VegQ-OKr6-kNNk-HwHe-xxi1-Ecdt-W9Ydj2
    root@archiso / # lvdisplay
    --- Logical volume ---
    LV Path /dev/VolGroup00/lvroot
    LV Name lvroot
    VG Name VolGroup00
    LV UUID q8LxrZ-PXmf-K2Sl-7SNl-DlsF-IZ3s-2m2eHw
    LV Write Access read/write
    LV Creation host, time archiso, 2014-05-17 16:24:23 +0000
    LV Status available
    # open 1
    LV Size 5.00 GiB
    Current LE 1280
    Segments 1
    Allocation inherit
    Read ahead sectors auto
    - currently set to 256
    Block device 254:1
    --- Logical volume ---
    LV Path /dev/VolGroup00/lvhome
    LV Name lvhome
    VG Name VolGroup00
    LV UUID 3q32Nf-CRZz-iYpB-5317-075y-ulj3-uurdwE
    LV Write Access read/write
    LV Creation host, time archiso, 2014-05-17 16:24:49 +0000
    LV Status available
    # open 1
    LV Size 3.50 GiB
    Current LE 895
    Segments 1
    Allocation inherit
    Read ahead sectors auto
    - currently set to 256
    Block device 254:2
    root@archiso / # cat /mnt/etc/fstab
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    # /dev/mapper/VolGroup00-lvroot
    UUID=4b28d500-8ed3-4fe5-ad26-97fbb01f979b / ext4 rw,relatime,data=ordered 0 1
    # /dev/mapper/VolGroup00-lvhome
    UUID=dc1f1322-8d8e-4456-b61d-95966ae4e25d /home ext4 rw,relatime,data=ordered 0 2
    # /dev/sda3
    UUID=659e5bcf-b34b-4083-b8e5-e336fdd20c3d /boot ext4 rw,relatime,data=ordered 0 2
    # /dev/sda2
    UUID=a576bed1-929a-4ea5-b771-6b2e3b2e3808 none swap defaults 0 0
    root@archiso / # cat /mnt/boot/grub/grub.cfg | grep "root"
    set root='lvmid/x8VegQ-OKr6-kNNk-HwHe-xxi1-Ecdt-W9Ydj2/q8LxrZ-PXmf-K2Sl-7SNl-DlsF-IZ3s-2m2eHw'
    search --no-floppy --fs-uuid --set=root --hint='lvmid/x8VegQ-OKr6-kNNk-HwHe-xxi1-Ecdt-W9Ydj2/q8LxrZ-PXmf-K2Sl-7SNl-DlsF-IZ3s-2m2eHw' 4b28d500-8ed3-4fe5-ad26-97fbb01f979b
    search --no-floppy --fs-uuid --set=root 4b28d500-8ed3-4fe5-ad26-97fbb01f979b
    set root='hd0,gpt3'
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 659e5bcf-b34b-4083-b8e5-e336fdd20c3d
    search --no-floppy --fs-uuid --set=root 659e5bcf-b34b-4083-b8e5-e336fdd20c3d
    linux /vmlinuz-linux root=UUID=4b28d500-8ed3-4fe5-ad26-97fbb01f979b rw quiet
    set root='hd0,gpt3'
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 659e5bcf-b34b-4083-b8e5-e336fdd20c3d
    search --no-floppy --fs-uuid --set=root 659e5bcf-b34b-4083-b8e5-e336fdd20c3d
    linux /vmlinuz-linux root=UUID=4b28d500-8ed3-4fe5-ad26-97fbb01f979b rw quiet
    set root='hd0,gpt3'
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 659e5bcf-b34b-4083-b8e5-e336fdd20c3d
    search --no-floppy --fs-uuid --set=root 659e5bcf-b34b-4083-b8e5-e336fdd20c3d
    linux /vmlinuz-linux root=UUID=4b28d500-8ed3-4fe5-ad26-97fbb01f979b rw quiet
    root@archiso / # cat /mnt/etc/mkinitcpio.conf| grep "HOOKS"
    # HOOKS
    # This is the most important setting in this file. The HOOKS control the
    # order in which HOOKS are added. Run 'mkinitcpio -H <hook name>' for
    # HOOKS="base"
    # HOOKS="base udev autodetect block filesystems"
    # HOOKS="base udev block filesystems"
    # HOOKS="base udev block mdadm encrypt filesystems"
    # HOOKS="base udev block lvm2 filesystems"
    HOOKS="base udev autodetect modconf block lvm2 filesystems keyboard fsck"
    Last edited by garrio (2014-05-18 00:42:36)

    Efka wrote:when i was installing Arch, i installed grub on /dev/sda and my sda (gpt )was - sda1 (ext4)for / and sda2(ext4) for /home so when grub is installed it is installed into SDA ( or im wrong? ) but not into sda1 or sda2,  but when i was doing my install i didnt made /boot ext4 partition (sda3   ext4 659e5bcf-b34b-4083-b8e5-e336fdd20c3d   /mnt/boot)  . i think u trying to mount grub into ext4 partition. is this right ? if yes... is it how it suposed to be ?
    Sorry, im newbie ( dont take my advice seriously ), but im very curious about his, because once i couldnt install grub as well so i went for syslinux instead , and i know i will have one more fresh install of arch to do, so im curious
    Hi Efka, I used grub-install and specified "/dev/sda" for argument. What I understand is that the sda is the identifier for the hard disk where all the sdaX reside. And if you look into the output of my lsblk, you will see that there is one partition sda1 that has no filetype, label and UUID on display; that is actually the bios boot partition where, as I understand, the grub code embeds itself.
    We can have different partition scheme to deploy and having a separate partition for /boot is just my personal preference ans it should work as well.

  • IMovie cannot find the video files (external hard drive) but they are in the project?

    As the integrated hard drive on my iMac is getting too small, I moved all my iPhoto files to an external hard drive.
    I made a movie after this change and it worked perfect until I should finish the movie. Here I get the message the the media files are missing.
    This is strange as I can watch the movie in the project in the iMovie library.
    I cannot finish the move nor share it.
    Can somebody help me?
    My imovie is version 10.0.3 and I am running Maverick.
    Thanks!
    Steen

    Can you give me the info I wasked for in the other thread?

  • How to find the raw devices for crs and voting disk

    Hi,
    How can I know where and what partitions that the crs and voting disk are installed ?
    Please point me to any documentation or any pointers.
    tia
    Pk

    For OCR: ocrcheck
    For Voting: crsctl query css votedisk
    HTH
    Thanks
    -Chandra Pabba

  • Raw device to ASM

    Hi,
    How can i move the "RAW device" Migrating to ASM
    what are the steps to be followed
    Oracle Version : 11.1.0.7.0
    Platform: AIX 6.1
    Thanks,
    Ramesh

    Aman.... wrote:
    ASMLIB is not mandatory to use the raw device with ASM. Its an "add-on" to improve the performance, that's all!Not really a performance improvement as it cannot make ASM I/O go any faster - it is a more a management driver that enables you to manage ASM disks/LUNs via an ASM command line interface. But as you said, it is not mandatory. I personally prefer using udev and multipath directly on Linux for configuring and maintaining device names and permissions for all disks and LUNs and not treat ASM ones differently via another interface.
    Also, as ASMlib is a kernel module, it is another moving part at boot time. It needs to match the kernel version used. It and other similar kernel drives need to "+play nice+" with one another. And this is the primary reason we've stopped using ASMlib after we first tried it with 10.1 RAC. There were incompatibilities between it and a vendor kernel driver, resulting in adhoc ASM I/O errors. And the Metalink Note at the time stated that there are no incompatibilities between ASMlib and such vendors drivers... (and I did request Support to amend that note after the incompatibility was identified via a SR, but it never was).

  • Is database using File system, RAW devices or ASM?

    Hi there
    Is is possible to find out if the database is using File system, RAW devices or ASM for storage?
    I think for ASM, we can tell by querying the V$DATAFILE view if it has ' DATA ' or something like that (a name that has ' ' prefixed to it). Is this the only way? How about other sotrage types (RAW and Filesystem)?
    Thanks in advance!

    user12033597 wrote:
    I think for ASM, we can tell by querying the V$DATAFILE view if it has ' DATA ' or something like that (a name that has ' ' prefixed to it). Is this the only way? How about other sotrage types (RAW and Filesystem)?V$DATAFILE or DBA_DATA_FILE
    Raw depends on your OS - in *nix, likely something like /dev/sdc1
    ASM depends on ASM and will include + and will follow an ASM pattern, such as described http://docs.oracle.com/cd/B19306_01/server.102/b14200/clauses004.htm
    File depends on OS - in *nix, likely start with a '/' and NOT be in /dev or /proc.  In Winders start with C:\ or some other disk path.
    Nicely discussed in the docs in the Administrators Guide found at http://tahiti.oracle.com

  • Raw device in ASM

    Hi,
    I am assigning raw devices to ASM on IBM-AIX 5.2. But the devices are not visible in ASM. Please somebody help me how to identify the disks in ASM or from AIX to check whether the disks are accessiable. I am able to ls -lrt and find the disk. but not able to identify the raw disk size
    Thanks for your help

    In some OSs raw devices are only visible to root unless the permissions are explicitly reset.
    Have you read the appropriate section in the RAC install guide for AIX? (http://download.oracle.com/docs/cd/B19306_01/install.102/b14201/storage.htm#BABHCGIJ)

  • I cannot find the sync options that has "add a device" on firefox, all I find is "syncronizing" under tools and when I click on it I get how to set up

    ''dupe of https://support.mozilla.org/en-US/questions/915557''
    I cannot find the "sync options" on my firefox desk top. I can only find "Syncronise now" under tools. I am trying to find "add device" where is it

    Sorry about that, it should work now: [http://support.mozilla.com/en-US/kb/How+to+sync+Firefox+settings+between+computers#browser=fx35 How to sync Firefox between computers]

  • I have Photoshop 13.01 64x installed; also I have installed Camera Raw 8.4.0.199. Nevertheless I cannot find the Camera Raw Filter in the "Filter" Menu. Pls help me!

    I have Photoshop 13.01 64x installed; also I have installed Camera Raw 8.4.0.199. Nevertheless I cannot find the Camera Raw Filter in the "Filter" Menu. Pls help me!

    I am not sure.... maybe you are right... that would be too bad actually Do you have a link available where I could check this?

  • HT5262 My first time backing up my iPhone 4. I cannot find the page on my computer that shows File Device Backup.  I need step-by-step

    My first time backing up my iPhone 4. I cannot find the iTunes page on my computer that shows File>Device>Backup.  I need step-by-step instructions, please!

    Hey Jilleemay,
    Thanks for the question. You may need to enable the iTunes menus for Windows:
    iTunes: Turning on iTunes menus in Windows 8 and 7
    http://support.apple.com/kb/HT5610
    To do so, press Control-B on your keyboard. You should then see the menubar at the top of iTunes (see image below). You can then access the File menu and backup your device.
    Thanks,
    Matt M.

  • HT4623 I have an iPhone 4S that i dont use anymore. It is locked with a password & i can't remember the password. i am wanting to let my child use this phone now but when i connect it to my computer it says that it cannot find the device driver. How can i

    I have an iPhone 4S that is locked with a password & cant remember password. when I connect to my computer it says that it cannot find the device driver. How can i fix this?

    Hello jlb1977,
    Thanks for using Apple Support Communities.
    For more information on this, take a look at:
    iOS: Forgotten passcode or device disabled after entering wrong passcode
    http://support.apple.com/kb/ht1212
    place the device in recovery mode and restore it to erase the device:
    Disconnect the USB cable from the device, but leave the other end of the cable connected to your computer's USB port.
    Turn off the device: Press and hold the Sleep/Wake button for a few seconds until the red slider appears, then slide the slider. Wait for the device to shut down.
    While pressing and holding the Home button, reconnect the USB cable to the device. The device should turn on.
    Continue holding the Home button until you see the Connect to iTunes screen.
    iTunes will alert you that it has detected a device in recovery mode. Click OK, and then restore the device.
    Best of luck,
    Mario

  • I can drag music from my Itunes library to my device on my computer but I cannot find the music on my actual device.

    I can drag music from my Itunes library to my device on my computer  but I cannot find the music on my actual device.
    Any help here?

    Restore the old computer's library from a backup, or follow the instructions here or here.
    (109578)

  • Touchsmart tx2-1375dx notebook cannot find the hpdvdram GT20L ATA Device

    The driver is disable, in properties in Device Manager appears:
    A driver (service) for this device has been disabled.  An alternate driver may be providing this functionality. (Code 32)
    I´ve been tried to uninstall the driver and scan for hardware changes but there´s an error installing the driver.
    Can somebody help me with this issue? I cannot use the dvd device.
    Mónica.

    Can you try the fix it solution on this link... http://support.microsoft.com/kb/982116
    Although I am an HP employee, I am speaking for myself and not for HP.
    Make it easier for other people to find solutions, by marking my answer with 'Accept as Solution', if it solves your problem.
    Click on the BLUE KUDOS button on the left to say "Thanks"

  • Setup cannot find the Geforce4 4200 device

    Hello,
    I've just bought a Geforce4 4200 128MB MSI card which replaced my old voodoo3 3000 card.
    The BIOS seem to be able to communicate with the card as the card name shows when I turn on the computer.
    The problem is when I try to run the CD's setup program , it says "cannot find the device in your system".
    When I tried to view PCI information in linux , it printed out the following:
    "bus 1 , device 0 , function 0
    VGA compatible controller: PCI device 10de:0254 (nVidia corporation) (rev 163)
    IRQ 11." , and some more infromation regarding memory addresses.
    I'm running win95 on Celeron III 600MHz.
    Is the above PCI information makes sense? Why cant the windows installation find my device?
    Thank you for your responses,
    Ishai

    remove any device from system that has something to do with v. card...and all "unknown devices", reboot and try again. if not install drivers manualy...may be will work  

  • I cannot get MainStage 3 to find the Aggregate Device I am trying to use for input.  I have two USB interfaces and need to use both for input.

    The MainStage 3 Audio preferences window will not find the Aggregate Device input.  I have both an Apogee Jam and a MOTU Mike Ultralight in USB ports.  The Audio aggregator finds them and treats them as one device.  The Aggregate Device does not show up in either Logic or MainStage.  However, unlike Logic, MainStage does not show "System Settings" an input device.

    The iphone 3G can only support 4.2.1
    There are no newer updates availabel for this model.

Maybe you are looking for

  • Unable to post multiple files to the same receiver.

    Hi Experts, I am working on a file 2 file scenario.In which one file is divided into three different files and these three files are posted to the same receiver using different communication channels(because for all the files content conversion param

  • Number of connections with JSP pool cache

    I'm using a Bean from examples, its name: "ods", this is Pool Connection Cache, when a user start connection, this open 10 connections. In my project works 20 users, the DBA prefers don't use too many connections. The version of DB is 8.1.7 and web s

  • Alsamixer GUI exits on using controls like F2 , F4 or F5

    Hi, I am relatively new with linux. I have installed alsa-utils into an arm based platform. After running alsamixer in the target platform I am able to see the GUI on console. However on pressing control keys like F2 ,F4 or F5 it exits. F6, Esc etc.

  • PayPal Buy Now Button Problem

    I have a Photography site that uses the BUY NOW buttons from the PayPal ecommerce tool kit extension. Each of the "buy" pages have the same info for purchasing. I recently upgraded to 8 (pc, XP Home Edition), since then, when I copy/paste my "buy now

  • Old photoshop galleries

    I used photoshop a lot over a year ago and had multiple photo galleries/albums. I want to know what happened to them and how do I retieve all the picutres?