Nic Bonding in OVM Server

Hi
I am setting up a OVM environment where I want to implement NIC bonding. I want to bond eth1 and eth3, the IP address are showing against xenbr1 and xenbr3. Please let me know the steps of doing this.
Thanks

itsakc wrote:
I am setting up a OVM environment where I want to implement NIC bonding. I want to bond eth1 and eth3, the IP address are showing against xenbr1 and xenbr3. Please let me know the steps of doing this.The Underground Oracle VM Manual has an entire chapter on this: http://itnewscast.com/chapter-7-oracle-vm-networking-8021q

Similar Messages

  • 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

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

  • Oracle VM 2.2 Nic bonding

    Hi everybody,
    I want to set NIC bonding on my VM 2.2 server. How does NIC bonding work? Also would I have to do any setup on my switch? Thank you to anyone who can help me understand.

    Sean314 wrote:
    I want to set NIC bonding on my VM 2.2 server. How does NIC bonding work? Also would I have to do any setup on my switch? Thank you to anyone who can help me understand.There is a great document on the Oracle Wiki for this: [ Oracle VM Server Configuration- bonded and trunked network interfaces|http://wiki.oracle.com/page/Oracle+VM+Server+Configuration-+bonded+and+trunked+network+interfaces].

  • Monitoring the OVM server 3.1.1

    Hi Guys
    What are you using to monitor the ovm server aspect of OVM?? i.e. monitoring the cpu, disks, NICs etc etc
    Thanks
    Aamar

    I'm bumping this thread in the hopes of getting better ideas.
    I have a tool that I can use to monitor DOMU's already (they're just like any other system). I'm looking for ways of monitoring the OVM server hardware itself.
    I'm guessing installing monitoring software on DOM0 would be frowned up, particularly by our administrators who are trying to treat the OVM server as an appliance, rather than a system. The less on it, the better.
    Is there a CLI or some other remote method of monitoring?
    I'm also looking for ways to monitor the OVM manager software (general OVM health, pool health, etc). Perhaps the OVM CLI is useful for this?

  • GUIDE: Oracle VM VirtualBox and Oracle Linux NIC bonding

    Author: Dude
    Date: 01-Jun-2013
    Version: B
    Last updates:
    23-Jul-2013, changes required due to forum upgrade
    The following  is provided in the hope that it might be useful. If you wish to use it for the purpose of reference, presentation or education, please include the link or information to this forum posting. Thank you!
    What is Linux network interface bonding? Simply put, the Linux system provides a kernel driver, which can create a logical network device (bond) using 2 or more Network Interface Controllers (NIC) to accomplish link-aggregation and adapter fault-tolerance. For more information, please see the Deployment Guide at https://linux.oracle.com/documentation/
    The channel bonding interface supports several modes of operation. In a typical active-backup set up for fault-tolerance, the system performs MII-based health monitoring of the network interface slaves (eth0, eth1) and assigns them according to bond options and interface availability. In active-backup mode (mode 1), only the current active network device is seen externally.
    Linux bonding for fault-tolerance under Oracle VM VirtualBox does not seem to function as advertised. Searching the Internet for more information shows that other people have tried to set up Linux bonding using various virtualization products, virtual host network adapter and bonding options, but without success.
    It appears the management of Media Access Control addresses (MAC) interferes with internal routing methods between the host and the virtual machine guest. Using the modinfo bonding command (fig. 1) shows a listing of available parameters for the bonding kernel module. The fail_over_mac parameter addresses the Mac address issue in VirtualBox.
    Fig.1
    # modinfo bonding
    filename:       /lib/modules/2.6.39-400.17.1.el6uek.x86_64
                    /kernel/drivers/net/bonding/bonding.ko
    parm:           fail_over_mac:For active-backup,
                    do not set all slaves to the same MAC;
                    0 for none (default), 1 for active, 2 for follow (charp)
    Configuration Example
    Virtualization Product: Oracle VM VirtualBox 4.2.10
    VM Guest OS: Oracle Linux 6.4 (x64)
    VM adapter settings: Bridged Adapter, Paravirtualized Network (virtio-net)
    Adapter1 (eth0): 080027436617, en0, Ethernet 1
    Adapter2 (eth1): 08002708F36A, en0, Ethernet 1
    Note: If you wish to reset the network adapter names and MAC addresses used by the Oracle Linux guest system, erase the content of /etc/udev/rules.d/70-persistent-net.rules and restart the virtual machine.
    1. Create or modify the following configuration files:
    /etc/modprobe.d/bonding-eth0_eth1.conf
    alias bond0 bonding
    /etc/sysconfig/network-scripts/ifcfg-bond0
    DEVICE=bond0
    IPADDR=10.0.2.12
    NETMASK=255.0.0.0
    GATEWAY=10.0.0.138
    DNS1=10.0.0.138
    DNS2=8.8.8.8
    ONBOOT=yes
    BOOTPROTO=none
    USERCTL=no
    BONDING_OPTS="mode=1 miimon=100 fail_over_mac=1"
    /etc/sysconfig/network-scripts/ifcfg-eth0
    DEVICE=eth0
    BOOTPROTO=none
    ONBOOT=yes
    MASTER=bond0
    SLAVE=yes
    USERCTL=no
    /etc/sysconfig/network-scripts/ifcfg-eth1
    DEVICE=eth1
    BOOTPROTO=none
    ONBOOT=yes
    MASTER=bond0
    SLAVE=yes
    USERCTL=no
    2. Restart the system or network services (root):
    Fig. 2
    # service network restart
    Configuration Test
    Enter the following commands as user root to verify proper operation of NIC bonding:
    Fig. 3
    # tail /var/log/messages
    bond0: setting mode to active-backup (1).
    bond0: Setting MII monitoring interval to 100.
    bond0: Setting fail_over_mac to active (1).
    bond0: Adding slave eth0.
    bond0: making interface eth0 the new active one.
    bond0: first active interface up!
    bond0: enslaving eth0 as an active interface with an up link.
    bond0: Adding slave eth1.
    bond0: enslaving eth1 as a backup interface with an up link.
    Fig. 4
    # ifconfig
    bond0     Link encap:Ethernet  HWaddr 08:00:27:43:66:17 
              inet addr:10.0.2.12  Bcast:10.255.255.255  Mask:255.0.0.0
              inet6 addr: fe80::a00:27ff:fe43:6617/64 Scope:Link
              UP BROADCAST RUNNING MASTER MULTICAST  MTU:1500  Metric:1
    eth0      Link encap:Ethernet  HWaddr 08:00:27:43:66:17 
              UP BROADCAST RUNNING SLAVE MULTICAST  MTU:1500  Metric:1
    eth1      Link encap:Ethernet  HWaddr 08:00:27:08:F3:6A 
              UP BROADCAST RUNNING SLAVE MULTICAST  MTU:1500  Metric:1
    Fig. 5
    # netstat -rn
    Kernel IP routing table
    Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface
    0.0.0.0         10.0.0.138      0.0.0.0         UG        0 0          0 bond0
    10.0.0.0        0.0.0.0         255.0.0.0       U         0 0          0 bond0
    169.254.0.0     0.0.0.0         255.255.0.0     U         0 0          0 bond0
    Fig. 6
    # ifconfig eth0 down
    # tail /var/log/messages
    bond0: link status definitely down for interface eth0, disabling it
    bond0: making interface eth1 the new active one.
    # ifconfig
    bond0     Link encap:Ethernet  HWaddr 08:00:27:08:F3:6A 
              inet addr:10.0.2.12  Bcast:10.255.255.255  Mask:255.0.0.0
              inet6 addr: fe80::a00:27ff:fe43:6617/64 Scope:Link
              UP BROADCAST RUNNING MASTER MULTICAST  MTU:1500  Metric:1
    eth1      Link encap:Ethernet  HWaddr 08:00:27:08:F3:6A 
              UP BROADCAST RUNNING SLAVE MULTICAST  MTU:1500  Metric:1
    Fig. 7
    # ifconfig eth0 up
    # ifconfig eth1 down
    # tail /var/log/messages
    bond0: link status definitely up for interface eth0, 4294967295 Mbps full duplex.
    bond0: link status definitely down for interface eth1, disabling it
    bond0: making interface eth0 the new active one.
    # ifconfig
    bond0     Link encap:Ethernet  HWaddr 08:00:27:43:66:17 
              inet addr:10.0.2.12  Bcast:10.255.255.255  Mask:255.0.0.0
              inet6 addr: fe80::a00:27ff:fe43:6617/64 Scope:Link
              UP BROADCAST RUNNING MASTER MULTICAST  MTU:1500  Metric:1
    eth0      Link encap:Ethernet  HWaddr 08:00:27:43:66:17 
              UP BROADCAST RUNNING SLAVE MULTICAST  MTU:1500  Metric:1
    During the above test, the client network connection from host 10.0.0.1 (ssh) was maintained without any noticeable interruption. As it can be seen from the syslog and ifconfig command output, the bond0 interface was automatically assigned either the MAC address of eth0 or eth1 and the fail-over worked as advertised.
    Good luck!

    Please see these docs/links.
    Using Oracle VM with Oracle E-Business Suite Release 11i or Release 12 [ID 465915.1]
    Certified Software on Oracle VM [ID 464754.1]
    Oracle VM Templates -- Oracle E-Business Suite 12.1.3 (32-bit), Oracle E-Business Suite 12.1.1 (64-bit and 32-bit) and Oracle E-Business Suite Release 12.X Sparse Middle Tier (32-bit)
    http://www.oracle.com/technetwork/server-storage/vm/ebs-093153.html
    E-Business Suite 12.1.3 Templates for Oracle VM Now Available
    http://blogs.oracle.com/stevenChan/2010/11/ebs1213_oraclevm.html
    Live Migration of EBS Services Using Oracle VM
    http://blogs.oracle.com/stevenChan/2010/01/ebs_live_migration_ovm.html
    Using Oracle VM with Oracle E-Business Suite Virtualization Kit
    http://blogs.oracle.com/stevenChan/2009/12/oracle_vm_ebs_virtualization_kit.html
    New Oracle® VM Templates for Oracle Applications Now Available
    http://www.oracle.com/us/corporate/press/068341
    Very Cool! New Oracle VM Templates for Oracle E-Business Suite
    http://blogs.oracle.com/virtualization/2010/11/very_cool_new_oracle_vm_templa.html
    Thanks,
    Hussein

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

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

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

  • How to 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

  • NIC Bonding not behaving as it should

    Hi Folks, am trying to setup NIC bonding on my VM (OEL5u6) having two virtualised NICs, i have done the setup which is quite simple however my active-backup mode is not working as expected.
    My Bonded interface
    [root@Gateway network-scripts]# cat ifcfg-bond0
    DEVICE=bond0
    IPADDR=192.169.25.2
    NETMASK=255.255.255.248
    ONBOOT=yes
    BOOTPROTO=none
    USERCTL=no
    BONDING_OPTS='mode=active-backup miimon=1000'
    TYPE=Ethernet
    individual interfaces
    [root@Gateway network-scripts]# cat ifcfg-eth2
    DEVICE=eth2
    HWADDR=08:00:27:1e:57:cf
    MASTER=bond0
    SLAVE=yes
    ONBOOT=yes
    BOOTPROTO=none
    USERCTL=no
    [root@Gateway network-scripts]# cat ifcfg-eth4
    DEVICE=eth4
    HWADDR=08:00:27:46:69:69
    MASTER=bond0
    SLAVE=yes
    ONBOOT=yes
    BOOTPROTO=none
    USERCTL=no
    Bonding status (looks good)
    [root@Gateway network-scripts]# cat /proc/net/bonding/bond0
    Ethernet Channel Bonding Driver: v3.5.0 (November 4, 2008)
    Bonding Mode: fault-tolerance (active-backup)
    Primary Slave: None
    Currently Active Slave: eth2
    MII Status: up
    MII Polling Interval (ms): 1000
    Up Delay (ms): 0
    Down Delay (ms): 0
    Slave Interface: eth2
    MII Status: up
    Link Failure Count: 0
    Permanent HW addr: 08:00:27:1e:57:cf
    Slave Interface: eth4
    MII Status: up
    Link Failure Count: 0
    Permanent HW addr: 08:00:27:46:69:69
    I am doing a continous ping from another host in the same n/w to this bonded interface IP to check if the ping streak breaks when i test this setup
    Testing -
    [root@Gateway network-scripts]# ifenslave -c bond0 eth4
    and that's it my SSH connection is gone, and ping is broken with "Request timed out"
    when i check the bond status now -
    Bonding Mode: fault-tolerance (active-backup)
    Primary Slave: None
    Currently Active Slave: eth4
    MII Status: up
    MII Polling Interval (ms): 1000
    Up Delay (ms): 0
    Down Delay (ms): 0
    Slave Interface: eth2
    MII Status: up
    Link Failure Count: 0
    Permanent HW addr: 08:00:27:1e:57:cf
    Slave Interface: eth4
    MII Status: up
    Link Failure Count: 0
    Permanent HW addr: 08:00:27:46:69:69
    am afraid there's not much help in the message log to debug this.
    Any views what's wrong and how to resolve? appreciate ur replies. Thanks
    Regards Amit

    Hi,
    I'm having the same problem, when i disconnect the cable from the eth0 (active slave) stop receiving respond
    I have tried bridged conf and interal net.
    I'm using VirtualBox 4.1.16
    This is my conf:
    [root@integrador ~]# cat /etc/sysconfig/network-scripts/ifcfg-bond0
    DEVICE=bond0
    IPADDR=10.10.0.2
    NETWORK=10.10.0.0
    NETMASK=255.255.255.0
    BONDING_OPTS="mode=1 miimon=100"
    BOOTPROTO=none
    ONBOOT=yes
    [root@integrador ~]# cat /etc/sysconfig/network-scripts/ifcfg-eth0
    DEVICE=eth0
    ONBOOT=yes
    BOOTPROTO=none
    MASTER=bond0
    SLAVE=yes
    USERCTL=no
    [root@integrador ~]# cat /etc/sysconfig/network-scripts/ifcfg-eth1
    DEVICE=eth1
    ONBOOT=yes
    BOOTPROTO=none
    MASTER=bond0
    SLAVE=yes
    USERCTL=no
    [root@integrador ~]# cat /etc/modprobe.d/bonding.conf
    alias bond0 bonding
    [root@integrador ~]# ifconfig -a
    bond0 Link encap:Ethernet HWaddr 08:00:27:5C:C5:BA
    inet addr:10.10.0.2 Bcast:10.10.0.255 Mask:255.255.255.0
    inet6 addr: fe80::a00:27ff:fe5c:c5ba/64 Scope:Link
    UP BROADCAST RUNNING MASTER MULTICAST MTU:1500 Metric:1
    RX packets:402 errors:0 dropped:0 overruns:0 frame:0
    TX packets:92 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:39487 (38.5 KiB) TX bytes:11045 (10.7 KiB)
    eth0 Link encap:Ethernet HWaddr 08:00:27:5C:C5:BA
    UP BROADCAST RUNNING SLAVE MULTICAST MTU:1500 Metric:1
    RX packets:211 errors:0 dropped:0 overruns:0 frame:0
    TX packets:89 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:23061 (22.5 KiB) TX bytes:10863 (10.6 KiB)
    eth1 Link encap:Ethernet HWaddr 08:00:27:5C:C5:BA
    UP BROADCAST RUNNING SLAVE MULTICAST MTU:1500 Metric:1
    RX packets:191 errors:0 dropped:0 overruns:0 frame:0
    TX packets:3 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:16426 (16.0 KiB) TX bytes:182 (182.0 b)
    eth2 Link encap:Ethernet HWaddr 08:00:27:DF:11:A2
    inet addr:192.168.57.1 Bcast:192.168.57.3 Mask:255.255.255.252
    inet6 addr: fe80::a00:27ff:fedf:11a2/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:1142 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:0 (0.0 b) TX bytes:119508 (116.7 KiB)
    eth3 Link encap:Ethernet HWaddr 08:00:27:D1:41:9A
    inet addr:192.168.1.50 Bcast:192.168.1.255 Mask:255.255.255.0
    inet6 addr: fe80::a00:27ff:fed1:419a/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:825 errors:0 dropped:0 overruns:0 frame:0
    TX packets:625 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:563221 (550.0 KiB) TX bytes:85914 (83.9 KiB)
    lo Link encap:Local Loopback
    inet addr:127.0.0.1 Mask:255.0.0.0
    inet6 addr: ::1/128 Scope:Host
    UP LOOPBACK RUNNING MTU:16436 Metric:1
    RX packets:25 errors:0 dropped:0 overruns:0 frame:0
    TX packets:25 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:2690 (2.6 KiB) TX bytes:2690 (2.6 KiB)
    [root@integrador ~]# cat /proc/net/bonding/bond0
    Ethernet Channel Bonding Driver: v3.6.0 (September 26, 2009)
    Bonding Mode: fault-tolerance (active-backup)
    Primary Slave: None
    Currently Active Slave: eth0
    MII Status: up
    MII Polling Interval (ms): 100
    Up Delay (ms): 0
    Down Delay (ms): 0
    Slave Interface: eth0
    MII Status: up
    Speed: 1000 Mbps
    Duplex: full
    Link Failure Count: 0
    Permanent HW addr: 08:00:27:5c:c5:ba
    Slave queue ID: 0
    Slave Interface: eth1
    MII Status: up
    Speed: 1000 Mbps
    Duplex: full
    Link Failure Count: 0
    Permanent HW addr: 08:00:27:fc:6b:f6
    Slave queue ID: 0
    [root@integrador ~]# lsmod | grep -i bond
    bonding 109558 0
    ipv6 264641 39 cnic,bonding,ip6t_REJECT,nf_conntrack_ipv6,nf_defrag_ipv6
    [root@integrador ~]# uname -a
    Linux integrador 2.6.32-220.el6.i686 #1 SMP Tue Dec 6 16:15:40 GMT 2011 i686 i686 i386 GNU/Linux
    Sorry for my english!

  • Problem of OVM- server :(

    Install OVM-server 2.1 on the HP-Proliant DL145 AMD possessor
    Configuration ovs-agent
    /etc/init.d/ovs-agent configure
    ;ssl support --
    ;enable ssl support in xmlrpc transport?(enable/disable)
    ssl=disable
    ssl=
    now ssl=disable
    ;network access control by ip --
    ;rules := if addr.match(allow) and not addr.match(deny): return True
    ;pattern items delimited by comma and could be
    ;219.142.73.50 #single ip
    ;219.142.73.* #range
    ;219.142.73.0/24 #range
    ;default to allow all, deny none
    allow=195.168.0.77
    allow=
    now allow=195.168.0.77
    deny=
    deny=
    now deny=
    would you like to modify password to communicate with agent?[y/N]
    OVS Agent configuration done.
    This is agent status
    [root@vm ~]# /etc/init.d/ovs-agent start
    OVSAgentServer is now starting...
    OVSAgentServer started.
    Traceback (most recent call last):
    File "/opt/ovs-agent-2.2/utils/broadcast_macip.py", line 66, in ?
    main()
    File "/opt/ovs-agent-2.2/utils/broadcast_macip.py", line 60, in main
    s.sendto(data, ('<broadcast>', int(config.get("agent", "port"))))
    socket.error: (101, 'Network is unreachable')
    [root@vm ~]# /etc/init.d/ovs-agent status
    OVSAgentServer is running.
    [root@vm ~]#
    I am connecting from 195.168.0.77
    The browser returns me following errors
    OVSAgentServer     
    This server exports the following methods through the XML-RPC protocol.
    Methods
    exists(vmpath)
    check if a vm exists
    @return "success" if success else "failed:<error message>"
    add_vm_disk(vm_path, disk_path, sharable=False)
    attach a disk to a vm
    @return "success" if success else "failed:<error message>"
    add_vm_vif(vm_path, num)
    add vifs for the vm
    @return "success:macs=<macs_string>" if success else "failed:<error message>"
    macs_string is in the format of "mac1,mac2"
    et cetera.....
    Please Help me...... :(

    EmOuBi
    No problem with ping.
    The firewall switched off '/etc/init.d/iptables stop '
    look at http://dba.host.n.kg/image/1371/10440_OVS-error.JPG
    in this picture you can see state of connecting..

  • CSACS-3415 ACS 5.4 NIC Bonding / Teaming possible ?

    Hi Team,
    I know, this topic has been answered for the "old" 11x Appliances: not possible.
    Does the new UCS hardware change anything ?
    Can we bundle 2 NICs somehow to get interface redundancy ?
    If still not possible to configure that in ACS 5 itself:
    Can it enentually be done on the "hardware" level
    within the appliance firmware (UCS BIOS)  ?
    Frank
    (RHEL would provide NIC bonding,,, unfortunately its not accessable from ACS5 CLI)

    Yes it does. ACS 5.5 with the Cisco SNS-3415, Cisco SNS-3495, virtual machine, or CSACS-1121 platform allows you to use up to four network interfaces: Ethernet 0, Ethernet 1, Ethernet 2, and Ethernet 3.
    NIC Bonding
    http://www.cisco.com/c/en/us/td/docs/net_mgmt/cisco_secure_access_control_system/5-5/installation/guide/csacs_book/csacs_hw_ins.html#pgfId-1191791
    Creating interface bonding
    http://www.cisco.com/c/en/us/td/docs/net_mgmt/cisco_secure_access_control_system/5-5/installation/guide/csacs_book/csacs_hw_ins.html#pgfId-1197533
    Regards,
    Jatin Katyal
    *Do rate helpful posts*

  • OVM Server 3.2.1 install reboots server

    I have been trying to install OVM Server on an IBM xSeries 336 server. OVM Server 2.2.1 was previously installed on this server.
    Trying to install 3.2.1 now and I get to the splash screen booting from the CD. I press [Enter] to begin the installation. Once the process reaches the point of 'Loading SCSI driver', the server reboots. I have tested the media on other machines without issue. I have also tested the server with OVM Server 2.2.1 media and the install progresses normally to the end.
    I suspect there are missing drivers causing the install to fail. Is there a way to load the missing drivers during the install process?
    Thanks in advance,
    UPDATE: I have successfully installed OVM Server 3.0.2... Not exactly what I wanted but....
    Edited by: SBaugher on Feb 20, 2013 11:04 AM

    Oracle VM 3 is entirely different from 2.2.1.
    take a look at the release notes for 3.2.1 There are few instances in which you have to specify different boot parameters for the installation to work.
    http://docs.oracle.com/cd/E35328_01/E35329/E35329.pdf
    You might have a MEGARAID product.
    If you are installing Oracle VM Server on a Sun Fire X4800, you must provide extra parameters when
    booting from the installation media (CDROM or ISO file), or when using a kickstart installation. These
    parameters allow the megaraid_sas driver to load correctly.
    If booting from the installation media, press F2 when the initial boot screen is displayed and provide the
    following additional parameters as part of the boot command:
    mboot.c32 xen.gz extra_guest_irqs=64,2048 nr_irqs=2048 --- vmlinuz --- initrd.img
    If using a kickstart installation, add the additional kernel parameters to the PXE configuration file.

  • Problem with OVM Server 3.2.6 - xend not running

    Hi, just now I upgraded my server to OVM Server 3.2.6 version and server boots up, cluster is up but I have message that Hypervisor is running in UNDETERMINED bit mode (WARNING: XEND IS PROBABLY NOT RUNNING). While boot I saw message that xend failed to start because "mount point /proc/xen does not exist". Also when it tries to start xend, there is message "xencommons should be started first". Reinstalling OVMS did not help. Does anyone have this problem?
    Thanks.

    For me, it looks like the same.
    1 - Yes
    2 - B
    3 - Not yet, I've tried to downgrade to 3.2.4, but it is not possible.
    4.1 - service xend status:
    xc: error: Could not obtain handle on privileged command interface (2 = No such file or directory): Internal error
    Traceback (most recent call last):
      File "/usr/sbin/xend", line 36, in ?
        from xen.xend.server import SrvDaemon
      File "/usr/lib64/python2.4/site-packages/xen/xend/server/SrvDaemon.py", line 26, in ?
        import relocate
      File "/usr/lib64/python2.4/site-packages/xen/xend/server/relocate.py", line 28, in ?
        from xen.xend import XendDomain
      File "/usr/lib64/python2.4/site-packages/xen/xend/XendDomain.py", line 36, in ?
        from xen.xend import XendOptions, XendCheckpoint, XendDomainInfo
      File "/usr/lib64/python2.4/site-packages/xen/xend/XendCheckpoint.py", line 20, in ?
        from xen.xend import balloon, sxp, image
      File "/usr/lib64/python2.4/site-packages/xen/xend/image.py", line 46, in ?
        xc = xen.lowlevel.xc.xc()
    xen.lowlevel.xc.Error: (1, 'Internal error', 'xc_interface_open failed: No such file or directory')
    xend daemon is stopped
    4.2 - service ovs-agent status:
    log server (pid 4460) is running...
    notification server (pid 4489) is running...
    remaster server (pid 4492) is running...
    monitor server (pid 4494) is running...
    ha server (pid 4496) is running...
    stats server (pid 4498) is running...
    xmlrpc server (pid 4499) is running...

  • Install OVM server 3.2.1 on iSCSI LUN

    Hello friends,
    I have a Cisco Blade and would like to boot OVM server from an iSCSI lun. I create a LUN from a SAN and presented the lun to the blade. When the server boots up, it sees the iSCSI lun just fine but when I tried to install OVM server 3.2.1, it did not detect that LUN. I tried to install Oracle Linux 6.3 and it sees the LUN ok. Is there a way to make OVM server to see that LUN.
    thanks,
    TD

    I have done to many oel and ovs install lately such that they are blurring together...
    On the OVM 3.2.1 install watch closely for a place to add support for non local storage. I remember seeing a small prompt in some of the installs but it may have been from some of the OEL installs (I have also been doing OEL 4, 5, & 6) & not OVM.
    Sorry I can't remember right now. If I get a moment and try to run the install process I will and report back if no one else does.

  • OVM Server 3.1.1 errors

    I am running OVM 3.1.1 in a 2 servers cluster. on one of the server I noticed that following errors happening very frequently in /var/log/ovs-agent.log. whereas 2nd OVM Server has no errors. I also noticed in OVM manager that if I go to "repository" tab, every thing in repository has "lock" sign on it.
    I am trying to create a clone from one of the templates but it just stays in "in progress" at 0% for ages and nothing happens.
    I do not have any idea where and why these errors are generated. Any help would be much appreciated.
    Thanks
    [2012-10-16 16:17:15 5378] ERROR (monitor:42) Error in monitor process: Lock file /etc/ovs-agent/db/server failed: timeout occured.
    Traceback (most recent call last):
    File "/usr/lib64/python2.4/site-packages/agent/monitor.py", line 30, in serve_forever
    saved_cluster_state = read_item(LOCAL_SERVER_DB, "cluster_state")
    File "/usr/lib64/python2.4/site-packages/agent/db.py", line 76, in read_item
    db = AgentDB(db_name, db_home)
    File "/usr/lib64/python2.4/site-packages/agent/db.py", line 31, in __init__
    self.lock.acquire(wait=10, delay=0.1)
    File "/usr/lib64/python2.4/site-packages/agent/utils/filelock.py", line 54, in acquire
    raise LockError("Lock file %s failed: timeout occured." % self.filename)
    LockError: Lock file /etc/ovs-agent/db/server failed: timeout occured.
    [2012-10-16 16:17:15 5375] ERROR (remaster:312) Error in remaster process: Lock file /etc/ovs-agent/db/server failed: timeout occured.
    Traceback (most recent call last):
    File "/usr/lib64/python2.4/site-packages/agent/remaster.py", line 310, in serve_forever
    remaster()
    File "/usr/lib64/python2.4/site-packages/agent/remaster.py", line 275, in remaster
    d = dump_db(LOCAL_SERVER_DB)
    File "/usr/lib64/python2.4/site-packages/agent/db.py", line 101, in dump_db
    db = AgentDB(db_name, db_home)
    File "/usr/lib64/python2.4/site-packages/agent/db.py", line 31, in __init__
    self.lock.acquire(wait=10, delay=0.1)
    File "/usr/lib64/python2.4/site-packages/agent/utils/filelock.py", line 54, in acquire
    raise LockError("Lock file %s failed: timeout occured." % self.filename)
    LockError: Lock file /etc/ovs-agent/db/server failed: timeout occured.
    [2012-10-16 16:17:20 5385] ERROR (stats:265) Error in stat process: Lock file /etc/ovs-agent/db/server failed: timeout occured.
    Traceback (most recent call last):
    File "/usr/lib64/python2.4/site-packages/agent/stats.py", line 254, in serve_forever
    if is_clustered():
    File "/usr/lib64/python2.4/site-packages/agent/serverpool.py", line 507, in is_clustered
    return (get_membership_state() == MEMBERSHIP_STATE_CLUSTERED and
    File "/usr/lib64/python2.4/site-packages/agent/serverpool.py", line 403, in get_membership_state
    if get_cluster_flag():
    File "/usr/lib64/python2.4/site-packages/agent/serverpool.py", line 388, in get_cluster_flag
    return read_item(LOCAL_SERVER_DB, "clustered")
    File "/usr/lib64/python2.4/site-packages/agent/db.py", line 76, in read_item
    db = AgentDB(db_name, db_home)
    File "/usr/lib64/python2.4/site-packages/agent/db.py", line 31, in __init__
    self.lock.acquire(wait=10, delay=0.1)
    File "/usr/lib64/python2.4/site-packages/agent/utils/filelock.py", line 54, in acquire
    raise LockError("Lock file %s failed: timeout occured." % self.filename)
    LockError: Lock file /etc/ovs-agent/db/server failed: timeout occured.
    Edited by: user10070298 on Oct 15, 2012 10:20 PM

    Did you get any resolution to this problem?
    I'm getting the same errors and I can't find anything on MOS which indicates what could it be. Same setup as yours, 2 servers in the cluster pool and one is throwing errors and the other is not.

Maybe you are looking for

  • Project stock to Vendor

    Dear All, Is it possible to create a material with requisition as a project stock and issue the same material to the vendor for execution of works and reconcile the same when doing GR. If yes please let me know the process and also if possible the mo

  • "new" apple batteries on the cheap

    hello, i've found an ebay seller that has new, fresh powerbook 15" aluminum batteries (at least that's what they said). the link is: http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=320206120981 my 1 ghz powerbook has a different model number than

  • Using text_input value Attribute - Prefill Entry

    I'm a newbie - I'm trying to prefill data entry on the Customer form of the CarDemo. I can add static values setting the value attribute, but I'd like to use request header or cookie values. Is that available through the implicit objects mentioned in

  • Merge Vs Looping

    Hi, Following are my table structure. Table Name : CODE ID, Code, Level, Details [ Note : ID is Auto generated by sequence] I have a job that runs everyday to hit the remote view to pull the data into CODE table. View structure and Sample data in the

  • Media Encoder and Quicksync?

    Hi, over on the macrumors forum we have this ongoing thread regarding quicksync on the mac. I today posted some benchmark results I did myself: http://forums.macrumors.com/showpost.php?p=18744105&postcount=8 Adobe Media Encoder (the latest CC version