Tcp/7002 needed from OVM Server to OVM Manager?

Hi,
When i take a look at the diagram on 3.3.2.6. Firewall Configuration i see that the Oracle VM Server only need tcp/7001 and udp/123. When i check the logging of an OVM Server i see the following logs:
[2013-10-23 12:24:20 7761] DEBUG (base:109) url: https://0.0.0.0:7002/ovm/core/bindings/python_3.2.2.520.zip option: None
[2013-10-23 12:24:20 7761] DEBUG (base:112) new url: https://10.100.0.38:7002/ovm/core/bindings/python_3.2.2.520.zip
On 3.3.2.6. Firewall Configuration i read: "The ports used by the Oracle VM Servers to connect to Oracle VM Manager are: 7001, 7002 and 54321". Can someone of Oracle update the diagram? The diagram is not complete.
Regards,
Alwin.

This blog post will provide all of the Oracle VM intra-communication details your looking for: Oracle VM Manager Installation

Similar Messages

  • Access, execute mof from pull server using release management

    I have created a DSC pull server and deployed a mof to this server.
    I could access the mof from pull server using below script and it executed successfully from powershell ISE.
        1. 
    Configuration
    C_Pull_Webserver
        2. 
        3. 
    LocalConfigurationManager
        4. 
        5. 
    AllowModuleOverwrite=$true;
        6. 
    ConfigurationID
    = "db00cf80-cb0e-4537-8344-90e3906e0b34";       
        7. 
    RefreshMode
    = "Pull";
        8. 
    DownloadManagerName
    = "WebDownloadManager";  
        9. 
    RefreshFrequencyMins
    = 15;
        10.
    ConfigurationModeFrequencyMins
    = 30;
        11.
    ConfigurationMode
    = "ApplyAndAutoCorrect";
        12.
    DownloadManagerCustomData
    = @{
        13.
    ServerUrl
    = "http://myserver:8080/PSDSCPullServer/PSDSCPullServer.svc";
        14.
    AllowUnsecureConnection
    = "TRUE" }          
        15.
        16.
        17.
    #Create MOF to push
        18.
    C_Pull_Webserver
        19.
    #push the MOF: this will engage pull mode
        20.
    $FilePath
    = (Get-Location
    -PSProvider FileSystem).Path
    + "\C_Pull_Webserver"
        21.
    Set-DscLocalConfigurationManager
    -ComputerName "CHN-AERO-VM13"
    -Path $FilePath
    -Verbose
    I removed the below lines from the above script
    19.
    #push the MOF: this will engage pull mode
    20.
    $FilePath
    = (Get-Location
    -PSProvider FileSystem).Path
    + "\C_Pull_Webserver"
    21.
    Set-DscLocalConfigurationManager
    -ComputerName "CHN-AERO-VM13"
    -Path $FilePath
    -Verbose
    andand tried  to access it from release management and i get the below error
    System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.AggregateException: One or more errors occurred. ---> Microsoft.TeamFoundation.Release.Common.Helpers.OperationFailedException:
    Perform operation 'Invoke CimMethod' with following parameters, ''methodName' = SendConfigurationApply,'className' = MSFT_DSCLocalConfigurationManager,'namespaceName' = root/Microsoft/Windows/DesiredStateConfiguration'.
    Failed to apply configuration in the DSC script to the computer. Consult the Logs below for details of the error.
    System.Management.Automation.RemoteException: Unable to find the mof file. Make sure you are generating the MOF in the DSC script in the current directory.
       at System.Management.Automation.PowerShell.CoreInvokeRemoteHelper[TInput,TOutput](PSDataCollection`1 input, PSDataCollection`1 output, PSInvocationSettings settings)
       at System.Management.Automation.PowerShell.CoreInvoke[TInput,TOutput](PSDataCollection`1 input, PSDataCollection`1 output, PSInvocationSettings settings)

    Don't know. How did you generate the MOF?
    When I run this it works just fine:
    Configuration C_Pull_Webserver{
    LocalConfigurationManager{
    AllowModuleOverwrite=$true;
    ConfigurationID = "db00cf80-cb0e-4537-8344-90e3906e0b34";
    RefreshMode = "Pull";
    DownloadManagerName = "WebDownloadManager";
    RefreshFrequencyMins = 15;
    ConfigurationModeFrequencyMins = 30;
    ConfigurationMode = "ApplyAndAutoCorrect";
    DownloadManagerCustomData = @{
    ServerUrl = "http://myserver:8080/PSDSCPullServer/PSDSCPullServer.svc";
    AllowUnsecureConnection = "TRUE"
    C_Pull_Webserver
    ¯\_(ツ)_/¯

  • Services of 2nd instance disappearded from SQL Server 2012 Configuration Manager but still running

    We recently configured multiple SQL Server 2012 R1 (two-node) clusters. Some with two instances. However, we discovered later that the Configuration Manager only lists the services of the 1st instance (the default MSSQLSERVER instance). The other named instance
    is still running and can be failed over from one node to the other using Cluster Failover Manager but the services are not showing up in Configuration Manager in any of the two nodes.
    Any thoughts as to why we see this odd behavior and how to fix it? We have done two instances before in SQL Server 2008 R2 but never saw this behavior.
    Thanks,
    Omer

    Please see my answer above about the SQLCM version. We use the highest.
    As I said before that this happens only when we have two instances running in a SQL2012 cluster. We configured 7 SQL 2012 clusters. three of them have two instances but only the services of one instance are displayed in CM. Services of the default instance
    are listed in two of these clusters while services of the named instance are listed in the 3rd one.
    One thing to note about these configurations is that the installer could not bring the services at the end of installation online because it did not have permission to create the computer objects in AD during setup thus we had to follow a known workaround
    that involves having the domain admin fix these permissions and then we were able to add the SQL Agent Service to the cluster and bring the services online after modifying the ConfigurationState key value of each instance in the registry.
    The installer account is setup as a local admin and we asked the domain admin to give it "Read All properties" and "create computer objects" in AD but for some reason it does not seem to have the ability to create these computer objects during installation
    and the objects are to be pre-created and their permissions reset afterward.
    I am giving this information and I am not sure if it has anything to do with the fact that SQLCM is listing the services of one instance and not the other.

  • 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 many time to install/configure OVM Manager and OVM Server ?

    Hello,
    I wish to have your experience feedback on the mean time needed to install both OVM Server and OVM Manager in a production environement, with e.g : 2 CPUs, 4 G of RAM, or for 4 CPUs and 8 G of RAM.
    Regards,
    Lionel

    Not enough information. XE is not supported in a production environment so you will need to install a SE or EE version of Oracle Database. I would personally use EE because the Virtual Manager comes with a single use license that covers running the VM Manager on either edition. No extra cost to run EE over SE.
    You can use kicstart to rapidly deploy any VM Server. If you get your scripting right... it takes less than 10 minutes.

  • TCP/IP Connection from ABAP

    Hello everybody.
    Does anybody know the way how to create TCP/IP connection from ABAP? I need to establish TCP/IP connection from Appication server to external server(not sap) to retrieve some data. I assume that it can be done using RFC calling technique, but i think that i have to register needed functionality as RFC in external server. To skip this step i need an explicit TCP/IP from abap.
    Thank you for helping.
    Yours sincerely,
    Nguyen Hai Long.
    Edited by: Long Nguyen on Jun 24, 2008 10:06 AM

    Thank you all. I found an example in the internet http://documentation.softwareag.com/Crossvision/sap231/pages/drfc2rpc.htm. The situation force me to overpass my laziness and to use RFC
    Yours sincerely,
    Nguyen Hai Long

  • Cluster Not Available error when booting OVM server DOM0 from USB

    Hi all,
    I have been wanting to run OVM 2.2 from a USB stick for a while now. I ran through the install CD today and saw there was a 'minimal USB install' option on the installation screen. So I plugged in a 4GB USB stick, rebooted, and ran the USB install.
    After a while, the install completed, OVM booted up perfectly it seemed, and I was happy.
    The server had no local storage apart from this USB stick as we are going to be hooking it up to an iSCSI target for guest VM storage.
    This was a new lab setup, so I got the VM Manager running on another system, connected to the USB booted OVM server, and went to create a pool.
    Running the 'test connection' that worked fine.
    Trying to add the pool - failed. I got the error 'Cluster Not Available'
    On the OVM server I did a repos.py -l and nothing gets listed.
    I understand that for HA you need a repository with shared storage. However, before I have used these same install CDs with a singe local hard disk, to get OVM server running, and it did so fine.
    So what's different with the USB disk install that means you don't get a repository?
    Do I have to create a special repository LUN, manually connect the OVM server to this, and then use repos.py to create it?
    Cheers,
    Jeff

    Ok I have read, re-read related parts of the underground manual and have hit a brick wall with the 'simple' task of setting up a NIC for dedicated iSCSI traffic. The manual does not cover this task in the iSCSI SAN section.
    So I'm in a catch 22.
    My OVM server boots up, with it's single management NIC configured, but once booted - I don't want to connect to the iSCSI target via this network - I need it completely closed off.
    I want to use another NIC (or bond of two) for dedicated iSCSI traffic to and from the OVM Server.
    However, the underground manual strangely only seems to cover a single NIC configuration! It looks like he assumes you are going to be running iSCSI on your management NIC, which I can only think is incredibly bad practice.
    I have installed OVM with the linux asknetwork - this did not give me the option to configure additional interfaces.
    I then manually edited /etc/sysconfig/network-scripts/ifcfg-eth1 on the OVMServer, restarted network, restarted the entire box - I can ping my new NIC / IP locally from within the OVM server, but I can not connect to the iSCSI target, nor can I ping the iSCSI NIC on the OVM server from the target.
    This is such a simple thing to try to achieve - super frustrating...
    Jeff

  • Trying the new OVM Server 3.1.1, cannot discover from OVM Manager

    Hi,
    I see that Oracle VM Server 3.1.1 now available on the cloud. So, I installed it and re-attempted to discover the server. But, I still get the below error. Any help is appreciated.
    ob Construction Phase
    begin()
    Appended operation 'Discover Manager Server Discover' to object 'OVM Foundry : Discover Manager'.
    commit()
    Completed Step: COMMIT
    Objects and Operations
    Object (IN_USE): [DiscoverManager] OVM Foundry : Discover Manager
    Operation: Discover Manager Server Discover
    Job Running Phase at 18:52 on Sat, May 12, 2012
    Job Participants: []
    Actioner
    Starting operation 'Discover Manager Server Discover' on object 'OVM Foundry : Discover Manager'
    Setting Context to model only in job with id=1336873925542
    Operation 'NTP Service Configure' in non-job running context, not adding it to object 'f9:11:d2:76:69:e2:45:c9:9c:90:86:9f:37:b7:d8:92'.
    Operation 'NTP Service Configure' in non-job running context, not adding it to object 'f9:11:d2:76:69:e2:45:c9:9c:90:86:9f:37:b7:d8:92'.
    Operation 'NTP Service Configure' in non-job running context, not adding it to object 'f9:11:d2:76:69:e2:45:c9:9c:90:86:9f:37:b7:d8:92'.
    Operation 'NTP Service Configure' in non-job running context, not adding it to object 'f9:11:d2:76:69:e2:45:c9:9c:90:86:9f:37:b7:d8:92'.
    Operation 'Server Set Statistic Interval' in non-job running context, not adding it to object 'f9:11:d2:76:69:e2:45:c9:9c:90:86:9f:37:b7:d8:92'.
    Job Internal Error (Operation)com.oracle.ovm.mgr.api.exception.FailedOperationException: OVMAPI_6055E Discover target: ovmserver.govinsys.com, Discover failed with error: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
    at java.util.ArrayList.RangeCheck(ArrayList.java:547)
    at java.util.ArrayList.get(ArrayList.java:322)
    at com.oracle.ovm.mgr.discover.ovm.ServerHardwareDiscoverHandler.processSMBIOSData(ServerHardwareDiscoverHandler.java:482)
    at com.oracle.ovm.mgr.discover.ovm.ServerHardwareDiscoverHandler.processProcessorData(ServerHardwareDiscoverHandler.java:591)
    at com.oracle.ovm.mgr.discover.ovm.ServerHardwareDiscoverHandler.process(ServerHardwareDiscoverHandler.java:338)
    at com.oracle.ovm.mgr.discover.ovm.DiscoverHandler.execute(DiscoverHandler.java:55)
    at com.oracle.ovm.mgr.discover.DiscoverEngine.handleDiscover(DiscoverEngine.java:442)
    at com.oracle.ovm.mgr.discover.DiscoverEngine.handleDiscover(DiscoverEngine.java:427)
    at com.oracle.ovm.mgr.discover.DiscoverEngine.handleDiscover(DiscoverEngine.java:412)
    at com.oracle.ovm.mgr.discover.DiscoverEngine.handleDefaultDiscover(DiscoverEngine.java:373)
    at com.oracle.ovm.mgr.discover.DiscoverEngine.discoverNewServer(DiscoverEngine.java:360)
    at com.oracle.ovm.mgr.discover.DiscoverEngine.discoverServer(DiscoverEngine.java:272)
    at com.oracle.ovm.mgr.op.manager.DiscoverManagerServerDiscover.action(DiscoverManagerServerDiscover.java:48)
    at com.oracle.ovm.mgr.api.job.JobEngine.operationActioner(JobEngine.java:193)
    at com.oracle.ovm.mgr.api.job.JobEngine.objectActioner(JobEngine.java:264)
    at com.oracle.ovm.mgr.api.job.InternalJobDbImpl.objectCommitter(InternalJobDbImpl.java:1090)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:247)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:207)
    at com.oracle.odof.core.BasicWork.invokeMethod(BasicWork.java:136)
    at com.oracle.odof.command.InvokeMethodCommand.process(InvokeMethodCommand.java:100)
    at com.oracle.odof.core.BasicWork.processCommand(BasicWork.java:81)
    at com.oracle.odof.core.TransactionManager.processCommand(TransactionManager.java:751)
    at com.oracle.odof.core.WorkflowManager.processCommand(WorkflowManager.java:401)
    at com.oracle.odof.core.WorkflowManager.processWork(WorkflowManager.java:459)
    at com.oracle.odof.io.AbstractClient.run(AbstractClient.java:42)
    at java.lang.Thread.run(Thread.java:662)
    Sat May 12 18:52:20 PDT 2012
    at com.oracle.ovm.mgr.discover.DiscoverEngine.handleDiscover(DiscoverEngine.java:457)
    at com.oracle.ovm.mgr.discover.DiscoverEngine.handleDiscover(DiscoverEngine.java:427)
    at com.oracle.ovm.mgr.discover.DiscoverEngine.handleDiscover(DiscoverEngine.java:412)
    at com.oracle.ovm.mgr.discover.DiscoverEngine.handleDefaultDiscover(DiscoverEngine.java:373)
    at com.oracle.ovm.mgr.discover.DiscoverEngine.discoverNewServer(DiscoverEngine.java:360)
    at com.oracle.ovm.mgr.discover.DiscoverEngine.discoverServer(DiscoverEngine.java:272)
    at com.oracle.ovm.mgr.op.manager.DiscoverManagerServerDiscover.action(DiscoverManagerServerDiscover.java:48)
    at com.oracle.ovm.mgr.api.job.JobEngine.operationActioner(JobEngine.java:193)
    at com.oracle.ovm.mgr.api.job.JobEngine.objectActioner(JobEngine.java:264)
    at com.oracle.ovm.mgr.api.job.InternalJobDbImpl.objectCommitter(InternalJobDbImpl.java:1090)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:247)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:207)
    at com.oracle.odof.core.BasicWork.invokeMethod(BasicWork.java:136)
    at com.oracle.odof.command.InvokeMethodCommand.process(InvokeMethodCommand.java:100)
    at com.oracle.odof.core.BasicWork.processCommand(BasicWork.java:81)
    at com.oracle.odof.core.TransactionManager.processCommand(TransactionManager.java:751)
    at com.oracle.odof.core.WorkflowManager.processCommand(WorkflowManager.java:401)
    at com.oracle.odof.core.WorkflowManager.processWork(WorkflowManager.java:459)
    at com.oracle.odof.io.AbstractClient.run(AbstractClient.java:42)
    at java.lang.Thread.run(Thread.java:662)
    FailedOperationCleanup
    Starting failed operation 'Discover Manager Server Discover' cleanup on object 'OVM Foundry : Discover Manager'
    Complete rollback operation 'Discover Manager Server Discover' completed with direction=OVM Foundry : Discover Manager
    Rollbacker
    Objects To Be Rolled Back
    Object (CREATED): [LocalStorageInitiator] storage.LocalStorageInitiator in f9:11:d2:76:69:e2:45:c9:9c:90:86:9f:37:b7:d8:92
    Object (CREATED): [Processor] Processor (1) in f9:11:d2:76:69:e2:45:c9:9c:90:86:9f:37:b7:d8:92
    Object (CREATED): [InternalPort] network.InternalPort (1) in f9:11:d2:76:69:e2:45:c9:9c:90:86:9f:37:b7:d8:92 (network.InternalPort (1) in ovmserver.govinsys.com)
    Object (IN_USE): [DiscoverManager] OVM Foundry : Discover Manager
    Object (CREATED): [XenHypervisor] Hypervisor in f9:11:d2:76:69:e2:45:c9:9c:90:86:9f:37:b7:d8:92
    Object (CREATED): [Server] f9:11:d2:76:69:e2:45:c9:9c:90:86:9f:37:b7:d8:92 (ovmserver.govinsys.com)
    Write Methods Invoked
    Class=InternalJobDbImpl vessel_id=2901 method=addTransactionIdentifier accessLevel=6
    Class=DiscoverManagerDbImpl vessel_id=165 method=discoverServer accessLevel=6
    Class=InternalJobDbImpl vessel_id=2901 method=setCompletedStep accessLevel=6
    Class=InternalJobDbImpl vessel_id=2901 method=setAssociatedHandles accessLevel=6
    Class=InternalJobDbImpl vessel_id=2901 method=setContext accessLevel=6
    Class=ServerDbImpl vessel_id=2911 method=setName accessLevel=6
    Class=ServerDbImpl vessel_id=2911 method=setFoundryContext accessLevel=6
    Class=ServerDbImpl vessel_id=2911 method=onPersistableCreate accessLevel=6
    Class=HashMapDbImpl vessel_id=2918 method=remove accessLevel=6
    Class=LocalStorageInitiatorDbImpl vessel_id=2919 method=setName accessLevel=6
    Class=LocalStorageInitiatorDbImpl vessel_id=2919 method=setFoundryContext accessLevel=6
    Class=LocalStorageInitiatorDbImpl vessel_id=2919 method=onPersistableCreate accessLevel=6
    Class=LocalStorageInitiatorDbImpl vessel_id=2919 method=setLifecycleState accessLevel=6
    Class=LocalStorageInitiatorDbImpl vessel_id=2919 method=setRollbackLifecycleState accessLevel=6
    Class=InternalPortDbImpl vessel_id=2925 method=setName accessLevel=6
    Class=InternalPortDbImpl vessel_id=2925 method=setFoundryContext accessLevel=6
    Class=InternalPortDbImpl vessel_id=2925 method=onPersistableCreate accessLevel=6
    Class=PortDownEventDbImpl vessel_id=2931 method=notify accessLevel=6
    Class=InternalPortDbImpl vessel_id=2925 method=setLifecycleState accessLevel=6
    Class=InternalPortDbImpl vessel_id=2925 method=setRollbackLifecycleState accessLevel=6
    Class=InternalPortDbImpl vessel_id=2925 method=setNumber accessLevel=6
    Class=InternalPortDbImpl vessel_id=2925 method=setServer accessLevel=6
    Class=RootStatisticLogDbImpl vessel_id=117 method=createStatisticSubjectLog accessLevel=6
    Class=StatisticSubjectLogDbImpl vessel_id=2932 method=setStatisticSubject accessLevel=6
    Class=StatisticSubjectLogDbImpl vessel_id=2932 method=createAllStatisticTypeLogs accessLevel=6
    Class=StatisticTypeLogDbImpl vessel_id=2934 method=setType accessLevel=6
    Class=StatisticTypeLogDbImpl vessel_id=2936 method=setType accessLevel=6
    Class=StatisticTypeLogDbImpl vessel_id=2938 method=setType accessLevel=6
    Class=StatisticTypeLogDbImpl vessel_id=2940 method=setType accessLevel=6
    Class=StatisticTypeLogDbImpl vessel_id=2942 method=setType accessLevel=6
    Class=StatisticTypeLogDbImpl vessel_id=2944 method=setType accessLevel=6
    Class=StatisticTypeLogDbImpl vessel_id=2946 method=setType accessLevel=6
    Class=StatisticTypeLogDbImpl vessel_id=2948 method=setType accessLevel=6
    Class=StatisticTypeLogDbImpl vessel_id=2950 method=setType accessLevel=6
    Class=StatisticTypeLogDbImpl vessel_id=2952 method=setType accessLevel=6
    Class=StatisticTypeLogDbImpl vessel_id=2954 method=setType accessLevel=6
    Class=StatisticTypeLogDbImpl vessel_id=2956 method=setType accessLevel=6
    Class=StatisticTypeLogDbImpl vessel_id=2958 method=setType accessLevel=6
    Class=StatisticTypeLogDbImpl vessel_id=2960 method=setType accessLevel=6
    Class=StatisticTypeLogDbImpl vessel_id=2962 method=setType accessLevel=6
    Class=StatisticTypeLogDbImpl vessel_id=2964 method=setType accessLevel=6
    Class=StatisticTypeLogDbImpl vessel_id=2966 method=setType accessLevel=6
    Class=ServerStoppedEventDbImpl vessel_id=2968 method=notify accessLevel=6
    Class=ServerDbImpl vessel_id=2911 method=setLifecycleState accessLevel=6
    Class=ServerDbImpl vessel_id=2911 method=setRollbackLifecycleState accessLevel=6
    Class=ServerDbImpl vessel_id=2911 method=setType accessLevel=6
    Class=ServerDbImpl vessel_id=2911 method=setEncodedAgentPassword accessLevel=6
    Class=ServerDbImpl vessel_id=2911 method=setManagementInternetProtocolAddress accessLevel=6
    Class=ServerDbImpl vessel_id=2911 method=setAgentVersion accessLevel=6
    Class=ServerDbImpl vessel_id=2911 method=setBootGeneration accessLevel=6
    Class=ServerDbImpl vessel_id=2911 method=setRpmVersion accessLevel=6
    Class=ServerDbImpl vessel_id=2911 method=setOvmVersion accessLevel=6
    Class=ServerDbImpl vessel_id=2911 method=setHostKernelRelease accessLevel=6
    Class=ServerDbImpl vessel_id=2911 method=setHostKernelVersion accessLevel=6
    Class=ServerDbImpl vessel_id=2911 method=setHostname accessLevel=6
    Class=ServerDbImpl vessel_id=2911 method=setManagerUuid accessLevel=6
    Class=ServerDbImpl vessel_id=2911 method=setPythonBindingVersion accessLevel=6
    Class=ServerDbImpl vessel_id=2911 method=createHypervisor accessLevel=6
    Class=XenHypervisorDbImpl vessel_id=2971 method=setName accessLevel=6
    Class=XenHypervisorDbImpl vessel_id=2971 method=setFoundryContext accessLevel=6
    Class=XenHypervisorDbImpl vessel_id=2971 method=onPersistableCreate accessLevel=6
    Class=XenHypervisorDbImpl vessel_id=2971 method=setLifecycleState accessLevel=6
    Class=XenHypervisorDbImpl vessel_id=2971 method=setRollbackLifecycleState accessLevel=6
    Class=XenHypervisorDbImpl vessel_id=2971 method=setServer accessLevel=6
    Class=XenHypervisorDbImpl vessel_id=2971 method=setCompiler accessLevel=6
    Class=XenHypervisorDbImpl vessel_id=2971 method=setCompiledBy accessLevel=6
    Class=XenHypervisorDbImpl vessel_id=2971 method=setCompileDomain accessLevel=6
    Class=XenHypervisorDbImpl vessel_id=2971 method=setCompiledDate accessLevel=6
    Class=XenHypervisorDbImpl vessel_id=2971 method=setVersion accessLevel=6
    Class=XenHypervisorDbImpl vessel_id=2971 method=clearCapabilities accessLevel=6
    Class=XenHypervisorDbImpl vessel_id=2971 method=addCapability accessLevel=6
    Class=XenHypervisorDbImpl vessel_id=2971 method=addCapability accessLevel=6
    Class=ServerDbImpl vessel_id=2911 method=removeAllNtpServers accessLevel=6
    Class=ServerDbImpl vessel_id=2911 method=addNtpServer accessLevel=6
    Class=ServerDbImpl vessel_id=2911 method=addNtpServer accessLevel=6
    Class=ServerDbImpl vessel_id=2911 method=addNtpServer accessLevel=6
    Class=ServerDbImpl vessel_id=2911 method=setStatisticInterval accessLevel=6
    Class=ServerDbImpl vessel_id=2911 method=lock accessLevel=6
    Class=ServerDbImpl vessel_id=2911 method=setProductName accessLevel=6
    Class=ServerDbImpl vessel_id=2911 method=setManufacturer accessLevel=6
    Class=ServerDbImpl vessel_id=2911 method=setProductSerialNumber accessLevel=6
    Class=ServerDbImpl vessel_id=2911 method=setSimpleName accessLevel=6
    Class=InternalPortDbImpl vessel_id=2925 method=setSimpleName accessLevel=6
    Class=ServerDbImpl vessel_id=2911 method=setMemory accessLevel=6
    Class=ServerDbImpl vessel_id=2911 method=setProcessorSpeed accessLevel=6
    Class=ServerDbImpl vessel_id=2911 method=setNoExecuteFlag accessLevel=6
    Class=ServerDbImpl vessel_id=2911 method=setNumberOfThreadsPerCore accessLevel=6
    Class=ServerDbImpl vessel_id=2911 method=setNumberOfProcessorSockets accessLevel=6
    Class=ServerDbImpl vessel_id=2911 method=setNumberOfCoresPerProcessorSocket accessLevel=6
    Class=ServerDbImpl vessel_id=2911 method=setNumberOfPopulatedProcessorSockets accessLevel=6
    Class=ServerDbImpl vessel_id=2911 method=createProcessor accessLevel=6
    Class=ProcessorDbImpl vessel_id=2977 method=setName accessLevel=6
    Class=ProcessorDbImpl vessel_id=2977 method=setFoundryContext accessLevel=6
    Class=ProcessorDbImpl vessel_id=2977 method=onPersistableCreate accessLevel=6
    Class=ProcessorDbImpl vessel_id=2977 method=setLifecycleState accessLevel=6
    Class=ProcessorDbImpl vessel_id=2977 method=setRollbackLifecycleState accessLevel=6
    Class=ServerDbImpl vessel_id=2911 method=setBIOSReleaseDate accessLevel=6
    Class=ServerDbImpl vessel_id=2911 method=setBIOSVendor accessLevel=6
    Class=ServerDbImpl vessel_id=2911 method=setBIOSVersion accessLevel=6
    Class=InternalJobDbImpl vessel_id=2901 method=setFailedOperation accessLevel=6
    Class=DiscoverManagerDbImpl vessel_id=165 method=nextJobOperation accessLevel=6
    Completed Step: ROLLBACK
    Job failed commit (internal) due to OVMAPI_6055E Discover target: ovmserver.govinsys.com, Discover failed with error: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
    at java.util.ArrayList.RangeCheck(ArrayList.java:547)
    at java.util.ArrayList.get(ArrayList.java:322)
    at com.oracle.ovm.mgr.discover.ovm.ServerHardwareDiscoverHandler.processSMBIOSData(ServerHardwareDiscoverHandler.java:482)
    at com.oracle.ovm.mgr.discover.ovm.ServerHardwareDiscoverHandler.processProcessorData(ServerHardwareDiscoverHandler.java:591)
    at com.oracle.ovm.mgr.discover.ovm.ServerHardwareDiscoverHandler.process(ServerHardwareDiscoverHandler.java:338)
    at com.oracle.ovm.mgr.discover.ovm.DiscoverHandler.execute(DiscoverHandler.java:55)
    at com.oracle.ovm.mgr.discover.DiscoverEngine.handleDiscover(DiscoverEngine.java:442)
    at com.oracle.ovm.mgr.discover.DiscoverEngine.handleDiscover(DiscoverEngine.java:427)
    at com.oracle.ovm.mgr.discover.DiscoverEngine.handleDiscover(DiscoverEngine.java:412)
    at com.oracle.ovm.mgr.discover.DiscoverEngine.handleDefaultDiscover(DiscoverEngine.java:373)
    at com.oracle.ovm.mgr.discover.DiscoverEngine.discoverNewServer(DiscoverEngine.java:360)
    at com.oracle.ovm.mgr.discover.DiscoverEngine.discoverServer(DiscoverEngine.java:272)
    at com.oracle.ovm.mgr.op.manager.DiscoverManagerServerDiscover.action(DiscoverManagerServerDiscover.java:48)
    at com.oracle.ovm.mgr.api.job.JobEngine.operationActioner(JobEngine.java:193)
    at com.oracle.ovm.mgr.api.job.JobEngine.objectActioner(JobEngine.java:264)
    at com.oracle.ovm.mgr.api.job.InternalJobDbImpl.objectCommitter(InternalJobDbImpl.java:1090)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:247)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:207)
    at com.oracle.odof.core.BasicWork.invokeMethod(BasicWork.java:136)
    at com.oracle.odof.command.InvokeMethodCommand.process(InvokeMethodCommand.java:100)
    at com.oracle.odof.core.BasicWork.processCommand(BasicWork.java:81)
    at com.oracle.odof.core.TransactionManager.processCommand(TransactionManager.java:751)
    at com.oracle.odof.core.WorkflowManager.processCommand(WorkflowManager.java:401)
    at com.oracle.odof.core.WorkflowManager.processWork(WorkflowManager.java:459)
    at com.oracle.odof.io.AbstractClient.run(AbstractClient.java:42)
    at java.lang.Thread.run(Thread.java:662)
    Sat May 12 18:52:20 PDT 2012
    com.oracle.ovm.mgr.api.exception.FailedOperationException: OVMAPI_6055E Discover target: ovmserver.govinsys.com, Discover failed with error: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
    at java.util.ArrayList.RangeCheck(ArrayList.java:547)
    at java.util.ArrayList.get(ArrayList.java:322)
    at com.oracle.ovm.mgr.discover.ovm.ServerHardwareDiscoverHandler.processSMBIOSData(ServerHardwareDiscoverHandler.java:482)
    at com.oracle.ovm.mgr.discover.ovm.ServerHardwareDiscoverHandler.processProcessorData(ServerHardwareDiscoverHandler.java:591)
    at com.oracle.ovm.mgr.discover.ovm.ServerHardwareDiscoverHandler.process(ServerHardwareDiscoverHandler.java:338)
    at com.oracle.ovm.mgr.discover.ovm.DiscoverHandler.execute(DiscoverHandler.java:55)
    at com.oracle.ovm.mgr.discover.DiscoverEngine.handleDiscover(DiscoverEngine.java:442)
    at com.oracle.ovm.mgr.discover.DiscoverEngine.handleDiscover(DiscoverEngine.java:427)
    at com.oracle.ovm.mgr.discover.DiscoverEngine.handleDiscover(DiscoverEngine.java:412)
    at com.oracle.ovm.mgr.discover.DiscoverEngine.handleDefaultDiscover(DiscoverEngine.java:373)
    at com.oracle.ovm.mgr.discover.DiscoverEngine.discoverNewServer(DiscoverEngine.java:360)
    at com.oracle.ovm.mgr.discover.DiscoverEngine.discoverServer(DiscoverEngine.java:272)
    at com.oracle.ovm.mgr.op.manager.DiscoverManagerServerDiscover.action(DiscoverManagerServerDiscover.java:48)
    at com.oracle.ovm.mgr.api.job.JobEngine.operationActioner(JobEngine.java:193)
    at com.oracle.ovm.mgr.api.job.JobEngine.objectActioner(JobEngine.java:264)
    at com.oracle.ovm.mgr.api.job.InternalJobDbImpl.objectCommitter(InternalJobDbImpl.java:1090)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:247)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:207)
    at com.oracle.odof.core.BasicWork.invokeMethod(BasicWork.java:136)
    at com.oracle.odof.command.InvokeMethodCommand.process(InvokeMethodCommand.java:100)
    at com.oracle.odof.core.BasicWork.processCommand(BasicWork.java:81)
    at com.oracle.odof.core.TransactionManager.processCommand(TransactionManager.java:751)
    at com.oracle.odof.core.WorkflowManager.processCommand(WorkflowManager.java:401)
    at com.oracle.odof.core.WorkflowManager.processWork(WorkflowManager.java:459)
    at com.oracle.odof.io.AbstractClient.run(AbstractClient.java:42)
    at java.lang.Thread.run(Thread.java:662)
    Sat May 12 18:52:20 PDT 2012
    at com.oracle.ovm.mgr.discover.DiscoverEngine.handleDiscover(DiscoverEngine.java:457)
    at com.oracle.ovm.mgr.discover.DiscoverEngine.handleDiscover(DiscoverEngine.java:427)
    at com.oracle.ovm.mgr.discover.DiscoverEngine.handleDiscover(DiscoverEngine.java:412)
    at com.oracle.ovm.mgr.discover.DiscoverEngine.handleDefaultDiscover(DiscoverEngine.java:373)
    at com.oracle.ovm.mgr.discover.DiscoverEngine.discoverNewServer(DiscoverEngine.java:360)
    at com.oracle.ovm.mgr.discover.DiscoverEngine.discoverServer(DiscoverEngine.java:272)
    at com.oracle.ovm.mgr.op.manager.DiscoverManagerServerDiscover.action(DiscoverManagerServerDiscover.java:48)
    at com.oracle.ovm.mgr.api.job.JobEngine.operationActioner(JobEngine.java:193)
    at com.oracle.ovm.mgr.api.job.JobEngine.objectActioner(JobEngine.java:264)
    at com.oracle.ovm.mgr.api.job.InternalJobDbImpl.objectCommitter(InternalJobDbImpl.java:1090)
    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:597)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:247)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:207)
    at com.oracle.odof.core.BasicWork.invokeMethod(BasicWork.java:136)
    at com.oracle.odof.command.InvokeMethodCommand.process(InvokeMethodCommand.java:100)
    at com.oracle.odof.core.BasicWork.processCommand(BasicWork.java:81)
    at com.oracle.odof.core.TransactionManager.processCommand(TransactionManager.java:751)
    at com.oracle.odof.core.WorkflowManager.processCommand(WorkflowManager.java:401)
    at com.oracle.odof.core.WorkflowManager.processWork(WorkflowManager.java:459)
    at com.oracle.odof.io.AbstractClient.run(AbstractClient.java:42)
    at java.lang.Thread.run(Thread.java:662)
    End of Job
    ----------

    Please review the KM note: Upgrade to Oracle VM 3.1.1 using Yum Repository may cause network configuration scripts to be renamed causing network failure after reboot (Doc ID 1464126.1)
    https://support.oracle.com/oip/faces/secure/km/DocumentDisplay.jspx?id=1464126.1
    Workaround
    To prevent this problem, disable 'kudzu' before upgrading Oracle VM 3.0.x to 3.1.1. On each Oracle VM 3.0.x server (dom0), type the following command to disable 'kudzu' at all run levels:
    # chkconfig kudzu off
    To verify that kudzu is disabled:
    # chkconfig --list | grep kudzu
    If the system has been upgraded with 'kudzu' in place, re-name the ifcfg-ethx.bak files to ifcfg-ethx and restart the network (or reboot) to workaround the issue.
    Patches
    Fix:
    A fix has been added to the ovs-release package to obsolete kudzu during yum update. Be sure to download the latest patches from Oracle Unbreakable Linux Network (https://linux.oracle.com) and add the Oracle VM 3.1.1 Server Patches channel to the Yum Repository before you perform server upgrade from 3.0.x to 3.1.1. Then the above mentioned workaround is not needed.
    Oracle VM 3.1.1 Server Patches
    enterprise-linux-ovs-5-4.100.1.1.x86_64.rpm
    ovs-release-3.1-4.100.1.1.x86_64.rpm

  • Can't remove OVM server from server pool

    Hi!
    I tried to remove Oracle VM server using OVM. Both have version 3.0.3
    I use Add/remove wizard from server pool. Selected my single server from list and pressed OK. Nothing happend. Server still in pool.
    I tried to do so when server was online, offline. Results are the same. I reinstalled OVS, but now i'm can't discover it again even i configured different name and IP address. MAC is the same and it's the reason.
    So, is it any way to force delete OVS using any tool or i have to reinstall OVM and it's repository?

    I did it but i don't know how :)
    I tried to discover re-installed server with new IP and name. This operation was failed.
    I changed IP address on re-installed server to old one. And re-discovered server with old name. After that it appeared in unassigned machines list. So, i was able to delete it and also delete old server pool

  • VM template image missing from OVM Server 2.2.0

    Hi,
    We have configured couple of linux OVM images on OVM server 2.20. These images were running successfully from 1 month , suddenly we found 1 of the VM image missing from the /OVS/running_pool directory. Can you let me know if there is any bug in OVM 2.20 as we are running 100 of VM's and VM's image missing could be big issue in future.

    Welcome to the forums !
    The scripts should be available in the companion directory of the CD
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14198/installation.htm#I4367
    HTH
    Srini

  • Booting OVM server from multipath SAN

    Hi,
    I read in the release notes of OVM 3.0.3 that "booting from multipath SAN is not supported". I have a limitation that forces me to use SAN boot.
    What is the best practise?
    1. Go for local disks for OVM server
    or
    2. Is there a workaround which will enable use of device-mapper multipathing.
    Thanks in advance.

    Local disks on the servers.

  • Failed OVM Server Upgrade from 3.0.2 to 3.1.1

    I was trying to upgrade my OVM Server environment from *3.0.2* to *3.1.1* using the CD. I got the following error message after choosing the Upgrade option: Oracle VM server 3.0.2 (cciss/c0d0p2). The other option was to Reinstall System.
    +"Error mounting device sda2 as /:+
    +Device or resource busy+
    +This most likely means this+
    +partition hast not been formatted.+
    +Press OK to reboot your system."+
    My hardware is a HP BL465c G7 server, which is certified by Oracle to run the OVM 3.1.
    http://linux.oracle.com/pls/apex/f?p=117:2:3396212307219555::NO::P2_CERT_ID:1871
    Any advice that can help me find the way to upgrade my servers?
    Thanks in advance,
    Andrés L.

    Hi,
    I tried "yum update -y" and after reboot I encountered a kernel panic after the following message: switchroot: mount failed: No such file or directory.
    So I got to reinstall ovm 3.0.3 from scratch.
    Maybe the hard disk drivers in 3.1.1 kernel version (uek2) are not compatible with my server disks.
    If someone has an accurate explanation to this issue, could be helpfull.
    Best Regards,
    Andres Loaiza.

  • How to configure local disk on OVM Server as storage space to create VMs

    Hello,
    We have installed OVM Server 3.1.1 on a machine that has 250 GB of Hard disk space [Single disk].
    While installing used an option - Remove all partitions and create a new default partition layout.
    Around 4GB has been used and remaining 246 GB is left as free space.
    From OVM Manager - the server is discovered but didn't discovered the physical disk [i.e. remaining 246 GB raw disk space].
    Can someone help me to understand how to use local disk as storage space for creating and running VM's.
    Thanks
    Srinivas

    You can? You've used every conceivable BIOS out there? You must really be full of yourself. There is absolutely no BIOS that I know of that gives this basic function. BIOSs do not "hard partition" anything. A "BIOS" is not made for such things. Do you even know what "BIOS" stands for?
    I wonder why there is some many wanting to do this and are having problems.... I mean if it is such a straight forward thing to do..... It must be down right "intuitive".
    You maybe speaking of a RAID "BIOS" but you obviously think you're not. Some motherboards have integrated RAID abilities. Intel RST comes to mind... BUT this isn't a feature of a MOTHERBOARD BIOS.
    I've got some $50,000 servers that will not break a single hard drive up into multiple logical drives..... Now, I haven't worked on a "Stinkpad" for many years. Don't want to. However, I have never seen one that would do what you're saying you're doing.
    You maybe trying to help.... but you're leading people down a wrong path.
    Its just as easy to run virtual box and use the virtual box templates for Oracle VM. In fact, its more practical if you want to run Oracle VM on a laptop for testing purposes than blowing everything away and attempting to setup different LUNS on a single hard drive.
    For your review...
    http://www.oracle.com/technetwork/articles/servers-storage-admin/configure-vm-templates-1656261.html
    Although it's more reliable to use a separate location (such as an NFS share) for a storage repository, you can use a local disk of your Oracle VM Server instead, thus taking advantage of the local storage option. Beware, though: Oracle VM Server 3.0 doesn't allow you to utilize the unused space on the physical disk it's installed on. For local storage, you'll need at least one more physical disk. In other words, you'll need a total of two disks at minimum on your Oracle VM Server host if you want to use local storage. In practice, though, local storage is not a primary use case. The major downside to this approach is that local storage, by definition, cannot be shared between different servers.
    Edited by: user12273962 on Dec 10, 2012 10:40 AM

  • OVM Server 2.1.2 does not prompt for Networking

    OVM Server 2.1.2 does not prompt for a network setup (ie DHCP or static IPs).
    - I tried re-installing this several times
    This same machine works with native Enterprise Linux 5.2 x86-64 networking.
    The motherboard has two onboard Realtek 8111C chips (10/100/1000 Mbit)
    http://www.gigabyte.com.tw/Products/Motherboard/Products_Overview.aspx?ProductID=2842
    Will setting up networking by hand work with OVM Server 2.1.2?

    OK I finaly made my Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller to work.
    First install an Ethernet card in your box that OVM supports. This to make the OVM installation run smoothly.
    When OVM is up and running follow the steps in [Mini-HOWTO] RPMs needed to compile a kernel-module on / for VM Server to get a working environment to compile modules.
    Now get the driver for the unsupported card from ftp://61.56.86.122/cn/nic/r8168-8.008.00.tar.bz2 .
    Unpack the file by running;:
    tar -jxvf r8168-8.008.00.tar.bz2
    Now follow the steps in the included readme file to compile and install the driver.
    After this I edited the file /etc/modules.conf and changed the line
    alias eth0 xxx
    to
    alias eth0 r8168
    I then turned of the machine and removed my temporary network card.
    When booted I ran system-config-network to configure the network once more to the original values I entered when I installed.

  • OVM server Reboot

    Dear Gurus,
    I would like to get clear some of my doubts regarding Oracle VM server.
    Actually i am very new to OVM and we are having a OVM setup and the ovm version is 3.2. We are having a server pool having two servers.
    Doubts :
    1. During the creation of server pool it was asking us to point to a repository, however after shown of Repository i unable to seem them for further use and i had to create another Repository in order to host the iso, templates and VM disks ets. Where does it gone or does it used for pool hearbeat ?
    2. Can't we use the the ISO's already exported from other NFS servers so that we can simply mount the iso for installation of VMs like in VMWARE.
    3. after creation of server pool we had created couple of Test VM and were trying to reboot the OVM server so that the VM can move across the physical boxes for fail over. However during the OVM server reboot my VM actually reboots instead of Live migration. According to Oracle documentation they say either i have to put the OVM server in Maintenance Mode or i need to move the VMs manually. also it says the vms either will reboot or migrate online. in my case VMs are getting reboot and moves to other available server.
    Please clear my doubts so that i can learn further about OVM and able to explain it to customer.
    Thanks.

    >
    1. During the creation of server pool it was asking us to point to a repository, however after shown of Repository i unable to seem them for further use and i had to create another Repository in order to host the iso, templates and VM disks ets. Where does it gone or does it used for pool hearbeat ?
    Yes .... from the documentation you will get...min 12GB only for headbeat
    *T                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

Maybe you are looking for

  • I just updated to 8.3 and now I am locked out of my phone

    After updating to the newest version of iOS, I was asked to enter a 4 digit pass code. I entered the same one I've always used. Now when I wnet to grab my phone and look at something, It asks for my pass code, I enter it but it doesn't open the phone

  • What is the standard print prg for Purchase Order

    Hi, I am working on forms, what is the standard print program for purchase order. Already i have gone to nace and found that the program assigned to the customized print prg, so i am not able to find out the print program, so can u tell me how to sol

  • Is it possible to set the IMB Service Type Identifier on a per record basis

    From not doing any research, it looks like Presort applies the IMB Service Type Identifier to all records in the output file. Does anyone know if it's possibly to specify different Service Type Identifiers within the same Presort job? In my specific

  • To remove Filter description in Broadcaster PDF output

    Hi BIans, I am having requirement where i need to remove filter description(static filter,dymanic filter,Variables) in the PDF output of broadcaster. I will be having variable screen where i enter my input parameters. when i execute the broadcaster i

  • Export to Premiere Pro opens in previous version

    I exported a timeline from Premiere to audition and did some work on it. When I tried to export back to Premiere Pro it tried to open in a previous version, not CC. Where can I change this behavior?