Create ASM Disk Groups cannot see Disk Path to select during installation

Hello Guys,
I am setting up 2 node RAC on 11gR2 and Linux.
I have configured all the pre-installation steps that are required to run Grid Setup as per my understanding.
I have configure SAN partitions using multipath.
I can see my SAN volume when i query multipath -l
Then i configured the raw partitions by oracleasm. Configured and then created mount points:
/dev/oracleasm/disks/
CRSVOL1 DATAVOL1 FRAVOL1
Later on I created the disks using oracle asm command:
/usr/sbin/oracleasm createdisk CRSVOL1 /dev/mapper/racdbp1 and so on...
I have run /usr/sbin/oracleasm scandisks
Cleaning any stale ASM disks...
Scanning system for ASM disks...
And when i list disk with command /usr/sbin/oracleasm listdisks
it shows the disk like this on both nodes:
CRSVOL1
DATAVOL1
FRAVOL1
BUT during the installation screen when it comes to create ASM Disk Groups It shows nothing in the add disk frame, I cant select the volumes I can list, like i did above.
Any hint please?
Thanks, Imran

Thanks but my problem is very specific. I feel that i have performed all the necessary steps to get complete the step i discussed above. As per different commands all is set. But i am unable to see Disks and Disks Paths during the installation screen. This is another output to verify if the installe user have rights on the asm devices:
[grid@racnode1 mapper]$ cd /dev/oracleasm/disks/
DATAVOL1 ETSCRS1 ETSVOT1 ETSVOT3 FRAVOL1
ETSASM1 ETSCRS2 ETSVOT2 EXTRADM
[grid@racnode1 mapper]$ cd /dev/oracleasm/disks/
[grid@racnode1 disks]$ ls -ltr
total 0
brw-rw---- 1 grid asmadmin 8, 1 Oct 2 16:47 ETSASM1
brw-rw---- 1 grid asmadmin 8, 5 Oct 2 16:47 DATAVOL1
brw-rw---- 1 grid asmadmin 8, 6 Oct 2 16:47 FRAVOL1
brw-rw---- 1 grid asmadmin 8, 7 Oct 2 16:47 ETSVOT1
brw-rw---- 1 grid asmadmin 8, 8 Oct 2 16:47 ETSVOT2
brw-rw---- 1 grid asmadmin 8, 9 Oct 2 16:47 ETSVOT3
brw-rw---- 1 grid asmadmin 8, 10 Oct 2 16:47 ETSCRS1
brw-rw---- 1 grid asmadmin 8, 11 Oct 2 16:47 ETSCRS2
brw-rw---- 1 grid asmadmin 8, 13 Oct 2 16:47 EXTRADM
I will appreciate if you can help me to get through this step... Is there anything else needs to be verified?
Regards, Imran

Similar Messages

  • ASM with Oracle10 cannot see disks on Solaris

    Hi,
    I just installed Oracle10g on Solaris-64 and first thing I tried was to create database using ASM. Seems, ASM cannot find any disks though all 6 of them are available. I tried different ways, but there is no result so far. Any idea what am I doing wrong?
    -Dmitri

    Ooh, ooh. I did. :)
    I had the same problem. Permissions and ownership were set correctly. The path to the disk was set. I could “see’ and touch the disk as the oracle user. But, dbca saw nothing. Connecting to the adm instance and using the gui to create the diskgroup failed to see the disk. After MUCH searching on Oracle’s sites (otn & metalink) I found this note “Create Partitions in Solaris and add them as disks in ASM 271621.1” metalink. It is not really clear way there needs to be “500 MB” in slice 0 on a Solaris partition, I tried it at 10MB and found it worked with either slice 4 (the recommendation from the note) or slice 6 (the one that almost everyone working with Solaris [other than this note’s author] uses). The size may be much smaller. Oracle must be doing something in slice 0, but I don’t know what it is.
    Anyway, after partitioning the disk and reserving 10MB in slice 0, the disk did show up in dbca. I am about to reinstall Oracle and try from the beginning.
    My next challenge is how do I place the control files and online redo logs on a different diskgroup than the main database. I did not see a way in dbca to manage this.
    HTH
    James

  • Disk Utilty Cannot See HD

    I have been getting the 'flashing question mark' folder for a couple of days.
    If, when I try and reinstall Tiger, Disk Utility cannot see my hard drive does it mean that my hard drive is dead??
    I need to know before I decide on my next course of action.
    imac G5 20; 1gig RAM; 160HD; airport; bluetooth keyboard & mouse; bose companion 3 speakers   Mac OS X (10.4.8)  

    Andy Moore-
    That is why the collective support group is here. We
    feel your pain brother!
    If you think about it, your hard drive is a
    mechanical device that does see a lot of movement
    during it's lifetime.
    It may be only a computer, but it is such a sweet
    computer (;>)
    Luck-
    -DaddyPaycheck
    Thanks DaddyPaycheck. I do feel more cheerful now.
    I hate to backtrack, but when I was trying to start the iMac up in Target mode earlier on, I was pretty sure I could hear what sounded like the hard disk's read/write heads clicking.
    I don't want any false hope at this stage, but is that anything like a good sign?
    imac G5 20; 1gig RAM; 160HD; airport; bluetooth keyboard & mouse; bose companion 3 speakers   Mac OS X (10.4.8)  
    imac G5 20; 1gig RAM; 160HD; airport; bluetooth keyboard & mouse; bose companion 3 speakers   Mac OS X (10.4.8)  

  • How to move Tablespace from One disk group to another disk group in RAC

    Hi All,
    I have 11gR2 RAC env on Linux.
    As ofnow I have problem with disk group. I have 3 disk group which is almost full - 98%. I have added one NEW disk group and want to move some of the Tablespace(TBS) from OLD disk group to NEW diskgroup and make some free space in OLD disk group.
    Can any one suggest me how to move TBS from one disk group to another disk grup without shutting down the instance.
    DB is in Noarchive mode.
    Thanks...

    user12039625 wrote:
    Hi Helios,
    Thanks for doc id but I am looking for noarchive mode solution. becaues I got ORA-
    "ORA-01145: offline immediate disallowed unless media recovery enabled " when run alter database datafile '...' offline.
    Hence I am trying something and findout below steps but not sure how useful it is:
    1- put tablespace offine
    2- Copy the file to new diskgroup using Either RMAN or DBMS_FILE_TRANSFER.
    3- Rename the file to point to new location.
    4- Recover the file.
    5- Bring the file online.
    I had move 240M TBS from OLE to NEW.
    These steps run successfully so I think this is valid for noarchive mode.Hence want to confirm..so inform me please.
    Thanks :)I have doubt in my mind:
    1. You database is in noarchivelog mode
    2. You're taking tablespace offline
    3. Suppose you're moving a file of size 10GB(or any larger filesize) to another disk group
    4. Now after moving the file, you're trying to bring the tablespace online............NOW
    tablespace will need recovery. if the required data is inside the SGA then it is ok. But if the data has been flushed, then?
    if step 2 and 3 has taken significant time, then most probably you'll not be able to bring that tablespace online.
    Regards,
    S.K.

  • Whenever I select something, for example, I cannot see the marching ants selection until I either scroll up or down or zoom in or out. This occurs whenever I paste an image as well--nothing shows on screen until I scroll up or down or zoom in or out. Why

    Whenever I select something, for example, I cannot see the marching ants selection until I either scroll up or down or zoom in or out. This occurs whenever I paste an image as well--nothing shows on screen until I scroll up or down or zoom in or out. Why is this?

    Ap_Compsci_student_13 wrote:
    ok sorry but doesn't sscce say to post the whole code?the first S is Short, and yes, it needs to be all the code needed to illustrate the problem and let use reproduce it. If you were developing a new Web framework, your example might be short, but for a student game it's very long.

  • User in new group cannot see the attestation tasks created by systemadmin

    I have created 2 attestation tasks a1 and a2 by logging in as xelsysadm .Now i created a new group admin1 and have assigned the menu items and also gave all 173 permissions.
    I have assigned a user abc1 to that group and i have logged in through that user and when i click on the attestation i couldnt see a1 and a2
    what should i need to do to make those attestations(a1,a2) visible to abc1.This abc1 should not be added as system administrator.
    Edited by: user12180699 on Apr 28, 2010 7:19 AM

    When you create the attestation event, there is an Administrative Group on the drop down as well as Process Owner group on the task itself.
    Have you defined either of these for the user who you want to see the task?
    -Kevin

  • Format cannot see disks but probe-scsi-all can

    Hi Folks,
    I have attached a Storedge with five disks to an external SCSI card and can see all the disks via the probe-scsi-all command at the OBP. However when I do a boot -r I would expect to see all the disks with the format utility but I only see the internal disks.
    Has anyone had this problem? If so am I missing something obvious?
    Thanks in advance.

    Hi
    check the scsi-initiator-id in printenv on OK prompt .If it is 7 change to 6 and check whether u can see the hard disks through format command. and also u can run these three commands on root prompt to detect the hard disks
    1) # drvconfig
    2)# disks
    3)# devlinks
    Best Luck
    Regards

  • Upgrade to 10.4.6 - fail to boot - cannot see disk anymore

    G5 20 flat panel with 150 gig hard drive. Running 10.4.5
    Downloaded 10.4.6 upgrade and system rebooted. Came up with grey screen, no apple icon. Let it sit for a couple of hours.
    Rebooted using install disk. Went into disk utility and my 150 gig drive is no longer there!
    Rebooted in single user mode. Attempted to run fsck - nothing.
    Rebooted in firewire drive mode. My laptop does not see any hard drive either.
    Attempted to perform a re-install - and it does not show any destination drives.
    Question: How can I re-establish the presence of the hard drive? Is there a firmware level command set I can use? Terminal commands?
    Or am I dead?

    When I run re-install, it asks for the drive. Problem is, no drives are shown. It is like I have a bare board with nothing attached.
    No matter what I try - disk utility, re-install, single user mode, target mode, DiskWarrior, none of them indicate that there is a drive attached to the motherboard.
    Somehow, must re-establish that yes, there really is a hard drive out there.

  • Exchange 2013 EAC Service Pack 1 New mailbox cannot see all OUs when selecting Browse with "Exchange Organization Management " permissions

    Single forest 2 Domains. When I go to create a new mailbox in the Exchange Admin  Centre and "Browse" the Organizational Unit. I can only see a few OU in the Parent Domain and most in the Child Domain. I have tried "expand All" and
    cannot see anywhere in the EAC to set a "Recipient Scope". The account I am using has "Exchange Organization Management " rights and is a Domain Admin as well.
    The Exchange servers are members of the Root Domain.
    In the "Select an Organizational Unit" menu there is a message "There are more results available than are currently displayed". I have tried searching as well and cannot find OUs that I should be able to.
    All the servers have had Exchange 2013 Service pack 1 installed.
    Any suggestions?
    Regards,
    John

    Changing that setting resulted in the ECP site being inaccessible. So I changed it back
    I have copied the user accounts to test with.
    Originals:
    User1: can see OU's when making a new user through the ECP (access: domain, exchange recipient admin)
    User2: cannot. (Enterprise, domain, exchange, schema admin)
    Test users:
    test user1: copied from user 1, cannot see any OU's when creating a new user.
    test user2: copied from user 2, can see all OU's when creating a new user.

  • HP 8625, cannot see Print Preview or Select Pages

    On my new HP 8625, I cannot see the Print Preview feature nor can I select to print specific pages.  This used to work on my HP c309, so I'm thinking perhaps it's a printer driver issue.  I am specificially having this issue with Excel but it may be occuring in other programs as well.
    Any suggestions?
    Thanks for any info.

    Hello @TheEveryman , welcome to the forums
    I would first suggest checking to see if you have Print Preview and the option to print specific pages from other programs, besides Excel as this will show us if the problem is solely within MS Excel, or all programs, which could be a driver issue.
    Skipping forward a little bit and assuming the issue is in all programs, you could try Uninstalling the Printer Software, restarting the computer and reinstalling the printer, here: HP Officejet Pro 8625 e-All-in-One Printer Drivers.
    Please let me know which operating system you're running on your computer and the results from testing the other programs on your computer. The more detail you include, the better!
    Have a great day and hope to hear back from you
    R a i n b o w 7000I work on behalf of HP
    Click the “Kudos Thumbs Up" at the bottom of this post to say
    “Thanks” for helping!
    Click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution!

  • Cannot see disk in J4200 by "format" command - Solaris 10

    Dear all,
    I have a Sun SPARC T2000 server and a J4200 array connected to each other by SAS cable. The T2000 server was installer Solaris 10u8.
    I installed CAM 6.5 software in my server and I successfully registered the J4200 array, after that, I can see all disks in this array.
    However, when I issued the "format" command, I didn't see any disk in my array. I've got the same result after performing a reconfiguration boot.
    I do not know how to do now to see the disks in this array.
    Please help me in this case.
    Thank all of you very much.
    HuyNQ.

    Folks,
    Interesting info as I tried with SPARC base runing Solaris 10 OS. The daemon is auto imported the unit without I have to issue the OS scan device "devfsadm".
    # cat /etc/release
    Solaris 10 3/05 s10_74L2a SPARC
    Copyright 2005 Sun Microsystems, Inc. All Rights Reserved.
    Use is subject to license terms.
    Assembled 22 January 2005
    This issue is seen on X386 platform, only.
    # cat /etc/release
    Solaris 10 3/05 s10_74L2a X86
    Copyright 2005 Sun Microsystems, Inc. All Rights Reserved.
    Use is subject to license terms.
    Assembled 22 January 2005
    thanks
    Hoang.

  • Cannot see "disks" con in airport utility

    I have a MacBook Pro and AirPort Extreme base station(the one that looks like a UFO). I recently bought a 1.5TB Western Digital My Book to connect to the airport extreme. My problem is when I go into the AirPort utility and click manual setup I see the airport, internet, printer, and advanced icons but no 'disks' icon. The software for the airport is up to date because it automatically update when I set the network up as well as the Leopard that I am running on my machine. Also the hard drive has been properly formatted. Any ideas why this is doing this and how to fix it? Thanks!!

    Hello kschulz. Welcome to the Apple Discussions!
    I have a MacBook Pro and AirPort Extreme base station(the one that looks like a UFO). I recently bought a 1.5TB Western Digital My Book to connect to the airport extreme. My problem is when I go into the AirPort utility and click manual setup I see the airport, internet, printer, and advanced icons but no 'disks' icon.
    Sorry, but the earlier 802.11b/g series of AirPort Extremes' USB port does NOT support USB hard drives.

  • Solaris 10 on Newisys 4300 - Cannot see disks.

    Dear All,
    I am trying to install Solaris 10 on this machine but after going through the initial install screens (indentify host/network setup) it quits the install process complaining that no disks are found.
    The machine has an LSI Logic MegaRaid SCSI 320-2 Controller with 4 disks each of which has been initialised.
    Fedora Core 3 (64bit) installs no problem on to the machine and sees all 4 disks.
    The machine is a dual Opteron with 8Gb RAM. (the Newisys machines are essentially the v20z and v40z machines)
    I have tried everywhere to get drivers for Solaris 10 but to no avail. Can anyone suggest where I might get drivers or where I am going worng?
    Many Thanks,
    Philip.

    Dear All,
    I am replying to my own message here as I have discovered the problem.
    The issue was with the raid card which is the standard card for a Newisys 4300. This is an LSI Logic card for which there are currently no solaris 10 drivers.
    In the end we had to buy a raid card from Sun and replace the original LSI Logic card. This now works fine and sees the disks.
    Philip.

  • Cannot see disk in Utility

    Hi everyone,
    A friend gave me a new external HD, which I reformatted to MS DOS (so Mac & Windows could see it -- was that the right format?). The HD shows up on my Macs when I plug it directly in each of them, but I don't see it showing up when I plug it into the Extreme (via the utility).
    I tested one of my other external HD's and could see it fine in the utility. I believe they are both formatted the same too -- any suggestions? Also, any suggestions on the best format option for the external HD?

    hfs+ journeled

  • Create ASM Failure Group via dbca

    I am not sure how to configure a Failure Group in ASM.
    I am not using asmlib.
    So I start dbca - choose configure ASM
    Create Diskgroup --> Data
    select my 2 raw devices ( which are on 2 storages)
    I select normal redundancy;
    Disk Path ASM Name Failure Group
    /dev/raw/raw4 Data1 FG1_Data
    /dev/raw/raw5 Data2 FG2_Data
    Is this enough ? Or is there anything else needed for a functional failure group ?
    Does that mean, when one storage (with disk Data2) is switched off - that my instance will survive and is still able to write data on the diskgroup ?

    Hi,
    What is your oracle version?

Maybe you are looking for