OVM 3.0.3 import VirtualBox OVM Manager 3.0.3 OVA template

VirtualBox Template for Oracle VM Manager 3.0.3,
http://www.oracle.com/technetwork/server-storage/vm/template-1482544.html
The OVM 3.0.3 host should be configured with enough space to accommodate import of OVA template. In
this case 36G was allocated for "sda",
[root@ovm303 ~]# fdisk -l /dev/sda
Disk /dev/sda: 38.6 GB, 38654705664 bytes
255 heads, 63 sectors/track, 4699 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 4189 33648111 83 Linux
/dev/sda2 4190 4699 4096575 82 Linux swap / Solaris
Post OVA import disk usage,
[root@ovm303 ~]# df -T -t ext3
Filesystem Type 1K-blocks Used Available Use% Mounted on
/dev/sda1 ext3 32594216 24105604 6806208 78% /.
[root@ovm303 ~]# cat /etc/motd
Warning: making manual modifications in the management domain
might cause inconsistencies between Oracle VM Manager and the server.
[root@ovm303 ~]# head -4 /etc/ovs-info
OVS summary
release: 3.0.3
date: 201111300901
build: 123
The contents of "ovs-info" also include package information.
The "vbox-img" package is something new in OVM 3.0.3,
[root@ovm303 ~]# grep vbox-img /etc/ovs-info
vbox-img-1.0-2
[root@ovm303 ~]# rpm -ql vbox-img
/usr/bin/vbox-img
/usr/share/doc/vbox-img-1.0
/usr/share/doc/vbox-img-1.0/COPYING
[root@ovm303 ~]# vbox-img --help
Oracle VM VirtualBox Disk Utility 4.1.3
(C) 2005-2011 Oracle Corporation
All rights reserved.
Usage: vbox-img
setuuid --filename <filename>
[--format VDI|VMDK|VHD|...]
[--uuid <uuid>]
[--parentuuid <uuid>]
[--zeroparentuuid]
convert --srcfilename <filename>
--dstfilename <filename>
[--stdin]|[--stdout]
[--srcformat VDI|VMDK|VHD|RAW|..]
[--dstformat VDI|VMDK|VHD|RAW|..]
[--variant Standard,Fixed,Split2G,Stream,ESX]
info --filename <filename>
compact --filename <filename>
createcache --filename <filename>
--size <cache size>
Download "OracleVMManager3" OVA,
[root@ovm303 xen]# mkdir /etc/xen/ovm303-m
[root@ovm303 ~]# cd /etc/xen/ovm303-m
[root@ovm303 xen]# wget http://download.oracle.com/otn-pub/otn_software/OracleVMManager3.ova
--2012-03-14 17:06:01-- http://download.oracle.com/otn-pub/otn_software/OracleVMManager3.ova
Length: 4234452992 (3.9G) [text/plain]
Saving to: `OracleVMManager3.ova'
100%[====================================>] 4,234,452,992 834K/s in 55m 36s
2012-03-14 18:01:38 (1.21 MB/s) - `OracleVMManager3.ova' saved [4234452992/4234452992]
[root@ovm303 xen]# md5sum OracleVMManager3.ova
75fc334422eda6c3425a2f09fb88f9e0 OracleVMManager3.ova
Unpack OVA,
[root@ovm303 xen]# tar tvf OracleVMManager3.ova
-rw------- someone/someone 59626 2012-01-12 17:42:49 OracleVMManager3.ovf
-rw------- someone/someone 1987182592 2012-01-12 17:48:06 OracleVMManager3-disk1.vmdk
-rw------- someone/someone 2247208960 2012-01-12 17:51:24 OracleVMManager3-disk2.vmdk
[root@ovm303 ovm303-m]# tar xvf OracleVMManager3.ova
OracleVMManager3.ovf
OracleVMManager3-disk1.vmdk
OracleVMManager3-disk2.vmdk
Use "vbox-img" to show "OracleVMManager3-disk1.vmdk",
[root@ovm303 ovm303-m]# vbox-img info --filename OracleVMManager3-disk1.vmdk
--- Dumping VD Disk, Images=1
Dumping VD image "OracleVMManager3-disk1.vmdk" (Backend=VMDK)
Header: Geometry PCHS=16383/16/63 LCHS=1024/255/63 cbSector=52428800
Header: uuidCreation={f3859e00-962c-440f-a63d-feb7b731d5da}
Header: uuidModification={00000000-0000-0000-0000-000000000000}
Header: uuidParent={00000000-0000-0000-0000-000000000000}
Header: uuidParentModification={00000000-0000-0000-0000-000000000000}
Convert "OracleVMManager3-disk1.vmdk" to RAW,
[root@ovm303 ovm303-m]# vbox-img convert srcfilename OracleVMManager3-disk1.vmdk dstfilename OracleVMManager3-disk1.img srcformat VMDK dstformat RAW
Converting image "OracleVMManager3-disk1.vmdk" with size 26843545600 bytes (25600MB)...
[root@ovm303 ovm303-m]# file OracleVMManager3-disk1.img
OracleVMManager3-disk1.img: x86 boot sector; partition 1: ID=0x83, active, starthead 1, startsector 63, 208782 sectors; partition 2: ID=0x8e, starthead 0, startsector 208845, 52211250 sectors, code offset 0x48
[root@ovm303 ovm303-m]# fdisk -l OracleVMManager3-disk1.img
last_lba(): I don't know how to handle files with mode 8180
You must set cylinders.
You can do this from the extra functions menu.
Disk OracleVMManager3-disk1.img: 0 MB, 0 bytes
255 heads, 63 sectors/track, 0 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
OracleVMManager3-disk1.img1 * 1 13 104391 83 Linux
OracleVMManager3-disk1.img2 14 3263 26105625 8e Linux LVM
Partition 2 has different physical/logical endings:
phys=(1023, 254, 63) logical=(3262, 254, 63)
Use "vbox-img" to show "OracleVMManager3-disk2.vmdk",
[root@ovm303 ovm303-m]# vbox-img info --filename OracleVMManager3-disk2.vmdk
--- Dumping VD Disk, Images=1
Dumping VD image "OracleVMManager3-disk2.vmdk" (Backend=VMDK)
Header: Geometry PCHS=16383/16/63 LCHS=1024/255/63 cbSector=20971520
Header: uuidCreation={abc43be0-7a43-4ba2-a205-eaf37184a4d3}
Header: uuidModification={00000000-0000-0000-0000-000000000000}
Header: uuidParent={00000000-0000-0000-0000-000000000000}
Header: uuidParentModification={00000000-0000-0000-0000-000000000000}
Convert "OracleVMManager3-disk2.vmdk" to RAW,
[root@ovm303 ovm303-m]# vbox-img convert srcfilename OracleVMManager3-disk2.vmdk dstfilename OracleVMManager3-disk2.img srcformat VMDK dstformat RAW
Converting image "OracleVMManager3-disk2.vmdk" with size 10737418240 bytes (10240MB)...
[root@ovm303 ovm303-m]# file OracleVMManager3-disk2.img
OracleVMManager3-disk2.img: x86 boot sector; partition 1: ID=0x83, starthead 1, startsector 63, 20964762 sectors, extended partition table (last)\011
[root@ovm303 ovm303-m]# fdisk -l OracleVMManager3-disk2.img
last_lba(): I don't know how to handle files with mode 8180
You must set cylinders.
You can do this from the extra functions menu.
Disk OracleVMManager3-disk2.img: 0 MB, 0 bytes
255 heads, 63 sectors/track, 0 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
OracleVMManager3-disk2.img1 1 1305 10482381 83 Linux
Partition 1 has different physical/logical endings:
phys=(1023, 254, 63) logical=(1304, 254, 63)
Update disk image "/boot" configuration using loopback mount,
[root@ovm303 ovm303-m]# mkdir boot
[root@ovm303 ovm303-m]# kpartx -l OracleVMManager3-disk1.img
loop1p1 : 0 208782 /dev/loop1 63
loop1p2 : 0 52211250 /dev/loop1 208845
loop deleted : /dev/loop1
[root@ovm303 ovm303-m]# kpartx -a OracleVMManager3-disk1.img
[root@ovm303 ovm303-m]# mount /dev/mapper/loop1p1 boot
Update "/boot/grub/device.map",
[root@ovm303 ovm303-m]# cat boot/grub/device.map
# this device map was generated by anaconda
(hd0) /dev/hda
Update "/boot/grub/grub.conf" to use non-UEK kernel to avoid issues with OL5u7 default UEK boot and HVM,
[root@ovm303 ovm303-m]# grep default boot/grub/grub.conf
default=1
Mount "/" logical volume,
[root@ovm303 ovm303-m]# vgscan
Reading all physical volumes. This may take a while...
Found volume group "VolGroup00" using metadata type lvm2
[root@ovm303 ovm303-m]# vgchange -ay VolGroup00
2 logical volume(s) in volume group "VolGroup00" now active
[root@ovm303 ovm303-m]# lvs
LV VG Attr LSize Origin Snap% Move Log Copy% Convert
LogVol00 VolGroup00 -wi-a- 19.06G
LogVol01 VolGroup00 -wi-a- 5.81G
[root@ovm303 ovm303-m]# mkdir root
[root@ovm303 ovm303-m]# ls /dev/VolGroup00/
LogVol00 LogVol01
[root@ovm303 ovm303-m]# mount /dev/VolGroup00/LogVol00 root
Update "/etc/inittab" to boot single user,
[root@ovm303 ovm303-m]# grep id root/etc/inittab
id:1:initdefault:
Update "/etc/fstab" to ignore "/u01" block device mount,
[root@ovm303 ovm303-m]# grep sdb root/etc/fstab
#/dev/sdb1 /u01 ext3 defaults 1 1
Unmount "/boot" and "/",
[root@ovm303 ovm303-m]# umount boot
[root@ovm303 ovm303-m]# umount root
[root@ovm303 ovm303-m]# vgchange -an VolGroup00
0 logical volume(s) in volume group "VolGroup00" now active
[root@ovm303 ovm303-m]# kpartx -d OracleVMManager3-disk1.img
loop deleted : /dev/loop1
The OVM 3.0.3 network bridge configuration uses "bond0" vs "xenbr0".
Configure "vm.cfg",
[root@ovm303 ovm303-m]# cat vm.cfg
# (H)ardware (V)irtual (M)achine configuration
# /etc/xen/xmexample.hvm
kernel = 'hvmloader'
builder = 'hvm'
memory = '4096'
# The number of cpus guest platform has, default=1
#vcpus=1
# PXE boot
#bootloader = '/usr/bin/pypxeboot'
#bootloader = '/usr/bin/pygrub'
# Virtual block device configuration using file:
# dd if=/dev/zero of=/$VM_PATH/$VM_NAME/System.img bs=1M count=$MB
# disk = [ 'file:/$VM_PATH/$VM_NAME/System.img,ioemu:hda,w', ]
# Configuration using physical disk logical volume:
# lvcreate --size ${GB}G --name $VM_NAME $VG_NAME
# disk = [ 'phy:/dev/$VG_NAME/$VM_NAME,xvda,w',]
# CDROM configuration using file:
# disk = [ 'file:/$BOOT_ISO_NAME,hdc:cdrom,r', ]
disk = [ 'file:/etc/xen/ovm303-m/OracleVMManager3-disk1.img,ioemu:hda,w', 'file:/etc/xen/ovm303-m/OracleVMManager3-disk2.img,ioemu:hdb,w', ]
# Domain name
name = "ovm303-m"
# Networking
# Network bridge status:
# /etc/xen/scripts/network-bridge status
# 'bridge' should be proper interface e.g. xenbr0
vif = ['type=ioemu, bridge=bond0']
# boot on floppy (a), hard disk (c), Network (n) or CD-ROM (d)
# default: hard disk, cd-rom, floppy
boot = "cdn"
# Enable HV VNC console
# Uses avaiablle next VNC port $OVM_SERVER_HOST:0 == 5900, :1 == 5901 etc
# Use "xm list -l" to determince VNC port "location"
vnc=1
vncunused=1
vnclisten="0.0.0.0"
vncpasswd=''
sdl=0
# Set the real time clock to local time [default=0 i.e. set to utc]
# Allows Win VM clock to work with UTC on OVM host system.
#localtime=1
Start VM,
[root@ovm303 ovm303-m]# xm create vm.cfg
Using config file "./vm.cfg".
Error: Device 0 (vif) could not be connected. Hotplug scripts not working.
Current bridge,
[root@ovm303 ~]# brctl show
bridge name bridge id STP enabled interfaces
Update "/etc/xen/xend-config.sxp" to enable "network-bridge",
[root@ovm303 ovm303-m]# cp /etc/xen/xend-config.sxp /etc/xen/xend-config.sxp.orig
[root@ovm303 ovm303-m]# diff /etc/xen/xend-config.sxp /etc/xen/xend-config.sxp.orig
165,167d164
< # Enable network-bridge, JAP 20120322
< (network-script network-bridge)
<
[root@ovm303 ~]# service xend restart
Restarting xend...
xend daemon (pid 8848) is running...
[root@ovm303 ~]# brctl show
bridge name bridge id STP enabled interfaces
bond0 8000.002128d5ce86 no pbond0
Start VM,
[root@ovm303 ovm303-m]# xm create vm.cfg
Using config file "./vm.cfg".
Started domain ovm303-m (id=1)
Determine VNC console session,
[root@ovm303 ovm303-m]# xm list -l ovm303-m | grep location
(location 0.0.0.0:5900)
(location 3)
VNC console session. The "oraclevm-template" tools are not run in single user so hostname is "localhost",
[root@localhost ~]# who -r
run-level S 2012-03-23 09:09 last=1
Update "/etc/fstab" for "/u01" mount to use label,
[root@localhost ~]# grep /u01 /etc/fstab
#/dev/sdb1 /u01 ext3 defaults 1 1
[root@localhost ~]# blkid
/dev/mapper/VolGroup00-LogVol01: TYPE="swap"
/dev/mapper/VolGroup00-LogVol00: UUID="2751f1b2-836b-4786-ae71-8b402e0f8503" TYPE="ext3"
/dev/VolGroup00/LogVol00: UUID="2751f1b2-836b-4786-ae71-8b402e0f8503" SEC_TYPE="ext2" TYPE="ext3"
/dev/VolGroup00/LogVol01: TYPE="swap"
/dev/hda1: LABEL="/boot" UUID="8701866e-5ed5-49f7-9597-bb9709d22359" TYPE="ext3"
/dev/hdb1: UUID="5f9a7bef-3a6d-4a83-b288-638537424fa7" SEC_TYPE="ext2" TYPE="ext3"
[root@localhost ~]# e2label /dev/hdb1 u01
[root@localhost ~]# grep u01 /etc/fstab
LABEL=u01 /u01 ext3 defaults 1 1
[root@localhost ~]# mount /u01
[root@localhost ~]# df /u01
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/hdb1 10317828 4250832 5542880 44% /u01
As configured the default run level will be elevated to "5" by the "/etc/rc.local" script. This enables a
console desktop for user "ovm". This is unneeded and will be implemented by VNC session for user
"ovm".
Update "/etc/inittab" to enable full multiuser mode run level 3,
[root@localhost ~]# grep id /etc/inittab
id:3:initdefault:
Disable "/etc/rc.local" run level elevation,
[root@localhost ~]# tail -2 /etc/rc.local
# Disable local forced runlevel 5, JAP 20120404
#telinit 5
Disable firewall to allow VNC connections,
[root@localhost ~]# chkconfig --list iptables
iptables 0:off 1:off 2:on 3:on 4:on 5:on 6:off
[root@localhost ~]# chkconfig iptables off
[root@localhost ~]# chkconfig --list ip6tables
ip6tables 0:off 1:off 2:on 3:on 4:on 5:on 6:off
[root@localhost ~]# chkconfig ip6tables off
Reboot,
[root@localhost ~]# reboot
Broadcast message from root (pts/0) (Mon Apr 2 09:22:17 2012):
The system is going down for reboot NOW!
Post "oraclevm-template" configuration e.g. defining FQDN and static IP addresss etc. OVM Manager 3.0.3 is up.
Configure VNC for "ovm",
[root@ovm303-m ~]# su - ovm
[ovm@ovm303-m ~]$ vncserver
You will require a password to access your desktops.
Password: Welcome1
Verify: Welcome1
xauth: creating new authority file /home/ovm/.Xauthority
New 'ovm303-m:1 (ovm)' desktop is ovm303-m:1
Creating default startup script /home/ovm/.vnc/xstartup
Starting applications specified in /home/ovm/.vnc/xstartup
Log file is /home/ovm/.vnc/ovm303-m:1.log
[ovm@ovm303-m ~]$ vncserver -kill :1
Killing Xvnc process ID 12499
Update "xstartup",
[ovm@ovm303-m ~]$ cat /home/ovm/.vnc/xstartup
#!/bin/sh
# Uncomment the following two lines for normal desktop:
unset SESSION_MANAGER
exec /etc/X11/xinit/xinitrc
#[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
#[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
#xsetroot -solid grey
#vncconfig -iconic &
#xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
#twm &
[ovm@ovm303-m ~]$ vncserver
New 'ovm303-m:1 (ovm)' desktop is ovm303-m :1
Starting applications specified in /home/ovm/.vnc/xstartup
Log file is /home/ovm/.vnc/ovm303-m:1.log
Configure "/etc/sysconfig/vncservers",
[root@ovm303-m ~]# chkconfig --list vncserver
vncserver 0:off 1:off 2:off 3:off 4:off 5:off 6:off
[root@ovm303-m ~]# chkconfig vncserver on
[root@ovm303-m ~]# chkconfig --list vncserver
vncserver 0:off 1:off 2:on 3:on 4:on 5:on 6:off
[root@ovm303-m ~]# tail -2 /etc/sysconfig/vncservers
# Start VNC session for ovm, JAP 20120404
VNCSERVERS="1:ovm"

Thanks Jim - looks great!

Similar Messages

  • OVM 2.2.2 import VirtualBox OVA

    [root@ovm]# cat /etc/ovs-release
    Oracle VM server release 2.2.2
    Unpack OVA,
    [root@ovm]# file VB.ova
    VB.ova: POSIX tar archive
    [root@ovm]# tar tvf VB.ova
    -rw------- someone/someone 15691 2011-12-08 20:32:29 VB.ovf
    -rw------- someone/someone 2917182464 2011-12-08 20:36:53 disk1.vmdk
    -rw------- someone/someone 11493981184 2011-12-08 20:54:21 disk2.vmdk
    [root@ovm]# tar xvf VB.ova
    VB.ovf
    VB-disk1.vmdk
    VB-disk2.vmdk
    VMDK details using "qemu-img",
    [root@ovm]# ls -l *vmdk
    -rw------- 1 root root 2917182464 Dec 8 20:36 VB-disk1.vmdk
    -rw------- 1 root root 11493981184 Dec 8 20:54 VB-disk2.vmdk
    [root@ovm ]# qemu-img info -f vmdk VB-disk1.vmdk
    disk1.vmdk
    file format: vmdk
    virtual size: 10G (10737418240 bytes)
    disk size: 2.7G
    [root@ovm]# qemu-img info -f vmdk VB-disk2.vmdk
    image: disk2.vmdk
    file format: vmdk
    virtual size: 60G (64424509440 bytes)
    disk size: 11G
    Attempt using "qemu-img" to convert VMDK to raw,
    [root@ovm# qemu-img convert -f vmdk -O raw VB-disk1.vmdk disk1.img
    qemu-img: error while reading
    Install VirtualBox on WinXP 32-bit laptop. Share the VMDK files using Samba.
    Attempt "VBoxManage clonehd" of "VB-disk1.vmdk",
    V:\>"C:\Program Files\Oracle\VirtualBox\VboxManage" clonehd VB-disk1.vmdk disk1.img --format raw
    VBoxManage.exe: error: The medium 'V:\VB-disk1.vmdk' can't be used as the requested device type
    VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component Medium, interface IMedium, callee IUnknown
    Context: "OpenMedium(Bstr(pszFilenameOrUuid).raw(), enmDevType, AccessMode_ReadWrite, fForceNewUuidOnOpen, pMedium.asOutParam())" at line 210 of file VBoxManageDisk.cpp
    Update UUID of VMDK,
    V:\>"C:\Program Files\Oracle\VirtualBox\VboxManage" internalcommands sethduuid VB-disk1.vmdk
    UUID changed to: 73a7de22-6846-4868-9cd3-94bbf589d940
    V:\>"C:\Program Files\Oracle\VirtualBox\VboxManage" clonehd VB-disk1.vmdk disk1.img --format raw
    0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
    Clone hard disk created in format 'raw'. UUID: faf96692-93ed-477e-9d52-1ade05009
    b60
    V:\>"C:\Program Files\Oracle\VirtualBox\VboxManage" internalcommands listpartitions -rawdisk disk1.img
    Number Type StartCHS EndCHS Size (MiB) Start (Sect)
    1 0x83 0 /1 /1 12 /254/63 101 63
    2 0x8e 13 /0 /1 1023/254/63 10134 208845
    [root@ovm]# file disk1.img
    disk1.img: x86 boot sector; partition 1: ID=0x83, active, starthead 1, startsector 63, 208782 sectors; partition 2: ID=0x8e, starthead 0, startsector 208845, 20755980 sectors, code offset 0x48
    [root@ovm]# fdisk -l disk1.img
    last_lba(): I don't know how to handle files with mode 8180
    You must set cylinders.
    You can do this from the extra functions menu.
    Disk disk1.img: 0 MB, 0 bytes
    255 heads, 63 sectors/track, 0 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Device Boot Start End Blocks Id System
    disk1.img1 * 1 13 104391 83 Linux
    disk1.img2 14 1305 10377990 8e Linux LVM
    Partition 2 has different physical/logical endings:
    phys=(1023, 254, 63) logical=(1304, 254, 63)
    No UUID issues with "VB-disk2.vmdk" proceed with "clonehd",
    V:\>"C:\Program Files\Oracle\VirtualBox\VboxManage" clonehd VB-disk2.vmdk disk2.img --format raw
    0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
    Clone hard disk created in format 'raw'. UUID: de21cd38-494d-49df-81b4-c3fd3c8c67ae
    V:\>"C:\Program Files\Oracle\VirtualBox\VboxManage" internalcommands listpartitions -rawdisk disk2.img
    Number Type StartCHS EndCHS Size (MiB) Start (Sect)
    1 0x8e 0 /0 /2 1023/254/63 61439 1
    [root@ovm]# file disk2.img
    disk2.img: LVM2 (Linux Logical Volume Manager) , UUID: VbrZ2qmX6kQU2os4ye7xncrd4y4NEe5
    [root@ovm]# fdisk -l disk2.img
    last_lba(): I don't know how to handle files with mode 81e4
    You must set cylinders.
    You can do this from the extra functions menu.
    Disk disk2.img: 0 MB, 0 bytes
    255 heads, 63 sectors/track, 0 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Device Boot Start End Blocks Id System
    disk2.img1 1 7833 62914559+ 8e Linux LVM
    Partition 1 has different physical/logical endings:
    phys=(1023, 254, 63) logical=(7832, 127, 39)
    Configure HVM "vm.cfg",
    # (H)ardware (V)irtual (M)achine configuration
    # /etc/xen/xmexample.hvm
    kernel = '/usr/lib/xen/boot/hvmloader'
    builder = 'hvm'
    memory = '4096'
    device_model ='/usr/lib/xen/bin/qemu-dm'
    # PXE boot
    #bootloader = '/usr/bin/pypxeboot'
    #bootloader = '/usr/bin/pygrub'
    # Virtual block device configuration using file:
    # dd if=/dev/zero of=/$VM_PATH/$VM_NAME/System.img bs=1M count=$MB
    # disk = [ 'file:/$VM_PATH/$VM_NAME/System.img,ioemu:hda,w', ]
    # Configuration using physical disk logical volume:
    # lvcreate --size ${GB}G --name $VM_NAME $VG_NAME
    # disk = [ 'phy:/dev/$VG_NAME/$VM_NAME,xvda,w',]
    # CDROM configuration using file:
    # disk = [ 'file:/$BOOT_ISO_NAME,hdc:cdrom,r', ]
    disk = [ 'file:/OVS/disk1.img,ioemu:hda,w', 'file:/OVS/disk2.img,ioemu:hdb,w', ]
    # Domain name
    name = "foobar"
    # Networking
    # Network bridge status:
    # /etc/xen/scripts/network-bridge status
    # 'bridge' should be proper interface e.g. xenbr0
    vif = ['type=ioemu, bridge=xenbr0']
    # boot on floppy (a), hard disk (c), Network (n) or CD-ROM (d)
    # default: hard disk, cd-rom, floppy
    boot = "cdn"
    # Enable HV VNC console
    vnc=1
    vncunused=1
    vnclisten="0.0.0.0"
    vncpasswd=''
    sdl=0
    Update "grub.conf" and "device.map" using loopback mount of "disk1.img" boot partition,
    [root@ovm]# mkdir boot
    [root@ovm]# lomount -diskimage disk1.img -partition 1 boot
    Excerpt "grub.conf",
    [root@ovm]# cat boot/grub/grub.conf
    title Oracle Linux Server (2.6.32-200.13.1.el5uek)
    root (hd0,0)
    kernel /vmlinuz-2.6.32-200.13.1.el5uek ro root=/dev/VolGroup00/LogVol00
    Excerpt "Oracle Linux 5.7 Release Notes",
    "Oracle Linux 5.7 ships with the following kernel packages
    Unbreakable Enterprise kernel [kernel-uek-2.6.32-200.13.1.el5uek
    Installed and booted by default"
    Excerpt "Oracle Linux 5.7 Release Notes",
    "Known Issues
    Hardware virtualized (HVM) guests with Unbreakable Enterprise Kernel always use paravirtualized (PV) drivers
    Unbreakable Enterprise Kernel version kernel-uek-2.6.32-100.34.1 adds support for paravirtualized drivers in a HVM guest on Oracle VM. Starting with this kernel version, the default is to present only paravirtualized drivers when running in a hardware virtualized guest. To run kernel-uek --including the drivers-- fully hardware virtualized, an additional kernel boot parameter "xen_emul_unplug=never" must be added to the boot parameters in /etc/grub.conf:
    kernel /vmlinuz-2.6.32-100.34.1.el5uek ro root=/dev/VolGroup00/LogVol00 xen_emul_unplug=never
    Adding this kernel boot parameter makes the kernel also present the emulated drivers as it did before (e.g. the 8139cp network driver). "
    Update "grub.conf" to boot non-UEK kernel,
    [root@ovm]# grep ^default boot/grub/grub.conf
    default=1
    [root@ovm# cat boot/grub/device.map
    # this device map was generated by anaconda
    (hd0) /dev/sda
    [root@ovm]# cat boot/grub/device.map
    # this device map was generated by anaconda
    (hd0) /dev/hda

    I have had success importing VirtualBox images of OEL 6.4, but I am unable to import Solaris 11 VMs to OVM. When I import a Solaris 11 VM, the grub menu comes up. I select Solaris 11 and press enter. The OS begins to boot and progresses through to this point:
    SunOS Release 5.11 Version 11.1 64-bit
    Copyright (c) 1983, 2012, Oracle and/or its affiliates. All rights reserved.
    It is at this point that console window in OVM goes black and OVM registers the shutdown of the VM. I have not been able to get the VM to boot any further through the sequence.
    Can you give me some grub configuration changes to try?

  • How can I convert an OVM vm (.img) to VDI (virtualbox)?

    Hi,
    how can I convert an OVM vm (.img) to VDI (virtualbox)?
    Is .img format a raw image? If yes can I use "VBoxManage convertdd" to convert from .img to vdi?
    tnx & regards,
    S.

    Hi,
    "VBoxManage convertdd" solved.
    Regards,
    S.

  • After creating a Powershell script monitor - how to import in Operation Manager 2012 ?

    Hello!
    I just completed all the steps in this article:
    http://social.technet.microsoft.com/wiki/contents/articles/16752.management-pack-composition-exercise-2-creating-a-monitor-based-on-a-windows-powershell-script.aspx?CommentPosted=true#commentmessage 
    So now I guess that the just created Management Pack should be imported in Operation Manager 2012, and then also folders and views should be created in order to have it showing green/red based on the values returned by the script.
    In the article there's no pointer to that procedure, so can you please provide a good link where the steps are explained?
    thanks!

    Have a look at the following video, it steps through how to create rules and monitors using PowerShell scripts
    https://technet.microsoft.com/en-us/video/how-do-i-create-a-rule-and-monitor-using-a-windows-powershell-script-in-a-system-center-operations-manager-management-pack.aspx
    Cheers,
    Martin
    Blog:
    http://sustaslog.wordpress.com 
    LinkedIn:
    Note: Posts are provided “AS IS” without warranty of any kind, either expressed or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.

  • What type of Business Processes can be imported in Solution Manager 7.1?

    Hello Together,
    currently i deal with the topic: BusinessProcessMonitoring.
    My question: what types of businessprocess can be imported in Solution manager 7.1?
    - exported processes out of the NetWeaverDeveloperStudio?
    - processes out of the CE?
    Some else....???
    I would be happy about some answers.
    Thanks and kind regards
    Henry Radziwolek

    Hi Henry,
    Today in Solman 7.1 onwards creation of business processes is really very and you can use the content upload interface which means you can upload the processes via excel file as well.
    so you can download it from other system into a flat file and upload the same in solman to quickly do the same.
    http://sapinsider.wispubs.com/Assets/Blogs/2012/January/Introducing-Content-Upload-Interface-in-SolMan-7-dot-1
    in terms of importing from another solman ...if you have a transport route ...definately you can create a TR and import the project with processes into your new solman system
    or if it is Solution in another system then also you can use solution transfer function/feature to import it.
    Also, if you are talking about Netweaver BPM tool this requires integration setup with solman (BPB) etc to do that like ARIS integration etc.
    Integrate your Business Blueprint with SAP Netweaver BPM
    hope this helps you further.
    Regards
    Prakhar

  • Language Import for Solution manager

    Hello All,
    I have a simple query regarding solution manager 7.0 language import using SMLT.
    I have a requirement where my Poland users need to use solution manager in polish language.
    The problem I am facing is that I am not able to find POLISH language import on service market place.
    Could some one please help me find the polish language import for solution manager 7.0.
    Eagerly awaiting your reply.
    Regards,
    Gurudath Pai

    Dear customer
    Polish isn't a supported language. Check service.sap.com/pam
    Chinese       Released       16.12.2005       Released       16.12.2005              
    English       Released       16.12.2005       Released       16.12.2005              
    French       Released       16.12.2005       Released       16.12.2005              
    German       Released       16.12.2005       Released       16.12.2005              
    Hebrew       Released       16.12.2005       Released       16.12.2005              Comment
    Japanese Released       16.12.2005       Released       16.12.2005              
    Korean       Released       16.12.2005       Released       16.12.2005              
    Portuguese Released       16.12.2005       Released       16.12.2005              
    Russian       Released       16.12.2005       Released       16.12.2005              
    Spanish       Released       16.12.2005       Released       16.12.2005

  • Import of Solution Manager reference data to ARIS

    Hi all,
    I would like to import SAP Solution Manager data to ARIS.
    Is it possible to perform that simply importing a SolMan file including reference data to ARIS or do we need to create an interface between SolMan and ARIS?
    We would like to do this in the most simple way as possible since it is for demo purposes only.
    So if you have any idea please let me know.
    Thanks,
    //Anders

    Anders,
    I have done similar demos in the past. based on my experience I am giving a quick step by step procedure for doing this.
    Create Project in SAP Solution Manager and define system landscape by choosing the
    SAP components based on the selected scenarios.
    (ii) Analyze and Select the content from the Solution Manager BPR based on the
    finalized Scenarios/Processes.
    (iii) Establish a Project Database on the ARIS Server and merge the As-Is Scenario/Process
    from the existing ARIS DB into this.
    (iv) Synchronize Solution Manager Project with ARIS and establish the link between
    ARIS Project DB and SolMan.
    (v) Perform analysis of the As-Is Process in conjunction with selected scenarios from Solution
    Manager reference content and define the structure and scope.
    (vi) Align the As-Is Process with the Reference Framework from Solution Manager and
    add/delete steps as required.
    (vii) The Business process architecture is adapted to the SAP Reference Content aligned to the
    structural layers of Solution Manager (Scenario, Process and Process Step).
    (viii) Synchronize the Business flows created in ARIS  with Solution Manager and update
    structure on both ends.
    Hope this helps you. Let me know if you need anyother information.
    Rgds
    Manish

  • Importing element definition from an  EDD into a template - does not work

    FM 10.0.1 German on Windows XP SP3.
    When importing the element definitions from an existing EDD into an existing template, FrameMaker converts the template into a  new EDD.
    So the element definitions which are correctly defined do not appear in the template.
    The highest level element is than ElementCatalog in the template and not the higherst lvel element defined in the EDD.
    In FM9 this was no issue.
    Any help is appreciated, I have a deadline and must do some changes in the EDD.
    Best Regards
    Thomas

    Lynne,
    EDD is english (Version FM7.0), Interface language is German.
    Maybe it´s a localization issue.
    I have attached a captivate demo pdf so you can see what happens and the
    defective EDD.
    Mit freundlichen Grüßen
    Best Regards
    Thomas Zeisig
    From:   Lynne Price <[email protected]>
    To:     "Th. Zeisig" <[email protected]>
    Date:   13.10.2011 14:12
    Subject:        Importing element definition from
    an  EDD into a template - does not work
    Re: Importing element definition from an EDD into a template - does not
    work
    created by Lynne Price in FrameMaker Structured - View the full discussion
    Thomas,
      No question the behavior you describe is a bug. However, I am unable to
    duplicate it. I created an EDD with two element definitions:
    Element (Container): doc
      Valid as the highest-level element.
      General rule:  (
      When I imported element definitions from this EDD into a new portrait
    document, FM reports that element a is referenced but not defined and that
    b is defined but not referenced. However, with all elements listed, the
    element catalog shows a, b, and doc. The metatemplate elements are not
    available.
      I wonder if this is a language-dependent problem. Is your EDD German or
    English? What about your user interface?
      Can you send me a short EDD that fails as you've described?
      Thanks,
          --Lynne
    Replies to this message go to everyone subscribed to this thread, not
    directly to the person who posted the message. To post a reply, either
    reply to this email or visit the message page: [
    http://forums.adobe.com/message/3969067#3969067]
    To unsubscribe from this thread, please visit the message page at [
    http://forums.adobe.com/message/3969067#3969067]. In the Actions box on
    the right, click the Stop Email Notifications link.
    Start a new discussion in FrameMaker Structured by email or at Adobe
    Forums
    For more information about maintaining your forum email notifications
    please go to http://forums.adobe.com/message/2936746#2936746.

  • When I copy and paste a chapter from MS Word into Pages my tables and equations are trashed.  But importing them results in no control over my template How do I get my chapter into my template without copying

    When I copy and paste a chapter from MS Word into Pages my tables and equations are trashed.  But importing them results in no control over my template How do I get my chapter into my template without copying?

    Try just Opening the Word .doc from within Pages and see if that gets closer to what you want, then copy the chapter you want from the Pages version.
    Peter

  • Import Error OVM Template Via VM Manager

    I'm getting this import error message
    Register an empty virtual machine
    register the virtual machine genernal information
    get the virtual machine detail information...
    Invalid virtual machine type(HVM/PVM).
    When tried to import OVM_EL5U5_X86_64_PVM_10GB
    and OVM_EL5U2_X86_64_ORACLE11G_PVM
    This was only my initial import on resource.
    Can anyone help me on this?? thanks

    Hi bach,
    I can't follow you there... here's the extracted content of "OVM_EL5U2_X86_64_ORACLE11G_PVM.tgz"
    oracle11g_x86_64_asm.img
    README
    System.img
    vm.cfg
    vm.cfg.orig
    here's the README
    OEL 5.2 X86_64 Oracle 11g image for PVM guests
    Version 2.2
    Released on Feb 02 2009
    Changelog:
    * Mon Feb 02 2009
    - Bumped the release number from 2.1.2 to 2.2 .
    - Replace system image with the image based on OEL 5.2 JeOS.
    - Upgraded kernel to kernel-xen-2.6.18-92.1.22.0.1.el5, ocfs2 and oracleasm
    were upgraded correspondingly.
    - Added strace, gdb packages.
    - Upgraded oracle-validated to 1.0.0-16.el5
    - Moved Oracle home from LVM2 logical volume to regular ext3 partition.
    how does this relate with your answer ?

  • OVM 3.0.3 importing templates issue

    We are doing some testing with the JD Edwards EnterpriseOne environment and Oracle provides templates to use for Oracle VM. The instructions are a bit confusing but I am stuck at trying to import these templates.
    Here are the templates I have hosted on a web server so I can import them into OVM.
    http://<server>/templates2/E1_EL5U5_X86_64_PVM_10GB.tar.bz2 --> This is the only one I can import successfully. When completed it shows a system.img file and I can actually setup a VM and it boots up fine. (Oracle Linux 5 OS)
    http://<server>/templates2/E1_DB_898.4.1_11GR2_X86_64.tar.bz2.part.0 (2.0 GB)          
    http://<server>/templates2/E1_DB_898.4.1_11GR2_X86_64.tar.bz2.part.1 (2.0 GB)     
    http://<server>/templates2/E1_DB_898.4.1_11GR2_X86_64.tar.bz2.part.2 (2.0 GB)     
    http://<server>/templates2/E1_DB_898.4.1_11GR2_X86_64.tar.bz2.part.3 (2.0 GB)     
    http://<server>/templates2/E1_DB_898.4.1_11GR2_X86_64.tar.bz2.part.4 (2.0 GB)     
    http://<server>/templates2/E1_ENT_898.4.1_X86_64.tar.bz2     (2.0 GB)
    http://<server>/templates2/E1_HTML_898.4.1_WLS_X86_64.tar.bz2 (700 MB)
    All the other templates I get an error when it is unpacking the template. The error reads
    "Server error message: Template import error: Cannot find disk file: system.img
    on server "44:45:4c:4c:52:00:10:48:80:51:ca:c0:4f:42:46:31" associated with object "cfgFile_0004fb000014000024d7f889441e1672""
    Why is it looking for this system.img file? These other templates contain *.img files they just are not called system.img (ex E1_HTML.img, ...)
    I should note I am using local storage for my repository (1 TB drive) but I haven't had any issues with that so far.
    Thanks
    Troy

    user5933938 wrote:
    http://<server>/templates2/E1_DB_898.4.1_11GR2_X86_64.tar.bz2.part.0 (2.0 GB)          
    http://<server>/templates2/E1_DB_898.4.1_11GR2_X86_64.tar.bz2.part.1 (2.0 GB)     
    http://<server>/templates2/E1_DB_898.4.1_11GR2_X86_64.tar.bz2.part.2 (2.0 GB)     
    http://<server>/templates2/E1_DB_898.4.1_11GR2_X86_64.tar.bz2.part.3 (2.0 GB)     
    http://<server>/templates2/E1_DB_898.4.1_11GR2_X86_64.tar.bz2.part.4 (2.0 GB)     
    You need to combine all these files into a single .tar.gz file first -- follow the README on E-Delivery for the template to recombine and unpack the template. Unfortunately, OVM3 can't do the recombination for you.

  • OVM server : Change IP of server and manager

    Hi,
    does anyone know where I can find a metalink note to change the IP addresses of OVM server and manager ?
    Thanks in advance

    user11969500 wrote:
    does anyone know where I can find a metalink note to change the IP addresses of OVM server and manager ?Changing the IP address of an Oracle VM Server is pretty simple: remove it from Oracle VM Manager, change the IP address and then add it back.
    Changing the IP address of the Oracle VM Manager is even easier: just change it's IP address. :) All communication between VM Manager and the pool is initialized by the Manager itself. The pool doesn't know (or care) what that IP address of the Manager is. Remember to change the /etc/hosts file though, otherwise you may have issues with Oracle XE and oc4j not starting correctly.

  • OVM 3.1.1 upgrade to OVM 3.2.2 summary

    Storage uses local repository and OVM Manager 3.1.1 "ovm311-m" runs on OVM 3.1.1 host "ovm311",
    Configuration summary of OVM 3.1.1 host,
    [root@ovm311 ~]# dmidecode --type 1
    # dmidecode 2.10
    SMBIOS 2.6 present.
    Handle 0x0001, DMI type 1, 27 bytes
    System Information
    Manufacturer: Oracle Corporation
    Product Name: SUN FIRE X4170 M2 SERVER
    Version:
    Serial Number: XXXXXXXXXX
    UUID: FF200008-FFFF-FFFF-FFFF-002128F90DA0
    Wake-up Type: Power Switch
    SKU Number: 30543821+1+1
    Family:
    [root@ovm311 ~]# xm info | grep total_memory
    total_memory : 147447
    [root@ovm311 ~]# cat /etc/ovs-release
    Oracle VM server release 3.1.1
    [root@ovm311 ~]# df -T -k
    Filesystem Type 1K-blocks Used Available Use% Mounted on
    /dev/sda1 ext3 69163868 52869052 12724776 81% /
    tmpfs tmpfs 974600 0 974600 0% /dev/shm
    none tmpfs 974600 792 973808 1% /var/lib/xenstored
    /dev/mapper/3600605b0043831601771adda5ecc0980
    ocfs2 3434262528 892317696 2541944832 26% /OVS/Repositories/0004fb00000300001e2b4833cceadfb1
    [root@ovm311 ~]# xm list
    Name ID Mem VCPUs State Time(s)
    0004fb00000600000f000553a436e435 12 1024 1 -b---- 4632.7
    0004fb000006000024fcdbdd5a671e41 18 4096 2 -b---- 35931.5
    0004fb00000600004de585ff2caf9aad 16 2048 1 -b---- 98482.9
    0004fb000006000064b3e879d5c3a419 10 1024 1 -b---- 6063.1
    0004fb0000060000779dd9141d3208bf 7 4096 2 -b---- 3009.1
    0004fb00000600007e0582a43ebb876a 14 2048 2 -b---- 6750.0
    0004fb000006000084edfea7ba79187f 15 2048 1 -b---- 2261.0
    0004fb0000060000aa89b5bbbe8566c4 17 4096 2 -b---- 37069.5
    0004fb0000060000ac0e7f2aafb524cc 5 4096 2 -b---- 2588.8
    0004fb0000060000b125f3818169434d 27 2304 1 -b---- 8876.5
    0004fb0000060000b20f4a1aa38509f9 28 2304 1 -b---- 11866.5
    0004fb0000060000b4333b8bd864fb2f 20 16384 10 -b---- 68.0
    0004fb0000060000b58ffc8db4ce7d00 11 1024 1 -b---- 14526.2
    0004fb0000060000c476ce3212a40398 4 2304 1 -b---- 29018.4
    0004fb0000060000cf30d5d39f1b7d35 9 1024 1 -b---- 6392.9
    0004fb0000060000e3a8ee9af9e4f811 26 4096 2 -b---- 2763.4
    0004fb0000060000e4e04fdfd6baeda6 24 2048 1 -b---- 3174.8
    0004fb0000060000ed3d35a0cdefe136 21 2048 1 -b---- 2043.1
    Domain-0 0 2039 24 r----- 290960.0
    ovm311-m 1 4096 1 r----- 63205.4
    [root@ovm311 ~]# tail -2 /etc/ovs-agent/agent.ini
    [server]
    fakeuuid=ff:20:00:08:ff:ff:ff:ff:ff:ff:a0:0d:f9:28:21:00
    Configuration uses "fakeuuid" to workaround prior issues when SMBIOS was updated on x4170 M2. Reference separate posts in that regard
    and Bjorn Naessens "Tips and Tricks Fakeuuid it",  http://bjornnaessens.wordpress.com/2012/08/10/best-practices-in-ovm-2-fakeuuid-it/
    Task summary:
    1) Shutdown VM's managed by OVM Manager 3.1.1
    2) Shutdown and disable "ovmm" on "ovm311-m"
    3) Shutdown "ovm311-m"
    4) Reboot "ovm311"
    5) Boot off OVM 3.2.2 ISO
    6) Install/Upgrade
    Post upgrade configuration summary,
    [root@ovm311 ~]# cat /etc/ovs-release
    Oracle VM server release 3.2.2
    [root@ovm311 ~]# cat upgrade.log
    Upgrading xen-tools-4.1.3-25.el5.3.x86_64
    warning: xen-tools-4.1.3-25.el5.3: Header V3 DSA signature: NOKEY, key ID 1e5e0159
    Upgrading util-linux-2.13-0.52.100.1.el5_4.2.x86_64
    Upgrading ovs-agent-3.2.1-183.2.x86_64
    warning: /etc/ovs-agent/agent.ini created as /etc/ovs-agent/agent.ini.rpmnew
    warning: /etc/ovs-agent/passwdfile created as /etc/ovs-agent/passwdfile.rpmnew
    Upgrading kpartx-0.4.9-46.100.5.el5.x86_64
    Upgrading 4:perl-5.8.8-38.el5.x86_64
    Upgrading iscsi-initiator-utils-6.2.0.872-6.100.1.el5.x86_64
    Upgrading lm_sensors-2.10.7-9.el5.x86_64
    Upgrading ocfs2-tools-1.8.2-4.el5.x86_64
    Upgrading 1:net-snmp-libs-5.3.2.2-17.0.1.el5_8.1.x86_64
    Upgrading mailx-8.1.1-44.2.2.x86_64
    Upgrading device-mapper-multipath-libs-0.4.9-46.100.5.el5.x86_64
    Upgrading device-mapper-multipath-0.4.9-46.100.5.el5.x86_64
    Upgrading 1:net-snmp-5.3.2.2-17.0.1.el5_8.1.x86_64
    Upgrading 1:net-snmp-utils-5.3.2.2-17.0.1.el5_8.1.x86_64
    Upgrading elfutils-libs-0.137-3.el5.x86_64
    Upgrading kexec-tools-2.0.3-4.0.7.el5.x86_64
    Upgrading ovmwatch-1.0-20.x86_64
    Upgrading devmon-1.0-28.x86_64
    Upgrading osc-plugin-manager-1.2.8-26.el5.noarch
    Upgrading enterprise-linux-ovs-5-5.208.9.x86_64
    Upgrading initscripts-8.45.30-2.100.27.el5.x86_64
    Upgrading 4:vixie-cron-4.1-81.el5.x86_64
    Upgrading 1:smartmontools-5.42-2.100.2.el5.x86_64
    Upgrading nash-5.1.19.6-71.100.1.el5_7.5.x86_64
    Upgrading mkinitrd-5.1.19.6-71.100.1.el5_7.5.x86_64
    Upgrading kernel-uek-firmware-2.6.39-300.29.1.el5uek.noarch
    Upgrading kernel-uek-2.6.39-300.29.1.el5uek.x86_64
    Upgrading kmod-openvswitch-uek-1.6.90-2.x86_64
    Upgrading openvswitch-1.6.90-7.x86_64
    Upgrading grub-0.97-13.5.100.3.x86_64
    Upgrading ovs-release-3.2-5.208.9.x86_64
    warning: /etc/issue created as /etc/issue.rpmnew
    Upgrading python-urlgrabber-3.9.1-9.100.3.el5.noarch
    Upgrading sos-1.7-9.49.100.1.el5.noarch
    Upgrading osc-oracle-generic-1.1.0-74.el5.noarch
    Upgrading ovm-consoled-0.1-11.noarch
    Upgrading osc-plugin-manager-devel-1.2.8-26.el5.noarch
    Upgrading osc-oracle-ocfs2-0.1.0-38.el5.noarch
    Upgrading vmpinfo3-sosreport-1.0.0-6.el5.noarch
    Upgrading xen-4.1.3-25.el5.3.x86_64
    Upgrading vbox-img-1.0-6.x86_64
    Upgrading xen-devel-4.1.3-25.el5.3.x86_64
    Upgrading ntp-4.2.2p1-9.100.1.el5_4.1.x86_64
    warning: /etc/ntp.conf created as /etc/ntp.conf.rpmnew
    warning: /etc/monitor/config.yml saved as /etc/monitor/config.yml.rpmsave
    It should be noted that Anaconda wants to "initialize" the OCFS repository on the local storage which you should decline. Anaconda wants a
    partition table but OCFS repository is laid down directly on the block device without partitioning.
    [root@ovm311 ~]# fdisk -l
    Disk /dev/sdb: 3516.6 GB, 3516684828672 bytes
    255 heads, 63 sectors/track, 427545 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk /dev/sdb doesn't contain a valid partition table
    Disk /dev/sda: 77.3 GB, 77309411328 bytes
    255 heads, 63 sectors/track, 9399 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
       Device Boot      Start         End      Blocks   Id  System
    /dev/sda1   *           1        8889    71400861   83  Linux
    /dev/sda2            8890        9399     4096575   82  Linux swap / Solaris
    You should also skip the install of the boot loader.

    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']

  • Can't start imported VirtualBox appliance on Arch host with errors

    (I have been referred here from this thread in the VirtualBox forums because it is suspected that the problem is Arch-specific)
    I've installed latest VirtualBox 4.0.4 via pacman in a fully updated Arch Linux system.
    Then, I successfully imported the Zero Effort Groupware (ZEG) 1.3.5 appliance (which is an Ubuntu guest virtual machine) into VirtualBox. I followed all the instructions on the appliance's website to do so.
    When I try to start the virtual machine I get:
    VBoxManage startvm ZEG-1.3.5
    Waiting for the VM to power on...
    VBoxManage: error: The virtual machine 'ZEG-1.3.5' has terminated unexpectedly during startup with exit code 1
    VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component Machine, interface IMachine, callee
    I also tried running it headless and got:
    VBoxHeadless --startvm "ZEG-1.3.5" &
    [1] 1073
    [penyuan@nycticebus ~]$ Oracle VM VirtualBox Headless Interface 4.0.4_OSE
    (C) 2008-2011 Oracle Corporation
    All rights reserved.
    VRDE server is listening on port 3389.
    Error: failed to start machine. Error message: Failed to open/create the internal network 'HostInterfaceNetworking-en0: Ethernet' (VERR_INTNET_FLT_IF_NOT_FOUND).
    Failed to attach the network LUN (VERR_INTNET_FLT_IF_NOT_FOUND).
    Unknown error creating VM (VERR_INTNET_FLT_IF_NOT_FOUND)
    [1]+ Done VBoxHeadless --startvm "ZEG-1.3.5"
    I don't know what to make of it, I would appreciate any help you can provide as soon as possible. Thanks!
    P.S. Here is what "VBoxManage showvminfo ZEG-1.3.5" shows:
    BoxManage showvminfo ZEG-1.3.5
    Name: ZEG-1.3.5
    Guest OS: Ubuntu
    UUID: 506a8072-2b85-4ac6-bd91-ff37406ebe73
    Config file: /home/penyuan/VirtualBox VMs/ZEG-1.3.5/ZEG-1.3.5.vbox
    Snapshot folder: /home/penyuan/VirtualBox VMs/ZEG-1.3.5/Snapshots
    Log folder: /home/penyuan/VirtualBox VMs/ZEG-1.3.5/Logs
    Hardware UUID: 506a8072-2b85-4ac6-bd91-ff37406ebe73
    Memory size: 1024MB
    Page Fusion: off
    VRAM size: 12MB
    HPET: off
    Chipset: piix3
    Firmware: BIOS
    Number of CPUs: 1
    Synthetic Cpu: off
    CPUID overrides: None
    Boot menu mode: message and menu
    Boot Device (1): DVD
    Boot Device (2): HardDisk
    Boot Device (3): Not Assigned
    Boot Device (4): Not Assigned
    ACPI: on
    IOAPIC: off
    PAE: on
    Time offset: 0 ms
    RTC: UTC
    Hardw. virt.ext: on
    Hardw. virt.ext exclusive: off
    Nested Paging: on
    Large Pages: off
    VT-x VPID: on
    State: powered off (since 2011-04-04T01:37:14.000000000)
    Monitor count: 1
    3D Acceleration: off
    2D Video Acceleration: off
    Teleporter Enabled: off
    Teleporter Port: 0
    Teleporter Address:
    Teleporter Password:
    Storage Controller Name (0): IDE Controller
    Storage Controller Type (0): PIIX4
    Storage Controller Instance Number (0): 0
    Storage Controller Max Port Count (0): 2
    Storage Controller Port Count (0): 2
    Storage Controller Bootable (0): on
    Storage Controller Name (1): SATA Controller
    Storage Controller Type (1): IntelAhci
    Storage Controller Instance Number (1): 0
    Storage Controller Max Port Count (1): 30
    Storage Controller Port Count (1): 1
    Storage Controller Bootable (1): on
    IDE Controller (1, 0): Empty
    SATA Controller (0, 0): /home/penyuan/VirtualBox VMs/ZEG-1.3.5/ZEG-1.3.5-disk1.vmdk (UUID: 7046c046-ae41-4bfe-9a52-9dd389bb8cf2)
    NIC 1: MAC: 080027CC69E3, Attachment: Bridged Interface 'en0: Ethernet', Cable connected: on, Trace: off (file: none), Type: 82540EM, Reported speed: 0 Mbps, Boot priority: 0
    NIC 2: disabled
    NIC 3: disabled
    NIC 4: disabled
    NIC 5: disabled
    NIC 6: disabled
    NIC 7: disabled
    NIC 8: disabled
    Pointing Device: PS/2 Mouse
    Keyboard Device: PS/2 Keyboard
    UART 1: disabled
    UART 2: disabled
    Audio: disabled
    Clipboard Mode: Bidirectional
    VRDE: disabled
    USB: disabled
    USB Device Filters:
    <none>
    Available remote USB devices:
    <none>
    Currently Attached USB Devices:
    <none>
    Shared folders: <none>
    VRDE Connection: not active
    Clients so far: 0
    Guest:
    OS type: Ubuntu
    Additions run level: 0
    Configured memory balloon size: 0 MB

    skunktrader wrote:The error message seems to suggest that the module vboxnetflt is not loaded
    1. I added vboxnetflt to the modules list in rc.conf, is there somewhere else I should add it?
    2. Just to be sure, I did "modprobe vboxnetflt" then tried to run the virtual machine, but still got:
    Oracle VM VirtualBox Headless Interface 4.0.4_OSE
    (C) 2008-2011 Oracle Corporation
    All rights reserved.
    VRDE server is listening on port 3389.
    Error: failed to start machine. Error message: Failed to open/create the internal network 'HostInterfaceNetworking-en0: Ethernet' (VERR_INTNET_FLT_IF_NOT_FOUND).
    Failed to attach the network LUN (VERR_INTNET_FLT_IF_NOT_FOUND).
    Unknown error creating VM (VERR_INTNET_FLT_IF_NOT_FOUND)
    What could be the problem? Thanks.

  • PDF - Importing through Data Manager  -

    I am performing following steps. In the data manager, I am trying to import the PDF file. Then link it to the Main Table.
    While importing I am using "Link to Orginal File Only"
    PDF file is present in the share folder and the path of share folder does not have spaces. I get the following error message
    "There was an error opening this document. This file cannot be found".
    Actually file is available as well as path is correct and also acees to the sahre folder.
    I tried same thing through local drive from my desktop. I encounter the same message.
    When, I go and see PDFs table in the repository, I can see a record inserted with the correct path. I am not able top open up the PDF using Object --> View PDF.
    I am using MDM 7.1 SP 05.
    Please share your experience.

    Please let me know what version of MDM you are using... Can you give a try by uploading pdf from your local system.. This will make sure that there has nothing to do with the shared drive..
    Please revert with the results.
    Best Regards,
    Shiv
    Please also check this document, just to make sure you are not missing any step.
    [How to Import Pdf Document in MDM|http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/c01f54a2-99f1-2a10-5aa5-dcc50870e7f6]
    Best Regards,
    Shiv

Maybe you are looking for

  • Okay, I'm really starting to get pissed off. I've already dealt with this problem once.

    Photoshop is doing the same thing now that I had discussed in the previous thread. I just bought a new monitor, and now my Photoshop is all messed up. Just trying to save something I get an error saying there isn't enough RAM to do that. I have 12GB

  • Connecting Mobile Phone to HomeHub2

    For a year or so now I have had no problems connecting my HTC Legend phone to the internet. Now I cannot connect at all. The phone picks up the strong wireless signal, but the connection process stops at 'Obtaining address'. It's the same problem on

  • Error generating XML in Apex 4.1.1

    Hi, please, I need your help. I have an XML develped in APEX with this process: declare begin select xmlElement( "iva", xmlElement("numeroRuc",J.RUC), xmlElement("mes", J.MES), xmlElement( "compras", ( select xmlAgg( xmlElement( "detalleCompra", xmlE

  • Only run script if required by input

    I'm trying to setup a sql script that runs various other scripts from within. A number of these scripts will only need to be run if the user requires them to be. I've tried similar to the following, to no avail: ACCEPT run_scripts PROMPT 'Are extra s

  • How can I import my Favourites, cookies etcetera from Internet Explorer 9 into Firefox 7?

    I used Internet Explorer 9 before, but I want to start using Firefox 7 as my standard browser, but I want to keep my old Favourites. How can I do that?