Help! Asmlib disks disappear after restart! No multipath Used

Hi,All
I created Asmlib disks like below
/etc/init.d/oracleasm createdisk DISK1 /dev/sdb1
After I rebooted the RHLE 5, DISK1 vanished!
[root@test sysconfig]# /etc/init.d/oracleasm listdisks
[root@test sysconfig]#
When I tried to recreate it,I found the ASM header is still there
[root@test sysconfig]# /etc/init.d/oracleasm createdisk DISK1 /dev/sdb1
Marking disk "DISK1" as an ASM disk: [FAILED]
[root@test sysconfig]# tail /var/log/oracleasm
Scanning system for ASM disks...
Device "/dev/sdb1" is already labeled for ASM disk "DISK1"
Why Asmlib cann't find the Disk?
I tried configure the /etc/sysconfig/oracleasm & /etc/sysconfig/oracleasm-devoracleasm.
# ORACLEASM_SCANORDER: Matching patterns to order disk scanning
ORACLEASM_SCANORDER="sd"
# ORACLEASM_SCANEXCLUDE: Matching patterns to exclude disks from scan
ORACLEASM_SCANEXCLUDE="sda sdb sdc sde sdf"
it doesn't work!
Can Anyone gives me some idea about it?

From what I understand, disks in ORACLEASM_SCANEXCLUDE are excluded from ASM. It is not to be confused with the asm_diskstring instance init parameter.
I would try the following as root:
# cd /etc/sysconfig
# rm oracleasm-devoracleasm
# /etc/init.d/oracleasm configure
Default user: oracle
Default gruop: dba
Start Oracle ASM: y
What is your output of the following command:
# /usr/sbin/oracleasm-discover
If the above command fails, the Oracle ASM (grid) installation will not detect your disks, using default diskstring. The problem should be fixed by installing oracleasmlib (as root):
# rpm -ivh 'http://download.oracle.com/otn_software/asmlib/oracleasmlib-2.0.4-1.el5.x86_64.rpm'

Similar Messages

  • Local copy idisk folders added to sidebar disappear after restart

    Folders from a local idisk copy added to the finder sidebar continually disappear after restart. Any idea how to prevent this?

    a workaround:
    you can lock this file via command + i
    Library > Preferences > com.apple.sidebarlists.plist
    to keep your sidebar setting,
    then reboot
    or
    open Terminal and write:
    defaults write com.apple.finder QuitMenuItem 1 < this will add a Quit command to the Finder
    then:
    killall Finder
    Quit the Finder via Command + Q every time you mount iDisk...
    it works for me, use at your own risk

  • Changes in Bundle.js file are disappear after restarting the UCM

    Good Day,
    I add some javascript code in bundle.js file within the following path: domain_home\ucm\cs\weblayout\resources\bundle.js .
    the changes are reflected fine on the UCM, but once the UCM Server restated the changes are gone and the file revert back as is; without my changes.
    the code that i want to add is:
    if ((typeof Range !== 'undefined') && !Range.prototype.createContextualFragment) {
    Range.prototype.createContextualFragment = function(html) {
    var frag = document.createDocumentFragment();
    var div = document.createElement('div');
    frag.appendChild(div);
    div.outerHTML = html;
    return frag;
    i want to add it because i have a javascript error like this: Object doesn't support property or method 'createContextualFragment', this erro occured when the used version of Internet Explorer is V.9. ; no javascript errors appears on Version 8. when i add this piece of javascript to the bundle.js file, it the error is gone and everything goes fine, but as i said earlier after restarting the UCM the added javascript code is gone and disappear from the bundle.js file.
    For that reason i want to ask, is there is a way to keep my code and stay as is even after restarting? Or is the file uploaded on restart from another path?
    Any Suggestions?

    This is actually quite simple to explain:
    - domain_home\ucm\cs\weblayout\resources is a directory that holds runtime version of resources
    - if you want to make your changes persistent, you will need to do it in a source directory. In 11g there are two source directories; one for standard components, and the other for custom ones. You should use the latter
    - in fact, if you create a custom component with Component Wizard, make your changes there and activate the component, you should be done. The only another thing you should pay attention to is the loadOrder parameter of your resource - it should be higher to get applied.
    For more details, see http://docs.oracle.com/cd/E23943_01/doc.1111/e10807/part4_customize_comp.htm#sthref522

  • Custom desktop picture disappears after restart

    Ever since I purchased my MacBook Pro my custom desktop picture disappears after a restart. I select a photo either from the internet or my iphoto library and when I reboot the computer it goes back to the original desktop pattern, my photo is gone. Has anybody noticed the same problem on theirs and if so, have you found a solution? Its not a big deal, mostly goes under 'curious why this happens and how can I fix it' category . . .

    Try running the combo update.
    10.9.4 Combo Update
    If that doesn't work, go to Finder and select your user/home folder. With that Finder window as the front window, either select Finder/View/Show View options or go command - J.  When the View options opens, check ’Show Library Folder’. That should make your user library folder visible in your user/home folder.  Select Preferences/com.apple.desktop.plist. Move the .plist to your desktop.
    Restart and test. If it works okay, delete the plist from the desktop.
    If the same, return the .plist to where you got it from, overwriting the newer one.
    Thanks to leonie for some information contained in this.
    You might need to redo the View settings after an update.

  • OpenSolaris vnic disappear after restart

    Hi,
    I am new in openSolaris and I'm creating vnic'ks with following script:
    #!/bin/sh
    pfexec dladm create-etherstub etherstub0
    pfexec dladm create-vnic -l etherstub0 -p maxbw=1000M vnic0
    pfexec dladm create-vnic -l etherstub0 -p maxbw=1000M vnic1
    pfexec dladm create-vnic -l etherstub0 -p maxbw=1000M vnic2
    pfexec ifconfig vnic0 plumb
    pfexec ifconfig vnic0 inet 192.168.0.1/24 up
    pfexec ifconfig vnic1 plumb
    pfexec ifconfig vnic1 inet 192.168.0.2/24 up
    pfexec ifconfig vnic2 plumb
    pfexec ifconfig vnic2 inet 192.168.0.3/24 up
    exit 0How can I make them to go up at startup?
    Thanks
    Imre
    Edited by: BumbaMumba on Mar 25, 2010 10:19 AM

    Hi,
    That doesn't work.
    My mistake, maybe I inserted my question under wrong forum.
    After restart I see that FLAGS is switched from 3 (just after creation and before restart) to 2 (etherstub0, vnic0, vnic1, vnic2).
    What that flag means? Is it switchable to 3 again and thats do things what I am expecting?
    pfexec dladm show-linkmap
    NAME LINKID CLASS MEDIA FLAGS
    rtls0 1 phys Ethernet 3
    wpi0 2 phys WiFi 3
    vboxnet0 3 phys Ethernet 2
    etherstub0 4 etherstub Ethernet 2
    vnic0 5 vnic Ethernet 2
    vnic1 6 vnic Ethernet 2
    vnic2 7 vnic Ethernet 2
    Imre

  • Downloaded applications disappear after restarting?

    Hi guys,
    I'm not sure if this is the best community to post this question. But here goes.
    I have several applications I bought online which seem to continually disappear on restart. At first I thought I imagined it, or I did something wrong. But now I can see it happens continually when I do a full shut down, at least on several applications.
    Specifically, I notice it happens with my VPN client and with Skype. A full search of my computer will only find the downloaded .dmg files for both applications. (It could be happening with more apps, but these are the ones I use frequently, so these are the ones I notice.)
    I just reinstall, but it isn't very convenient.
    Any idea why this would be happening and how to prevent it?
    Puzzled...
    Cheryl

    Welcome to Apple Support Communities
    Do you run the apps from the DMG file or you copy the apps to the Applications folder? You must copy them to Applications. If not, you will lose them because you are running them from their DMG

  • BT stack disappears after restart.

    In a Portege M200 I downloaded the toshiba BT stack last version (3.10). Everything is ok during installation. BT devices are working properly (at least the headset). When I Power on again the pc, all BT stack files disappear(seems correctly unistalled but I do not know why).
    For your information after the restart the "C:/program files/Toshiba/Bluetooth Toshiba Stack" folder does not exists anymore.
    Any help is wellcome.
    Dario

    Hi, I had the same problem - I had installed bluetooth stack, it requires restart of my machine and...stack was not there (not in Start Menu, Not in Programs).
    I tried several times, I could even run Bluetooth Stack before restart (but there was no possibility to use it), but always after retart program just disapear.
    Finally I have decided to reinstal Windows (please note, t previously I had also quite fresh WindowsXP instalation).
    Now it works, except that I can not connect to HID (mouse, keybord, remote control from phone) and cannot establish connection to headset - I have never used it before, therefore I do not know whether this is possible with my Satelite 5100-501?

  • Input source disappears after restart or log out. How to fix it?

    I use two input sources: U.S. and Russian-PC. But recently the Russian-PC started to disappear everytime I restart the iMac or just log out and log in back. Instead of Russian-PC there is Russian which is inconvinient to use. So I always have to open language and text preferences unchek Russian, check Russian-PC.
    I have tried to change language preferences on root user but it did not help.
    Does somebody know how to fix it?

    Well Bababooey if you're comparing yourself to a Apple Genius Bar then you should already know my answer, your snarky remark get a snarky reply.  Why would I go to a salesperson to fix my computer problem when I can go directly go to the source itself.  I used to sell Apple computers over 8 years ago and was apple certified before the Genius bar existed. If I am to go about fixing an issue I can't fix on my own I will go to the source itself meaning Apple's programmers and developers - being UI UX Developer myself I know they should have QA'd all platforms and troubleshooted any arising issues. 
    This was also the first time in the 20 years I've been using a Mac that I even attempted to go on this forum which i thought would put me in connection with a certified Apple representative.  This turned out to be a complete waste of time just being a public forum with no Apple employee involved.  I was hoping to find a quick fix but in turn I was only frustrated with stupid responses such as yours that were in no way an answer to my original question. 
    BTW I fixed the issue on my own and without your help or Apples help. I'm glad if all forums point here regarding this issue because I now have the answer. The answer I was looking for from someone earlier was as simple as this {Download Maverick and reinstall the platform - it will take an hour to do but afterward 10.9.2 was installed and my computer is now able to shutdown and restart without having to do a hard boot.}  No more software update bar at top and no problems with my drive which I told both you and Grant - I know my computer better than you and I've probably been using them longer than you. 
    So again Babowa you were so wrong...... and I am right.
    Again anyone having the same problem, I suggest reinstalling Maverick and you'll be suprised 10.9.2 will work fine.

  • Outlook email account disappeared after restarting

    Today my husband shutdown and restarted his Mac Pro as it was running slow and he hadn't turned it off for a few days. When he reopened Microsoft Outlook the entire email account was gone. He tried going back into Time Capsule to last night but nothing would work and then all the other Office programs disappeared. Apple support could only help so much, then they said to ring Microsoft. No help there, they put us onto Log Me In Rescue support and we have paid for them to try and fix it but they are having no luck at all.
    They said our system has been hacked which we didn't think could happen on a Mac. We only had POP emails set up not exchange. Can anyone offer any support at all.
    Cheers in advance

    I went back to him and this morning we had checked in the identities folder as you suggested and there was nothing in there. Checking again tonight there are files in there, but what we do with them we don't know. It could be from when to remote help people were reinstalling tonight.
    What we have just discovered, and this was not there this morning, he went into Finder and All my files. It breaks things into different sections. There was a section saying Mail and messages and there are over 13,000 items in there and all his contacts are now there. We are not sure how they got there or how to get it back to Outlook. He went to do the rebuild but there are two identity options, and we are worried about making a mistake. Not sure what is going on.
    I have spent so much time in these forums and others trying to help and I am a person that is shocking with computers. I thank you for your help so far. Still playing with it and I booked him a session at the apple store tomorrow as well.
    I just have to say how appreciative I am of the time you have given in trying to suggest solutions to our problem. There are so many people that just won't help.
    Cheers,

  • ASM disk disappeared after the db and system bounce

    Hi
    I have a grid control 11g setup. after a db and system bounce, the asm disks disappreared from the /dev/oracleasm/disks.
    The querydisks shows nothing
    but the OS disks are existing and labelled as ASM disks.
    # asmtool -I -l "/dev/oracleasm" -n /dev/mapper/VolGroup00-LogVol07 -a label
    asmtool: Disk "/dev/mapper/VolGroup00-LogVol07" is marked an ASM disk with the label "REDO"
    # asmtool -I -l "/dev/oracleasm" -n /dev/mapper/VolGroup00-LogVol08 -a label
    asmtool: Disk "/dev/mapper/VolGroup00-LogVol08" is marked an ASM disk with the label "DATA"
    dd if=/dev/mapper/VolGroup00-LogVol07 of=/tmp/vol7.dd bs=1M count=100
    100+0 records in
    100+0 records out
    104857600 bytes (105 MB) copied, 0.467996 seconds, 224 MB/s
    can anybody help how to retrieve that without hurting the configuration please?

    Thanks for the reply
    That was not the problem. I got solution. The problem was the way RHEL5 search the disks. I had to comment the content of 90-dm.rules and a system bounce.
    thanks
    krishna kumar pc
    Edited by: user12244962 on Oct 18, 2011 9:27 AM

  • My Time Capsule disappears after restarting on setup and blocks the internet

    Hi There
    I have just got a new Time Capsule and am trying to set it up at the moment, but am having a big problem. Every time I go through the setup, at the end of it it says that the settings have been updated, and the Time Capsule now needs to restart. However, after the restart my Macbook then can't find the Time Capsule, and my Internet is not working. At this point I go into Network preferences and re-select my home Wifi Network, and reset the Time Capsule. Once it has been reset my Macbook can see it again, but it obviously needs to be re-setup and the whole process starts again.
    I am not trying to use my Time Capsule as a Wifi network, I just want to use it for backup and as an external hard drive.
    I am trying to connect my time capsule to my wifi network wirelessly.
    I'm pretty new to the world of Mac, and not overly technical, so if anyone can help me it would be much appreciated.
    Question - Does the time capsule need to be connected via an ethernet cable to my Wifi Router?
    Thanks for your help, I really appreciate it
    Chris

    Seabass78 wrote:
    Hi There
    I am trying to connect my time capsule to my wifi network wirelessly.
    I'm pretty new to the world of Mac, and not overly technical, so if anyone can help me it would be much appreciated.
    Question - Does the time capsule need to be connected via an ethernet cable to my Wifi Router?
    Thanks for your help, I really appreciate it
    Chris
    Apple do not make their products compatible with those of other companies.. the very thought of it sickens their bottom line. It may not be impossible to do WDS with other brands.. but you will lose more skin than you can afford to, and the bleeding edge is unpleasantly sharp.
    And to answer your question.. yes, the TC needs to be connected by ethernet, unless you are going to use another apple airport product, AEBS, Express or another TC.
    Then the question comes in do you run the TC as the main router.. or bridged.. you will see those two options. In general the TC behaves better as the main router.. but it isn't universal. In bridge you will have full access to all the facilities that you are likely after except remote connection. (which should still be possible albeit very difficult.. more skin loss.)

  • How come the pagedisplay toolbaricons keep disappearing after restarting Adobe Reader XI?

    While I'm using Adobe Reader XI I've noticed that my pagedisplay icons (fit width and fit page) in the toolbar aren't there. When I reset my toolbar (alt + f8) the icons pop up, but when I restart Adobe Reader they are gone again.
    Does anybody know how I can keep them locked onto the toolbar?
    Your help is very much appreciated...

    Do you have Creative Cloud subscription?  I don't think Creative Suites are a part of it, though I might be wrong - the individual applications in the suite, yes - the full suite as one item, no.  If you purchased CS6 Master Collection, not the Cloud, then you should be downloading that thru the following page...
    CS6 - http://helpx.adobe.com/x-productkb/policy-pricing/cs6-product-downloads.html

  • New adresses disappear after restart, do i something wrong?

    when I create a new adress in the adresslist, it's gone after I restart the program.
    It's probably something little but i cannot find it. In the past it work well but I dont know what I have done
    or not done to create this problem.

    I'm not sure we have a prepared answer for this in this new forum, but here's a link to the old forum where this has been addressed previously.
    https://getsatisfaction.com/mozilla_messaging/topics/address_book_impossible_to_update_contacts
    In summary:
    # Export your address book
    # Delete (or place elsewhere) .mab files from Thunderbird profile directory
    # Import your address book from 1)

  • Why is my admin account log in disappearing after restart?

    I have one admin, one standard and a guest account in my MacBook Pro, Mac OS Mavericks. When I restart or turn off and back on, I don't see my primary admin account log in. I only see the standard account and a guest account. All I can do now is log in through the standart accoung and change the account through the menu bar. It does not happen until I log off or restart. Can anyone help?

    It sounds like you activated FileVault and only enabled the standard account to unlock the startup volume.
    To enable other local users to unlock the volume at startup, see the heading
    Letting other users unlock the drive
    in this support article. Note that the Enable Users... button only appears if there is at least one user left to enable. There's an illustrated set of instructions here.

  • Updates disappear after restart

    After updating Premiere CC to Premier CC 2014 through Creative Cloud I spent a whole day editing various projects and saving them in the updated version. Today I get back to opening Premiere and it seems to have reverted back to the old version and I cant open any of the projects I worked on yesterday. In creative cloud it says that everything is up to date so I can't even run the update again!
    Has anyone experienced similar issues?
    Any advice would be greatly appreciated!!

    Hi, really no one experienced the same issue? If yes, please post a possible reason and solution. Thanks a lot.

Maybe you are looking for

  • Can i use my ipod as hard-drive with pc and mac??

    hi ive been using new classic ipod with pc for a while. now i have a new macbook. can i use the ipod as a hard drive to transfer files to macbook?? like say if i download some software onto pc, i put that onto ipod, and then transfer to macbook via i

  • Ipod touch won't charge

    My ipod touch won't charge through the computer or wall charger. The screen just shows a faint red line on the battery with a lightning bolt below it It's been plugged in for almost 24 hours

  • How to pass tag name and value dynamically in the output of PCo notification?

    Hi, I have a requirement to develop such a scenario where there can be multiple no of tags in PCo (Say 10) but there will be single notification to push the tag name when the value got changed and the changed value to MII. for any value change for an

  • I paid for the new OS X on my laptop do I have to pay to upgrade my iMac?

    Upgrade one computer to the new OS X. Must I pay for the second computer upgrade?

  • Service PR against maintenance order

    Hi dear, I have a problem 1. I have created service purchase requisition against maintenance order, and against that service PO created. 2. Now i have to give payment to that vendor against that PO (Before Goods receipt) 3. While doing F-47 (down pay