RAC performance on Vmware

Hello to all
Last month I have been assigned an assignment to work on RAC. Our application is a data ware housing and we striving for performance. Our high management orders me to implement Rac for performance. I have started work on RAC. And submit my finding. I found that RAC is slower on VMware software
We have installed the oracle RAC software on the followings:
Two VM machines (with 4 GB ram each, 1 Processor each with hard drive space 50Gb each)
     Two Physical machines with following specs:
•     Intel Core 2 Duo (2.0 GHZ)
•     2 GB ram each
•     80 GB SATA Hard Drive each
•     One Shared Drive on network (SATA 80 GB)
•     Two LAN card on each system (1 Giga bits each). One for private and other for public.
o     VM Performance Issues
     We are facing following issues on VM machines:
•     Slow I/O (Very slow loading and execution performance)
•     CPU was on 100 % without any activity
•     The VM machines were on a single server thus they were sharing the same physical hard drive and LAN cards
But today my Boss sends me an article in which claim that RAC is faster on VMWARE software instead of Physical machine. Now I have to answer to higher management. I could not understand what I said. Becoz during my experiment it perform very poor. Plz help me or suggest me what is your opinion. I’m waiting for your reply
Link of article
http://www.channelregister.co.uk/2009/05/08/oracle_vmware/ ?
Regards
Edited by: Oracle Studnet on May 11, 2009 3:01 AM

Hi Oracle Student,
I see a few problems here. First off, I think the author of the article, Chris Mellor, may have misunderstood the comments made by Chuck Hollis of EMC and/or The Oracle Storage Guy (both linked to in Mellor's article), and I think that you and your management definitely have misunderstood something.
It sounds to like you're running RAC nodes on virtual hosts? That's just crazy, and makes no sense!
First off, RAC is NOT a performance solution. It's a high availability solution! The only time it makes sense as a performance solution is when your application's requirements are so large, you can't buy a single node that's large enough to support your app! So, for example, your application is well-designed and optimized, and it still needs more performance than you can get from a Sun E25K or HP Superdome, etc. Machines in this class have on the order of 256 CPUs and hundreds of GBs (possibly into the TBs) of RAM. This level of hardware is on the order of 10s of millions of dollars. There are VERY, VERY FEW applications that really need this kind of capacity. If you are one, then it makes sense to look at RAC for PERFORMANCE. Otherwise, RAC is NOT a performance solution!
It is, however, a high availability solution! So, if you need to provide an Oracle database in a high availability environment, then RAC is (part of) the solution. It will provide high availabiliy at OS/node level. If a server crashes, this is where RAC is beneficial. It won't do anything for disk/SAN failure, though. (That's where DataGuard would come in.)
Finally, if you read the two blogs cited in the article you provided the link to:
http://chucksblog.emc.com/chucks_blog/2009/05/why-oracle-doesnt-like-vmware.html
http://oraclestorageguy.typepad.com/oraclestorageguy/2009/05/response-to-comments-from-alessandro-perilli-blog.html
If you read those, it becomes obvious that they're comparing RAC on physical hardware to single-instance on VMWare. It makes NO SENSE to run RAC on two virtuall machines, particularly if the two VMs are on the same physical machine.
What they are describing is the following:
Suppose you have two nodes, let's say they are HP DL-585s, each w/ 4 dual-core CPUs and 64 GB of RAM. (Just two hypothetical, typical pieces of hardware.) Now, your requirement is to best utilize these two nodes to provide high availability for two databases. How do you do it?
Well, there are two solutions (possibly more, but these are the two relevant ones) to consider:
RAC or VMWare.
RAC:
You set up your two nodes in a cluster, load Oracle Clusterware, possibly ASM, the Oracle database software. You create two databases, call them db1 and db2. Each node will run an instance of each db. So, node1 will have instances db1-1 and db2-1. Node 2 will have db1-2 and db2-2. So, (assuming that a single node has enough capacity to support all your users), you have server-level high availability. If a node crashes, (assuming properly configured failover, TAF, FAN, etc) the users would fail over to the remaining node.
VMWare:
Same two physical nodes as before. This time, you install VMWare, and set them up in VM cluster, and you define that each of your nodes will host one VM, and it can failover to the other node. Now, install single instance Oracle on each VM. VM1 will host db1, and VM2 will host db2. Now, in the event of a failure, VM1 (with db1 running inside of it) could failover to node 2, or VM2 could failover to node 1.
So, there are similarities here. In each case, high availability is provided for node failure, either via RAC or VMWare. So, why run one or the other? Well, the article author seems to imply that VMWare is cheaper, and it very well may be true. So, there's a cost advantage to running RAC.
What about RAC advantages? Well, RAC is more tightly integrated w/ the database, and with some effort (TAF and FAN configuration) it can be even more tightly integrated, which allows for much smoother failovers. In the event of a VMWare failover, there will certainly be a longer hang/pause when failover occurs.
Some other thoughts to consider are:
- RAC is generally going to be managed by the DBA
- VMWare, most likely, managed by a sysadmin. How does that fit into the picture at your company? It may or may not work for you, depending on your company, etc.
Bottom line, and the take-away idea here, is to compare RAC on physical hardware vs. single instance Oracle on VMWare cluster! Comparing RAC on bare metal to RAC on VMWare doesn't make any sense.
Hope that helps,
-Mark

Similar Messages

  • Oracle 11GR2 rac installation in vmware

    Hi all experts,
    I am installing RAC 11GR2 in VMWARE on OEL 6.3. Everything went smooth but when i tried to configure ASM , i get below messages.
    [oracle@RAC1 ~]$ /etc/init.d/oracleasm configure
    -bash: /etc/init.d/oracleasm: No such file or directory
    I would appreciate if some one can help me out with this.

    You have not installed the required RPMs, in order to configure ASM. You can find them below. You can follow this step by step guide on how to configure ASM Eriglen Gani's Blog: Step By Step: Configuring Automatic Storage Management (ASM) on Standalone Server with Oracle Enter…
    oracleasm-2.6.18-194.el5-2.0.5-1.el5
    oracleasm-support-2.1.3-1.el5
    oracleasm-2.6.18-194.el5xen-2.0.5-1.el5
    oracleasm-2.6.18-194.el5PAE-2.0.5-1.el5
    oracleasm-2.6.18-194.el5debug-2.0.5-1.el5
    oracleasmlib-2.0.4-1.el5

  • RAC setup on VMware Workstation is possible?

    Hi,
    Is it possible to create a RAC setup on VMware workstation(VMware-workstation-6.5.1-126130) or VMware server is mandatory for such a setup.
    My planned RAC setup will as show below.
    OS:Enterprise-R5-U2-Server-i386
    Oracle clusterware:10201_clusterware_linux32
    Oracle Database:10201_database_linux32
    I am planning to store OCR and Voting disks on shared RAW devices and database files on ASM.
    Thank You and Regards...

    Yes its possible to install it over workstation. There is as such o difference in both the products except that server is free but workstation is paid. Otherwise, both are virual machine softwares.
    HTH
    Aman....

  • RAC Performance problem

    Hi,
    I configured 2-node RAC on Linux .But bench marks are surprising me.If i test the RAC with Loadbalace i'm getting 170 Transactions/sec.But,If i test the RAC with Single instance i'm getting 270 Transactions/sec.Could any one help me to solve this problem
    Tx
    Sarma

    Hi,
    Have you got the answer?
    I have the same problem. Someone told me that RAC of Oracle8i was a hoax, he doubted Oracle9i improved RAC performance very much. I would rather not believe what he said, however, the test result of Oracle9i RAC on Compaq cl380 was so disappointed. I think there must be some bottlenecks that affect RAC performance. and I hope some technical guys from Oracle can come out to explain it.
    Mike

  • Could you please give me simple manual how to install RAC on 2 VMWare hosts

    Hello everyone,
    Could you please give me simple manual how to install RAC on 2 VMWare hosts?
    There are several such manuals in the Internet but I cannot differ where is good wnd where is not.
    Thank you

    Moderator Action:
    This post has been moved from Database General Questions,
    To RAC Installation
    for closer topic alignment.

  • RAC 10g on VMWARE :GSD and ONS services not getting up.

    Hi,
    I have successfully configured RAC (LINUX) on VMWARE and also stopped successfully on VMWARE server. When next day rebooted the server and starting the crs services it is not starting when i check the services fine below output.
    How I can start the gsd and ons services?
    ora....SM1.asm application ONLINE ONLINE rac1
    ora....C1.lsnr application ONLINE ONLINE rac1
    ora.rac1.gsd application ONLINE UNKNOWN rac1
    ora.rac1.ons application ONLINE UNKNOWN rac1
    ora.rac1.vip application ONLINE ONLINE rac1
    ora....SM2.asm application ONLINE OFFLINE
    ora....C2.lsnr application ONLINE OFFLINE
    ora.rac2.gsd application ONLINE ONLINE rac2
    ora.rac2.ons application ONLINE ONLINE rac2
    ora.rac2.vip application ONLINE UNKNOWN rac1
    ora.racdb.db application ONLINE UNKNOWN rac1
    ora....b1.inst application ONLINE UNKNOWN rac1
    ora....b2.inst application ONLINE OFFLINE

    Node 1 RAC1
    eth0 Link encap:Ethernet HWaddr 00:0C:29:11:6F:DA
    inet addr:192.200.101.41 Bcast:192.200.101.255 Mask:255.255.255.0
    inet6 addr: fe80::20c:29ff:fe11:6fda/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:59067 errors:0 dropped:0 overruns:0 frame:0
    TX packets:1309 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:5572883 (5.3 MiB) TX bytes:154850 (151.2 KiB)
    Interrupt:10 Base address:0x2024
    eth0:1 Link encap:Ethernet HWaddr 00:0C:29:11:6F:DA
    inet addr:192.200.10.45 Bcast:192.200.10.255 Mask:255.255.255.0
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    Interrupt:10 Base address:0x2024
    eth0:2 Link encap:Ethernet HWaddr 00:0C:29:11:6F:DA
    inet addr:192.200.10.46 Bcast:192.200.10.255 Mask:255.255.255.0
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    Interrupt:10 Base address:0x2024
    eth1 Link encap:Ethernet HWaddr 00:0C:29:11:6F:E4
    inet addr:10.10.10.5 Bcast:10.255.255.255 Mask:255.0.0.0
    inet6 addr: fe80::20c:29ff:fe11:6fe4/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:109037 errors:0 dropped:0 overruns:0 frame:0
    TX packets:117327 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:59658294 (56.8 MiB) TX bytes:97544171 (93.0 MiB)
    Interrupt:11 Base address:0x20a4
    lo Link encap:Local Loopback
    inet addr:127.0.0.1 Mask:255.0.0.0
    inet6 addr: ::1/128 Scope:Host
    UP LOOPBACK RUNNING MTU:16436 Metric:1
    RX packets:65324 errors:0 dropped:0 overruns:0 frame:0
    TX packets:65324 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:7338043 (6.9 MiB) TX bytes:7338043 (6.9 MiB)
    sit0 Link encap:IPv6-in-IPv4
    NOARP MTU:1480 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
    =========================================
    Node 2 RAC2
    eth0 Link encap:Ethernet HWaddr 00:0C:29:04:A0:96
    inet addr:192.200.101.42 Bcast:192.200.101.255 Mask:255.255.255.0
    inet6 addr: fe80::20c:29ff:fe04:a096/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:52932 errors:0 dropped:0 overruns:0 frame:0
    TX packets:25 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:5088957 (4.8 MiB) TX bytes:1603 (1.5 KiB)
    Interrupt:10 Base address:0x2024
    eth1 Link encap:Ethernet HWaddr 00:0C:29:04:A0:A0
    inet addr:10.10.10.6 Bcast:10.255.255.255 Mask:255.0.0.0
    inet6 addr: fe80::20c:29ff:fe04:a0a0/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:58853 errors:0 dropped:0 overruns:0 frame:0
    TX packets:55849 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:39254175 (37.4 MiB) TX bytes:23208523 (22.1 MiB)
    Interrupt:11 Base address:0x20a4
    lo Link encap:Local Loopback
    inet addr:127.0.0.1 Mask:255.0.0.0
    inet6 addr: ::1/128 Scope:Host
    UP LOOPBACK RUNNING MTU:16436 Metric:1
    RX packets:69928 errors:0 dropped:0 overruns:0 frame:0
    TX packets:69928 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:5548995 (5.2 MiB) TX bytes:5548995 (5.2 MiB)
    sit0 Link encap:IPv6-in-IPv4
    NOARP MTU:1480 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)

  • N/W Setup during RAC Config on VMWARE Workstation 7

    Hi Guru's,
    I am new to RAC, while i am trying to configure RAC using below mentioned post i am able to do that but the pt where i stuck is to configure the n/w
    I am currently using VMWARE Workstation and OS is Centos 06.
    http://gurpartapblog.blogspot.in/2010/06/install-oracle-rac-11gr2-on-vmware-with.html
    http://www.oracle-base.com/articles/10g/oracle-db-10gr2-rac-installation-on-centos-4-using-vmware.php
    Thanks for your help in advance

    Hi,
    I am not sure "shared disks" works with every VMWare Workstation version.
    Also CentOS is not a supported OS for Oracle RAC.
    I personally would advice taking Oracle Linux (which is also free) and use Virtual Box, because I know shared disks works in there flawlessly:
    http://www.oracle-base.com/articles/11g/oracle-db-11gr2-rac-installation-on-oel5-using-virtualbox.php
    However if you do have an exact question, on what is unclear, maybe other can help you further.
    Regards
    Sebastian

  • Oracle rac installation in vmware workstation?

    iam very eager to learn the oracle rac, for that in my pc i created the 2 virtual machines in vmware workstation and installed redhat linux AS3.0 o.s.
    i need a steps to install the oracle 9i rac in these vmware enviornment....

    See my articles at http://www.dbasupport.com

  • Oracle 10g RAC on 2 VMware Windows 2003 images corrupts image

    It happened twice on each of the 2 VMware workstation 5 on which I am trying to set up an Oracle 10g R2 RAC. After installing CRS and rebooting machine I lost access to the Network Connections and the Disk Management. Basically I have to create a new image. Before I start a third time I would appreciate advice or feedback from other users.
    Also Configuration Assistants failed to install.
    Thanks

    Check out my articles at http://dbasupport.com on 10g R2 RAC Clusterware setup. I was able to do that on my vmware BUT I hope to have the very irritating ASM scenario done before my 4th Article.
    Check it out.

  • Root.sh failing at node2 during 10g rac installation on vmware

    Hi All,
    I'm very new to Oracle RAC. I was trying to install 10gr2 rac on vmware. But while running root.sh script at node 2 I'm getting error like "Failure at check of Final Oracle Stack" . For the same I tried a lot to find the solution from this forum and also from other sources but did not get any proper solution. So any help from you experts is highly appreciable. Let me tell you how I'm getting this error.
    1.Install vmware and RHEL 4 as guest OS.
    2.Create a virtual machine as RAC1 and configured shared storage by adding 5 virtual disks(1-ocr,1-voting,3-asm)
    3.Then clone RAC1 to a new virtual machine RAC2.
    4.After binding and assigning permissions all raw devices(raw1,raw2,raw3,raw4,raw5) are available in both the virtual machines.
    5. Then create user equivalence for both the system and each node is reach from other node also.
    6. Now when I tried to install Oracle 10gr2 clusterware it got completed at RAC1 and I ran the required scripts but while running root.sh on RAC2 I got the above mentioned error.
    I did OCR check at both the nodes and found both are different. Also the cssd.log gives error message like OCR mismatch.
    Now here my question is as Firewal is disabled and all the configurations are proper though I'm getting the same error.
    Can anyboy provide some suggestion on resolving this issue.
    Thanks

    /dev/raw/raw1 /dev/sdb1
    /dev/raw/raw2 /dev/sdc1
    /dev/raw/raw3 /dev/sdd1
    /dev/raw/raw4 /dev/sde1
    /dev/raw/raw5 /dev/sdf1
    The 1st one is for OCR and the next one is for Voting Disk and the rest are for asm. Also the permission are same across the two virtual machines.
    root:oinstall /dev/raw/raw1
    oracle:oinstall /dev/raw/raw2
    oracle:oinstall /dev/raw/raw3
    oracle:oinstall /dev/raw/raw4
    oracle:oinstall /dev/raw/raw5
    Thanks

  • RCA for Oracle RAC Performance Issue

    Hi DBAs,
    I have setup a 2 node Oracle RAC 10.2.0.3 on Linux 4.5 (64 bit) with 16 GB memory and 4 dual core CPUs each. The database is serving a web application but unfortunately the system is at its knees. The performance is terrible. The storage is a EMC SAN but ASM is not implemented with a fear to further degrade the performance or not to complicate the system further.
    I am seeking the expert advises from some GURUs from this forums to formulate the action plan to do the root cause analysis to the system and database. Please advise me what tools I can use to gather the information about the Root Cause. AWR Report is not very helpful. The system stats with top, vmstat, iostat only show the high resource usage but difficult to find the reason. OEM has configured and very frequently report all kind of high wait events.
    How I can use effectively find Network bottle necks (netstat command which need to be really helpful to understand).
    How I can see the system I/O (iostats) which can provide me some useful information. I don't understand what sould be the baseline or optimal values to compare the I/O activities.
    I am seeking help and advised to diagnose the issue. I also want to represent this issue as a case study.
    Thanks
    -Samar-

    First of all, RAC is mainly suited for OLTP applications.
    Secondly, if your application is unscalable (it doesn't use bind variables and no SQL statements have been tuned and/or it has been ported from Sukkelserver 200<whatever>) running it against RAC will make things worse.
    Thirdly: RAC uses a chatty Interconnect. If you didn't configure the Interconnect properly,and/or are using slow Network cards (1 Gb is mandatory), and/or you are not using a 9k MTU on your 1 Gb NIC, this again will make things worse.
    You can't install RAC 'out of the box'. It won't perform! PERIOD.
    Fourthly: you might suffer from your 'application' connecting and disconnecting for every individual SQL statement and/or commit every individual INSERT or UPDATE.
    You need to address this.
    Using ADDM and/or AWR is compulsory for analysing the problem, and/or having read Cary Millsaps book on Optimizing Oracle performance is compulsory.
    You won't come anywhere without AWR and OS statistics will not provide any clue.
    Because, paraphrasing William Jefferson Clinton, former president of the US of A:
    It's the application, stupid.
    99 out of 100 cases. Trust me. All developers I know currently are 100 percent clueless.
    That said, if you can't be bothered to post the top 5 AWR events, and you aren't up to using AWR reports, maybe you should hire a consultant who can.
    Regards,
    Sybrand Bakker
    Senior Oracle DBA

  • Oracle RAC 10g on VMware

    I am installing Oracle RAC on 2 virtual machines using RHEL 3-U7, basically I have been able to install RAC and the software for the database. However when I run dbca to configure ASM, I get
    Error When starting ASM instance on node node1
    PRKS-1009: Failed to start ASM instance +ASM2 on node1
    last line repeats
    CRS-1028: Dependency analysis failed because of:
    CRS-0223: Resource ora.node1.ASM2.asm has placement errors.
    I ran ifconfig and appears to be a VIP on both servers. Is there a reason/solution or a workaround for this issue ?. Thank you in advance for your help

    Hello testing33,
    I am trying to install Oracle 10g on VMware(RHEL3 -guest).
    I am using cook book instructions provided on the web site.
    I am having rpoblem on stage 4, while installing Oracle 10g CRS CD at the very end.
    What instructions did you use to install Oracle 10g?
    Thanks for help,
    Natalie

  • 11gr2 rac installation on vmware runinstaller not able to visible all nodes

    Hello,
    Recently I have installed two nodes 11gr2 rac on vmware workstation 6 with OEL 5.4. CRS installation work fine. But after that when I do olsnodes, it's shows only one node. Also, when I try to install oracle database binary, in node selection tab, it's shows only respective nodes and not shows all nodes.

    Installation of 11gr2 Grid was successfull or not?
    Try to check the status of High Availability service daemon by typing the following command:
    ./crsctl check cluster. (on all nodes)
    The output should look like this:
    CRS-4537: Cluster Ready Services is online
    CRS-4529: Cluster Synchronization Services is online
    CRS-4533: Event Manager is online

  • RAC 10g Linux VMWare on windows 2000

    I have installed RAC 10g for Linux VMWare on Windows 2000 and have an issue with the Enterprise Manager console. Does anyone now how to improve the display of Mozilla Browser. The appearance is quite blurred and some buttons and text are barely visible. I though about changing the desktop resolution but this made things worse.

    I have found a workround, which is to use another workstation I have on my network to launch the Enterprise Manager console. However, I would still like to know if anyone has a proper solution.

  • Problem of using OCFS2 as shared storage to install RAC 10g on VMware

    Hi, all
    I am installing a RAC 10g cluster with two linux nodes on VMware. I created a shared 5G disk for the two nodes as shared storage partition. By using OCFS2 tools, i formatted this shared storage partition and successfully auto mounted it on both nodes.
    Before installing, i use the command "runcluvfy.sh stage -pre crsinst -n node1,node2" to determine the installation prerequisites. Everything is ok except an error "Could not find a suitable set of interfaces for VIPs.". By searching the web, i found this error could be safely ignored.
    The OCFS2 works well on both nodes, i formatted the shared partition as ocfs2 file system and configure o2bc to auto start ocfs service. I mounted the shared disk on both nodes at /ocfs directory. By adding an entry into both nodes' /etc/fstab, this partition can be auto mounted at system boots. I could access files in shared partition on both nodes.
    My problem is that, when installing clusterware, at the stage "Specify Oracle Cluster Registry", I enter "/ocfs/OCRFILE" for Specify OCR Location and "/ocfs/OCRFILE_Mirror" for Specify OCR Mirror Location. But got an error as following:
    ----- Error Message ----
    The location /ocfs/OCRFILE, entered for the Oracle Cluster Registry(OCR) is not shared across all the nodes in the cluster. Specify a shared raw partition or cluster file system that is visible by the same name on all nodes of the cluster.
    ------ Error Message ---
    I don't know why the OUI can't recognize /ocfs as shared partition. On both nodes, using command "mounted.ocfs2 -f", i can get the result:
    Device FS Nodes
    /dev/sdb1 ocfs2 node1, node2
    What's the possible wrong? Any help is appreciated!
    Addition information:
    1) uname -r
    2.6.9-42.0.0.0.1.EL
    2) Permission of shared partition
    $ls -ld /ocfs/
    drwxrwxr-x 6 oracle dba 4096 Aug 3 18:22 /ocfs/

    Hello
    I am not sure how far this following solution is relevant to your problem (regardless when it was originally posted - may help someone who is reading this thread), here is what I faced and here is how I fixed it:
    I was setting up RAC using VMWare. I prepared rac1 [installed OS, configured disks, users, etc] and the made a copy of it as rac2. So far so good. When, as per the guide I was following for RAC configuration, I started OCFS2 configuration, faced the following error on RAC2 when I tried to mount the /dev/adb1:
    ===================================================
    [Root @ *rac2* ~] # mount - t ocfs2 - o datavolume, nointr / dev / sdb1 / ocfs
    ocfs2_hb_ctl: OCFS2 DIRECTORY corrupted WHILE reading uuid ocfs2_hb_ctl: OCFS2 DIRECTORY corrupted WHILE reading uuid
    mount.ocfs2: Error WHEN attempting TO run / sbin / ocfs2_hb_ctl: "Operation not permitted" mount.ocfs2: Error WHEN attempting TO run / sbin / ocfs2_hb_ctl: "Operation not permitted"
    ===================================================
    After a lot of "googling around", I finally bumped into a page, the kind person who posted the solution said [in my words below and more detailed ]:
    o shutdown both rac1 and rac2
    o in VMWare, "edit virtual machine settings" for rac1
    o remove the disk [make sure you drop the correct one]
    o recreate it and select *"allocate all disk space now"* [with same name and in the same directory where it was before]
    o start rac1 and login as *"root"* and *"fdisk /dev/sdb"* [or whichever is/was your disk where you r installing ocfs2]
    Once done, repeat the steps for configuring OCFS2. I was successfully able to mount the disk on both machines.
    All this problem was apparently caused by not choosing "allocate all disk space now" option while creating the disk to be used for OCFS2.
    If you still have any questions or problem, email me at [email protected] and I'll try to get back to you at my earliest.
    Good luck!
    Muhammad Amer
    [email protected]

Maybe you are looking for

  • Bitmapping Fonts and Graphics in Mountain Lion

    My fonts graphics are bitmapping whenever I use Adobe CS5 (specifically, Illustrator and Indesign). Then I noticed that fonts and graphics are bitmapping in Chrome as well. It seems to work fine in Safari, but I still see some bitmapping, such as the

  • Fitching a specific number of rows

    hi all i want to fitch a specific number of rows in my query not all matches (SQL2000 Server ) what command in my sql query can be placed to do so thanks

  • Can IT0077 be added in the portal

    Hi Gurus, Can IT0077 be added in portal as part of standard SAP? Please let me know how can it be done? Thanks,

  • 6.6 not enough memory

    I am using 6.6 on Win XP. I have converted and saved 12 tiff images from 12  Canon raw 1DS Mk 2 files. I cannot open in photoshop or convert any more images in camera raw without shutting down the PC completely and starting again. Is camera raw using

  • Making PDF File Sizes Smaller

    Is there a way to make the size of pdf files to be a smaller file size. The file sizes that you get from the print menu are too big. I know about altering the image size with the Automator script in PDF services, but this doesn't get them small enoug