The IP Address of the 12c Agent host has changed, must I redeploy the agent?

Hi there,
We have an OVM with approximately 40 Linux 64-bit servers that run the 12.1.0.3 agent. We are doing a cloning exercise and all the IP addresses of these servers will change. The agents were deployed using the Server Name not the IP.
I have searched the docs but cannot find any notes to update the agent with the new IP address. Please advise if there is a known process to follow.
Thank you in advance.
Sandy

If the destination host and the host on which OMS is running belong to different network domains, then ensure that you update the /etc/hosts file on the destination host to add a line with the IP address of that host, the fully qualified name of that host, and the short name of the host.
For example, if the fully-qualified host name is example.com and the short name is mypc, then add the following line in the /etc/hosts file:
172.16.0.0 example.com mypc
Ensure that your new IP is resolve to the existing agent host name.
Stop and Restart agent.
OMS does cache the hostname lookup. We got to bounce the OMS once the IP changes.

Similar Messages

  • HT5654 I often travel abroad and my host has changed Internet provider. Then my service was interrupted and I can't update iTunes. Any tips to stop the error messages?

    I often travel abroad and my host has changed Internet provider. Then my service was interrupted and I can't update iTunes. Any tips to stop the error messages?

    Wow! At least on Apple TV, problem solved. Apple: what's not to love? Please give me credit if you use it in marketing campaigns... ;-)

  • 12c agent install fails with error - The plug-in configuration for the oracle.sysman.oh monitoring plug-in may have failed

    Hi,
    I am trying to install 12c agent on windows 7 64 bit server by following m.note   .
    It is failing with Agent Configuration failed, please see below error message.
    INFO: length of temp is2
    INFO: Return value:C:\/Oracle/12.1.0.3.0_AgentCore_233/core
    INFO: ** Agent Port Check completed successfully.**
    INFO: ERROR: The Management Agent configuration failed. The plug-in configuration for the oracle.sysman.oh monitoring plug-in may have failed, or this plug-in may not be present in the Management Agent software. Ensure that the Management Agent software has the oracle.sysman.oh monitoring plug-in, if not then retry the operation. If the agent software has the oracle.sysman.oh monitoring plug-in, view the plug-in deployment log C:\Oracle\12.1.0.3.0_AgentCore_233\core\install\logs to check if the plug-in configuration for the oracle.sysman.oh monitoring plug-in failed.
    INFO:
    INFO: perform - mode finished for action: configure
    INFO:
    INFO: You can see the log file: C:\Oracle\12.1.0.3.0_AgentCore_233\core\12.1.0.3.0\cfgtoollogs\oui\configActions2014-10-03_08-48-15-AM.log
    INFO:
    INFO: C:\Oracle\12.1.0.3.0_AgentCore_233>exit /b 3
    INFO: Plugin homes:
    INFO: Plugin homes:
    INFO: C:\Oracle\12.1.0.3.0_AgentCore_233\core\12.1.0.3.0\oui\bin\runConfig.bat ORACLE_HOME=C:\Oracle\12.1.0.3.0_AgentCore_233\core\12.1.0.3.0 RESPONSE_FILE=C:\Oracle\12.1.0.3.0_AgentCore_233\core\12.1.0.3.0\agent.rsp ACTION=configure MODE=perform COMPONENT_XML={oracle.sysman.top.agent.11_1_0_1_0.xml} RERUN=true completed with status=3
    SEVERE: ERROR: Agent Configuration Failed
    Thanks,

    Looks like , J2EE is having a problem connecting to the DB.Pls. chk. the following
    -If you have configured the loop-back adapter , if installing on a local system & updated the /etc/host file with your ip address and host name.
    or if the system is part of some n/w group and has ip address assigned ?
    -Jdk 1.4 version is installed in your system
    -Enough free Disk space available in the system
    -How much RAM your system has which windows version you are using  ?
    -Is the DB is coming up properly ? its error related to this. check the logs.
    -If the ports used by sap install / run used by other services running on the system ? & user have admin. privileges on the system .
    Pls. update with your findings on above same , for the step next ...
    Thanks ,
    Uppal

  • F&G Committee "F&G Committee" is not a valid e-mail address because it is not of the form user@host. You must correct it before sending the e-mail.

    With this new v.31.1.0, released: September 2, 2014 version of Thunderbird, I can no longer e-mail to a Contact List of addressees, getting the error msg: F&G Committee <"F&G Committee"> is not a valid e-mail address because it is not of the form user@host. You must correct it before sending the e-mail. In earlier versions, the individual e-mail addresses in the list (F&G Committee in this case) are automatically put in as the e-mail is sent. Is there a solution to this problem?

    Read this.
    https://support.mozilla.org/en-US/questions/1019019

  • Java.sql.SQLException: The TCP/IP connection to the host  has failed.

    Hello. I hope you had a happy new year! Now its back to work.
    I am having a problem connecting to a remote SQL Server DB. I am using NetBeans 5.5 and the latest J2EE. I am able to see the tables in the IDE and bind objects to data. But when I run it it gets this:
    java.sql.SQLException: Error in allocating a connection. Cause: Connection could not be allocated because: The TCP/IP connection to the host has failed. java.net.ConnectException: Connection refused: no further information
    at com.sun.gjc.spi.DataSource.getConnection(DataSource.java:100)
    at com.sun.sql.rowset.internal.CachedRowSetXReader.connect(CachedRowSetXReader.java:344)
    at com.sun.sql.rowset.internal.CachedRowSetXReader.readData(CachedRowSetXReader.java:126)
    at com.sun.sql.rowset.CachedRowSetXImpl.execute(CachedRowSetXImpl.java:968)
    at com.sun.sql.rowset.CachedRowSetXImpl.execute(CachedRowSetXImpl.java:1428)
    I checked the SQL Server Configuration manager on that machine and TCP/IP connections are allowed. What else could be wrong?
    Thank You.

    "Connection refused" means that the client sends a packet saying "I would like to connect to port number NNNN please" to the server computer, and the server computer's OS sends the reply "there is no process listening to that port on the network interface you are using".
    The database server is not running, or running but not listening to TCP/IP connections, or at a different port from what you think, or listening to only selected network interfaces (it is possible for a process to listen to a specific interface or a wildcard for all interfaces). A less likely scenario is that a firewall is sending the "connection refused" message.
    First aid check list for "connection refused":
    - Check host name in connect string.
    - Check port number in connect string.
    - Try numeric IP address of server host in connect string, in case name server is hosed.
    - Are there any firewalls between client and server blocking the port.
    - Check that the db server is running.
    - Check that the db server is listening to the port. On the server, try: "telnet localhost the-port-number". Or "netstat -an", there should be a listening entry for the port. You need to configure the database to accept TCP connections; the server documentation or google should explain how.
    - Try "telnet server-host-name the-port-number" from the client, to see if firewalls are blocking it.
    - If "telnet" fails: try telnet with the numeric ip address.
    - If "telnet" fails: does it fail immediately or after an obvious timeout? How long is the timeout?
    - Does the server respond to "ping serverhost" or "telnet serverhost" or "ssh serverhost"?

  • The host name of macmini-c42c030d62c6.local has changed to macmini-c42c030d62c6.local

    I have received many emails saying: "The host name of macmini-c42c030d62c6.local has changed to macmini-c42c030d62c6.local. Some services may not work correctly until they have been updated to use the new configuration. If I click on macmini-c42c030dd62c6.local I have 2 options: connect and copy. I click on connect and it shows connecting to the sewrver: Connecting to afp://macmini-c42c030dd62c6.local...." then it shows "it had been a problem to connect to the server macmini-c42c030dd62c6.local (it is possible the server doesn't exist or it is not available in this moment. Check the name of the server or IP Address, net connection and try again

    This question is outside my experience and I assume that it has nothing to do with the subject of this forum, creating podcasts. May I suggest you ask it in the OSX Server forum if that seems to be appropriate (even if it is to do with Podcast Producer I still have to refer you there).

  • 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.

  • My icloud and Apple ID aren't the same email address. My phone wont let me change my icloud email. I don't know the password to my icloud account, and every time I try to email myself the password, it doesn't go through.

    My icloud and Apple ID aren't the same email address. My phone wont let me change my icloud email. I don't know the password to my icloud account, and every time I try to email myself the password, it doesn't go through.

    Welcome to the Apple Community.
    Your Apple ID and iCloud email address don't need to be the same, you can't change an iCloud email address.
    Also check your Mail rules and filtering, the verification mail may be going to a junk folder or even being deleted altogether. You may also wish to contact your mail provider to see if their spam filters are removing the email before it gets to you.

  • I found an old Apple id on a computer I use infreqently with an old Ipod.  I have the the Applie ID, but I do not have the password.  In addition,my email account has changed since I created this Applie ID. How can I get reset info to new email address?

    I found an old Applie ID on a computer I use infreqently with an old IPod.  I do not have the password for this AppleID.  When I use the procedure to reset the password, I cannot receive the email as my email address has changed from the original used with the Apple ID.  How can I get the reset information sent to my current email addres so I can establish a new passwod for this Applie ID? 

    FR Tecmobility is wrong, sure he means well but what he suggests will not work - signing out of iTunes Store and back in will have no effect on iCloud. Try the steps at iOS 7: If you're asked for the password to your previous Apple ID when signing out of iCloud
    You may need to contact apple tech support if none of the password change methods work for you. Ask for Account Security. They will need to verify identity, to ensure you are who you claim to be. If that goes well, they can send a password rest e-mail to any e-mail you desigate, so make sure it is one you can access.  Then reset the password. Then you can delete the iCloud account (needs the password to turn off find My Phone/Activation lock)
    keep data on phone, then sign in with your desired apple ID. Good luck. hope you get this sorted out.

  • My email address has changed and when I try to play purchased songs it asks me to authorize another computer under the old email address.  How do I play the music that I have purchased?  My account is current with the new email address.

    My email address has changed and when I try to play purchased songs it asks me to authorize another computer under the old email address.  How do I play the music that I have purchased?  My account is current with the new email address.

    You may have already done this, but try de-authorizing your computer (through the iTunes:Store menu) and then re-authorizing it.

  • I've recently changed the email address on my i tunes account. The emai address on my icloud account hasn't changed, so i can't buy additional storage. It also won't let me delete my existing icloud acc.

    I've recently changed the email address on my i tunes account. The emai address on my icloud account hasn't changed, so i can't buy additional storage. It also won't let me delete my existing icloud acc.

    To change the iCloud ID on your phone, first save your photo stream photos to your camera roll (if not already there) by opening the my photo stream album, tapping Edit, tap the photo thumbnails, tap Share, tap Save to Camera Roll.  Then go to Settings>iCloud, tap Delete Account, then sign back in with the changed ID.  This deletes the account and your iCloud data from your phone, but not from iCloud.  Provided you are signing back into the same account, your iCloud data will reappear on your phone when you sign back in.

  • My e-mail has changed, but I purchashed some songs in iTunes using my old e-mail address as my account name... so when I try to play the sonngs I bought and paid for - it keeps asking me to authorize my PC first, but I don't remember the password!

    My e-mail has changed, but I purchashed some songs in iTunes using my old e-mail address as my account name... so when I try to play the sonngs I bought and paid for - it keeps asking me to authorize my PC first, but I don't remember the password! And since the old e-mail address is no longer active, I can't even chenge the password- becasue it's sends the link to do so via e-mail!  Even when I use the "ask personal questions" option to verify and it asks me for my date of birth, I put it in and it still won't acccept.

    Hello there, loupar.
    The following Knowledge Base article offers up just how to change your Apple ID for the App Store on your iOS device:
    iOS: Sign in with a different Apple ID in the iTunes Store, App Store, and iBooks Store
    http://support.apple.com/kb/ht1311
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

  • My safari preferences/ security screen has changed and no longer addresses cookies.  There is now a Preferences/Privacy screen that allows one to delete cookies, although it is harder to do than the older security screen.  Was this an update?

    My Safari Preferences/Security screen has changed and no longer addresses cookies. Rather, there is a new Preferences/Privacy screen that allows you to manipulate cookies, but it is not as easy to use as when cookies were on the security screen. Was this an update?  Has this change affected anyone else? This is strange, because  Safari Help still states cookies are manipulated on the Security screen, even though the screen has changed and no longer addresses cookies.

    Presuming you're referring to Safari 5.1, yes, it's moved, but I don't see it as being harder. Now you can clear all privacy-related items - cookies, cache and history - with one button, the "Remove All Website Data" button. If you want to work with individual cookies, it's still just one button, the "Details" button. So no, I don't see it as being more difficult.
    Regards.

  • My username (email address) has changed. Apps that I purchased with the old username ca not be updated as the password from the old username no longer works and apple can not send me info to an addres that no longer exists. What can I do?

    My username (email address) has changed. Apps that I purchased with the old username ca not be updated as the password from the old username no longer works and apple can not send me info to an addres that no longer exists. What can I do?

    Try here...
    Frequently Asked Questions About Apple ID

  • I got a new e-mail address and I reset my iPod so it already has the new email address. I can't seem to change the address on my iPad or iPhone. Please help me change the address on all my devices!

    I got a new email address and I reset the iPod so it already has the new address. I can't seem to change the address on my iPhone5 or iPad. So please help! How do I change the address for my apple ID and icloud on all my devices? I don't want to reset my iPad and phone just to set new email address I can't do updates without the password and I have forgotten my password for my old email address. Please Help! Getting frustarted!

    If the old ID ("email address") is yours, and if your current ID was created by editing the details of this old ID (rather than being an entirely new ID), go to https://appleid.apple.com, click Manage my Apple ID and sign in with your current iCloud ID.  Click edit next to the primary email account, change it back to your old email address and save the change.  Then edit the name of the account to change it back to your old email address.  You can now use your current password to turn off Find My iDevice, even though it prompts you for the password for your old account ID. Then save any photo stream photos that you wish to keep to your camera roll.  When finished go to Settings>iCloud, tap Delete Account and choose Delete from My iDevice when prompted (your iCloud data will still be in iCloud).  Next, go back to https://appleid.apple.com and change your primary email address and iCloud ID name back to the way it was.  Now you can go to Settings>iCloud and sign in with your current iCloud ID and password.

Maybe you are looking for