ASMlib cannot write disk label using EMC Powerpath to disk

We installed ASMlib on OEL5 (64-bit) update 1. We configured successfully. When we are cerating the disk label using EMC powerpath to disk, oracleasm createdisk command gives an error:
Device "/dev/emcpowerb1" is not a partition
If we access the device directly without multipathing (like /dev/sdd1), it works successfully. Is this a pwoerpath bug or are we doing something wrong?

Researched this a little deeper. Another Metalink Note:469163.1 "Oracleasm Createdisk Fails: Device '/dev/emcpoweraxx Is Not A Partition [Failed]" provides a different workaround to this situation:
1. Do the "/etc/init.d/oracleasm createdisk" operation using the "asmtool" command directly:
/usr/sbin/asmtool -C -l /dev/oracleasm -n <volume name> -s /dev/<emc device> -a force=yes
The tool will report:
asmtool: Device "/dev/<emc device>" is not a partition
asmtool: Continuing anyway
2. The permissions of the volume under /dev/oracleasm/disks/ will be "root: root"
Reboot the system to correct this.
3. Further use of the device can now be done normally using the powerpath device name
You may prefer this approach.
Cheers

Similar Messages

  • Cannot write to volume using Samba

    Hey
    Im trying to connect to a shared network drive using samba. I can connect to it fine using my windows PC, but when i try to add it to my mac, using the connect to server option, i get as far as entering my username and password and it shows up in the finder, but i cannot see any of the files stored there or write any new ones. Anybody have any similar experiences?
    G

    can you open a terminal/shell and type;
    ls -l /Volumes/<your shared volume>
    with your volume name, and post the results?
    Kind of sound like you do not have "permission" to read/write to the share

  • Cannot see EMC PowerPath devices from ASM instance on Solaris 10 x86

    Hello,
    I'm trying to use EMC PowerPath devices as ASM disks, but cannot see any usable disk
    from the ASM instance.
    My configuration:
    Hardware: Sun X4600M2
    Solaris 10 8/07 x86_64
    EMC PowerPath 5.0.2_b030
    Oracle 10.2.0.1.0
    The PP devices are /dev/rdsk/emcpower* which are softlinks to the correpsonding /devices/pseudo/emcp*.
    Since I know that these devices must have suitable permissions, I've set ownership and
    permission of e.g. /devices/pseudo/emcp@1:a,raw to oracle:dba and 660. The ASM instance's
    init.ora file has *.asm_diskstring='/dev/rdsk/emcpower*', so I assume it will scan all
    /dev/rdsk/emcpower* softlinks and fetch the ones with sufficient permissions. But nonetheless
    a 'select count(*) from v$asm_disk' gives me 0, i.e. nothing.
    I've just read some recommendations of using slice 6 of the disk with partition type 'usr', but
    this seems to me quite superficial. I would like to use simply slice (=partition) 0 starting from
    cylinder 1.
    I would be very glad for any solution.
    Best regards
    Udo

    Problem solved.
    After some tests with plain files instead of devices via undocumented parameter
    asmallow_only_raw_disks=false in order to check ASM functionality,
    I've finally created new node devices only for oracle (and set_asm_allow... back to true).
    original EMC PowerPath pseudo devices (e.g.):
    -bash-3.00$ ls -l /devices/pseudo/emcp@13:a,raw
    crw------- 1 root sys 215, 832 Dec 10 15:29 /devices/pseudo/emcp@13:a,raw
    corresponding new character device with proper ownership and permissions:
    -bash-3.00$ ls -l /u01/app/ora-dev/raw/emcp13a
    crw-rw---- 1 oracle dba 215, 832 Dec 10 14:56 /u01/app/ora-dev/raw/emcp13a
    With *.asm_diskstring='/u01/app/ora-dev/raw/emcp*' in ASM-instance's init.ora,
    I was able to see the devices via select * from v$asm_disk and could create the
    ASM diskgroups.
    Regards
    Udo

  • New Oracle Linux 6 installation - ASMLib and EMC Powerpath - is it possible

    Hi everyone,
    I would like to ask whether that latest version of Oracle Linux 6 can be used for a new installation (one that will replace Windows) to serve as that basis for Oracle RAC.
    The storage is a high-end EMC Clariion.
    I want to use the Unbreakable Enterprise Linux 2.
    I would like to use EMC Powerpath, but it seems this is not yet available (or at list not present in the current EMC support matrix).
    I want to use ASMLib, but if have to use redhat compatible kernel (so that I can use Powerpath), I will not be able to use ASMLib (AFAIK).
    Does anybody has experience with this problem? What would you recommend?
    I'm putting a list of possile options that I am aware of:
    1. Use OEL5 with redhat compatible kernel (use Powerpath and ASMLib).
    2. Use OEL6 with UEK2 kernel, but don't use Powerpath (use dm-multipath and ASMLib)
    3. Use OEL6 with redhat compatible kernel (use Powerpath and don't use ASMLib, but use udev for persistent device permissions and naming)
    4. Use SLES11 (with Powerpath and ASMLib)
    do you have other suggestions? do you have comments on the pros and cons on this options.
    Can someone from EMC or Oracle comment on the plans to make Powerpath available for OL6 with UEK2 ?
    Regards,
    Mihail

    I could test "OEL6 with RHEL kernel + Powerpath" vs "OEL6 with UEK2 kernel + dm-mpio", but anyway this would not give the answer whether Powerpath is faster or slower than dm-mpio by itself, since the kernels would be different.I wonder how the answer whether EMC Powerpath or DM Multipath is faster can help you? Apparently you cannot use Powerpath with the UEK2 kernel and have a certified system at the same time, at least not at this time. However there is no reason to throw the towel yet. If the use of Powerpath instead of Multipath is so critical, why not using Oracle Linux 5.7, which is certified? If you check the EMC compatibility matrix (esm_by_os), it actually shows some systems including Clariion supported for Oracle Linux 6.2 with UEK kernel. You might want to take a closer look.
    Anyway, it doesn't look like you will be able to solve the performance question without doing a real world test in your environment. You have no indication that Oracle Linux 6.3 with DM Mutlipath will give you less performance than RHEL 6.3 with Powerpath. Regarding the information you found, Linux is not Windows.
    Powerpath is not free and you have to pay a license, but worse, it will tie your system to a very specific version of the kernel. In case of RHEL 6 or later, it will deny you the use of Oracle specific products and features such as ASMLib, etc. Multipath seems to be the more economic and better solution since you do not have to worry about kernel versions and have the freedom to use whatever Oracle Linux has to offer.
    So, do you want to limit your kernel features and options and fix a problem that you don't know even know if it applies and pay money for it?
    Edited by: Dude on Aug 21, 2012 5:57 PM

  • Cannot Write or Read to disk Error during iPhone 3g 3.1 sync

    Searched the forum with no luck. Just upgraded to 3.1 on my 3G and I cannot sync without it stopping with the error - Cannot write or read disk. It seems like its almost random on what file it picks to stop on - the file plays fine in iTunes 9. Any suggestions?

    Hi,
    Restore the Touch. There is no easy way to remove files from an iPod as it classes media on the iPod as "read-only" - There are software products that can be used to remove media from an iPod, but it is not an official method and you risk causing more damage.
    If you really need the files on the Touch then use Google to find a program to remove files, there are a few, but do so at your own risk!
    Kind regards,
    Peter.

  • Boot Camp - Windows can read Mac disk, but cannot write to it

    iMac OSX Snow Leopard. Windows XP.
    Can anyone help me resolve this. I have installed Windows XP using Boot Camp. The Windows folder is 31GB using FAT32.
    Windows can read from the Mac disk, but cannot write to it (I get an ACCESS DENIED) error.
    I have checked that permissions are set to Read/Write on the Mac, and have run permissions manager to check all is well. I have also tried deleting and reinstalling Windows, and creating a second User on the Mac.
    When I boot into OsX then I can write to the Mac hard disk from another (Windows) computer on a network.
    I think this did work initially, and it stopped working when I changed the computer name on the Mac (though this might be a red herring -- but it did definitely work OK yesterday).
    I'm a new convert to Macs, but am experienced with Windows machines, and I would appreciate any pointers.

    This is by design. The driver that allows access to the HFS partition is read-only. This prevents any possibility that Windows viruses could become an attack vector against the Mac OS. If you need to transfer files between Mac and Windows, you can always use an external hard disk or memory stick formatted as FAT.

  • I cannot get to or use my home pc for a while and am staying with a friend for the foreseeable and am using their pc to write this. How do I access my itunes account on their pc. Thanks Karen

    I cannot get to or use my home pc for some time and am staying at a firends and using their pc to write this. I need to access my itunes account and music on their pc. How do I do this. Thanks

    An easy route would be to use the iTunes Match service such that all your Songs are available anywhere over the internet via iCloud.  Once complete you can create an account on your friends PC, download iTunes and sign-in to the iTunes Store with your Apple Id, start iTunes Match and it will provide access to all your Songs.
    Not quite so good, is simply to follow the steps on your friends PC as above, however, instead of iTunes Match simply access the 'purchased' songs area from the iTunes Store home page that will give you access to all your purchases without iTunes Match.
    IMPORTANT:  Apple only like to see a single Apple Id associated with one device - so if your friend already has an active Apple Id account on the PC, it would be wise to use an alternate machine.  Apple has a 90 day lock out associated with switching Apple Ids on a common device.

  • [svn:fx-trunk] 15267: Cannot set Spark Label or Spark RichText showTruncationTip property at runtime using bindngs or ActionScript .

    Revision: 15267
    Revision: 15267
    Author:   [email protected]
    Date:     2010-04-07 15:57:04 -0700 (Wed, 07 Apr 2010)
    Log Message:
    Cannot set Spark Label or Spark RichText showTruncationTip property at runtime using bindngs or ActionScript.
    QE notes:
    Doc notes: None
    Bugs: partial fix for SDK-25980
    Reviewed By: Gordon
    Tests run: checkintests
    Fix Label styles baselineShift and typographicCase so they work as documented.  The documentation is from TLF.
    QE notes:
    Doc notes: None
    Bugs: partial fix for SDK-25169, SDK-25210
    Reviewed By: Gordon
    Tests run: checkintests
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-25980
        http://bugs.adobe.com/jira/browse/SDK-25169
        http://bugs.adobe.com/jira/browse/SDK-25210
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/Label.as

    I'd have to see the xml to say what, but 1009 is what it says - a null reference has no properties, it is null.
    Try tracing out SampleWebServiceCS.GetMember and you'll quickly see where along your .element.element path you have an error.
    (BTW, I've not used s:Operation before, but is your syntax correct?)
    G

  • Hi I just updated from Snow Leopard to Mountain Lion. I write DVD's using Final Cut Pro, creating a DVD that plays HD and Standard Definition on one disk. My problem is when I used load the disk on my G5 it would ask if you want High Definition or Standar

    Hi I just updated from Snow Leopard to Mountain Lion.
    I write DVD's using Final Cut Pro, creating a DVD that plays HD and Standard Definition on one disk.
    My problem is when I used load the disk on my G5 it would ask if you want High Definition or Standard Definition, now it just defaults to Standard Definition.(I'm using Apple's DVD Player)
    Can I fix this problem?

    Addendum: I read on a post here (http://forums.macrumors.com/showthread.php?t=420169) about removing some kext files in order to trick OSX into thinking that there were no FireWire ports.
    I followed the instructions and removed from /System/Library/Extensions/ the following files:
    IOFireWireSerialBusProtocolTransport.kext
    IOFireWireAVC.kext
    IOFireWireFamily.kext
    IOFireWireIP.kext
    IOFireWireSBP2.kext
    I restarted and BAM...Snow Leopard booted crazy fast and the mouse and keyboard worked instantly.
    The System Profiler says "No FireWire ports were found."
    So this tells me that the FW port is probably the culprit and is messing up the installation.
    So how do I hack the Mountain Lion installer and tell it to ignore the FW port, which is obviously quite dead? Or is there something I can do to the Base system that is similar?

  • Cannot forward or write emails. Using linux os

    I cannot write an email or forward a sent email. I use linux for an operating system.

    I can't duplicate your problem, but I use OpenSuSE Linux.
    I only found a couple of suggestions that someone with a similar problem posted. One stated that if he changed from rich text to plain text, it solved his problem. I'll add an image of the setting from the Yahoo web page.
    The other stated that cleaning all cookies, temp files, and history fixed her Yahoo Mail. For that, go to "Edit>preferences" and choose the "Security tab. There is an option for clearing all history and cookies.
    Other than that, I found where a lady had the same problem and complained to Yahoo. She got a response and Yahoo claimed that they had fixed her account.
    Wish I could have been more help.

  • When syncing my iPod photo it transfers 2 songs then gives error message ' cannot read/write disk' what wrong?

    Can someone tell me whats going wrong when I manually sync my iPod with computer only 2 songs transfer to my iPod then I get error message ' unable to read/write disk ' the 2 songs are transferred to iPod and I have to keep starting the process over again, what can I do?

    First, try shutting down (powering off) your computer and resetting the iPod
    http://support.apple.com/kb/HT1320
    Start up the computer, and connect the iPod to a direct USB port on the computer, if you have been using a USB hub.  If there are other USB devices (other than standard keyboard/mouse) connected, you may want to disconnect them, as a test.
    If that does not help, or you already did that, it is possible that the iPod's hard drive has become faulty.  It is also possible that the hard drive is OK, but there is data corruption that is making the iPod's storage unreliable.
    If the problem is not resolved, you should probably do a Restore on the iPod in iTunes.  The Restore button is on the iPod's Summary screen in iTunes.  This will erase the iPod, reinstall its software, and set it to default settings.  If the cause is data corruption, the Restore (erasing the storage) should fix the problem.  However, if the cause is a hardware fault on the hard drive, it will not help; the Restore may not complete successfully, which will leave your iPod inoperable.

  • AT300 - cannot write to SD card using 3rd party App

    Hi,
    I'm using the tablet AT300 on Android ICS and I'm a developer.
    There is a bug with the sdcard : we cannot write into it (read access only).
    This bug is from Android (we cannot write into the "sd card2" and the internal storage is the "sdcard").
    For example, download an application like "Astro" and try to add a folder into your SD card: you can't.
    But with the file manager of Toshiba, you can do it !
    How ? Any special autorisation ?
    In my application, I'm using :
    <uses-permission android:name="android.permission.WRITE_EXTERNAL_ST ORAGE" />
    and
    <uses-permission android:name="android.permission.WRITE_MEDIA_STORA GE" />
    like your file manager, but for me, when I install it I got :
    Not granting permission android.permission.WRITE_MEDIA_STORAGE to package com.idtgv.kiosk.androidapp (protectionLevel=3 flags=0x8be46)
    Some manufacturer make a patch for this problem (like I do if I root my Tablet but I don't want), anything like that for Toshiba ?
    Thanks,
    Stan

    Hi
    Did you try to format the SD card using the exFAT format?
    Do that and use exFAT.
    The Toshiba file manager handles any SD card format therefore youve got no problems using the Toshiba file manager

  • Mid 2007 iMac SSD in optical bay - cannot write to last block of device

    Hi All,
    I've just replaced my optical drive in my 20" mid 2007 iMac (Dual core, 2.4 Ghz, 2 Gb RAM running Mavericks) with a solid state drive (Crucial MX100). The plan is to transfer my boot disk to this drive while keeping my 1 Tb HDD for media and such.
    I followed the ifixit guide and it all went smoothly, however when I try to partition or erase the new SSD using Disk Utility, it tells me "Operation failed - cannot write to last block of the device". After googling, I found some answers here that suggested the optical bay cable may be faulty, so I bought a replacement and swapped it in, but no such luck, same problem. I also saw some threads suggesting that the boot disk should be in the original hard drive spot, but since this isn't the boot disk (yet) this shouldn't be the issue.
    My computer recognizes the new SSD but won't allow me to partition it. Any suggestions on how to proceed?
    Thanks!

    ds store wrote:
    3. The new disk is just bad.
    OK. If that's the case, I'll just get another disk.
    Lots of problems with that hybrid drives on Mac's on these forums, get another one that's 7,200 RPM and from Western Digital, not Seagate.
    With a 7,200 RPM you get more performance across the entire drive, not just what's cached in the small flash portion of the hybrid.
    https://discussions.apple.com/community/notebooks/macbook_pro?view=documents#/
    1. Hybrid drives: I'm on number 8 in 6 different machines, no problems at all, what happens when you try?
    2. The OP is not using a Hybrid.
    3. Lot's of problems with WD drives not booting on these forums though.

  • Can ASMLib and udev disks co-exist

    Grid version:11.2.0.3
    OS : RHEL 5.8
    Currently we use ASMLib to stamp our LUNs. We want to start using udev for the device persistancy in our RAC Nodes.
    Can disks labelled using ASMLib and disks named by udev co-exist in a single disk group ?

    I don't see why you can't mix udev and ASMlib defined devices, just set your asm_diskstring accordingly. In this example, I'm mixing ASMlib and NFS devices and it works no problem:
    SQL>
    SQL> sho parameter asm_d
    NAME                                 TYPE        VALUE
    asm_diskgroups                       string      ACFSV1, ACFSV2
    asm_diskstring                       string      ORCL:*, /u01/nfs_shares/asm/ir
                                                     on*
    SQL> select path from v$asm_disk;
    PATH
    /dev/oracleasm/disks/LUN5
    /dev/oracleasm/disks/LUN4
    /dev/oracleasm/disks/LUN3
    /dev/oracleasm/disks/LUN2
    ORCL:LUN5
    /dev/oracleasm/disks/LUN1
    /u01/nfs_shares/asm/irond5
    ORCL:LUN1
    ORCL:LUN2
    ORCL:LUN3
    ORCL:LUN4
    /u01/nfs_shares/asm/irond3
    /u01/nfs_shares/asm/irond2
    /u01/nfs_shares/asm/irond4
    /u01/nfs_shares/asm/irond1
    /u01/nfs_shares/asm/irond6
    16 rows selected.
    SQL>

  • Satellite P500/01R reads data but cannot write data files to CD

    I recently bought a Satellite P500/01R laptop. I am able to read a data CD but cannot write data files to CD. The CD is read/write.
    Any ideas?

    Hi
    Did you try different burning software?
    Im using the Nero and in my opinion one of the best burning applications.
    There I can choose between CD, DVD, DL or Blueray (only possible if CD/DVD drive supports this too.)
    Did you also check different CDs from different manufacturers?
    You should do this since not all disks are 100% compatible.
    I had many issues with different CD or DVD in most cases it was an compatibility issue I tested TDK and these kind of disk is compatible with my CD/DVD drive
    Im using the R standard.

Maybe you are looking for

  • What does it mean: "Calendar was created by Mail"?

    I upgraded to the latest version of iCal.  Now, when I try to input a new event, I get the message: " Calendar was created by Mail.  You can not add an event to a Mail calendar.   Does any one know what this means and what I need to do to change it s

  • Keyboard shortcuts to select develop sliders

    For those people who like to minimize their mouse kilometers, it would be useful to have keyboard shortcuts to *select* individual sliders in the develop module. [See also the specific request for an exposure shortcut that recently came up in this th

  • IPhoto 9.5.1 won't import photos.

    I upgraded to 9.5.1 and it won't let me import photos.  I've tried from the camera, iPhone, iPad, and an external memory card reader.  iPhoto will show the pictures and lets me click on the import button.  Then there is the rainbow circle that never

  • Report output in excel format.

    Dear Friends, I have created a report in character mode and I want to store the output of that report into an excel file. So that data of each column with heading will be stored in seperate coulmns(with each row of output in each row in excel file).

  • Exposing sub site list on parent site (SPO 2010)

    2 site collections configured the same, one is a team site one a public site. In the team site I can expose lists from a sub site on a parent site page via a custom data view web part. The exact same technique doesn't work on the public site and thro