How can I test the RAC installation

Hi All,
I would like to test my RAC installation is done properly or not. How can I use Oracle Cluster Verification Utility this software.
thanks,
Venkat.

Post-checks for hardware and operating
runcluvfy.sh stage -post hwos -n node1,node2
Shared Storage Check
sh runcluvfy.sh comp ssa -n rac1,rac2
Post-checks for cluster services setup
cluvfy stage -post crsinst -n rac1,rac2
Verify Cluster Integrity
cluvfy comp clu -n rac1,rac2 -verbose
Verify Cluster Manager Integrity
cluvfy comp clumgr -n rac1,rac2 -verbose
Verify Node Applications
cluvfy comp nodeapp -n rac1,rac2 -verbose
Verify CRS Integrity
cluvfy comp crs -n rac1,rac2 -verbose
Verify OCR Integrity
cluvfy comp ocr -n rac1,rac2 -verbose
also check:
crsctl check crs.
votingdisk check:
crsctl check css votedisk
ocr check:
#ocrcheck

Similar Messages

  • How can i test the boolean state of button action?

    Hello,
    in as2.0, how can i test the boolean value if a button was
    pressed or not?
    I have a simple function im trying to work with like this...
    button_btn.onRelease = function (success:Boolean) {
    if (success) {
    trace("we pressed the button - value is true");
    else {
    trace("value is false");
    working with booleans in this way is new to me - any pointers
    will do - thanks!

    Well, I'm not really that familiar with using video in flash,
    but from what I understand of what you are going for, these are my
    suggestions:
    If the code within your button has scope of the variable you
    are testing for:
    _global.myInfoObject;
    button_btn.onRelease = function(){
    if( myInfoObject.code == (value your are testing for) ) {
    trace("value is correct);
    } else {
    trace ("value incorrect");
    if you aren't in scope you can always maybe forward the
    onRelease function to some handler that is in scope:
    var myInfoObject;
    var release = function(){
    //to do code here;
    button_btn.onRelease = release;
    I hope some of these ideas help a little.
    You can always send your .fla to my email at
    [email protected] and I'll take a look at it.

  • HT202213 Why would my Apple TV suddenly stop recognizing my library.  Nothing has changed.  How can I test the Apple TV.  I have the latest updates.

    Why would my Apple TV suddenly stop recognizing my library.  Nothing has changed.  How can I test the Apple TV.  I have the latest updates.

    Could have to do with home sharing. Try turining off and then back on home sharing on your AppleTV.

  • How can we test the camera megapixel?

    Hi All,
    I need to know how can we test the camera megapixel?
    For instance: If i have a 2MP camera how would i test it is 2MP, is there any measurement device or standards for mega pixel?

    1600 x 1200 is 2mp not 1.3. Your friends phone must also be 2mp or the picture was taken on another phone.
    It's easy to work out yourself.
    1600 multiplied by 1200 = 1,9200,000 pixels more commonly known in the industry as 2mp.
    1.3mp is 1280 x 960 (1,228,800 pixels).
    More megapixels does not always equal better quality. The lens and software are also a big quality factor. I have seen many 1.3mp phones that take better pictures than a 2mp phone because they have a better lens.
    Message Edited by psychomania on 18-Jul-2008 10:26 AM

  • How can i do the RAC with Oracle 9i ?

    How can i do the RAC with Oracle 9i ?
    The Oracle 9i has a RAC(Real Application Cluster)module , please who can tell me how can i let it working .
    Which hardware the RAC need's
    Thank All ,
    [email protected]

    That is right you need atleast 2 boxes. The two servers will use the same hard disks.
    The concept is an extension of OPS(Oracle Parallel Server).
    Basically, you install Oracle Server Software on both the boxes, One database will be shared by both the servers. You can access your database through the Server1 or Server2. If Server1 fails then the Server2 will take over all the connections. You can add or remove any servers to and from the cluster any time you want with out impacting your production.
    They share load, reliable, scalable....

  • How can you test the video card?

    I just got a cinema display and I am having trouble calibrating it.
    I just notice that when I open up bridge CS4 it takes awhile for it to refresh. When I go to film strip view and click on a picture it will not diplay it.
    Then I change views and there is a line down the middle of the display where it gets update but the left side does not.
    Any thoughts on what it could be?
    Video card of is it the monitor?
    How can I test it?

    The only ways I can think of to test the card are XBench and the Apple Hardware Tests (insert Install DVD and restart while holding down 'd')

  • How can I test the HBA driver?

    Hi. I'm a graduate student majoring in Computer Science.
    I'm interested in writing driver drivers, especially SCSI driver driver. I modified HBA driver and compiled. but I don't know how to test it
    To my thinking because HBA driver is automatically loaded when boot, I can't replace it with my driver. Is it right?
    How can I test it ? Is kenel compiled with new driver???
    Thank you in advance.

    HBA driver is a loadable module and it is HBA-specific, i.e. it is written for a particular type of the controller hardware. It is not clear, if you have modified a driver for you boot device controller of some other HBA. Do not replace your original driver used for booting - you may not boot you system! You may add to your system the HBA for which your new driver is written and then debug it on a live system.
    You will find a lot of information about driver development and debugging in the on-line manual "Writing Device Drivers" posted on http://soldc.sun.com/developer/support/driver/IO_kit/PCI.html web page.

  • How can I test the log in state from in side the Operator Interface code.

    From inside LabVIEW Full OI, I want to test if the operator logged in after the IApplicationMgr Start.
    Right after the IApplicationMgr ‘Start’ I have a loop that tests the IApplicationMgr ‘LoginLogoutRunning’ state and waits until the LoginLogout call back is done.
    I want to exit if the program if operator canceled the login and did not log in.
    I have tried “GetEngine” ref. From there get the “CurrentUser” ref but seems not to contain any information about the Current User.
    How can I test from my Operator Interface code logged in state of the application?
    Thanks
    Jim D.

    Try Engine.CurrentUserHasPrivilege
    For the string parameter 'privilegeName' enter Priv_UserLoggedIn or the string value "*".
    "Priv_UserLoggedIn–(Value: "*") Use this value with the Engine.CurrentUserHasPrivilege method to determine whether a user is logged in."
    Option 2: You could also setup a callback on application manager for UserChanged Event.  If the User is null then the login was canceled.  (see a copy of the help further down)
    From the teststand help for Engine.CurrentUserHasPrivilege method below...
    CurrentUserHasPrivilege Method
    Syntax
    Engine.CurrentUserHasPrivilege ( privilegeName)
    Return Value
    Boolean
    True if the current user has the privilege.
    Purpose
    Confirms whether the current user or any user group that the user is a member of has a specific privilege.
    Remarks
    Returns True when the privilege property is True, when the privilege property of any group that contains the privilege is True, or when privilege checking is disabled, StationOptions.EnableUserPrivilegeChecking is False. If privilege checking is disabled but StationOptions.RequireUserLogin is True, this function returns True only if there is a user currently logged on.
    Parameters
    privilegeName As String
    [In] Specifies the name of the privilege to check. You can specify the name of any privilege property. You can specify the full privilege path in the user privileges property tree, for example, Debug.RunSelectedSteps, or you can specify the base privilege name, RunSelectedSteps. If you specify only the base privilege name and more than one instance of the base privilege name exists, then the method returns the value of the first base privilege it finds with that name. Refer to UserPrivileges for more information.
    Teststand callback for UserChanged Event...
    UserChanged Event
    Syntax
    ControlName_UserChanged ( user)
    Applies To
    ApplicationMgr
    Purpose
    Occurs when the current user logged in changes.
    Remarks
    Use this event to update the parts of your user interface that depend on user permissions when the current user logged in changes.
    Parameters
    user As User
    [In] Current user. If this parameter is NULL, there is no user logged in.

  • How can I test the effect of fill factor?

    I noticed that the fill factor in my data base script is set to 80 and I believe i could optimize the performance by setting it to 100. After setting it to 100, how can I test whether it has made a positive effect or not? Currently my database have about
    50 tables and thousands of records. Please advice.
    mayooran99

    You have to monitor the page splits/sec counter. If this counter increases considerably after you change the Fill Factor (FF) from 80 to 100, then it might be a indicator that you FF setting is too high. You can monitor the page splits counter in Perfmon
    but a caveat is that this counter is accumulative of all page splits across all DBs on a particular SQL Server. If the clustered index is on an ever increasing numeric field (like identity field), the page splits do happen at the end as the data gets added
    – this is not necessarily bad, but the Perfmon counter (Page splits/sec) includes the counts for even this type of page splitting too, which should be ignored. 
    Check your daily index fragmentation rate - this can be done by storing the index fragmentation levels in a custom table and comparing it with values after you increase FF to 100
    However, for heavily inserted/updated tables try changing FF value to 90 first (there is no point in changing FF to 100 for heavily  inserted/updated tables as they are bound to incur page splits)
    In general, changing the FF from 80 to 100 may improve the read performance of your queries as more data fits into a single page. 
    There is no blanket % that will be appropriate/optimal for all tables. It all depends on the data and the frequency of the key column that is being updated. So, the only correct answer is TEST, TEST, TEST...
    Satish Kartan www.sqlfood.com

  • How can I test the throughput speed of the router?

    How do I test the data speed of my Airport Extreme base? I want to test the functioning my airport extreme base. I experience frequent slowdowns and stoppages that don't occur when i access the cable modem directly.

    To test data throughput of your AirPort (or any router) you would need to test both the WAN-to-LAN and LAN-to-WAN interfaces. A typical way to do this would be to use a utility like ixChariot.
    For example, SmallNetBuilder has already done this with several different versions of the 802.11n AirPort Extreme Base Station (AEBSn). You may want to check them out to get an idea of what the AEBSn is capable of.
    Another approach that is commonly used but not as accurate is to use "end-to-end" throughput testing utilities that are readable available from the Internet, like Speedtest.net.
    Regardless of which technique you use, it is important to test throughput at each of your network segments to help pinpoint where the bottlenecks are. For example, if you do HD video streaming on your local network, you would want to test the throughput between the HD video source and the playback device.

  • How can I get the ADI installer?

    Hi all:
    I wonder where can I find the ADI installer?
    if you cam send to me a link I will appreciate a lot.
    I appreciate your attention
    Thanks in advance.

    ADI installer is a Patch you can find in metalink
    follow this, I did it.
    ADI unable to connect to Database

  • How can I test the Built in Camera is working

    Hi Guys,
    I installed Windows 7 and everything seem to be working great! As for the built-in Camera, how would I test it, I can't see any Camera button under Computer as I alwasy used to see in Windows XP. Anyone could help? 
    Solved!
    Go to Solution.

    You could try from your IM application
    If you have Windows Live Messenger (when logged in) you can test it by going Tools > Audio and Video Setup
    If you have skype you can test it by going Tools > Options > Video Settings

  • How can I test the running time of a method?

    c.What is the running time of your method smallest, as a function of n, the number of elements in the list? Use big-Oh notation.
    I quoated from a java problem..
    Anyone can tell me how I can test the running time? Thanks ! :D

    it depends on what is in the method. For example a for loop executed n times would have a O(n). A double for loop (each loopp run n times) will have O(n^2). Do this: determine how many times each loop in the method is run. This is the first term in your runtime equation. Do this for all other loops in the method and add them all together. Most other statements that are not iterative should have a constant runtime so O(1). For conditional statements, the runtime depends on the most time consuming portion of the statement. Once all these are added together, take the O(equation) which should just leave the biggest term. i.e. O(5n^2+3n+8) = O(n^2). Hope this helps.
    note: this does not apply to recursive methods

  • How can i test the MaskedTextBox in Unit Testing?

    Hi,
        I am develop one sample, in this i am using MaskedTextBox. Now i want to assign value and test that value. How can i assign value and test that?
    Regards,
    Bhadram.

    Hi Bhadram,
    Unit test is used for class methods, for the UI control test, I feel that the coded UI test would be better.
    >>How can i assign value and test that?
    You could use the Keyboard.SendKeys()
    method to input the value.
    Reference:
    https://social.msdn.microsoft.com/Forums/en-US/05b6887c-e0ac-4b9d-8c23-ff913594f2ab/masked-textbox-issue-in-codedui?forum=vsautotest
    To test the value, you could use the Assert.AreEqual method.
    https://msdn.microsoft.com/en-us/library/microsoft.visualstudio.testtools.unittesting.assert.areequal.aspx
    Best Regards,
    Jack
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How Can I Get the FULL Installer for Flash Player 11.1.102.63?

    When I try the "Download now" button at http://get.adobe.com/flashplayer/, I only get a stub installer that then requires downloading the remainder of the installer.  I maintain both my own PC and my wife's PC.  I want to install Flash Player 11.1.102.63 twice but download it only once. 
    When I instead try the link for "Flash Player for other browsers" under "Windows 32-bit", I get the full installer for Flash Player 11.1.102.62, not the full installer for Flash Player 11.1.102.63. 
    The latest version of Adobe Reader is available via FTP at ftp.adobe.com.  Why cannot the latest version of Flash Player also be available there? 

    at http://forums.adobe.com/thread/889580 the link for downloading "flash player 10", "for other browsers", still results in the OLD version of FP 10 being downloaded, not the newly updated version, build 10.3.183.16..
    in adobe's security bulletins, it says that you can download the updated versions of "flash player 10" on the "archives" webpage but there are no direct downloads for FP 10 on the webpage, except for downloading the zipped packages, with the "debuggers".. it would be good if there were direct downloads for the updated versions of FP 10..
    also, when i go to the "download center" page, http://get.adobe.com/flashplayer/?promoid=BUIGP , if i go there with "firefox 3.6", it recognizes that i am running "firefox 3.6" and offers to install "flash player 10.3", but if i go there with "internet explorer 6", it is not recognized and so i am not offered "flash player 10.3", for installing.. in this situation, i need some other way to get "flash player 10.3" for "internet explorer 6"..
    adobe should make things easier for everyone by providing direct downloads for flash player..in my case, i use "flash player 10", so i need direct downloads for it.. yes, it is nice that the downloads are posted in the forum, but why not do it right and have in on some webpage, like on the "archives" webpage where adobe says that "flash player 10" can be downloaded, except that there are no links there for downloading it..

Maybe you are looking for

  • How can i get an mpeg-1 movie to play using QuickTime?

    I just bought the MPEG-2 extension for Quicktime because I had a movie with a .mpg extension only to find that it's mpeg-1, not 2. MPEG Streamclip does not work either. In both cases I get the control window and when I hit the play button, the marker

  • Java 2 security model

    I started an applet once, i selected "Grant always" and afterwards everytime i try to start the applet i get the error message: Netscape security model is no longer supported. Please migrate to the Java 2 security model instead How i should bypass th

  • Connectivity to PROD landscape (NEO)

    Hi All, NEO is SAP's private cloud. I would like to know the connectivity option of this landscape: 1. To connect to external URLs (internet), do we need to use Cloud Connector ? 2. To connect to corporate URLs (like Gateway) ,no need to use any clou

  • Strange regular expression difference when using an URL

    Hello all, I took some time and finally was able to come up with a regular expression that express the condition of a parameter in a URL. Baiscally, I want to remove the parameter and everything that belongs to this parameter in the URL so I can cons

  • Java 7 U25 work around does not work for windows 8

    I'm working on a java application which uses the statistical software R. This line Process p = Runtime.getRuntime().exec(C:\Program Files\R\R-2.15.1 + "/bin/" + "R CMD BATCH " + "./data/rJava.R");  in the application started throwing an error after t