Ref:How to find the IP address is already in USE

I am trying to install the Oracle 10g RAC - 2 Node. When I am running vipca I am getting CRS-1006 saying that IP is already in use in the network. The vip IP address is giving issues. It is successfully installed the Cluster software and Database Software but It could not start the or create the LISTENER_. My question is how can we find that an IP address is already in use. so that we can give other IP address.
Thanks in advance.

Check both nodes:
[root@vmractest1 ~]# nslookup <VIP address>
to reconfirm which host machine is already using this.
disable the adress
[root@vmractest1 ~]# ifconfig -a | grep 10.4.10.46
[root@vmractest1 ~]# ifconfig -a | grep 10.4.10.47
check destination is unreachable
[root@vmractest1 ~]# ping 10.4.10.46
[root@vmractest1 ~]# ping 10.4.10.47
Edited by: mmusette on Apr 6, 2009 4:45 PM

Similar Messages

  • How to find the MAC address of iPod Shuffle?

    Hi,
    I need to add MAC address of iPod shuffle to the wireless router. Does anyone know how to find the MAC address of iPod shuffle? I would appreciate your help! Thanks.

    Thanks for reply. So then I am not sure why my laptop is not recognizing iPod shuffle when it is connected through USB cable. I don't see DEVICES option under iTunes..so can't sync the music.

  • How to find the font and replace another font using javascript in illustrator?

    Dear All,
    how to find the font and replace another font using javascript [batch process] in illustrator?
    i have 700 image file, it very deficult replace one by one.
    regards,
    .Suresh.S

    Ask the creator of the file for a unprotected version.

  • I just purchased my Mac and trying to set it up with my office network.  Need to know how to find the airport address

    How do I find the Airport address on my MAC

    The first time you set up the iPad you must do it by connecting the iPad to a computer, which needs to be running the latest version of iTunes, using the provided USB cable that came with it.  It cannot be done wirelessly initially.

  • How to find the MAC address of my iPad2?

    My WiFi hot spot has MAC address filter for better security.
    But I cannot find the MAC address of my new iPad2.

    If you need to setup wifi to start the MAC address with iPad, try  the http://www.ipad-tablet-help.com/2010/03/how-to-find-ipad-mac-address.html   to find it out.  Works for iOS5.

  • How to find the base address of a pci device in register programming?

    Hello Everyone
     I am making a register program to pci-7344.
     At this link http://digital.ni.com/public.nsf/3efedde4322fef19862567740067f3cc/15f094f65a17e3af8625660d0018a20a?O... I find a method that finds the correct address in the register programming a pci device,but I am confused with some details.
    It says BAR0 is assigned to the miniMITE ASIC,while BAR1 is used to program the PCI device itself.So the address mapped from BAR0 is
    supposed to be the base-address of the registers on the miniMITE,but why 0x300 is added to the base-address? What 0x300 means?
    I wonder if the address mapped from the BAR1 is not the valid baseadress for the pci board and a initial offset should be added to
    it.If so what is the initial offset?
    Thank you!!

    Thank you for your reply !!
     I am developing pci-7344`s driver under venturecom`s rtx,now I have found the baseadresses[0] and baseadresses[1] . baseaddresses[0] is the base-address of the miniMITE and I can get the vendor ID, device ID by directly reading from baseaddresses[0] +offset,but  baseaddresses[1]  does not like to be the base address of the 7344 registers,because I can not get the correct status information when I read from the csr(baseaddresses[1]+0x04)(all the value read back is 1).According to your advice I add the following codes to the program.
     window_data_value = ( (0xffffff00 & (ULONG)BAR1.LowPart) | (0x00000080) );
            *((PLONG)(vMemAddr[0]+0xc0)) = window_data_value;
      vMemAddr[0] is the virtual address that is mapped from BAR0 into the user`s program ,which gives us access to physical memory locations on the system.
      After adding these codes I still can read the correct information from BAR0,but I still can not read back the correct value from BAR1(all the value read back is 0).
     It says in ddk that the csr(a read-only register) is located at cardlogicaddress+4(8byte offset),so I wonder what  the cardlogicaddress is . What is relationship between baseaddresses[1] and cardlogicaddress?
    Thank you!!!!!

  • Windows Server 2008 R2 File in Use - How to find the computer that has it in use

    Lately we've been having an access database go into read only mode on our file server. When i go into the manage open files screen on the file server, it show the file being used by a functional account and the open mode is set to read. Which confuses
    me how the file can get set in read only mode when the only person who has it open has it open in read mode. Anyway, when i kick the user out of the file then the database is not read only mode anymore.  Since this is getting accessed by a functional
    account, I'm not sure who is opening it up. Is there a way to find the IP address of this person?

    To get the source IP address, you will need to enable File Share auditing: http://technet.microsoft.com/en-us/library/dd772690%28v=ws.10%29.aspx
    Otherwise, you can simply disconnect the user session.
    This posting is provided AS IS with no warranties or guarantees , and confers no rights.
    Ahmed MALEK
    My Website Link
    My Linkedin Profile
    My MVP Profile

  • How to find the URL address of portal page ?

    Hello All,
    How to access a page from Portal Content Directory without logging into Portals ?
    Can we know the URL address for a Portal page so tht it can be called from another page via href object.
    Pls, provide me with an alternate solution that works better.
    Thank you for your time and valuable inputs. Looking forward to your responses.
    Regards,
    Anil Kumar.

    Hi,
    It is quite simple to find out the URL of a page, Check this for more:
    /thread/426798 [original link is broken]
    http://help.sap.com/saphelp_nw70/helpdata/en/43/014421d21d6fade10000000a11466f/frameset.htm
    Greetings,
    Praveen Gudapati

  • How to find the email address by display name

    as title,
    i can get the display name from the to, cc, bc edit box,
    then i need to get the email address,
    current i use object API to query: GWAccount->GWAddressBook->GWAddressBookEntrie->get_EmailAddress,get_DisplayName
    but i find it is really slow when there are many contacts, example 10000.
    so is there any other effective method to get the email address?

    First off, you are not really doing:
    GWAccount->GWAddressBook->GWAddressBookEntrie->
    get_EmailAddress,get_DisplayName()
    are you?
    If you enter the full line, it will read in all
    of the entries each time it is called.
    You should break each part into an object:
    gwAccount
    gwBook
    gwEntries
    I'm not sure what you are doing.
    Are you trying to compose an email?
    If so, why are you not using Recipients.Resolve()?
    Are you trying to get the recipients from an email?
    Preston
    >>> On Friday, April 16, 2010 at 1:26 AM,
    hillp<[email protected]>
    wrote:
    > as title,
    > i can get the display name from the to, cc, bc edit box,
    > then i need to get the email address,
    > current i use object API to query:
    >
    GWAccount‑>GWAddressBook‑>GWAddressBookEntrie >get_EmailAddress,get_Di
    splayName
    > but i find it is really slow when there are many contacts, example
    > 10000.
    >
    > so is there any other effective method to get the email address?

  • How to find the email address for my deskjet 2540 printer?

    I have just bought a deskjet 2540 printer and I cannot find the email adress for it so I can print from my blackberry.Also I can not find the claim code for it as well. Any suggestion on how to do this would be helpful.

    dompiemonte wrote:
    C159 wrote:
    I have just bought a deskjet 2540 printer and I cannot find the email adress for it so I can print from my blackberry.Also I can not find the claim code for it as well. Any suggestion on how to do this would be helpful.Just help me to make my printer work. I just need the printer email ad.As I explained above, the printer is not an ePrint-capable model.  The specifications for the printer can be found here.  They clearly state the printer is not able to print via ePrint. This is why you cannot find the claim code.  It does have "Wireless Direct" built into it - this can enable you to print wirelessly.  How to set up the DJ 2540 for wireless connections. WyreNut

  • How to find the mac address

    I am trying to connect my iPad to my Netgear router and activate the user list. Amazingly the router status does not show the iPad although it is connected. I used the mac address which I found under settings --> general --> info. I used the WLAN address to add it to the routers user list. Unfortunately it did not work. Any idea which other address I could use and where to find it on the iPad. Thanks for the help.

    Does it show under Options | Status as a WLAN Mac Address?
    If someone has been helpful please consider giving them kudos by clicking the star to the left of their post.
    Remember to resolve your thread by clicking Accepted Solution.

  • How to find the web address for the page I came from

    Hello,
    I want to find the page that I last visited in ADF for implementing some audit functions.
    My jdev version is 11.1.1.2.0; I've search on the internet but I didn't find anything.
    Please help me.
    Thank you in advance.

    FacesContext ctx = FacesContext.getCurrentInstance();> HttpServletRequest request = (HttpServletRequest)ctx.getExternalContext().getRequest();
    ctx.getExternalContext().redirect(request.getContextPath() + "/faces/" + ctx.getViewRoot().getViewId());
    ctx.getExternalContext().redirect() - wil redirect to the correct page..
    ctx.getViewRoot().getViewId() - wil give you the current view id as suggested by Sireesha
    request.getContextPath() - will get you the complete context path

  • How to find the lowest grade for each student using a Select query?

    Hey I'm having a bit of trouble here
    I have this table
    Student - Grade
    John - 8
    Richard - 9
    Louis - 9
    Francis - 5
    John - 13
    Richard - 10
    Peter - 12
    Grades can range from 0 to 20.
    Name - varchar(50)
    Grade - integer
    I am trying to generate a SQL search to find each lowest grade for each student.
    So far I have done:
    select s.name,s.grade
    from student s
    where s.grade = (select min(grade) from student)
    The result of that search returns me only the lowest grade of all the grades posted above, which is Francis - 5.
    I want to find the lowest grade, but not only for Francis but also for every other student in the table.
    How do I do that?
    Thank you in advanced.

    ok,
    Now we are moving into Analytic SQL:
    with student as (select 'John' name, 8 grade, 'fail' result from dual union all
                     select 'John' name, 13 grade, 'pass' result from dual union all
                     select 'Francis',     5 grade,  'fail' from dual union all
                     select 'Peter', 12, 'pass' from dual)
    -- End of your test data
    SELECT   name,
             MAX (result) KEEP (DENSE_RANK FIRST ORDER BY grade) result,
             MIN (grade) min_grade
    FROM     student
    GROUP BY namePlease note that I passed ;)
    Regards
    Peter
    To read more:
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14200/functions056.htm#SQLRF00641

  • How to find the open po line item by using EKKO &EKPO tables

    Hi Gurus,
        what i am doing is finding out the OPEN PO line item from EKPO table. I know it has to check the ELIKZ field from the EKPO table.Can you please clarify me on the same in more detail.I has to use the ELIKZ  EREKZ fields from EKPO table.

    Use the field ELIKZ in EKPO. If the field is Blank its an OPEN PO Line Item
    refer this link.
    How to open PO line item

  • How to find the phase difference between two signals using Hilbert transform

    hi, 
        I am new to LabView.... I am trying to find phase difference between two signals. I sucessfuly found out the phase difference between two predefined waves using single tone measurement. .... But I really want to know how can I measure phase difference between two signals( not predefined... ie we don't know the initial conditions) using hilbert transform or any transformation techniques (without using zero cross detection).. I tried by using hilbert transform based on algorithm... bt I am getting error.... plz help me
    Attachments:
    phase_differece.vi ‏66 KB

    you could try something similar to this, for each table pair that you want to compare:
    SELECT 'TABLE_A has these columns that are not in TABLE_B', DIFF.*
      FROM (
            SELECT  COLUMN_NAME, DATA_TYPE, DATA_LENGTH
              FROM all_tab_columns
             WHERE table_name = 'TABLE_A'
             MINUS
            SELECT COLUMN_NAME, DATA_TYPE, DATA_LENGTH
              FROM all_tab_columns
             WHERE table_name = 'TABLE_B'
          ) DIFF
    UNION
    SELECT 'TABLE_B has these columns that are not in TABLE_A', DIFF.*
      FROM (
            SELECT COLUMN_NAME, DATA_TYPE, DATA_LENGTH
              FROM all_tab_columns
             WHERE table_name = 'TABLE_B'
             MINUS
            SELECT COLUMN_NAME, DATA_TYPE, DATA_LENGTH
              FROM all_tab_columns
             WHERE table_name = 'TABLE_A'
          ) DIFF;that's assuming, column_name, data_type and data_length are all you want to compare on.

Maybe you are looking for

  • Message says can't edit because "already editing", except no one is!

    So, here's the deal: My client got a new computer and installed the latest version of Contribute on that new computer. But then when she went to edit her website content through Contribute, she got a message saying "You can't edit this page because y

  • Nokia N97 Updated with v12 firmware but......

    where are the new apps also how do i get to see album artwork when scrolling? do i have to enable it somewhere? HELP...Please

  • How can I add a Bridge icon to PS 6

    In PS 5 I had an icon to start Bridge at the righthand end in the Menu bar. It was handy, but in PS 6 it's not there. How do I add it? Thanks, David

  • How i will display an Excel file in java

    Hi, I have an excel File, Now i want to show it from java, i can do it by clicking an button. So when i will click a button then it will display that excel file thatt means it will be open. Is there anybody can help me? Please give me a sample. I nee

  • Psc 1610 all-in-one

    Can I e-print to my HP PSC 1610 all-in-one? This question was solved. View Solution.