Need to remove Wrongly added(register)  Host name through OAM

Hi,
Some how one wrong hosts is added (for standy DB) (register) through OAM, for Standby. I want to add the new correct host name for host.
there is a delete option for this. Can we simple delete this host name , or any implication of deleting this host.
please sussgest how to remove this , if we can not remove this from option delete.
Naqvigation:- OAM--Site MAp->System Configuration-->hosts-->other hosts
here we have three options ..edit,delete and online/disable.
or we can change this host name to the correct one.
plese help me to resolve this.
Regards,

Hi,
You should be able to correct the host details from this page. I would suggest you fix the hostname (try to rename it first -- provided that the hostname was correct from the OS level as well). If this does not help, remove the incorrect entry and register the hostname again.
Regards,
Hussein

Similar Messages

  • Need to change IP address and host name on a ORACLE 10g RAC setup.

    Hi Forum,
    I have a task to change the IP address, host name and host related details for the ORACLE 10g RAC 2 node setup. So Can anyone tell me the procedure to do the same on both the nodes.
    Regards
    Prakash

    change IP Address Public + VIP + Interconnect
    http://surachartopun.com/2007/01/i-want-to-change-ip-address-on-oracle.html
    change VIP name
    http://surachartopun.com/2009/01/change-vip-hostname-on-oracle-rac.html
    If you'd like to change HOSTNAME... Metalink (NOTE:220970.1)
    Can I change the public hostname in my Oracle Database 10g Cluster using Oracle Clusterware?
    Hostname changes are not supported in Oracle Clusterware (CRS), unless you want to perform a deletenode followed by a new addnode operation.
    The hostname is used to store among other things the flag files and Oracle Clusterware stack will not start if hostname is changed.
    Changing the Private Interconnect
    o Change of the IP Address: change the IP address in the hosts file and/or DNS and make sure that ASM and the database also use the same interconnect
    o Change of the private node name used by Oracle Clusterware: requires a reinstall of Oracle Clusterware
    So, Public or Private hostnames can only be changed by removing/adding nodes, or reinstalling Oracle Clusterware. VIP Hostnames can be changed
    But you can read this idea (reinstall CRS)
    http://www.pythian.com/news/482/changing-hostnames-in-oracle-rac
    http://surachartopun.com/2008/12/change-hostnames-oracle-rac.html
    Edited by: Surachart Opun (HunterX) on Oct 25, 2009 10:58 PM

  • Need to remove hard coding of instance name in XML Bursting control file

    Hi,
    We are hardcoding the instance name in the control file as <xapi:template type="rtf" location="/app/ebs/atgsidev02/gsidev02comn/java/oracle/apps/xxod/XXARPRST.rtf">
    But gsidev02 is coming from the element 'INSTANCE'.
    So we need to place element 'INSTANCE' in place gsidev02 in the above location
    Can you plz help on this how to solve.
    Thanks,
    Sam

    Sam
    You can remove this hardocding by following line in control file.
    <xapi:template type="XSL-FO" location="xdo://XXOD.XXARPRST.en.US"/>
    In this case i am assuming that while registering template you have specified langugae as 'English' and territory as 'United States', if you have not specified any territory then replace US with 00 for default.
    This is supported in XML pub 5.6.3 patch-set ,so if you have not upgraded to 5.6.3 then this will not work.
    I would suggest that please upgrade it to 5.6.3 ,becuase lots of bugs have been fixed in 5.6.3.
    Hope this helps
    With Best Regards
    Darshan Bhavsar

  • I need to remove "air." from package name. I'm get a Layout xml error when repackaging android app..

    So, i'm doing this on my own app. I made an update for an older app that was build using Native Android. But this time, i used Adobe AIR... The catch is Adobe likes to append a "air." to the front of your package name without asking you. So basically I can't upload my update because it has a new package name is now "air.com.mycompany.myapp" rather than the original "com.mycompany.myapp"
    Basically I'm going through this guide..
    http://helpx.adobe.com/air/kb/opt-out-air-application-analytics.html
    I followed all the steps, made all the adjustments to the androidmanifest.xml like it asks.
    But after going along with the above guide, with no issues when i get to the step that says
    "Run the following command to create the resource file for the updated AndroidManifest.xml:"
    I run this..
        "/Users/brybam/Documents/eclipse/android-sdk-mac_x86/platform-tools/aapt" package -f -M AndroidManifest.xml -F resources.arsc -I "/Users/brybam/Documents/eclipse/android-sdk-mac_x86/platforms/android-8/android.jar" -S ./res
    But I keep getting the same error regarding the xml files in res/layout
        ./res/layout/expandable_chooser_row.xml:1: error: Error parsing XML: not well-formed (invalid token)
        ./res/layout/expandable_multiple_chooser_row.xml:1: error: Error parsing XML: not well-formed (invalid token)
        ./res/layout/main.xml:1: error: Error parsing XML: not well-formed (invalid token)
        ./res/layout/multiple_file_selection_panel.xml:1: error: Error parsing XML: not well-formed (invalid token)
        ./res/layout/ssl_certificate_warning.xml:1: error: Error parsing XML: not well-formed (invalid token)
    The guide doesn't say anything about these xml files, and im not sure what to do with these or how to handle them.
    If i go into the res/layout folder, and just delete these (i know they're necessary. But i just deleted them as a test, to get through the rest of the guide...)
    I was able to get through the rest of the steps in the guide fine, make an apk, and put it on my phone...only to find out the app will crash the moment you try to run it. Probably because i deleted the layout xml files...But i cant get the command i need to run above to accept them!
    So, earlier in the guide they have me use thing thing called the "AXMLPrinter2.jar" to make the AndroidManifest.xml readable so i can edit it.
    I run something like this:
        java -jar "/Users/brybam/Desktop/repackage/AXMLPrinter2.jar" AndroidManifest.xml > AndroidManifest.xml.bk
    This makes a new file "AndroidManifest.xml.bk" and i can edit that.
    So, I was thinking with all of these layout xml files, maybe I could run this "AXMLPrinter2.jar" on them and then edit them. Because right now if you open them they're not human readable, and its hard for me to work on them if they're not...
    I tried this thinking i could do the same thing...
        java -jar "/Users/brybam/Desktop/repackage/AXMLPrinter2.jar" main.xml > main.xml.bk
    Just get a blank file and a console erorr when trying to use the AXMLPrinter2.jar on the layout xml files...
        java.lang.ArrayIndexOutOfBoundsException: 67
                  at android.content.res.StringBlock.getShort(StringBlock.java:231)
                  at android.content.res.StringBlock.getString(StringBlock.java:91)
                  at android.content.res.AXmlResourceParser.getName(AXmlResourceParser.java:140)
                  at test.AXMLPrinter.main(AXMLPrinter.java:56)
    So, I think my whole issue is based around these XML files not being converted to human readable before i try and re-package....
    EDIT:::
    Ok, so I found a site that talks about the error I'm getting but it's in chinese, and even after translating the page...I'm still not well versed with terminal and this stuff to get it.
    It reads:
    "Error.
    Final conclusion:
    In minSdkVersion <= 7, AXMLPrinter2.jar can normally decompile xml file
    Greater than 7 can not be normal decompile xml file (AndroidManifest.xml except)
    Give way to share a batch decompile xml file:
    First, create a *. Txt file
    Stresses inside the content authoring
    for / r layout%% a in (*. xml) do @ java-jar AXMLPrinter2.jar "%% a" >> "%% a". txt
    Then this txt file extension into bat form, and this BAT the file and AXMLPrinter2.jar on the same directory will be decompiled xml into the layout directory
    Decompilation results can be generated by executing the bat file multiple xml files."
    - http://hi.baidu.com/ghcghc/item/ecbaa1ce997cb225a0b50ac2
    Maybe someone with more know-how could explain what they're explaining? I get that he's saying the issue im seeing appears when you're using minSdK <=7 but I need to use minSdk 8. Does anyone understand this work around? And how I might go about it on a Mac with terminal?
    I wish adobe would make it easy to remove the "air." from the package name. If they want to convert old Native devs to AIR devs...the transition needs to be seamless. But now I'm about to have to go back to Native because I can't update an app I already have out on the market with an air app.

    Hello~
         I also tried to remove "air." package name in air application. And i encounter the same problem.
         I do not find any solution to decode the xml inside res folder by AXMLPrinter2.jar. And those xml inside is compressed which is unreadable.
         However, what you can do is copying the structure of res folder. And go to your air sdk file path -  adobeair-sdk-folder/lib/android/lib/resources/
         Replace those file exists in your res folder. And copy "values" folder to your res folder.
         Hope this solve your problem~

  • Wrong added host through OAM register

    Hi,
    Some how one wrong hosts is added (for standy DB) (register) through OAM, for Standby. I want to add the new correct host name for host.
    there is a delete option for this. Can we simple delete this host name , or any implication of deleting this host.
    please sussgest how to remove this , if we can not remove this from option delete.
    Naqvigation:- OAM--Site MAp->System Configuration-->hosts-->other hosts
    here we have three options ..edit,delete and online/disable.
    or we can change this host name to the correct one.
    plese help me to resolve this.
    Regards,

    Hi,
    You do not need to clean FND_NODES or even run AutoConfig (please see your other thread).
    Need to remove Wrongly added(register) Host name through OAM
    Need to remove Wrongly added(register)  Host name through OAM
    Regards,
    Hussein

  • After specifying the external host name under outlook anywhere, users pop up for password

    Dear All,
    I have installed and configured exchange 2013 as a fresh installation on server 2012 and it worked fine till i changed
    specifying the external host name under outlook anywhere(in exchange ECP -> Server -> server -> W12R2-Email2013).
    My internal domain is starnavigator.lk and we have several accepted domains listed. but all the staff checked web mail through
    mail.leoburnett.lk internally and externally. even now web mail is working fine.
    After i added external host name as mail.leoburnett.lk
    all the internal PCs start to pop up for user name and password and its not  connecting. 
    even if I reversed back the settings, still prompt for user name and password. also auto discover cant locate the settings. if i configure the settings manually, i t works for first time and after restarting outlook, again prompt for name and password.Any
    any advice or solution please??
    Thx,
    Dulana

    Run this tool and post the result (only errors)
    https://testconnectivity.microsoft.com/
    After configuring outlook manually, run Test E-Mail Autoconfiguration and Connection Status and post the result.
    Editing just an URL for OA shouldn't cause any issue.
    Did you restarted IIS Service?
    Cheers,
    Gulab Prasad
    Technology Consultant
    Blog:
    http://www.exchangeranger.com    Twitter:
      LinkedIn:
       Check out CodeTwo’s tools for Exchange admins
    Note: Posts are provided “AS IS” without warranty of any kind, either expressed or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.

  • Fully Qualified Host Name does not work

    Hello,
    I've EP 7 with Usage Types AS Java, EPC, EP, BI Java, BP-ERP & XSS.
    I am using fully qualified hostname by means of making entries in hosts file at OS level. I've also set icm/host_name_full parameter correctly.
    Now when I enter URL as http://<fully qualified hostname>:<port>/irj/portal I am able to login to the system but after which if I try to navigate through any links under Employee Self-Service and Manager Self-Service for e.g. Employee Self-Service --> Benifits and Payment --> Request Claims, nothing happens. neither it throws any error nor does any page is displayed.
    Same thing when I try without using fully qualified hostname like http://<hostname>:<port>/irj/portal it works absolutely fine.
    I have done same settings as described above on my development as well as production system where it works absolutely fine with fully qualified hostname.
    Regards,
    Kashyap

    Hi
    if you are using proxy try adding your domain name in your proxy exceptions list
    Internet Options ->Connections ->Lan Settings->Proxy Server ->Advanced->Exceptions . try adding your host name to that list
    hope it will work.
    Jo

  • X11vnc: cannot use host name in Windows

    Hi, i cannot find my host name if i start x11vnc. It works if i write on Windows XP "Real VNC Viewer" IP adress. When i start x11vnc
    The VNC desktop is: asus:0
    But if i write to Real VNC Viewer "asus" or "asus:5900", it doesn't work but if i write "192.168.1.101" it works fine. I need find how i can use host name, because i have DHCP on router and IP address will be different. Please help, thanks

    Well, that's to be expected with standard plastic routers, or can you ping your XP box by name, for example?
    Look in your router interface if you can specify DHCP leases with fixed IPs, depending on MAC address.
    And then specify hostnames for those IPs in /etc/hosts and c:\windows\system32\drivers\etc\hosts

  • Are Wildcards possible for host name in "no proxy for" setting?

    Our LAN requires a proxy for internet access. I need to bypass proxy for certain host names, as the proxy blocks many ports.
    Things work if I enter the entire host name. But there are many, so I wish to use wildcards in the host name.
    That does not seem to work.

    There is no solution for host names and wild cards as far as I know. That is why I showed how to do this with the IP.
    Does it work if you only specify the top level domain if you want to include other domains with the same postfix?

  • Can I get the host name of my local machine?

    I've got a webapp that needs to send the host name of the machine it is running on to the client side.... I can't seem to find any way to find the host name through Java.
    Or will I perhaps have to make this a propery to be set manually?
    /J

    sij17tad wrote:
    Use JSP Program
    <%
    out.print( request.getRemoteAddr() ); //This command display IP AddressOf the client, not of the server.
    out.print(java.net.InetAddress.getLocalHost().getHostName());//This command display System Name
    %>This answer is already given 3 years ago, dude.
    In the future please respond to active topics only and do not resurrect old and dead topics.

  • Do we need to remove the Listener once the JFrame is closed

    Hi All,
    I am confused on whether, we need to remove the Listeners registered on the component, once we destroy an Applet or frame or it will be taken care automatically.
    And if we need to remove it, What will be impact of not Removing it.

    nope. Once you destroy the frame, any components in it will get cleaned up as well. Unless you have references to them outside of the frame of course.

  • My host name changes every few days, since Xmas adding a macbook its changed 6 times. Do I need to stop this? Does it cause problems with sharing between the iMac and macbook?

    my host name changes every few days, since Xmas adding a macbook its changed 6 times. Do I need to stop this? Does it cause problems with sharing between the iMac and macbook?

    There are several possible causes for this problem.
    1. Two (or more) computers on the local network have the same Bonjour name, such as "X's-MacBook-Pro.local".
    2. You have two simultaneous connections to the same local network: probably Ethernet and Wi-Fi. If applicable, disconnect the Ethernet cable or turn off Wi-Fi.
    3. A Mac wakes from sleep due to network traffic. This is due to a bug in OS X that may only affect some models.
    4. A device that gets its network address from the router wakes from sleep, and the address it was using before has been assigned to another device.
    5. A third-party wireless router has incompatible settings or firmware. In that case, refer to the manufacturer or ISP for support. Restarting the router may help, temporarily.
    6. See also this support article.
    Rename the computer in the Sharing preference pane.

  • Physical host name getting registered on Application while installing

    Hi
    We have 2 node cluster on a Solaris 10 for which we have defined logicalhost name resources. We are able to failover the logical host name succesfully
    However, when we are trying to install the application on one of the logicalhost , the OS returns the Physical host name during the install and Application is getting registered on Physical host name , and because of that Application install is failing
    Is this something wrong on cluster install Or the application installer is calling wrong function to get the host name. It should call function to get the logicalhost name rather than physical host name
    Please help
    Thanks

    You should not do this in a GLOBAL ENVIRONMENT.
    This imeant to be set in a single shell, or in a per script basis. So in exam�ple you can set thi in the start scrip of your application. then the only piece of software affected would be your application.
    for the rest of your system a uname -n will return the physical hostname. Only in your application a uname -n will return the logical hostname.
    If you do it that way or during an installation session of your application as Tim suggested the changes would be restritced to this session or this script.
    The only way to change the behavior for a user is to include it into its profile, but this would trigger only at a login or a shell started with su will get the physical nodename. So my advice would be to set it in the start script of your application. If you need it set during the applications install, set it manually in the session when you install the application.
    Hope that helps
    Detlef

  • Problem with the wrong host name, when accessing IR or ID

    Hey all,
    I am trying to accessing the IR and ID at my client however the wrong host name is being called. For instance the
    URL should start nero.bcm.tmc.edu, but it is calling just nero. The basis guy here fixed a similar problem in the exchange profile for calling the Builder start page, where do we need to fix the problems for accessiing the IR and ID for the start page?
    Kind regards,
    Chris

    Problem reso;ved, just had to restart XI for the changes to take effect

  • Removing the .local part of my host name.

    I can figure out how to remove .local from my servers host name. I am running a simple personal server so I don't have a domain of my own.
    It hasn't been an issue, but recently I have started trying to run the SlimDevice Server on my OSX Server.
    Anyhelp would be greatly appreciated. I'm hoping I don't have to restart.
    -Hays

    Not having or creating a DNS presence resorts to the use of .local domains for simplified network discovery. I you do not want to use .local domains, configure DNS on the server. You do not need to use a valid domain unless you are hosting mail (assuming you are not based on description of .local use). Simply create something that will not conflict with existing TLDs such as myserver.int or myserver.osx. Basically you will need to create a zone and an A record (with PTR auto-create checked). Test name and number resolution with nslookup and then configure your server to query itself.
    You will likely need to use the changeip command but if your services are few then you can probably ignore the two errors every few minutes in system log.
    Hope this helps

Maybe you are looking for

  • Jpegs look 'darker' in PSE8 than they do in other programs.

    I have started to have problems with Photoshop Elements 8. It used to display jpegs exactly the same as when viewed in other programs, such as Preview and Canon DPP. Then the other day I opened a jpeg in PS8 and it looked a lot darker than I remember

  • Age Analysis report for asset

    Hi All, I have to create a Age analysis report for FI documents which have line items with posting key 75 & 70 (Asset) Given logic is 1 Selection screen has parameters  - Company code, Key date 2 Need to take all line items with posting key 70 & 75 (

  • Solaris10 branded zone creation error on Solaris 11.1

    Hello, We are having the problem in creating the Solaris10 branded zone on the solaris 11.1 version. We are trying to install this branded zone using the solaris10 VM template. Please can some one through some pointers ? The installation steps stops

  • Navigating Content Area on Page

    I want to create a page with a folder within column 2 of my page. In column 1, I want a navigation bar. I would like to select a category or perspective from the navigation bar, and have the content in column 2 (the folder) updated automatically. Doe

  • OBIEE 10g - Ragged & Skip Level Hierarchy

    Hi Frnds, I'm aware of the fact that OBIEE 11g supports Ragged & Skip Level Hierarchy. But I'm looking for some heads up while implementing the same on OBIEE 10g using Oracle DB as source. I have done this before for Essbase Data Source but now waiti