OVM Manager VncViewer Installation

I am having some trouble getting the console functionality working. I have installed the vncviewer per the installation instructions, but I am receiving the following error, which results in a 500 internal server error being sent back to the client browser. Any insight would be much appreciated.
Feb 22, 2008 9:11:25 AM com.sun.faces.application.ApplicationAssociate createAndMaybeStoreManagedBeans
SEVERE: Managedbean backing_app_vnc could not be created Can't set managed bean property: 'bindings'.
javax.faces.FacesException: Can't set managed bean property: 'bindings'.
     at com.sun.faces.config.ManagedBeanFactory.setPropertiesIntoBean(ManagedBeanFactory.java:596)
     at com.sun.faces.config.ManagedBeanFactory.newInstance(ManagedBeanFactory.java:253)
     at com.sun.faces.application.ApplicationAssociate.createAndMaybeStoreManagedBeans(ApplicationAssociate.java:306)
     at com.sun.faces.el.VariableResolverImpl.resolveVariable(VariableResolverImpl.java:97)
     at oracle.adfinternal.view.faces.el.AdfFacesVariableResolver.resolveVariable(AdfFacesVariableResolver.java:40)
     at oracle.adfinternal.view.faces.model.VariableResolverUtils$JspResolver.resolveVariable(VariableResolverUtils.java:79)
     at com.sun.faces.el.impl.NamedValue.evaluate(NamedValue.java:145)
     at com.sun.faces.el.impl.ComplexValue.evaluate(ComplexValue.java:166)
     at com.sun.faces.el.impl.ExpressionEvaluatorImpl.evaluate(ExpressionEvaluatorImpl.java:263)
     at com.sun.faces.el.ValueBindingImpl.getValue(ValueBindingImpl.java:160)
     at com.sun.faces.el.ValueBindingImpl.getValue(ValueBindingImpl.java:143)
     at com.sun.faces.application.ApplicationImpl.createComponent(ApplicationImpl.java:406)
     at javax.faces.webapp.UIComponentTag.createComponent(UIComponentTag.java:1019)
     at javax.faces.webapp.UIComponentTag.createChild(UIComponentTag.java:1046)
     at javax.faces.webapp.UIComponentTag.findComponent(UIComponentTag.java:761)
     at javax.faces.webapp.UIComponentTag.doStartTag(UIComponentTag.java:451)
     at oracle.adf.view.faces.webapp.UIXComponentTag.doStartTag(UIXComponentTag.java:85)
     at app.vnc_jspx._jspService(_vnc_jspx.java:157)
     at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:597)
     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:521)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
     at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:712)
     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:369)
     at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:286)
     at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:50)
     at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:192)
     at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283)
     at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:197)
     at com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:346)
     at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:152)
     at oracle.adfinternal.view.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:157)
     at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:107)
     at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:245)
     at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:137)
     at javax.faces.webapp.FacesServlet.service(FacesServlet.java:214)
     at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
     at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._invokeDoFilter(AdfFacesFilterImpl.java:228)
     at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._doFilterImpl(AdfFacesFilterImpl.java:197)
     at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl.doFilter(AdfFacesFilterImpl.java:123)
     at oracle.adf.view.faces.webapp.AdfFacesFilter.doFilter(AdfFacesFilter.java:103)
     at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
     at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:162)
     at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:620)
     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:369)
     at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:865)
     at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:447)
     at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:215)
     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)
     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)
     at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
     at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
     at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)
     at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)
     at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
     at java.lang.Thread.run(Thread.java:595)
Caused by: java.lang.reflect.InvocationTargetException
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:585)
     at org.apache.commons.beanutils.PropertyUtils.setSimpleProperty(PropertyUtils.java:1789)
     at com.sun.faces.config.ManagedBeanFactory.setPropertiesIntoBean(ManagedBeanFactory.java:578)
     ... 56 more
Caused by: java.lang.NullPointerException
     at oracle.ovs.userinterface.backing.app.Vnc.setBindings(Vnc.java:712)
     ... 62 more

To enable the console button in Oracle VM Manager, the following rpms, from the link:http://oss.oracle.com/oraclevm/manager/RPMS/, need to be installed depending on which browser you use to access Oracle VM Manager.

Similar Messages

  • OVM Manager 3.2.1 installation issue

    Hi,
    We are trying to install OVM Manager 3.2.1(on OEL 6.2) but unable to complete the installation as it stops after installing ADF and does not proceed further. Please find the output below.
    Verifying configuration ...
    Start installing the configured components:
    1: Continue
    2: Abort
    Select Number (1-2): 1
    Step 1 of 9 : Database Software...
    Installing Database Software...
    Retrieving MySQL Database 5.5 ...
    Unzipping MySQL RPM File ...
    Installing MySQL 5.5 RPM package ...
    Configuring MySQL Database 5.5 ...
    Installing MySQL backup RPM package ...
    Step 2 of 9 : Java ...
    Installing Java ...
    Step 3 of 9 : Database schema ...
    Creating database 'ovs' ...
    Creating user 'ovs' for database 'ovs'...
    Step 4 of 9 : WebLogic ...
    Retrieving Oracle WebLogic Server 11g ...
    Installing Oracle WebLogic Server 11g ...
    Step 5 of 9 : ADF ...
    Retrieving Oracle Application Development Framework (ADF) ...
    Unzipping Oracle ADF ...
    Installing Oracle ADF ...
    Installing Oracle ADF Patch...
    OVMM installer exits after Step 5. We could not find any errors in log file.
    Any suggestions please?
    Thanks in advance!

    This issue was caused by root user cannot su to oracle user.
    The W/A is to disable ypbind service and run createOracle.sh to make the oracle user a local one.
    How to disable ypbind? issue following command based on your host env,
    service ypbind stop
    or
    /etc/init.d/ypbind stop
    More details, pls check Bug 16416238 - manager installer should add a prereq check that root can su to oracle user

  • OVM Manager 3.3.1 Installation Fails

    I am having a hard time figuring this out. I am trying to install OVM Manager 3.3.1 on Oracle Linux release 7. I have configured the host file with the IP address and the Name of the host. I have setup the IPTABLE firewall ports. I ran createOracle.sh script successfully. I can ping the host by name and IP address, I can ping outside addresses. When going through the OVM Manager install I get through the point where I choose "1-for installation" and then it says that its retrieving MySQL Database 5.6 and then just goes back to a command prompt. The logs do not give any insight on what went wrong. Not sure where else I can try other than starting over again and installing Oracle Linux 6 and trying to install OVM Manager from there.

    by any chance do you have existing installation of mysql to the machine
    you are installing OVMM?
    another hint is to disable SELinux.
    I checked the documentation and OEL 7 is not in the list of supported
    OS. I would not try to run any Oracle product on unsupported
    configuration and based on this I would advise you run the installation
    on OEL 6 updated with the latest level.
    Hope this helps,
    A.

  • OVM Manager 3.1.1 Installation stuck at final step

    Hello,
    My OVM Manager 3.1.1 installation is stuck at 'Please wait while Weblogic configures the applications... This can take up to 5 minutes.
    Trying...
    Trying...
    Trying...
    and continues this message.
    Prior to this step it does say Oracle VM Manager is running...
    Oracle VM Manager installed.
    Ideas?

    To add:
    found this post
    Anyone seen this behavior installing OVM Manager 3.0.2?
    Tried what was on there
    However what I'm getting now when I enter the username passwords is
    Connecting to Weblogic Server...
    There is no server running at t3://localhost:7001
    Connection to WebLogic server failed...

  • OVM manager installation problem

    Hi Gurus
    I am trying to install OVM manager into oracle Linux 6. I m getting following error
    Invalid mount point /u01 ...
    I have tried my best but not able to address the problem , please help me in this regards
    Regard
    Rabi

    What is the status of your vm-02 server in VM manager?
    Have you checked the agent status on the vm-02 server?
    Regards
    Sebasitian

  • Oracle EM and OVM management--where to start?

    We are interested in evaluating EM for OVM control, but after a quick glance through the docs it's by no means clear how to start. We have not used EM before this and it's a daunting prospect.
    What I'm interested to know is:
    1. What is the minimum amount of parts I need to download and install to get OVM management under EM working for a simple environment?
    2. Does it really require a full oracle DB installation or will it work with XE?
    3. What plugins and agents etc. are/are not required?
    It looks simple enough on paper but the EM framework has an enormous amount of apparatus most of which it seems we don't need.
    Any pointers greatly appreciated!
    Charles Meo

    First this is such task where you will learn more but sorry to say it will also take Time. This is not one/two days task.
    Yes how to start
    ==========
    I will suggest first dont go with user guides/Implementation Guide, for newbie they are little bit hard as my understanding.
    Read small Blogs/Articles and have fast understanding and then go with user guides/Implementation Guide .
    These are some article are there web that can hep you
    http://apps2fusion.com/apps/oracle-hrms/26-payroll-functional
    http://apps2fusion.com/at/85-daxesh/510-accrual-absence-hr-payroll-r12
    Thanks

  • Connection problem to the OVM Manager 3.0.3 Console

    My OVM Manager 3.0.3 installation was smooth on top of Oracle Linux 6.0, not even with a single error after taking care of some prerequisite warning stuff at the beginning.
    After the installation, it displayed some info on how to connect to the OVM Manager Console.
    http://ovmmanager:7001/ovm/console
    https://ovmmanager:7002/ovm/console
    But, not only neither address seems to work but also the server opens neither port.
    I have no problem remotely logging into the shell via ssh.
    Trying "telnet ovmmanager 7001" and "telnet ovmmanager 7002" isn't connecting.
    Also, Oracle is up and running.
    # ps -ef |grep XE |wc -l
    31
    # ps -ef |grep pmon
    oracle 1610 1 0 02:28 ? 00:00:02 xe_pmon_XE
    I rebooted it couple of times but the same thing.
    Could someone please let me know where I should start?
    Thanks.
    - Young

    Hi,
    The reason is the /etc/rc.d/init.d/ovmm shell script. It tries to start the weblogic with oracle user. The oracle user doesnt have permission and it fails with a timeout
    if [ $action = run ]; then
    logger "Starting the Oracle VM Manager application."
    echo -n "Starting Oracle VM Manager"
    nohup su - oracle  -c "$USER_MEM_ARGS DOMAIN_PRODUCTION_MODE=true JAVA_OPTIONS=\"-Djava.awt.headless=true -Xdebug -Xrunjdwp:transport=dt_socket,address=127.0.0.1:8453,server=y,suspend=n -da:org.apache.myfaces.trinidad\" /u01/app/oracle/ovm-manager-3/machine1/base_adf_domain/startWebLogic.sh &" > /dev/null
    RETVAL="$?"
    fi
    change it to
    if [ $action = run ]; then
    logger "Starting the Oracle VM Manager application."
    echo -n "Starting Oracle VM Manager"
    nohup su -  -c "$USER_MEM_ARGS DOMAIN_PRODUCTION_MODE=true JAVA_OPTIONS=\"-Djava.awt.headless=true -Xdebug -Xrunjdwp:transport=dt_socket,address=127.0.0.1:8453,server=y,suspend=n -da:org.apache.myfaces.trinidad\" /u01/app/oracle/ovm-manager-3/machine1/base_adf_domain/startWebLogic.sh &" > /dev/null
    RETVAL="$?"
    fi
    Thanks,
    With Regards,
    Sudhir Koneru
    Edited by: 926503 on Apr 17, 2012 12:38 PM

  • How to create EBS 12.1.1 cloning using OVM Manager

    Hi
    We are currently running Oracle Application release 12.1.1 and Oracle Database 10.2.0.4.1 on IBM Power 5 on AIX 6.1.
    We are in process of Migration the whole environment to Intel based platform our go LIVE date is 26th september 2013 and the vendor has configured the Oracle VM environment, they suggested us to use Oracle VM templates but we did the test migration using iso files of Linux(x86_64) and Oracle DB Home and Oracle Application Techstack
    Source (2 server HACMP CLuster) Server1 DB and CONC, server 2 APPS
    Oracle Database 10.2.0.4.1
    Oracle Application 12.1.1
    AIX 6.1
    Target (2 Servers OVM Cluster) Guest VM DB, Guest VM APPS
    Oracle Database 11.2.0.3.6
    Oracle Application 12.1.1
    Oracle Enterprise linux 6.4
    Oracle VM Hypervisor 3.2.3
    Oracle VM Manager 3.2.3
    We have completed the migration by installation the OS, DB Home, APPS TECH stack using media because we were unable to get the latest templates from Oracle E-delivery, we need to create a clone of the current setup using OVM Manager and also cloning of EBS Database and APPS tier using the same method without running the cfgclone scripts, help needed.
    Thank you
    regards
    shahrukh

    Hi;
    I suggest to you to review below docs:
    Application Tier Platform Migration with Oracle E-Business Suite Release 12 [ID 438086.1]
    Export/Import Process for Oracle E-Business Suite Release 12 using 10gR2 [ID 454616.1]
    General Notes For E-Business Suite Release 12 [ID 986673.1]
    Oracle E-Business Suite Upgrade Center - Plan [ID 461709.1]
    Regard
    Helios

  • Death of OVM manager. How to recover?

    I found myself in a situation where my OVM-manager server got hosed and I had to rebuild it (disks died, and since it's a test environment, no backup of the host exists).
    Unfortunately I had previously set up an OVM pool and repository.
    I re-mounted a repository NFS share that was in use on the now dead OVM-manager installation. That worked, and it inserted itself into the Storage->Fileservers list
    I attempted to reload this share as a repository on my new OVM-manager installation, it told me I couldn't because it belonged elsewhere.
    Now that I try to delete it from the list of File Servers, it tells me I can't because
    "OVMRU_002005E repo01 - Cannot delete NAS or fileSystem with a repository on it."
    This was despite the fact that it is not even recognised a repository on my new OVM manager box.
    So I went a deleted the share on the NFS device, but the error persists.
    Attempted to rediscover the share, and since it can no longer find it, that doesn't help the new OVM manager decide that is an "ex-NFS mount"
    Attempted to re-try deleting the file server mount, but it refuses to go away and out of the list, even though it is not even recognised as a repository on my new OVM manager install.
    Seems like OVM has some big issues regarding handling ownership.
    On a separate issue, I tried taking ownership of some OVM boxes tied to the old and dead OVM-manager, and I was rebuffed there too.
    I went and reinstalled the OVM servers as well.
    it seems like the death of an OVM-management server means the death of the entire architecture, including the repository and all files, and forces a complete rebuild.
    Any idea how to fix this?

    I'm no expert, but I know that the OVM Manager install has an option to force a specific UUID, so the manager will look "exactly like" the original one, and everything works again. I'm not sure that this scenario is applicable to you, since I'm fairly new to all this. But perhaps you can determine what the old UUID was (you may have written it down, or it's stored in your cluster data somewhere, and re-install with that UUID. I think this is mentioned in the docs, and there are postings here about it.

  • Unable to Boot OVM Manager ISO from iLOM

    Hi all,
    I am trying to boot the OVM Manager ISO on a Fire X4150 using the console redirection but all that comes up is "Grub" and allows no further interaction. I've tried downloading the ISO multiple times, using an older version of the OVM installation ISO, and upgraded the iLOM firmware to the latest and greatest. When I use the OVM Server ISO, it boots up normally and starts the installation process. The machine that I am running the remote console from and has the ISO image is in the same rack as the server where I would want to install OVM Manager.
    Getting physical access to pop a DVD in the drive is limited so really trying to figure out a way I can do this remotely.
    Any one else have this issue and knows of a workaround?
    Thanks,
    Peter

    FYI, update the FIRWARE on your Sun Fire X4150s. I was on a project a couple weeks ago and we where unable to use the ILOM to mount ISO files. After 10 hours of FUN, we discovered that its was a BUG! Update each server to the latest FIRMWARE, i.e. download the FIRWARE, and update each node from its web portal.
    Sun x86 is FUN!
    Roddy

  • Availability of OVM Manager (2.2) Template?

    With the release of OVM2.2, I'm looking to update our servers, including the OVM Manager installation.
    We run our Manager as a VM, using one of the prebuilt templates available through edelivery. I notice that these prebuilt templates have not yet been updated to include a 2.2 version - is there an ETA on this? Or alternatively, is it possible to somehow update the Manager using the Media (ISO) instead?
    TIA.
    Robert.

    rns wrote:
    Or alternatively, is it possible to somehow update the Manager using the Media (ISO) instead?Sure -- copy the ISO to the VM, loop mount it and then run runInstaller. :) Exactly the same way you'd upgrade a physical server running Oracle VM Manager. I recommend running a backup of your existing 2.1.5 database first. The runInstaller will show you the command-line for that when you select the "Upgrade Oracle VM Manager" option.

  • OVM Server Ownership in OVM Manager

    Hi,
    I am new to OVM so go easy on me ;)
    Am having a play around with OVM 3 for the first time. I managed to get into a state in OVM Manager where my OVM Server was kind of half discovered, although I was able to "Take Ownership" in the Manager. When I tried to delete it it failed saying it didn't exist. When I tried to re-discover it said it already existed. So in the end I gave up and just uninstalled and re-installed OVM Manager.
    So now I can successfully discover my OVM server, great, I thought, but now when I try and "Take Ownership" of this newly discovered VM server it says it's already owned by another manager:
    OVMRU_000009E Server <my OVM server> is already owned by an Oracle VM Manager.
    Anybody any ideas how I can resolve this?
    Thanks
    Jim

    bmace wrote:
    I'm not sure how it ended up being implemented exactly but I believe there should also be a way to specify the manager UUID at manager install time.Just run the installer with the -u option to pass the UUID in:
    # ./runInstaller.sh -u <uuid> You can find the UUID of your Manager installation by checking the .config file at */u01/app/oracle/ovm-manager-3/.config*

  • OVM - 1000 OVM Manager could not connect

    Hi,
    I installed OVM following the installation guide. Every node can ping each other, but when I try to create a server pool i meet the following error:
    OVM - 1000 OVM Manager could not connect to 110.130.10.45, please check the IP and Oracle VM agent password.
    The IP is ok and connection too. I'm also sure that the agent password is correct. What other check I have to do?

    Hi,
    have a look @ following MOS Note:
    https://supporthtml.oracle.com/oip/faces/secure/km/DocumentDisplay.jspx?id=469169.1&h=Y
    To debug communication problems with the agent.
    Furthermore make sure, that in your /etc/hosts the hostname does not apper in the 127.0.0.1 line.
    Sebastian
    Edited by: ssolbach on Dec 14, 2010 5:38 AM

  • Lost connection between ovm-manager and ovm-server (ovm 3.1)

    Hi,
    I have a manager as a VM on my laptop and a physical server as an ovm-server. Everything is fine when i boot the server but after some time, the manager stop to show the information from the server. in the ovs-agent log file the following messages are repeated regulary
    [2013-08-29 13:06:19 6160] DEBUG (notification:289) Trying to connect to manager.
    [2013-08-29 13:06:20 6160] DEBUG (notification:291) Connected to manager.
    [2013-08-29 13:06:20 6160] ERROR (notification:316) No manager Core API server object for 10:60:4b:88:bc:24:10:60:4b:88:bc:25:fe:ff:ff:ff.
    [2013-08-29 13:06:34 6171] ERROR (notification:64) Unable to send notification: (111, 'Connection refused')
    I did not reboot neither the server nor the manager. No IP change. Rebooting the manager has no effect.
    The only way to restore communication is to restart the ovs-agent on the server, but this restart disable the network card. I must be physical on the server to restart the network.
    any help will be very helpful
    best regards
    Jean-Marc

    Hi,
    The are many steps to verify:
    Verify with your firewall on the Oracle VM Manager system (service iptables stop).
    Verify with a ping between OVM Manager and OVM Server using the IP Address and using the hostname for each one (from OVM Manager : ping ovm-server ; and from OVM Server: ping ovm-manager).
    I hope this can help you
    Best Regards

  • How to start virtual OVM Manager and restore server pool which hosts it?

    It had to happen... the day I migrate our OVM Manager from an ESX host into an Oracle VM, we have a massive NetApp outage, and everything fails to come back. As a result of having lock errors when trying to start any VMs I noted on the forum various solutions and ended up following the steps concerning stopping ovs-agent and removal of /etc/ovs-agent/db/* on all the servers. Next I re-added the repo to all the servers using repos.py, but of course now none of the servers are in a pool so the --list command shows them as [R] rather than [*], and the /OVS directory is not yet mapped. So the next stage, according to the instructions which I am following, describes using the 'Restore' option in the OVM Manager GUI. Given that /OVS is not mounted and all of the servers are now config-less, I can't see how I can start the OVM Manager VM to get to the aforementioned "restore" option...
    Thank Jeebus I kept the ESX copy of OVM manager on (but powered down), as I was able to fire it up and do the restore, and now everything is hunky dory. However, this is our Dev platform and I was going to build the Prod platform and deploy OVM Manager straight into the OVM architecture via the template, rather than having it on ESX, but this issue on the Dev install has made me think twice about the mobius nature of managing the VM architecture from within the VM architecture...
    I am assuming I am missing some sort of commandline knowledge, so... given:
    - empty db directory
    - root repos [R] on all servers
    - as yet unmapped /OVS
    ...how to get the server pool up and get something back into /OVS, and then start my OVM Manager VM so I can 'restore'? Is it even possible? because if it isn't, I'll be blowed if the Prod OVM manager is going to get deployed like this...
    And no, there's no money in the budget for extra tin just to sit there running the OVM Manager and nothing else.
    TIA
    Kev

    user12474530 wrote:
    Still nobody seems to know of how to create a server pool on the CLI (outside of OVM Manager) though...There is no way to create a server pool on the CLI without Oracle VM Manager. You either need to use the Web UI of the Manager, or use the ovmcli command-line tool. Both of those require Oracle VM Manager to be running.
    However, once the Pool is created, you do not need the Manager to be running to perform simple tasks like starting/stopping guests. That can be done with the xm command-line tool.
    I agree with you about running VM Manager as a guest of the Oracle VM Server: I actually don't recommend this in production, unless you have at least two Server Pools. Then you can have the Manager of Pool A hosted by Pool B and vice-versa. Most often however, I recommend a completely independent Manager machine, either physical or hosted on a separate virtualization stack.

Maybe you are looking for

  • BPEL FTP Adapter Issue

    I am trying to run the tutorials/129.FTPAdapter example. 1) placed my FTP configuration in Oracle_Home\integration\orabpel\system\appserver\oc4j\j2ee\home\a pplication-deployments\default\FtpAdapter\oc4j-ra.xml file. 2) created the input, output fold

  • Can not acess music store

    message recieved "itunes could not connect to the music store make sure your network connection is active and try again" any thoughts about what to do?

  • ISE + Selfregistering

    Hi, i have a wireless network with peap authentication and some VIP users on the network. Now i want to "pimp" that SSID with a self-service and want to make use of the My Devices Portal if this is possible. 1. User gets permission to access the wire

  • Slide toggle from right to left and left to right. in sharepoint issue.

    I have used this url to create asp.net sliding panel but panel slides and while page is loading it will dissappear. link how to solve it. my code:  <script src="http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.9.1.min.js" type='text/javascript'></scrip

  • Jservlet samples - where?

    I'm not able to find jservlet samples from the OTN OAS 4.0.8.1 distribution. According to the release notes, they're supposed to be in the .../samples/JServlets directory, which seems not to exist. Am I missing something or what? Thanks, Mauro Bregol