OVM 3.1.1 DR Configuration

Hi.
We have a business requirement to configure a DR site for our OVM 3.1.1 environment. Any of you dabbled with DR for OVM, if so how and what do we need to do to replicate the VM's from our production site to the DR site?
Maybe I should have ask this fist, it is possible to have a DR site for OVM 3.1.1?
Thanks.

Greetings,
I have had the opportunity to design, deploy and support dozens of Oracle VM DR solutions. Please consult my on-line book named the Oracle Cloud Cookbook, specifically the Oracle Cloud Reference Design chapter section "Oracle VM for x86 Disaster Recovery". I will post the link, although the forum moditator will most likly clip it :-)
<link removed by moderator>
Respectfully,
Roddy
Edited by: rukbat on May 24, 2012 10:46 AM
The OTN forums Terms of use (see link at the bottom ov every page):
http://www.oracle.com/us/legal/terms/index.html
See section 6-J.
Redirecting away from the forum obviates the entire premise of having a free public forum and violates the terms of that TOU agreement.

Similar Messages

  • How to configure multiple IP-Adresses on one NIC in OVM

    Hi guys,
    we have some OVM Servers 2.2.1 installed. They all have three NICs in them (eth0-2). For eth0 and eth2 we need multiple IP-Adresses configured to work with our storage solution. The configuration should look like this:
    eth0:0 - 192.168.31.x
    eth0:1 - 192.168.33.x
    eth1 - 192.168.0.x
    eth2:0 - 192.168.32.x
    eth2:1 - 192.168.34.x
    I tried creating gonfig files ifcfg-eth0:0 in /etc/sysconfig/network-scripts with the following content
    DEVICE=eth0:0
    BOOTPROTO=static
    ONBOOT=yes
    NETMASK=255.255.255.0
    IPADDR=192.168.31.3
    TYPE=Ethernet
    HWADDR=00:1b:21:06:f0:fa
    But it does not work. Neither eth0:0 nore an additional xenbr is configured when i restart.
    I can configure multiple ip addresses for xenbr0 by calling something like "ifconfig xenbr0 192.168.31.x". But these settings get lost as sonn as i reboot the server.
    I have already searched google, forums and blogs for a solution but could not find one. I thought that this should be a pretty common task. In "normal" linux it is not an issue at all.
    Has somebody any experience with a setup like this? I would really apreciate your help.
    Thanks
    Marek

    Hi,
    configuring IP aliasses seems to work the same way like configuring VLANs. You will have to configure the appropriate bridges at system startup manually.
    E.g. this little script is what I use to configure VLANs and briges on my OVM:
    #!/bin/bash
    echo "Configuring VLANs and bridges\n"
    echo "Configuring VLAN 24 on eth2"
    vconfig add eth2 24
    brctl addbr br2.24
    brctl addif br2.24 eth2.24
    ifconfig eth2.24 up
    ifconfig br2.24 up
    echo "Configuring VLAN 31 on eth2"
    vconfig add eth2 31
    brctl addbr br2.31
    brctl addif br2.31 eth2.31
    ifconfig eth2.31 up
    ifconfig br2.31 up
    This script is run at startup by init using this startup skript in /etc/init.d, which is what I think you're missing as you can already seem to bring up the needed IPs manually - you'd have to change the chkconfig accordingly, that is make sure that the config script gets startet after the network has been brought up, like this: # chkconfig: 2345 11 91
    [root@oraclevm01 ~]# cat /etc/init.d/vlan-config
    #! /bin/bash
    # vlan-config configure VLANs
    # chkconfig: 2345 11 89
    # description: Configures VLANs at boot time before the \
    # network is started.
    ### BEGIN INIT INFO
    # Provides: $vlan
    ### END INIT INFO
    # Source function library.
    . /etc/init.d/functions
    if [ ! -f /etc/vlan-config ]; then
    exit 0
    fi
    # See how we were called.
    case $1 in
         start)
                   # configure vlans
                   /etc/vlan-config
              echo $"Usage: $0 {start}"
              exit 1
    esac
    exit 0
    Hth,
    budy
    Edited by: budachst on Jun 29, 2011 8:11 AM

  • Question on adding new server to existing pool in OVM 2.2 environment

    I have an existing iscsi based server pool with one server attached to the pool. I am adding a second ovm server. I have configured the iscsi and multipath modules and can see the repository lun.
    I then added the server to the pool via ovm manager, but the server is not fully participating as the agent did not create a mount point for /OVS so I can't see the repos directiories from the new server. A "df" does not show the device as it does on the first server.
    The manager gui does show the server as part of the pool even though we received an error.
    In the ovm manager log, we see the following messages.
    Check prerequisites to add server (ovm2.highlinehosting.com) to server pool (san_pool1) succeed
    During adding servers ([ovm2.domain.com]) to server pool (san_pool1), Cluster setup failed: (OVM-1011 OVM Manager communication with ovm1.domain.com for operation HA Setup for Oracle VM Agent 2.2.0 failed: errcode=00000, errmsg=Unexpected error: <Exception: ha_check_cpu_compatibility failed:<Exception: CPU not compatible! {'ovm1.domain.com': 'vendor_id=GenuineIntel;cpu_family=6;model=44', 'ovm2.highlinehosting.com': 'vendor_id=GenuineIntel;cpu_family=6;model=46'}> )
    I'm not sure why it's complaining about cpu compatibility as we are not using any HA features at this time, and both servers are identical in make and model. They are both equipped with the same cpu type and speed.
    I checked ocfs2 network connectivity by executing the command "nc -zv nodename 7777", which ran successfully from both nodes. The manager was able to propagate a valid cluster.conf file to both servers. I restarted the ovs-agent service on the new server.
    Are there any other configuration steps that I need to take on the new server before trying to add it to the pool? I do need to tread carefully as I have live guests running in the pool.
    Thx

    Bob Weinmann wrote:
    If I have to go the route of using a separate pool for each server, do you have any suggestions on how I would be able to access the repos of server1 from server2 if server1 were to go down hard? I don't mean to access it as a repos for running the vms, but just to be able to copy the vm files over to the running server.This would be possible if you were using NFS for your storage, but not if you're using FC or iSCSI, as the LUN is formatted with the OCFS2 cluster ID of each pool, so probably wouldn't be able to be mounted by another pool. Your best bet is to upgrade to Oracle VM 3.0 so that you can create a pool that contains both servers: you won't have live migration, but HA will still work just fine.

  • OVM 3.1.1 Manager Installation Fails

    I get this problem when I install "production" OVM3.1.1
    Same passes when I install 3.0.1/2/3. Dont know what is the problem with 3.1.1
    It fails stating :
    Verifying configuration ...
    The database could not be reached using the provided connection info.
    Io exception: The Network Adapter could not establish the connection
    Configuration verification failed ...
    Debug log shows this :
    05-28 13:05 system.console DEBUG Please select an installation type:
    05-28 13:05 system.console DEBUG 1: Demo
    05-28 13:05 system.console DEBUG 2: Production
    05-28 13:05 system.console DEBUG 3: Uninstall
    05-28 13:05 system.console DEBUG 4: Help
    05-28 13:05 system.console DEBUG
    05-28 13:05 ovm.installer DEBUG Manager UUID argument set to : 'None'
    05-28 13:05 ovm.installer INFO
    05-28 13:05 ovm.installer INFO Starting production installation ...
    05-28 13:05 ovm.installer INFO
    05-28 13:05 ovm.installer.prerequisites INFO
    05-28 13:05 ovm.installer.prerequisites INFO Verifying installation prerequisites ...
    05-28 13:05 ovm.installer.prerequisites DEBUG * Checking if run by root user
    05-28 13:05 ovm.installer.prerequisites DEBUG * Checking if OS is at least Oracle Linux version 5.5
    05-28 13:05 system.process DEBUG system.process.start
    05-28 13:05 system.process DEBUG system.process.run ended, exitcode was 0
    05-28 13:05 system.process DEBUG system.process.run stdout:
    unzip-5.52-3.0.1.el5
    05-28 13:05 system.process DEBUG system.process.run stderr:
    05-28 13:05 ovm.installer.prerequisites DEBUG * Checking if hostname is pingable
    05-28 13:05 system.net DEBUG pingMachine IBMblad-238-172, timeout=5, recheck=False
    05-28 13:05 system.process DEBUG system.process.start
    05-28 13:05 system.process DEBUG system.process.run ended, exitcode was 0
    05-28 13:05 system.process DEBUG system.process.run stdout:
    PING IBMblad-238-172 (x.x.x.x) 56(84) bytes of data.
    64 bytes from IBMblad-238-172 (10.238.210.172): icmp_seq=1 ttl=64 time=0.043 ms
    --- IBMblad-238-172 ping statistics ---
    1 packets transmitted, 1 received, 0% packet loss, time 0ms
    rtt min/avg/max/mdev = 0.043/0.043/0.043/0.000 ms
    05-28 13:05 system.process DEBUG system.process.run stderr:
    05-28 13:05 system.net DEBUG Machine with ip:[IBMblad-238-172] is pingable
    05-28 13:05 ovm.installer.prerequisites DEBUG * Checking if system has enough memory
    05-28 13:05 system.fs DEBUG Opened file /proc/meminfo for reading
    05-28 13:05 system.fs DEBUG Reading file /proc/meminfo
    05-28 13:05 system.fs DEBUG File /proc/meminfo is closed after reading
    05-28 13:05 system.fs DEBUG Opened file /proc/cpuinfo for reading
    05-28 13:05 system.fs DEBUG Reading file /proc/cpuinfo
    05-28 13:05 system.fs DEBUG File /proc/cpuinfo is closed after reading
    05-28 13:05 ovm.installer.prerequisites WARNING *** WARNING: Recommended memory for the Oracle VM Manager server installation is 3950 MB RAM
    05-28 13:05 ovm.installer.prerequisites DEBUG * Checking if the 'oracle' user and group exist
    05-28 13:05 ovm.installer.prerequisites DEBUG * Verifying hardnofiles for user 'oracle'
    05-28 13:05 system.process DEBUG system.process.start
    05-28 13:05 system.process DEBUG system.process.run ended, exitcode was 0
    05-28 13:05 system.process DEBUG system.process.run stdout:
    open files (-n) 8192
    05-28 13:05 system.process DEBUG system.process.run stderr:
    05-28 13:05 ovm.installer.prerequisites DEBUG * Verifying softnofiles for user 'oracle'
    05-28 13:05 system.process DEBUG system.process.start
    05-28 13:05 system.process DEBUG system.process.run ended, exitcode was 0
    05-28 13:05 system.process DEBUG system.process.run stdout:
    open files (-n) 8192
    05-28 13:05 system.process DEBUG system.process.run stderr:
    05-28 13:05 ovm.installer.prerequisites DEBUG * Verifying /u01
    05-28 13:05 ovm.installer.questions INFO
    05-28 13:05 ovm.installer.questions INFO Oracle Database Repository
    05-28 13:05 ovm.installer.questions INFO ==========================
    05-28 13:05 ovm.installer.questions INFO Use an existing Oracle database
    05-28 13:14 system.console DEBUG Passwords do not match
    05-28 13:14 ovm.installer.questions INFO
    05-28 13:14 ovm.installer.questions INFO Oracle Weblogic Server 11g
    05-28 13:14 ovm.installer.questions INFO ==========================
    05-28 13:14 ovm.installer.questions DEBUG Oracle Weblogic Server will be installed in /u01/app/oracle/Middleware/
    05-28 13:14 ovm.installer.questions DEBUG
    05-28 13:16 ovm.installer.questions INFO
    05-28 13:16 ovm.installer.questions INFO Oracle VM Manager application
    05-28 13:16 ovm.installer.questions INFO =============================
    05-28 13:16 ovm.installer.questions DEBUG The application container will be installed in /u01/app/oracle/ovm-manager-3/
    05-28 13:16 ovm.installer.questions DEBUG
    05-28 13:16 system.fs DEBUG Opened file /tmp/ovm_config-MYxB0 for writing
    05-28 13:16 system.fs DEBUG Writing contents in file /tmp/ovm_config-MYxB0
    05-28 13:16 ovm.installer DEBUG Reading configuration about installers in '/3.1.1_new/components/files.yml'
    05-28 13:16 system.fs DEBUG Opened file /3.1.1_new/components/files.yml for reading
    05-28 13:16 system.fs DEBUG Reading file /3.1.1_new/components/files.yml
    05-28 13:16 system.fs DEBUG File /3.1.1_new/components/files.yml is closed after reading
    05-28 13:16 ovm.installer DEBUG Using '/3.1.1_new/components/ofm_appdev_generic_11.1.1.5.0_disk1_1of1.zip' as installation file for Oracle ADF
    05-28 13:16 ovm.installer DEBUG Using '/3.1.1_new/components/ovm_upgrade_3.1.1.305.zip' as installation file for Oracle VM Manager Upgrade tool
    05-28 13:16 ovm.installer DEBUG Using '/3.1.1_new/components/wls1035_generic.jar' as installation file for Oracle WebLogic Server
    05-28 13:16 ovm.installer DEBUG Using '/3.1.1_new/components/weblogic_3.1.1.305.zip' as installation file for Oracle VM core & console
    05-28 13:16 ovm.installer DEBUG Using '/3.1.1_new/components/ovm_shell_3.1.1.305.zip' as installation file for Oracle VM Manager Shell & API
    05-28 13:16 ovm.installer DEBUG Using '/3.1.1_new/components/oracle-xe-11.2.0-1.0.x86_64.rpm' as installation file for Oracle Database
    05-28 13:16 system.fs DEBUG path /u01/app/oracle/java does not exist
    05-28 13:16 system.fs DEBUG Join paths ('/tmp/ovmm-installer.selfextract_qY3845', 'java')
    05-28 13:16 system.fs DEBUG Join paths ('/tmp/ovmm-installer.selfextract_qY3845', 'ovm', 'installer', 'djc', 'lib', 'java')
    05-28 13:16 ovm.installer.prerequisites INFO
    05-28 13:16 ovm.installer.prerequisites INFO Verifying configuration ...
    05-28 13:16 ovm.installer.prerequisites DEBUG * Checking if enough diskspace is available
    05-28 13:16 ovm.installer.prerequisites DEBUG * Checking Oracle database connection
    05-28 13:16 djc.connection DEBUG Running SQL command on 'jdbc:oracle:thin:@localhost:1521:XE'
    05-28 13:16 system.fs DEBUG Opened file /tmp/ovm0fdfZl/ovm5OgTTL for writing
    05-28 13:16 system.fs DEBUG Writing contents in file /tmp/ovm0fdfZl/ovm5OgTTL
    05-28 13:16 system.fs DEBUG List files in directory with path: /tmp/ovmm-installer.selfextract_qY3845/ovm/installer/djc/lib/java
    05-28 13:16 system.fs DEBUG path /tmp/ovmm-installer.selfextract_qY3845/ovm/installer/djc/lib/java exists
    05-28 13:16 system.fs DEBUG Join paths ('/tmp/ovmm-installer.selfextract_qY3845/ovm/installer/djc/lib/java', 'djc-1.0.jar')
    05-28 13:16 system.fs DEBUG isfile:/tmp/ovmm-installer.selfextract_qY3845/ovm/installer/djc/lib/java/djc-1.0.jar
    05-28 13:16 system.fs DEBUG path /tmp/ovmm-installer.selfextract_qY3845/ovm/installer/djc/lib/java/djc-1.0.jar is a file
    05-28 13:16 system.fs DEBUG Join paths ('/tmp/ovmm-installer.selfextract_qY3845/ovm/installer/djc/lib/java', 'ant-1.6.5.jar')
    05-28 13:16 system.fs DEBUG isfile:/tmp/ovmm-installer.selfextract_qY3845/ovm/installer/djc/lib/java/ant-1.6.5.jar
    05-28 13:16 system.fs DEBUG path /tmp/ovmm-installer.selfextract_qY3845/ovm/installer/djc/lib/java/ant-1.6.5.jar is a file
    05-28 13:16 system.fs DEBUG Join paths ('/tmp/ovmm-installer.selfextract_qY3845/ovm/installer/djc/lib/java', 'ojdbc14.jar')
    05-28 13:16 system.fs DEBUG isfile:/tmp/ovmm-installer.selfextract_qY3845/ovm/installer/djc/lib/java/ojdbc14.jar
    05-28 13:16 system.fs DEBUG path /tmp/ovmm-installer.selfextract_qY3845/ovm/installer/djc/lib/java/ojdbc14.jar is a file
    05-28 13:16 system.fs DEBUG Join paths ('/tmp/ovmm-installer.selfextract_qY3845/java', 'bin', 'java')
    05-28 13:16 djc.connection DEBUG Running SQL script on 'jdbc:oracle:thin:@localhost:1521:XE'
    05-28 13:16 system.process DEBUG system.process.start
    05-28 13:16 system.process DEBUG system.process.run ended, exitcode was 1
    05-28 13:16 system.process DEBUG system.process.run stdout:
    05-28 13:16 system.process DEBUG system.process.run stderr:
    Io exception: The Network Adapter could not establish the connection
    05-28 13:16 system.fs DEBUG Removing file with path: /tmp/ovm0fdfZl/ovm5OgTTL
    05-28 13:16 system.fs DEBUG path /tmp/ovm0fdfZl/ovm5OgTTL exists
    05-28 13:16 system.fs DEBUG isfile:/tmp/ovm0fdfZl/ovm5OgTTL
    05-28 13:16 system.fs DEBUG path /tmp/ovm0fdfZl/ovm5OgTTL is a file
    05-28 13:16 system.fs DEBUG Done removing file with path: /tmp/ovm0fdfZl/ovm5OgTTL
    05-28 13:16 ovm.installer.prerequisites ERROR The database could not be reached using the provided connection info.
    Io exception: The Network Adapter could not establish the connection
    05-28 13:16 ovm.installer.prerequisites DEBUG * Checking if Oracle VM ports are available

    I will mention that I had the following happen:
    I tried to do a demo install.
    It failed because I didn't have /etc/hosts setup properly.
    I fixed that problem, and restarted the installation.
    The second time, I got an error similar to the one you go.
    It turned out that the first installation attempt got XE half-installed, but not operational.
    I fixed it all by carefully shutting down the half-running database, and removing XE (with RPM), clearing out /u01, and retrying it.
    That may all be totally irrelevant to what you're seeing, though.

  • OL5.8 OVM Guest number of CPU´s

    Hi,
    does anyone can help we understand if it is possible and a good idea to configure more virtual CPU´s
    in a OVM Guest as cores integrated in the physical hardware.
    We have a 2 cpu 6 core OVM hardware and try to configure 20 virtual cpu´s in ONE guest system.
    I don´t like that idea....
    Thanks *T                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    ..So xm info told me that
    release : 2.6.18-128.2.1.4.44.el5xen
    version : #1 SMP Thu Nov 10 22:05:12 EST 2011
    machine : i686
    nr_cpus : 16
    nr_nodes : 1
    cores_per_socket : 4
    threads_per_core : 2
    So we have 16 cores inclusive Hyper-Threading or 16 cores *2 ?
    cat /proc/pcuinfo
    rocessor     : 15
    vendor_id     : GenuineIntel
    cpu family     : 6
    model          : 44
    model name     : Intel(R) Xeon(R) CPU E5640 @ 2.67GHz
    stepping     : 2
    cpu MHz          : 2665.912
    cache size     : 12288 KB
    I´m confused :-/
    Oracle Support told us to set the vCPU´s to 20 because of we have 10 intances on on OVGuest....
    Thanks *T                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • OVM Manager install for running OVM server for SPARC plateform

    Guys,
    I have to install and deploy OVM Manager for managing an existing OVM server for SPARC.
    When try to run ovs-agent-setup command, it fails telling that ovm server has not good configuration and exits!!
    ovs-agent ** ERROR: The vds service is not configured on the primary domain 
    Trying to fix by resetting factory default configuration, then poweroff domain and poweron aain but nothing!! I got same error and ovs-agent service is in maintenance.
    Now we have create ldoms and servers are in production!! We cannot reset configuration now.
    Is-it possible to deploy OVM manager, fix ovs-agent issue without impacting actual vm??? How to do this? I assume that vm created with ldm commande can not be provision with ovm manager.
    Please help!!

    Hi,
    Windows Server 2008 R2 supports two mutually exclusive methods for setting quotas on the amount of file system resources a user can use—disk quotas or directory quotas. Disk quotas are applied to specific users and limit the amount of disk space that user can
    use on a particular volume. Directory quotas are applied to all users and limit the amount of disk space that users can use in a particular folder and its subfolders.
    I do a test on my pc and find there is no priority between the two quotas, it depends on which quota is smaller. So user A can only save 1 GB files in the folder.
    Regards,
    Mandy
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Oracle VM Manager Instalation issue

    I Trying install Oracle VM Manager but suddenly stop, then i try find out in log file but i don't understand, can anyone help me... here is the detail :
    Oracle VM Manager Release 3.2.1 Installer
    Oracle VM Manager Installer log file:
    /tmp/ovm-manager-3-install-2013-06-05-110036.log
    Please select an installation type:
    1: Simple (includes database if necessary)
    2: Custom (using existing Oracle database)
    3: Uninstall
    4: Help
    Select Number (1-4): 1
    Starting production with local database installation ...
    Verifying installation prerequisites ...
    Oracle VM Manager can only be installed on a 64 bit Oracle Linux version 5.5 and higher.
    Current version is 'redhat' version '3.2.1'
    *** WARNING: Recommended memory for the Oracle VM Manager server installation using Local MySql DB is 7680 MB RAM
    One password is used for all users created and used during the installation.
    Enter a password for all logins used during the installation:
    Enter a password for all logins used during the installation (confirm):
    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 ...
    [root@OracleVM OracleVM-Manager-3.2.1-installer-OracleLinux]#
    more ovm-manager-3-install-2013-06-05-110036.log
    Traceback (most recent call last):
    File "setup.py", line 38, in ?
    File "/tmp/ovmm-installer.selfextract_Sg8414/ovm/installer/installer.py", line 274, in install
    File "/tmp/ovmm-installer.selfextract_Sg8414/ovm/installer/installer.py", line 500, in installDB
    File "/tmp/ovmm-installer.selfextract_Sg8414/ovm/installer/database.py", line 53, in install
    File "/tmp/ovmm-installer.selfextract_Sg8414/ovm/installer/database.py", line 324, in installMySQLRPM
    UnboundLocalError: local variable 'mysqlfile' referenced before assignment
    fs DEBUG path /etc/sysconfig/ovmm is not a file
    06-05 11:00 system.fs DEBUG Opened file /source/OracleVM-Manager-3.2.1-installer-OracleLinux/components/dbtype for reading
    06-05 11:00 system.fs DEBUG Reading file /source/OracleVM-Manager-3.2.1-installer-OracleLinux/components/dbtype
    06-05 11:00 system.fs DEBUG File /source/OracleVM-Manager-3.2.1-installer-OracleLinux/components/dbtype is closed after rea
    ding
    06-05 11:00 ovm.installer INFO
    06-05 11:00 system.console DEBUG Please select an installation type:
    06-05 11:00 system.console DEBUG 1: Simple (includes database if necessary)
    06-05 11:00 system.console DEBUG 2: Custom (using existing Oracle database)
    06-05 11:00 system.console DEBUG 3: Uninstall
    06-05 11:00 system.console DEBUG 4: Help
    06-05 11:00 system.console DEBUG
    06-05 11:01 ovm.installer DEBUG Manager UUID argument set to : 'None'
    06-05 11:01 ovm.installer INFO
    06-05 11:01 ovm.installer INFO Starting production with local database installation ...
    06-05 11:01 ovm.installer.prerequisites INFO
    06-05 11:01 ovm.installer.prerequisites INFO Verifying installation prerequisites ...
    06-05 11:01 ovm.installer.prerequisites DEBUG * Checking if run by root user
    06-05 11:01 ovm.installer.prerequisites DEBUG * Checking if OS is Oracle Linux or Solaris
    06-05 11:01 ovm.installer.prerequisites DEBUG * Checking if OS is at least Oracle Linux version 5.5
    06-05 11:01 ovm.installer.prerequisites INFO Oracle VM Manager can only be installed on a 64 bit Oracle Linux version 5.5 and
    higher.
    Current version is 'redhat' version '3.2.1'
    06-05 11:01 ovm.installer.prerequisites DEBUG * Checking if hostname is pingable
    06-05 11:01 system.net DEBUG pingMachine OracleVM, timeout=5, recheck=False
    06-05 11:01 system.process DEBUG system.process.start
    06-05 11:01 system.process DEBUG system.process.run ended, exitcode was 0
    06-05 11:01 system.process DEBUG system.process.run stdout:
    PING OracleVM.anggia.com (192.168.56.3) 56(84) bytes of data.
    64 bytes from OracleVM.anggia.com (192.168.56.3): icmp_seq=1 ttl=64 time=0.073 ms
    --- OracleVM.anggia.com ping statistics ---
    1 packets transmitted, 1 received, 0% packet loss, time 0ms
    rtt min/avg/max/mdev = 0.073/0.073/0.073/0.000 ms
    06-05 11:01 system.process DEBUG system.process.run stderr:
    06-05 11:01 system.net DEBUG Machine with ip:[OracleVM] is pingable
    06-05 11:01 ovm.installer.prerequisites DEBUG * Checking if system has enough memory
    06-05 11:01 system.fs DEBUG Opened file /proc/meminfo for reading
    06-05 11:01 system.fs DEBUG Reading file /proc/meminfo
    06-05 11:01 system.fs DEBUG File /proc/meminfo is closed after reading
    06-05 11:01 system.fs DEBUG Opened file /proc/cpuinfo for reading
    06-05 11:01 system.fs DEBUG Reading file /proc/cpuinfo
    06-05 11:01 system.fs DEBUG File /proc/cpuinfo is closed after reading
    06-05 11:01 ovm.installer.prerequisites WARNING *** WARNING: Recommended memory for the Oracle VM Manager server installation us
    ing Local MySql DB is 7680 MB RAM
    06-05 11:01 ovm.installer.prerequisites DEBUG * Checking if the permission of /tmp is 777
    06-05 11:01 ovm.installer.prerequisites DEBUG * Checking if the 'oracle' user and group exist
    06-05 11:01 ovm.installer.prerequisites DEBUG * Verifying hardnofiles for user 'oracle'
    06-05 11:01 system.process DEBUG system.process.start
    06-05 11:01 system.process DEBUG system.process.run ended, exitcode was 0
    06-05 11:01 system.process DEBUG system.process.run stdout:
    open files (-n) 8192
    06-05 11:01 system.process DEBUG system.process.run stderr:
    06-05 11:01 ovm.installer.prerequisites DEBUG * Verifying softnofiles for user 'oracle'
    06-05 11:01 system.process DEBUG system.process.start
    06-05 11:01 system.process DEBUG system.process.run ended, exitcode was 0
    06-05 11:01 system.process DEBUG system.process.run stdout:
    open files (-n) 8192
    06-05 11:01 system.process DEBUG system.process.run stderr:
    06-05 11:01 ovm.installer.prerequisites DEBUG * Verifying /u01
    06-05 11:01 ovm.installer.prerequisites DEBUG Changing /u01 permission to 755
    06-05 11:01 system.fs DEBUG path [u01/app] is not a directory
    06-05 11:01 system.fs DEBUG path [u01/app/oracle] is not a directory
    06-05 11:01 ovm.installer.prerequisites DEBUG * Verifying Install Env
    06-05 11:01 system.fs DEBUG path /u01/app/oracle/Middleware/.installed does not exist
    06-05 11:01 system.fs DEBUG path /u01/app/oracle/java/.installed does not exist
    06-05 11:01 system.fs DEBUG path /u01/app/oracle/ovm-manager-3/.installed does not exist
    06-05 11:01 system.process DEBUG system.process.start
    06-05 11:01 system.process DEBUG system.process.run ended, exitcode was 1
    06-05 11:01 system.process DEBUG system.process.run stdout:
    06-05 11:01 system.process DEBUG system.process.run stderr:
    06-05 11:01 system.process DEBUG Checking whether a service is running on port 49500
    06-05 11:01 system.process DEBUG system.process.start
    06-05 11:01 system.process DEBUG system.process.run ended, exitcode was 1
    06-05 11:01 system.process DEBUG system.process.run stdout:
    06-05 11:01 system.process DEBUG system.process.run stderr:
    06-05 11:01 ovm.installer.questions INFO
    06-05 11:01 ovm.installer.questions INFO One password is used for all users created and used during the installation.
    06-05 11:01 system.fs DEBUG Opened file /tmp/ovm_configBbY8PB for writing
    06-05 11:01 system.fs DEBUG Writing contents in file /tmp/ovm_configBbY8PB
    06-05 11:01 ovm.installer DEBUG Reading configuration about installers in '/source/OracleVM-Manager-3.2.1-installer-OracleLinu
    x/components/files.yml'
    06-05 11:01 system.fs DEBUG Opened file /source/OracleVM-Manager-3.2.1-installer-OracleLinux/components/files.yml for readi
    ng
    06-05 11:01 system.fs DEBUG Reading file /source/OracleVM-Manager-3.2.1-installer-OracleLinux/components/files.yml
    06-05 11:01 system.fs DEBUG File /source/OracleVM-Manager-3.2.1-installer-OracleLinux/components/files.yml is closed after
    reading
    06-05 11:01 ovm.installer DEBUG Using '/source/OracleVM-Manager-3.2.1-installer-OracleLinux/components/ofm_appdev_generic_11.1
    .1.5.0_disk1_1of1.zip' as installation file for Oracle ADF
    06-05 11:01 ovm.installer DEBUG Using '/source/OracleVM-Manager-3.2.1-installer-OracleLinux/components/ovm_upgrade_3.2.1.516.z
    ip' as installation file for Oracle VM Manager Upgrade tool
    06-05 11:01 ovm.installer DEBUG Using '/source/OracleVM-Manager-3.2.1-installer-OracleLinux/components/wls1035_generic.jar' as
    installation file for Oracle WebLogic Server
    06-05 11:01 ovm.installer DEBUG Using '/source/OracleVM-Manager-3.2.1-installer-OracleLinux/components/weblogic_3.2.1.516.zip'
    as installation file for Oracle VM core & console
    06-05 11:01 ovm.installer DEBUG Using '/source/OracleVM-Manager-3.2.1-installer-OracleLinux/components/ovm_cli_3.2.1.516.zip'
    as installation file for Oracle VM Manager CLI tool
    06-05 11:01 ovm.installer DEBUG Using '/source/OracleVM-Manager-3.2.1-installer-OracleLinux/components/ovm_shell_3.2.1.516.zip
    ' as installation file for Oracle VM Manager Shell & API
    06-05 11:01 ovm.installer DEBUG Using '/source/OracleVM-Manager-3.2.1-installer-OracleLinux/components/OEL6_p14405782_55_Linux
    -x86-64.zip' as installation file for Database
    06-05 11:01 ovm.installer DEBUG Using '/source/OracleVM-Manager-3.2.1-installer-OracleLinux/components/OEL5_p14405786_55_Linux
    -x86-64.zip' as installation file for Database
    06-05 11:01 ovm.installer DEBUG Using '/source/OracleVM-Manager-3.2.1-installer-OracleLinux/components/MEB_OEL6_meb-3.8.0-el6.
    x86_64.rpm' as installation file for Database
    06-05 11:01 ovm.installer DEBUG Using '/source/OracleVM-Manager-3.2.1-installer-OracleLinux/components/MEB_OEL5_meb-3.8.0-rhel
    5.x86_64.rpm' as installation file for Database
    06-05 11:01 system.fs DEBUG path /u01/app/oracle/java does not exist
    06-05 11:01 system.fs DEBUG Join paths ('/tmp/ovmm-installer.selfextract_Sg8414', 'java')
    06-05 11:01 system.fs DEBUG Join paths ('/tmp/ovmm-installer.selfextract_Sg8414', 'ovm', 'installer', 'djc', 'lib', 'java')
    06-05 11:01 ovm.installer.prerequisites INFO
    06-05 11:01 ovm.installer.prerequisites INFO Verifying configuration ...
    06-05 11:01 ovm.installer.prerequisites DEBUG * Checking if enough diskspace is available
    06-05 11:01 ovm.installer.prerequisites DEBUG * Checking if database port is available
    06-05 11:01 system.process DEBUG Checking whether a service is running on port 49500
    06-05 11:01 system.process DEBUG system.process.start
    06-05 11:01 system.process DEBUG system.process.run ended, exitcode was 1
    06-05 11:01 system.process DEBUG system.process.run stdout:
    06-05 11:01 system.process DEBUG system.process.run stderr:
    06-05 11:01 ovm.installer.prerequisites DEBUG * Checking if database server hostname 'localhost' is pingable
    06-05 11:01 system.net DEBUG pingMachine localhost, timeout=60, recheck=False
    06-05 11:01 system.process DEBUG system.process.start
    06-05 11:01 system.process DEBUG system.process.run ended, exitcode was 0
    06-05 11:01 system.process DEBUG system.process.run stdout:
    PING localhost.localdomain (127.0.0.1) 56(84) bytes of data.
    64 bytes from localhost.localdomain (127.0.0.1): icmp_seq=1 ttl=64 time=0.096 ms
    --- localhost.localdomain ping statistics ---
    1 packets transmitted, 1 received, 0% packet loss, time 0ms
    rtt min/avg/max/mdev = 0.096/0.096/0.096/0.000 ms
    06-05 11:01 system.process DEBUG system.process.run stderr:
    06-05 11:01 system.net DEBUG Machine with ip:[localhost] is pingable
    06-05 11:01 ovm.installer.prerequisites DEBUG * Checking if Oracle VM ports are available
    06-05 11:01 system.process DEBUG Checking whether a service is running on port 54321
    06-05 11:01 system.process DEBUG system.process.start
    06-05 11:01 system.process DEBUG system.process.run ended, exitcode was 1
    06-05 11:01 system.process DEBUG system.process.run stdout:
    06-05 11:01 system.process DEBUG system.process.run stderr:
    06-05 11:01 system.process DEBUG Checking whether a service is running on port 7002
    06-05 11:01 system.process DEBUG system.process.start
    06-05 11:01 system.process DEBUG system.process.run ended, exitcode was 1
    06-05 11:01 system.process DEBUG system.process.run stdout:
    06-05 11:01 system.process DEBUG system.process.run stderr:
    06-05 11:01 ovm.installer INFO
    06-05 11:01 system.console DEBUG Start installing the configured components:
    06-05 11:01 system.console DEBUG 1: Continue
    06-05 11:01 system.console DEBUG 2: Abort
    06-05 11:01 system.console DEBUG
    06-05 11:02 system.unix DEBUG Chown oracle:dba /tmp/ovm19GZ7h
    06-05 11:02 ovm.installer INFO
    06-05 11:02 ovm.installer INFO Step 1 of 9 : Database Software...
    06-05 11:02 ovm.installer INFO Installing Database Software...
    06-05 11:02 system.fs DEBUG path /u01/app/oracle/java does not exist
    06-05 11:02 system.fs DEBUG Join paths ('/tmp/ovmm-installer.selfextract_Sg8414', 'java')
    06-05 11:02 system.fs DEBUG Creating directory if not exists /u01/app
    06-05 11:02 system.fs DEBUG path [u01/app] is not a directory
    06-05 11:02 system.fs DEBUG Created the directory [u01/app]
    06-05 11:02 system.unix DEBUG Chmod /u01/app
    06-05 11:02 system.fs DEBUG isfile:/u01/app
    06-05 11:02 system.fs DEBUG path /u01/app is not a file
    06-05 11:02 system.fs DEBUG Scanning directory (walk) /u01/app
    06-05 11:02 system.fs DEBUG Creating directory if not exists /u01/app/oracle
    06-05 11:02 system.fs DEBUG path [u01/app/oracle] is not a directory
    06-05 11:02 system.fs DEBUG Created the directory [u01/app/oracle]
    06-05 11:02 system.unix DEBUG Chmod /u01/app/oracle
    06-05 11:02 system.fs DEBUG isfile:/u01/app/oracle
    06-05 11:02 system.fs DEBUG path /u01/app/oracle is not a file
    06-05 11:02 system.fs DEBUG Scanning directory (walk) /u01/app/oracle
    06-05 11:02 system.fs DEBUG Creating directory if not exists /u01/app/oracle/mysql
    06-05 11:02 system.fs DEBUG path [u01/app/oracle/mysql] is not a directory
    06-05 11:02 system.fs DEBUG Created the directory [u01/app/oracle/mysql]
    06-05 11:02 system.unix DEBUG Chmod /u01/app/oracle/mysql
    06-05 11:02 system.fs DEBUG isfile:/u01/app/oracle/mysql
    06-05 11:02 system.fs DEBUG path /u01/app/oracle/mysql is not a file
    06-05 11:02 system.fs DEBUG Scanning directory (walk) /u01/app/oracle/mysql
    06-05 11:02 system.fs DEBUG Creating directory if not exists /u01/app/oracle/mysql/data
    06-05 11:02 system.fs DEBUG path [u01/app/oracle/mysql/data] is not a directory
    06-05 11:02 system.fs DEBUG Created the directory [u01/app/oracle/mysql/data]
    06-05 11:02 system.unix DEBUG Chmod /u01/app/oracle/mysql/data
    06-05 11:02 system.fs DEBUG isfile:/u01/app/oracle/mysql/data
    06-05 11:02 system.fs DEBUG path /u01/app/oracle/mysql/data is not a file
    06-05 11:02 system.fs DEBUG Scanning directory (walk) /u01/app/oracle/mysql/data
    06-05 11:02 system.fs DEBUG Creating directory if not exists /u01/app/oracle/mysql/dbbackup
    06-05 11:02 system.fs DEBUG path [u01/app/oracle/mysql/dbbackup] is not a directory
    06-05 11:02 system.fs DEBUG Created the directory [u01/app/oracle/mysql/dbbackup]
    06-05 11:02 system.unix DEBUG Chmod /u01/app/oracle/mysql/dbbackup
    06-05 11:02 system.fs DEBUG isfile:/u01/app/oracle/mysql/dbbackup
    06-05 11:02 system.fs DEBUG path /u01/app/oracle/mysql/dbbackup is not a file
    06-05 11:02 system.fs DEBUG Scanning directory (walk) /u01/app/oracle/mysql/dbbackup
    06-05 11:02 system.unix DEBUG Chown oracle:dba /u01/app
    06-05 11:02 system.fs DEBUG Scanning directory (walk)/u01/app
    06-05 11:02 system.fs DEBUG isfile:/u01/app/oracle
    06-05 11:02 system.fs DEBUG path /u01/app/oracle is not a file
    06-05 11:02 system.fs DEBUG path /u01/app/oracle is not a link
    06-05 11:02 system.fs DEBUG Scanning directory (walk)/u01/app/oracle
    06-05 11:02 system.fs DEBUG isfile:/u01/app/oracle/mysql
    06-05 11:02 system.fs DEBUG path /u01/app/oracle/mysql is not a file
    06-05 11:02 system.fs DEBUG path /u01/app/oracle/mysql is not a link
    06-05 11:02 system.fs DEBUG Scanning directory (walk)/u01/app/oracle/mysql
    06-05 11:02 system.fs DEBUG isfile:/u01/app/oracle/mysql/data
    06-05 11:02 system.fs DEBUG path /u01/app/oracle/mysql/data is not a file
    06-05 11:02 system.fs DEBUG path /u01/app/oracle/mysql/data is not a link
    06-05 11:02 system.fs DEBUG Scanning directory (walk)/u01/app/oracle/mysql/data
    06-05 11:02 system.fs DEBUG isfile:/u01/app/oracle/mysql/dbbackup
    06-05 11:02 system.fs DEBUG path /u01/app/oracle/mysql/dbbackup is not a file
    06-05 11:02 system.fs DEBUG path /u01/app/oracle/mysql/dbbackup is not a link
    06-05 11:02 system.fs DEBUG Scanning directory (walk)/u01/app/oracle/mysql/dbbackup
    06-05 11:02 system.process DEBUG system.process.start
    06-05 11:02 system.process DEBUG system.process.run ended, exitcode was 1
    06-05 11:02 system.process DEBUG system.process.run stdout:
    06-05 11:02 system.process DEBUG system.process.run stderr:
    06-05 11:02 ovm.installer.database INFO Retrieving MySQL Database 5.5 ...
    06-05 11:02 system.fs DEBUG Removing directory tree with path: /tmp/ovm19GZ7h
    06-05 11:02 system.fs DEBUG path /tmp/ovm19GZ7h exists
    06-05 11:02 system.fs DEBUG Trying to remove Directory tree with path: /tmp/ovm19GZ7h (warn on errors)
    06-05 11:02 system.fs DEBUG Directory tree with path: /tmp/ovm19GZ7h is successfully removed
    06-05 11:02 system.fs DEBUG Removing directory tree with path: /tmp/ovmm-installer.selfextract_Sg8414
    06-05 11:02 system.fs DEBUG path /tmp/ovmm-installer.selfextract_Sg8414 exists
    06-05 11:02 system.fs DEBUG Trying to remove Directory tree with path: /tmp/ovmm-installer.selfextract_Sg8414 (warn on erro
    rs)

    Hi!,
    Modify the version release file /etc/redhat-release
    put the line
    Red Hat Enterprise Linux Server release 5 (Tikanga)
    save file, them delete directories /u01/app/oracle/* and /tmp/* and try again
    I hope help you.
    Carlos G.

  • Oracle VM 3.1.1 - Failed to start PVM machine

    Hi,
    We're using Oracle VM 3.1.1 on HP ProLiant BL460c G7 servers. We have a 2-node cluster running. We've just recently installed them, and succesfuly created PVM vms but when trying to start them we're receiving the following error on OVM Manager:
    Starting operation 'Bridge Configure Operation' on object '0004fb0000200000bff878c5197d0da1 (network.EthernetPort (2) in ovm01)'
    Bridge [0004fb0010df7d1] already exists (and should exist) on interface [eth1] on server [ovm01]; skipping bridge creation
    Completed operation 'Bridge Configure Operation' completed with direction ==> DONE
    Starting operation 'Virtual Machine Start' on object '0004fb000006000073354ef14166aee6 (fblvm01)'
    Job Internal Error (Operation)com.oracle.ovm.mgr.api.exception.FailedOperationException: OVMAPI_4010E Attempt to send command: dispatch to server: ovm01 failed. OVMAPI_4004E Server Failed Command: dispatch https://?uname?:[email protected]:8899/api/2 start_vm 0004fb0000030000af269b04471b29e5 0004fb000006000073354ef14166aee6, Status: org.apache.xmlrpc.XmlRpcException: exceptions.RuntimeError:Command: ['xm', 'create', '/OVS/Repositories/0004fb0000030000af269b04471b29e5/VirtualMachines/0004fb000006000073354ef14166aee6/vm.cfg'] failed (1): stderr: Error: (22, 'Invalid argument')
    stdout: Using config file "/OVS/Repositories/0004fb0000030000af269b04471b29e5/VirtualMachines/0004fb000006000073354ef14166aee6/vm.cfg".
    This is the vm.cfg filed created by ovmm:
    vif = ['mac=00:21:f6:00:00:27,bridge=0004fb0010df7d1']
    OVM_simple_name = 'fblvm01'
    guest_os_type = 'linux'
    disk = ['file:/OVS/Repositories/0004fb0000030000af269b04471b29e5/VirtualDisks/0004fb00001200004acb9a7d32512731.img,xvda,w']
    bootargs = 'nfs:ovmm:/data/ol58'
    uuid = '0004fb00-0006-0000-7335-4ef14166aee6'
    on_reboot = 'restart'
    boot = 'n'
    cpu_weight = 27500
    memory = 4096
    cpu_cap = 0
    maxvcpus = 2
    OVM_high_availability = True
    OVM_description = 'fblvm01'
    on_poweroff = 'destroy'
    on_crash = 'restart'
    bootloader = '/usr/bin/xenpvboot'
    maxmem = 4096
    name = '0004fb000006000073354ef14166aee6'
    vfb = ['type=vnc,vncunused=1,vnclisten=127.0.0.1,keymap=es']
    vcpus = 1
    OVM_os_type = 'Oracle Linux 5'
    OVM_cpu_compat_group = ''
    OVM_domain_type = 'xen_pvm'
    This is the complete error on ovs-agent.log:
    [2011-06-04 05:13:12 9908] DEBUG (common:46) dispatch function discover_network to server https://oracle:******@172.16.7.3:8899/api/2
    [2011-06-04 05:13:12 9909] DEBUG (service:77) discover_network: ()
    [2011-06-04 05:13:12 9909] DEBUG (service:85) discover_network: call completed.
    [2011-06-04 05:13:12 9910] DEBUG (common:46) dispatch function start_vm to server https://oracle:******@172.16.7.3:8899/api/2
    [2011-06-04 05:13:12 9911] DEBUG (service:77) start_vm: ('0004fb0000030000af269b04471b29e5', '0004fb000006000073354ef14166aee6')
    [2011-06-04 05:13:13 9911] ERROR (service:96) catch_error: Command: ['xm', 'create', '/OVS/Repositories/0004fb0000030000af269b04471b29e5/VirtualMachines/0004fb000006000073354ef14166aee6/vm.cfg'] failed (1): stderr: Error: (22, 'Invalid argument')
    stdout: Using config file "/OVS/Repositories/0004fb0000030000af269b04471b29e5/VirtualMachines/0004fb000006000073354ef14166aee6/vm.cfg".
    Traceback (most recent call last):
    File "/usr/lib64/python2.4/site-packages/agent/service.py", line 94, in wrapper
    return func(*args)
    File "/usr/lib64/python2.4/site-packages/agent/hypervisor/xenxm.py", line 719, in start_vm
    run_cmd(['xm', 'create', path])
    File "/usr/lib64/python2.4/site-packages/agent/common.py", line 66, in run_cmd
    raise RuntimeError('Command: %s failed (%s): stderr: %s stdout: %s'
    RuntimeError: Command: ['xm', 'create', '/OVS/Repositories/0004fb0000030000af269b04471b29e5/VirtualMachines/0004fb000006000073354ef14166aee6/vm.cfg'] failed (1): stderr: Error: (22, 'Invalid argument')
    stdout: Using config file "/OVS/Repositories/0004fb0000030000af269b04471b29e5/VirtualMachines/0004fb000006000073354ef14166aee6/vm.cfg".
    [2011-06-04 05:13:13 9910] ERROR (common:50) dispatch error: start_vm: <Fault 1: 'exceptions.RuntimeError:Command: [\'xm\', \'create\', \'/OVS/Repositories/0004
    fb0000030000af269b04471b29e5/VirtualMachines/0004fb000006000073354ef14166aee6/vm.cfg\'] failed (1): stderr: Error: (22, \'Invalid argument\')\n stdout: Using config file "/OVS/Repositories/0004fb0000030000af269b04471b29e5/VirtualMachines/0004fb000006000073354ef14166aee6/vm.cfg".\n'>
    [2011-06-04 05:13:13 9910] ERROR (service:96) catch_error: <Fault 1: 'exceptions.RuntimeError:Command: [\'xm\', \'create\', \'/OVS/Repositories/0004fb0000030000af269b04471b29e5/VirtualMachines/0004fb000006000073354ef14166aee6/vm.cfg\'] failed (1): stderr: Error: (22, \'Invalid argument\')\n stdout: Using config file "/OVS/Repositories/0004fb0000030000af269b04471b29e5/VirtualMachines/0004fb000006000073354ef14166aee6/vm.cfg".\n'>
    Traceback (most recent call last):
    File "/usr/lib64/python2.4/site-packages/agent/service.py", line 94, in wrapper
    return func(*args)
    File "/usr/lib64/python2.4/site-packages/agent/common.py", line 48, in dispatch
    return getattr(sp, func)(*args)
    File "/usr/lib64/python2.4/site-packages/agent/utils/xmlrpclib.py", line 1099, in __call__
    return self.__send(self.__name, args)
    File "/usr/lib64/python2.4/site-packages/agent/utils/xmlrpclib.py", line 1386, in __request
    verbose=self.__verbose
    File "/usr/lib64/python2.4/site-packages/agent/utils/xmlrpclib.py", line 1150, in request
    return self._parse_response(h.getfile(), sock)
    File "/usr/lib64/python2.4/site-packages/agent/utils/xmlrpclib.py", line 1289, in parseresponse
    return u.close()
    File "/usr/lib64/python2.4/site-packages/agent/utils/xmlrpclib.py", line 746, in close
    raise Fault(**self._stack[0])
    Fault: <Fault 1: 'exceptions.RuntimeError:Command: [\'xm\', \'create\', \'/OVS/Repositories/0004fb0000030000af269b04471b29e5/VirtualMachines/0004fb000006000073354ef14166aee6/vm.cfg\'] failed (1): stderr: Error: (22, \'Invalid argument\')\n stdout: Using config file "/OVS/Repositories/0004fb0000030000af269b04471b29e5/VirtualMachines/0004fb000006000073354ef14166aee6/vm.cfg".\n'>
    Has anyone seen this problem before?
    Thanks, Franco.

    Well, in the end we had a problem we the NFS share, it was possible to mount it on other servers but all read operation failed, we moved the iso to a different nfs server and it worked just fine. Closing the thread.

  • 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

  • Configure iSCSI multipath in OVM 3.1.1 with storage plug-in not possible ?

    I have a configuration with 4 iSCSI paths to storage system. All is working fine if the discover and login
    process was performed manual. Multipath is working well with 4 paths.
    # iscsiadm -m session
    tcp: [13] 192.168.10.1:3260,25 iqn.2000-09.com.fujitsu:storage-system.eternus-dx400:CM0CA3P0
    tcp: [14] 192.168.20.1:3260,26 iqn.2000-09.com.fujitsu:storage-system.eternus-dx400:CM0CA3P1
    tcp: [15] 192.168.10.2:3260,27 iqn.2000-09.com.fujitsu:storage-system.eternus-dx400:CM1CA3P0
    tcp: [16] 192.168.20.2:3260,28 iqn.2000-09.com.fujitsu:storage-system.eternus-dx400:CM1CA3P1
    # multipath -ll
    3600000e00d10000000100000000c0000 dm-2 FUJITSU,ETERNUS_DX400
    size=30G features='1 queue_if_no_path' hwhandler='0' wp=rw
    |-+- policy='round-robin 0' prio=50 status=enabled
    | |- 25:0:0:1 sdg 8:96 active ready running
    | `- 26:0:0:1 sdi 8:128 active ready running
    `-+- policy='round-robin 0' prio=10 status=enabled
    |- 27:0:0:1 sdk 8:160 active ready running
    `- 28:0:0:1 sdm 8:192 active ready running
    I want to configure iSCSI multipath in OVM manager using specific storage plug-in.
    I proceed “Discover SAN Server” with following parameter:
    Name: Storage-Name
    Storage Type: iSCSI Storage Server
    Storage Plug-in: Fujitsu ETERNUS
    Admin Host: IP-Addr. of storage system
    Admin Username: user name to access storage system
    Admin Password: password
    Access Host (IP) Address:           192.168.10.1
    After this configuration I see my storage system and assigned physical volumes to an access group.
    Now the volumes are available on the OVM storage server, >>>> but I lost the multipath functionality <<<<<.
    # multipath -ll
    3600000e00d1000000010000000120000 dm-1 FUJITSU,ETERNUS_DX400
    size=30G features='1 queue_if_no_path' hwhandler='0' wp=rw
    `-+- policy='round-robin 0' prio=50 status=active
    `- 33:0:0:1 sdd 8:48 active ready running
    The reason for this behavior is that only one Access Host (IP) Address can be specified.
    With this IP address a session was established … but only 1 session and not 4 !!
    How can I specify the remaining 3 paths to have proper multipath functionality?
    I know that Citrix XenServer accepts more Access Host (IP) Addresses,
    e.g. 192.168.10.1,192.168.10.2,192.168.20.1,192.168.20.2
    Thanks for help.

    @user12273962
    Yes, you are right. The storage plug-in is for management of the storage within OVM.
    This is working well, but I'm still missing the multipath fuctionality. This storage plug-in is not responisble
    for establish the multipath, but OVM should take care of this.
    @budachst
    Yes, OVM did only open one session and loggin only to one target, because only one Access Host (IP) Address: 192.168.10.1
    can be specified.
    # iscsiadm -m session
    tcp: [21] 192.168.10.1:3260,25 iqn.2000-09.com.fujitsu:storage-system.eternus-dx400:CM0CA3P0
    In my point of view it is not possible to configure the remaining targets, so this is a design problem.
    Any new inputs and informations are welcome.

  • Please help about OVM network configuration

    I have ready RAC OVM templates and below is the instructions.
    Can someone explain this to me?
    I want to create a OVM server and OVM manager on virtualbox. But I couldnt und network configurations.
    Following are the non-standard requirements for your OVM setup:
    The VMs must be able to interact with the OVM server (Dom0) at IP address 192.0.2.1
    The OPVM server (Dom0) must supply NTP and DNS services to the DB VMs
    The OVM server must be configured with 3 virtual bridges (virbr0, virbr1, virbr2) to support the different Database Machine networks.
    Here are some notes, assumptions and requirements associated with these VMs:
    1. The public network interfaces on all the VMs occupy addresses in the 192.0.2.X range. The private storage network and cluster interconnect on all the VMs occupy addresses in the 192.168.1.X range.
    2. All the VMs assume access to NTP and DNS services provided by servers at 192.0.2.1. One way to provide these services is to configure a bridged network interface on 192.0.2.1 under Dom0 and to configure NTP and DNS services on Dom0. Another way is to create an additional VM with a primary network interface on 192.0.2.1 which offers the required services.

    986330 wrote:
    I have 16gn memory on my laptop and I want to create an OVM server and OVM manager on virtual box. Is it possible?
    Then I will import some OVM templates to that system.
    No - not possible using Virtualbox - as noted, OVM and Virtualbox are different technologies and an OVM install will destroy the native OS.
    I believe you are confusing technologies and terms. If I understand your needs, you are wanting to install Virtualbox on your OS, then create VMs using Virtualbox and/or import Virtualbox VM templates. Note that Virtualbox VM templates are different than OVM VM templates - the latter can only be installed on OVM Server.
    1.1 Installing Oracle VM
    HTH
    Srini

  • Not able to configure yum update or yum repository on the OVM 3.1.1

    I just downloaded the new OVM 3.1.1 but I am having a tough time to configure yum update.
    There are no repositories present in the yum.repos.d.
    How should I download the repositories so that my remaining packages get installed automatically.

    Hi,
    please check the /etc/yum.repos.d
    [root@ yum.repos.d]# pwd
    /etc/yum.repos.d
    [[email protected]]# more public-yum-ol6.repo
    and take a look to the public-yum-ol6.repo for
    [ol6_UEK_base]
    name=Unbreakable Enterprise Kernel for Oracle Linux $releasever ($basearch)
    baseurl=http://public-yum.oracle.com/repo/OracleLinux/OL6/UEK/base/$basearch/
    gpgkey=http://public-yum.oracle.com/RPM-GPG-KEY-oracle-ol6
    gpgcheck=1
    enabled=1
    You should set "enabled=1"
    regards
    SPA2

  • OVM 3 Generic Storage Plugin. Acess Group configuration causes server crash

    Our iSCSI management is currently entirely done manually at the servers console, because we still don't have a SAN Equallogic storage plugin.
    At OVM Manager interface, what we thought being just useless in our case (SAN Access Group), is the actual iSCSI connection (and disconnection..) management for servers.
    Following the upgrade to 3.2.1, setting up the SAN did nothing more than what we do manually. But undoing part of it caused the crash.
    All over OVM Manager, any operation/setup that could impact running VMs is denied... Except there, at the real root of everything.
    Removing a iSCSI initiator from that panel disconnects abruptly the iSCSI disk, !!!! without warning !!!!.
    Then, after the 60s timetout, the physical server reboots.
    It is still not clear if we get a benefice to setup that "Access Group" of the SAN or not. At least, once setup, we know that we'd better keep it...

    Updating OVM 3 host to use "brbond0" vs "xend" managed bridge to allow direct hosting of OVM Manager VM.
    Update "ifcfg-bond0",
    [root@ovm322 ~]# cat /etc/sysconfig/network-scripts/ifcfg-bond0
    DEVICE=bond0
    BONDING_OPTS="mode=1 miimon=250 use_carrier=1 updelay=500 downdelay=500 primary=eth0"
    ONBOOT=yes
    BRIDGE=brbond0
    Create "ifcfg-brbond0",
    [root@ovm322 ~]# cat /etc/sysconfig/network-scripts/ifcfg-brbond0
    DEVICE=brbond0
    BOOTPROTO=bridge
    ONBOOT=yes
    IPADDR=A.B.C.D                                                       # IP address of ovm322
    NETMASK=255.255.254.0
    NETWORK=A.B.C.0
    GATEWAY=A.B.C.1
    Update  "/etc/xen/xend-config.sxp",
    # Enable network-bridge, JAP 20120618
    # Disable network-bridge, JAP 20131223
    #(network-script network-bridge)
    Update  "vif" for OVM Manager 3 "vm.cfg",
    [root@ovm322 ~]# grep ^vif /etc/xen/auto/ovm322-m
    vif = ['type=netfront, bridge=brbond0']

  • OVM 3.1.1   how to refresh missing network configuration

    hi,
    OVM Server hardware:HP BL490c blades.
    o/s: OEL5.6
    OVM version: 3.1.1
    chain of events:-
    1)virtual connect issue led to temporary loss of some networking, now restored
    2)interrogating OEL5.6 shows all networking present
    3) interrogating OVM console shows missing network config in Servers & VMs, on ethernet ports drop down.
    Q: how can i refresh/re-add the missing ethernet ports & bonds back into OVM?

    I think you're confused. Isn't your OEL a VM guest? Virtual nics are different from actual physical nics you see at the VM Server level.
    Edited by: user12273962 on Feb 14, 2013 2:20 PM

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

Maybe you are looking for