OracleVM Manager template 2.2.0 trying change the host name

Hi,
I have installed the OracleVM Manager 2.2.0 template
into an OraclVM Server 2.2.1.
Reading the OracleVM Manager 2.2.0 install
instructions "Readme_for_Media_Pack_B59146-01.txt" and doing
the installation in the interview area, I am asked
to provide the fully qualified domain name as the
name of the OracleVM Manager.
Therefore, I provided something like this.
ovmmanager.mydomain.mytopdomain
Later, when I was in the OracleMV Manager,
I noticed the following.
Correct information was written in my /etc/hosts file.
192.168.1.160 ovmmanager.mydomain.mytopdomain ovmmanager
The case seems however, that unusual information
was written to the /etc/sysconfig/network file.
HOSTNAME=ovmmanager.mydomain.mytopdomain
When I type "uname -a", the results are shown.
ovmmanager.mydomain.mytopdomain
I say, "unusual", because most people prefer a single
name "ovmmanger" to be the host name.
I have tried to permanently change the host name of the computer by
changing the contents of the /etc/sysconfig/network file to the following.
HOSTNAME=ovmmanager
Next, at the command line I would type the following.
hostname ovmmanger
When I type "uname -a", the results are shown.
ovmmanager
However, every time I do an 'xm shutdown' to the
OracleVM Manger (the ovmmanger), and then later do an
'xm create vm.cfg' to start the ovmmanger,
when I type a "uname -a", the results are shown.
ovmmanager.mydomain.mytopdomain
When I look at the contents of the /etc/sysconfig/network file
the contents are back to the original contents.
HOSTNAME=ovmmanager.mydomain.mytopdomain
instead of my preferred contents
HOSTNAME=ovmmanager
My first question is the following.
By design, does the OracleVM Manager 2.2.0 template
supposed to have a host name to be a
fully qualified domain name?
ovmmanger.mydomain.mytopdomain.
My second question is the following.
If the situation is satisfactory to have just
ovmmanger
as my host name, then how do I prevent the host name renaming
process to reoccur every time I do an 'xm create vm.cfg' to start
the OracleMV Manager?
Thank you
AIM

First Question: No, it does not have to be a full qualified hostname. As long as the hostname is resolved in your network short qualified is fine.
Second Question: You don't have to do anything. In OVM Template design the configuration tool is just called the first time your template is started. All succeeding startups will not go through the configuration again. (There is however an option to reenable/reset the VM that the configuration is called again).
Regards
Sebastian

Similar Messages

  • ORA-12545 error after changing the host name as IP address in Tnsnames.ora

    HI,
    I tried to connect PHP and oracle in Red Hat linux. I got error ORA-12545 after changing the host name as IPAddress in Tnsnames.ora file. In sqlnet.ora file also i have entry for tnsnames in Directory_Path. I struggled so much but i couldnt solve that. Please give me ur valuable suggestions....

    12545, 00000, "Connect failed because target host or object does not exist"
    // *Cause: The address specified is not valid, or the program being
    // connected to does not exist.
    // *Action: Ensure the ADDRESS parameters have been entered correctly; the
    // most likely incorrect parameter is the node name. Ensure that the
    // executable for the server exists (perhaps "oracle" is missing.)
    // If the protocol is TCP/IP, edit the TNSNAMES.ORA file to change the
    // host name to a numeric IP address and try again.
    Seems you specified wrong IP address.

  • Change the host name of communication channel at runtime

    Hi,
    I am connecting to an SQL server using a JDBC receiver communication channel.
    The vendor who is managing this SQL server says that he has a primary server with the ip <IP1> and a secondary server with ip <IP2>.
    He wants me to switch to IP2 when IP1 is down.
    Is there any possibility of  to achieve this ?
    regards,
    Piyush

    I dont think there is any options available in JDBC adapter to change the host name dynamically...
    what u can do is - u create a dummy scenario which will just check whether the database is up or not and store the flag values in PI ABAP stack..
    Now before u send data to JDBC u do look up and check which server is up...and based on that u divert ur message to required system.
    thats what I can think of now...
    chirag

  • Changing the Host Name in Lite Database

    Hi,
         I am using oracle 10g Database release 2 and oracle 10g Lite Database Release 3
    OS is Windows 2003 Server
    I changed the host name
    “Old Name Oracle10g New Name OracleTENR1”
    Also change the host name in Listener.ora and tnsname.ora after that i restart the machine
    I checked the Database status (it is in OPEN STATE only )
    And then I start the mobile server it's not working ….
    How to change the host name in the oracle 10g Lite Database ?
    Please Advice
    Thank U
    SHAN

    hi,
    Thanks Fot the Reply ......
    I have changed the hostname in webtogo.ora
    Mobile Server is Working...
    But the Problem is "with the Browser http://localhost/webtogo it shows this error message in the Screen"
    500 Internal Server Error
    java.lang.NullPointerException     at oracle.lite.web.util.TaggedHtml.parse(Unknown Source)     at oracle.lite.web.util.TaggedHtml.init(Unknown Source)     at oracle.lite.web.WebtogoLogonPage.init(Unknown Source)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpApplication.loadServlet(HttpApplication.java:2231)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpApplication.findServlet(HttpApplication.java:4617)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpApplication.findServlet(HttpApplication.java:4541)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:2821)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:740)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:218)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:119)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)     at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)     at java.lang.Thread.run(Thread.java:595)
    Please Advice.....
    thank U
    SHAN

  • BW settings required when we change the host name in R/3

    Hi All,
    we had a test system in R/3 and we are planning to change the Host name in R/3 and this is connected to bw test.after basis change the host name in r/3 test what are settings required to be done in BI .
    Regards,
    jasmine.

    after name change check the RFC connection in SM59 and then see if you data sources are anabled from new source system.

  • Cannot change the host name in registry.xml

    After installing WebLogic 10.3.3 on Oracle VM template, the regsitry.xml and registry.dat files cannot be changed to reflect the hostname of the VM Guest
    nstall WebLogic server in a OVM template. The host tag in registry.xml will contain the hostname from the template (e.g. firsttemp.oradev.inddev.national.com.in) .
    Create a guest using this OVM Template and the The host tag in registry.xml will still contain the hostname from the template (e.g. firsttemp.oradev.inddev.national.com.in) rather than the actual hsotname.
    I dont want to change it manually in the register.xml since it may cause problems in future
    any pointers are highly appreciated..

    It is not recommended to change the name for an IP addressIt is not recommended by who? AFAIK there is no such sentence in documentation.
    But there is other:
    host Required. Specify the host name or IP address of the database server computer.
    Instad of "It is not recommended..." better use "Consider this..."
    , as if ever it changes in the future, you'll have to be back and change once again your ip.The same is truth when we are speaking about FQDN (fully qualified domain name).
    How often your company changes the IP adresses on server platform?
    My experience from past:
    First case:
    My company has rebranded and and domain name has been changed but IP has not. Unfortunatelly we were not using OID for resolving. If there were FQDN used then would have to make changes in many files. Fortunatelly we were using IP addresses.
    Now we are using OID for resolving of tnsnames (as primary method).
    What I want to say is both solutions (FQDN or IP) are fine. Each of them has some advantages and also disadvantages.

  • Changing the host name of the server - impact on old Urls

    All,
    We are in the process of moving data centre and as part of this the host names of the BW servers will be changed and pointing to the new IP address, how and what configuration at BW server level to make sure all web reports points to the new host name when the url is generated.
    Thanks

    looked at the note 805344 and that helped me to understand...

  • Change the host name in Listener.ora to fixed IP address

    in Listener.ora i want change host name to IP :
    ==== OLD ====
    LISTENER =
    (ADDRESS_LIST =
    (ADDRESS=(PROTOCOL= TCP)(Host=Server)(Port= 1521))
    (ADDRESS=(PROTOCOL= IPC)(KEY = ORCL))
    === WHAT I NEED ===
    LISTENER =
    (ADDRESS_LIST =
    (ADDRESS=(PROTOCOL= TCP)(Host=100.100.110.1)(Port= 1521))
    (ADDRESS=(PROTOCOL= IPC)(KEY = ORCL))
    how can i do this .

    It is not recommended to change the name for an IP addressIt is not recommended by who? AFAIK there is no such sentence in documentation.
    But there is other:
    host Required. Specify the host name or IP address of the database server computer.
    Instad of "It is not recommended..." better use "Consider this..."
    , as if ever it changes in the future, you'll have to be back and change once again your ip.The same is truth when we are speaking about FQDN (fully qualified domain name).
    How often your company changes the IP adresses on server platform?
    My experience from past:
    First case:
    My company has rebranded and and domain name has been changed but IP has not. Unfortunatelly we were not using OID for resolving. If there were FQDN used then would have to make changes in many files. Fortunatelly we were using IP addresses.
    Now we are using OID for resolving of tnsnames (as primary method).
    What I want to say is both solutions (FQDN or IP) are fine. Each of them has some advantages and also disadvantages.

  • Changing the Host name

    Hello,
    I have been trying to figure out how to change the DNS Fully Qualified Doamin name on an OS X host.
    Example:
    From: MyMac.local
    To: MyMac.domain.com
    Does OS X have a HOSTS file?
    Thanks

    Hi Jason,
    Open NetInfo Manager and click on "Machines"
    Then click the "New" button at the top left.
    Enter the name under the property sections and on the same line enter the IP address under the value(s).
    You can enter as many names for your computer as you like making the IP address the same.
    This is not like the Windows registry hives.

  • How do I properly change the server name in mountain lion server?

    I need to change my server name to a FQDN, but tried this with Lion server in the past without success. I know in lion you'd use server app, but that's no longer avaiable in mountain lion server and I want to make sure I get this right the first time.
    Thanks!

    I was able to get everything working with some assistance from Apple's enterprise support. After changing the host name, the DNS was still not resolving properly and I couldn't turn on open directory so that I'd be able to start profile manager. The DNS interface is considerably different than that in previous versions of server. The network was set to manual ip with dhcp, which was pulling back an external IP. Overriding the DNS info coming in via the dhcp, setting it to localhost, resolved the issue.
    Thanks!

  • How to check the host name or rename the host name in Enterprise Manager

    Hello,
    How do i check the host name or rename the host name in Enterprise Manager for Oracle 11g?
    Regards,
    Ming Man

    there is a shell script called chgip or something
    like that is there . I used it for IAS. I beleive the
    same is there for database too
    Rajesh AlexIf there is, I have not been able to find it.
    Off the top of my head, changing the host name involves at least the following (others feel free to add on):
    For listener and connectivity
    - listener.ora
    - tnsnames.ora (on all clients as well)
    - potentially ldap.ora (on all clients as well)
    - init.ora parameter LOCAL_LISTENER
    For admin using Enterprise Manager (starting 10g)
    - the contents of the sysman schema
    - the directory name of the OEM agent directory
    - the directory name of the OEM OC4J config directory
    - various config files in the OEM OC4J config directory
    Oracle provides the emca to handle this last set.
    In addition, the following refer to hosts that are [probably] not local
    - init parameter REMOTE_LISTENER (usually just points to a tnsnames.ora entry naming remote hosts)
    - init parm SMTP_OUT_SERVER
    Again, adding to the list might be interesting.

  • Changing the computer name in SAP R/3

    Computer Name of the SAP R/3 server has been changed after the full installation of Oracle 9i and SAP R/3.
    How to change the computer name after the SAP R/3 can start-up sucessfully?

    Hi
    it is not possible after installing R/3, you cannot change the host name , as per my understanding because when you install it generates a solution manager key based on host name SID and instance number.
    Regards
    Subhash

  • How can I change the brand name appearing on volume mixer?

    I tried changing the brand name of Mozilla Firefox. It changed the brand name which appears on the browser but it didn't changed the brand name appearing on volume mixer. So how can change that one too?

    then the signature will obviously be broken - i don't really know what backlash this will have, but it's definitely not worth the hassle (possibly windows giving error messages, anti-virus programs might report it as some threat and there might be problems with the firefox update mechanism, not to mention you'd have to repeat the procedure after every new update).

  • Changing the server name

    Hi,
    We have our sandbox system in the solution manager and configurations done. Recently we have changed the hostname of the sandbox system viz., xy00yz01 to ab00bc0...now coming to the question...can I change the sandbox hostname in the solution manager so that the pre-existing configuration settings work? Does this work or Is there any alternative?
    Thanks and Regards,
    Damanaidu J

    Hi,
    My question was not to change the name of a host server as such...say i have a server with name xy00yz01 and i have changed it to ab00bc01...i have done configuration settings for my satelite system with name xy00yz01in solution manager...now those settings can't be detected by the solution manager as the host name of my satelite system is now ab00bc01...so my question is whether I can change the host name of the satellite system to ab00bc01 from the solution manager setup so that I can all the configuration settings detected.
    Thanks and Regards,
    Damanaidu J

  • Change AIX host name

    Hi all,
    I have to change the host name of an AIX server which I have an Oracle 10g already Installed on it.
    First, Is it possible to change the host name without break off oracle server?
    What is the drawback on the oracle server?
    Apart the Listener, what should I change in the configuration of the oracle server, and where?
    drawback on OEM?
    Inventory?
    etc...
    any oracle note??
    Thanks in advance
    S. Hage

    user12004538 wrote:
    Hi all,
    I have to change the host name of an AIX server which I have an Oracle 10g already Installed on it.
    First, Is it possible to change the host name without break off oracle server?
    What is the drawback on the oracle server?
    Apart the Listener, what should I change in the configuration of the oracle server, and where?
    drawback on OEM?
    Inventory?
    etc...
    any oracle note??With V10+ no listener.ora file is required.
    Nothing involving Oracle RDBMS needs to be changed when hostname changes.
    OEM will break when hostname changes.
    tnsnames.ora on remote clients need to be modified to reflect new hostname.

Maybe you are looking for

  • Delete file Application Server

    Hi ... I have an application wrote with Forms Dev. ... Is it possible delete a file on the application server ?? Is it also possible delete a file in the Application server by a stored procedure ?? Thank's in advance

  • Mini dvi to component

    I wanted to connect my iMac (Intel, mid 2007) to an external LCD TV which is around 30 ft away.  I purchased a min-DVI to VGA adapter and a VGA to component video adapter. I wanted to watch HD movies on my TV via my iMAC The component video cable fro

  • "v" in Mac OS X v10.x.x name ?

    Sorry for my ignorance but what does the "v" stand for? Is it something important or just stands for "version" or something like that and it's the same? I was looking at SL updates and in system requirements and versions there's sometimes a "v", some

  • CC Lightroom fails to install after downloading

    I am subscribed to the Photoshop CC plan,  CC Photoshop and CC Bridge have installed succesfully, but with CC Lightroom I get the following message: I have clicked Retry several times, with the same outcome.  When I press Retry, it does not download

  • Dynadock U - USB Muti-chann​el Audio

    I bought a Dynadock U a few months back and installed it for my HP Pavilion laptop (Vista Home), using the 2nd monitor and the audio. About two weeks ago, the audio stopped working and the audio devices no longer showed in the Vista Sound applet. Als