Virtual Machine Image

Hey guys
i was wondering if theres a guide to making a complete VM Image of my KDE Archlinux installation on the hard disk /dev/sdc on my pc, so  that i can run it in a virtual machine without having to resetup everything

Hey guys
ok ive read the wiki and i do understand abit more now about disk cloning
But im wondering how id go about achieving my goal
basically
I have windows 7 on /dev/sdb
and archlinux on /dev/sdc
I want to make a clone of /dev/sdc, an image, and put it /dev/sdb, and then convert that image, or find a way to use in VirtualBox in windows 7 without curropting my windows 7 MBR or installation
so what would be the best way to achieve this
basically what im asking is like. when you use dd and save the image as .img.gz , do you restore it the same way in a virtualbox, since VM would have different partitions etc. or can i save the file as a .vdi and would that work
so like how would i get that dd image to work in virtualbox
Last edited by nankura (2011-08-15 02:55:41)

Similar Messages

  • Trying p2v import of virtual machine image, server pool not chooseable

    I'm trying to import a virtual machine image via p2v from an OEL 5 bare metal image. I go to resources, virtual machine images, Import, choose p2v, and then on the General Information page, it asks for Server Pool Name. The name of my one and only server pool is not in the dropdown. The dropdown only contains "Select Server Pool". I tried to fill in the rest and hit Next but it failed me on the Server Pool name.
    How can I get the server pool name to show up in that dropdown?
    There is one server pool, one server, and one vm already on that server.
    thanks,
    Peter

    It's a bug, I had the same problem. I used this and it worked (copying and pasting from an old thread with the solution):
    Workaround:
    VM Manager -> Server Pools -> Select Server Pool Name -> EDIT -> Check the box of “Enable High Availability” -> Apply -> Ignore the “Shared storage is not mounted, or the file system is invalid. The file system should be OCFS2 or NFS.” error message. Leave unchecked the box of ”Enable High Availability” -> Apply again:
    “The server pool updated successfully.”
    Now you can retry the import.

  • Can't Power on Virtual Machine

    after import and approve the Virtual Machine Images, i can't power on the virtual machine, after i click the power on button in Ovm manager web page,
    it indiates as following in log::
    PowerOn VM: OVM_EL4U5_X86_HVM_10GB failed:<Exception: return=>failed:<Exception: xm create '/OVS/running_pool/OVM_EL4U5_X86_HVM_10GB/vm.cfg'=>Error: The device "hda" is already defined >> Jul 13, 2008 10:20:44 PM Error
    following are the vm.cfg content:
    [root@ovm-test1 OVM_EL4U5_X86_HVM_10GB]# more vm.cfg
    acpi = 1
    apic = 1
    builder = 'hvm'
    disk = ['file:/OVS/running_pool/OVM_EL4U5_X86_HVM_10GB/system.img,hda,w',
    'file:/OVS/running_pool/OVM_EL4U5_X86_HVM_10GB/oracle10g_x86.img,hda,w',
    ',hdc:cdrom,r',
    kernel = '/usr/lib/xen/boot/hvmloader'
    memory = '1024'
    name = 'OVM_EL4U5_X86_HVM_10GB'
    on_crash = 'restart'
    on_reboot = 'restart'
    pae = 1
    serial = 'pty'
    vcpus = 2
    vif = ['mac=00:1A:A0:B8:EF:F3']
    vnc = 1
    vncconsole = 1
    vnclisten = '0.0.0.0'
    vncpasswd = '******'
    vncunused = 1
    [root@ovm-test1 OVM_EL4U5_X86_HVM_10GB]#
    following are 2 img files.
    [root@ovm-test1 OVM_EL4U5_X86_HVM_10GB]# ls -l
    total 28636201
    -rw-r--r-- 1 root root 15364822528 Mar 24 16:24 oracle10g_x86.img
    -rw-r--r-- 1 root root 78 Feb 19 11:42 README
    -rw-r--r-- 1 root root 59 Mar 24 16:26 README.oracle
    -rwxr-xr-x 1 root root 13958643713 Feb 19 12:49 system.img
    -rw-r--r-- 1 root root 477 Jul 14 09:48 vm.cfg
    -rw-r--r-- 1 root root 0 Jul 14 09:48 vm.cfg.lck
    -rw-r--r-- 1 root root 459 Jul 14 07:19 vm.cfg.old
    -rw-r--r-- 1 root root 536 Jul 14 07:59 vm.cfg.orig
    thanks a lot!

    Hi
    Just alter the device from hda to hdb
    eg
    from
    disk = ['file:/OVS/running_pool/OVM_EL4U5_X86_HVM_10GB/system.img,hda,w',
    'file:/OVS/running_pool/OVM_EL4U5_X86_HVM_10GB/oracle10g_x86.img,hda,w',
    ',hdc:cdrom,r'......
    to
    disk = ['file:/OVS/running_pool/OVM_EL4U5_X86_HVM_10GB/system.img,hda,w',
    'file:/OVS/running_pool/OVM_EL4U5_X86_HVM_10GB/oracle10g_x86.img,hba,w',
    ',hdc:cdrom,r' .......
    this way you mount you system image root volume as a device [hda]
    and your oracle10g image as a device [hdb]
    ta

  • Varch - Virtual machine builder for ArchLinux

    I just finished the initial release of varch!
    varch is a tool used to easily generate an ArchLinux virtual machine images.
    The google-code homepage is:
    http://code.google.com/p/varch/
    The package is in the AUR:
    http://aur.archlinux.org/packages.php?ID=42428
    A brief wikipage on what varch is and how to use it:
    https://wiki.archlinux.org/index.php/Varch
    Varch is CRAZY easy to use, and is far more simple that other distribution's virtual machine builders.
    New improved support for Libvirt in 0.8
    New support for external kernels and a number of bug fixes in 0.8.2
    Let me know what you think!
    0.8.2 is out!
    Last edited by Ryujin (2010-12-20 07:13:46)

    I'm trying varch.
    when it was in the creating FS step i freaked out a bit because my pc became inresponsive during the mkfs.ext4 calls, but luckily it was correctly working on the /dev/mapper/loop* files.
    I checked /tmp/working.aif and it looks ok
    However something else went wrong:
    sudo varch
    Password:
    # Creating virtual machine image #
    #Checking that the aif configuration will be safe for the underlying system#
    # Executing AIF #
    Welcome to Arch Linux Installation Framework
    Automatic procedure running profile /tmp/working.aif ...
    Note that despite our careful coding and proper testing there may still be bugs in this software.
    When you are doing this installation on a system where some data must be preserved, we suggest you make a backup first
    Partitioning /dev/mapper/loop0
    Disabling all swapspace...
    Phase 1: Creating filesystems & blockdevices
    Making ext2 filesystem on /dev/mapper/loop0p1
    Making swap filesystem on /dev/mapper/loop0p2
    Making ext4 filesystem on /dev/mapper/loop0p3
    Phase 2: Mounting filesystems
    Mounting /dev/mapper/loop0p3 (ext4) on /
    Mounting /dev/mapper/loop0p1 (ext2) on /boot
    Swaponning /dev/mapper/loop0p2
    Done processing filesystems/blockdevices
    Partitions and filesystems made successfully
    Refreshing package database...
    Package installation will begin now. You can watch the output in the progress window. Please be patient.
    Installing... Please Wait
    WARNING: Installation Failed (see errors below)
    error: failed to prepare transaction (package architecture is not valid)
    :: package attr-2.4.44-1-x86_64 does not have a valid architecture
    :: package bash-4.1.009-1-x86_64 does not have a valid architecture
    :: package binutils-2.20.1-4-x86_64 does not have a valid architecture
    :: package bzip2-1.0.6-1-x86_64 does not have a valid architecture
    :: package coreutils-8.6-1-x86_64 does not have a valid architecture
    :: package cryptsetup-1.1.3-1-x86_64 does not have a valid architecture
    :: package dash-0.5.6.1-1-x86_64 does not have a valid architecture
    :: package dcron-4.4-2-x86_64 does not have a valid architecture
    :: package device-mapper-2.02.75-1-x86_64 does not have a valid architecture
    :: package dhcpcd-5.2.8-1-x86_64 does not have a valid architecture
    :: package diffutils-3.0-1-x86_64 does not have a valid architecture
    :: package e2fsprogs-1.41.12-1-x86_64 does not have a valid architecture
    :: package file-5.04-2-x86_64 does not have a valid architecture
    :: package findutils-4.4.2-2-x86_64 does not have a valid architecture
    :: package gawk-3.1.8-1-x86_64 does not have a valid architecture
    :: package gcc-libs-4.5.1-1-x86_64 does not have a valid architecture
    :: package gen-init-cpio-2.6.32-1-x86_64 does not have a valid architecture
    :: package gettext-0.18.1.1-1-x86_64 does not have a valid architecture
    :: package glibc-2.12.1-3-x86_64 does not have a valid architecture
    :: package grep-2.7-1-x86_64 does not have a valid architecture
    :: package grub-0.97-17-x86_64 does not have a valid architecture
    :: package gzip-1.4-1-x86_64 does not have a valid architecture
    :: package initscripts-2010.07-1-x86_64 does not have a valid architecture
    :: package iputils-20100214-2-x86_64 does not have a valid architecture
    :: package jfsutils-1.1.14-1-x86_64 does not have a valid architecture
    :: package kernel26-2.6.35.8-1-x86_64 does not have a valid architecture
    :: package less-436-1-x86_64 does not have a valid architecture
    :: package libusb-0.1.12-4-x86_64 does not have a valid architecture
    :: package logrotate-3.7.9-1-x86_64 does not have a valid architecture
    :: package lvm2-2.02.75-1-x86_64 does not have a valid architecture
    :: package lzo2-2.03-1-x86_64 does not have a valid architecture
    :: package mailx-8.1.1-7-x86_64 does not have a valid architecture
    :: package man-db-2.5.7-1-x86_64 does not have a valid architecture
    :: package mdadm-3.1.4-1-x86_64 does not have a valid architecture
    :: package net-tools-1.60-14-x86_64 does not have a valid architecture
    :: package pacman-3.4.1-1-x86_64 does not have a valid architecture
    :: package pciutils-3.1.7-1-x86_64 does not have a valid architecture
    :: package pcmciautils-017-1-x86_64 does not have a valid architecture
    :: package perl-5.12.1-3-x86_64 does not have a valid architecture
    :: package ppp-2.4.5-1-x86_64 does not have a valid architecture
    :: package procps-3.2.8-1-x86_64 does not have a valid architecture
    :: package psmisc-22.13-1-x86_64 does not have a valid architecture
    :: package rp-pppoe-3.10-5-x86_64 does not have a valid architecture
    :: package sed-4.2.1-2-x86_64 does not have a valid architecture
    :: package shadow-4.1.4.2-3-x86_64 does not have a valid architecture
    :: package sysfsutils-2.1.0-5-x86_64 does not have a valid architecture
    :: package syslog-ng-3.1.2-1-x86_64 does not have a valid architecture
    :: package sysvinit-2.88-2-x86_64 does not have a valid architecture
    :: package tar-1.23-3-x86_64 does not have a valid architecture
    :: package tcp_wrappers-7.6-12-x86_64 does not have a valid architecture
    :: package texinfo-4.13a-4-x86_64 does not have a valid architecture
    :: package udev-163-1-x86_64 does not have a valid architecture
    :: package usbutils-0.90-1-x86_64 does not have a valid architecture
    :: package util-linux-ng-2.18-3-x86_64 does not have a valid architecture
    :: package vi-050325-3-x86_64 does not have a valid architecture
    :: package wget-1.12-2-x86_64 does not have a valid architecture
    :: package which-2.20-3-x86_64 does not have a valid architecture
    :: package wpa_supplicant-0.7.3-1-x86_64 does not have a valid architecture
    :: package xfsprogs-3.1.3-1-x86_64 does not have a valid architecture
    :: package openssh-5.6p1-1-x86_64 does not have a valid architecture
    Package Installation FAILED.
    sed: can't read /tmp/tmpYuFtcK/etc/fstab: No such file or directory
    /usr/lib/aif/core/libs/lib-blockdevices-filesystems.sh: line 332: /tmp/tmpYuFtcK/etc/fstab: No such file or directory
    grep: /tmp/tmpYuFtcK/etc/rc.conf: No such file or directory
    Generating glibc base locales...
    chroot: failed to run command `locale-gen': No such file or directory
    sed: can't read /tmp/tmpYuFtcK/etc/rc.conf: No such file or directory
    awk: fatal: cannot open file `/tmp/tmpYuFtcK//etc/pacman.d/mirrorlist' for reading (No such file or directory)
    /usr/lib/aif/core/libs/lib-ui-interactive.sh: line 27: /tmp/tmpYuFtcK//etc/pacman.d/mirrorlist: No such file or directory
    sed: can't read /tmp/tmpYuFtcK/etc/rc.conf: No such file or directory
    grep: /tmp/tmpYuFtcK/etc/mkinitcpio.conf: No such file or directory
    sed: can't read /tmp/tmpYuFtcK/etc/mkinitcpio.conf: No such file or directory
    Rebuilding initcpio images ...
    WARNING: MKINITCPIO FAILED - SYSTEM MAY NOT BOOT
    chroot: failed to run command `/sbin/mkinitcpio': No such file or directory
    Generating glibc base locales...
    chroot: failed to run command `locale-gen': No such file or directory
    Generating GRUB device map...
    This could take a while.
    Please be patient.
    Probing devices to guess BIOS drives. This may take a long time.
    /dev/loop0 does not have any corresponding BIOS drive.
    grep: /tmp/aif/aif-dev.map: No such file or directory
    /usr/lib/aif/core/libs/lib-blockdevices-filesystems.sh: line 289: per/loop0p1-1: division by 0 (error token is "-1")
    Your root boot device could not be autodetected by setup. Ensure you adjust the 'root (hd0,0)' line in your GRUB config accordingly.
    sed: can't read /tmp/tmpYuFtcK/boot/grub/menu.lst: No such file or directory
    /usr/lib/aif/core/libs/lib-ui-interactive.sh: line 1144: /tmp/tmpYuFtcK/boot/grub/menu.lst: No such file or directory
    Execution Report:
    Phase preparation: Success
    Phase basics: Success
    Phase system: Success
    Phase finish: Success
    # Setting up the bootloader #
    # Cleaning up the build environment #
    Unmounting build environment
    restoring swap state

  • VM Manager doesn't recognize virtual machine

    Hi there.
    I've created 2 virtual machines (Red Hat with EBS-12i), a vision and a fresh install and I have the VM manager installed in another machine. It all worked fine untill the day that I had to move the machines to another place and I was forced to change the IP of the machines.
    After I made the IP changes I lost the access to the vision virtual machine, the VM manager sees the fresh VM but doesn't sees the vision.
    Do you know if there is a tool that can probe the VM server to search for the virtual machines or the configuration file where there is the location of the VM?
    Thanks and regards,
    Ricardo Vilhena

    vilhena wrote:
    Do you know if there is a tool that can probe the VM server to search for the virtual machines or the configuration file where there is the location of the VM?VM Manager can do that itself. On the Resources tab of VM Manager, select "Virtual Machine Image" and then import --> From Server Pool. It will find all the running VMs that exist in /OVS/running_pool/ that are not already being managed by VM Manager.

  • Is it possible to make an image of a MBP, and run it as a virtual machine?

    Is it possible to create an image of an exitsting MBP, transfer the image to another system or server, and run that image as a virtual machine?  If so, how?
    Thank you

    Mac OS X will not run in a virtual machine, except as 10.6 Server:
    https://discussions.apple.com/docs/DOC-6841

  • Capture Image rest API deletes Virtual machine

    Hi,
    When we capture an image of a virtual machine, then it deletes the virtual machine in the azure portal itself.This is the same behavior through REST API as well.
    Is there any way we can keep the Virtual machine after a capture on the image is done through REST API?
    Thanks

    Hi,
    You could refer the following link for details on how to capture an Azure virtual machine running Windows and it clearly mentions that "When you capture an image of a generalized virtual machine, the virtual
    machine is deleted."
    http://azure.microsoft.com/en-in/documentation/articles/virtual-machines-capture-image-windows-server/
    Instead, you could try taking a snapshot of the VM using "Export-AzureVM" and "Import-AzureVM".
    You could refer the following link for details:
    http://blogs.technet.com/b/heyscriptingguy/archive/2014/01/24/create-backups-of-virtual-machines-in-windows-azure-by-using-powershell.aspx
    Also you could consider cloning your VM (https://github.com/dsdinter/Azure-VM-clone).
    Regards,
    Malar.

  • MDT 32bit boot image does not boot type 2 virtual machine in hyper-v

    I created a type 2 virtual machine on a windows server 2012 R2 and tried to boot it with MDT 32 bit (x86) boot media and it will not boot.
    Same media works if I use type 1 virtual machine .
    Is this expected behavior ? 
    Thanks

    Hi,
    Yes as Gen 2 machines only nsupports only x64 os and the following OS:s
    Windows Server 2012
    Windows Server 2012 R2 
    64-bit versions of Windows 8
    64-bit versions of Windows 8.1
    -- My System Center blog ccmexec.com -- Twitter
    @ccmexec

  • Install R12 on a Virtual Machine hosted on Windows Vista

    I wanted to install Oracle EBS R12.1.1 on Windows Vista Home Premium 64-bit but used to get .\jre\nt\1.6.0\bin\java error. Hussein Sawwan
    helped and said that this is not certified. He adviced me to create a VMWare Server. Following is my experience. I hope it is helpful. Any
    suggestions, additions are more than welcome. Thanks to all who helpmed me especially Hussein Sawwan, Helios, Gareth Roberts.
    I used to get .\jre\nt\1.6.0\bin\java error after the installation would zoom through 33%. That was because my staging area was not correct. The staging area should be just next to c:\ or whatever be the root directory (or drive). No space or special characters in folder name. My current structure is as follows:
    c:\r12stage. Under r12stage I have following folders and subfolders
    oraAppDB -- 49 Disks
    oraApps -- 11 Disks
    oraAS -- 3 Disks (This comes from the Rapid Install Tools)
    oraDB -- 5 Disks
    startCD -- 1 Disk plus other folders. Just copy startcd from the unzipped download and paste to r12stage area.
    I then created a virtual machine using VMWare Server (free download but need to register to get the serial number). Because I installed
    vmware server on Vista Home Premium 64 bit Host OS, I have to boot my machine by pressing F8 and then select Disable Digital Signature
    Enformcement. Thanks to Gareth Roberts for this tip. Create a vm and install Windows 2003 by selecting the .img file (first cd) by selecting Use ISO image and then path of the windows 2003 cd 1 (zipped file). start the virtual machine, that will install windows 2003 and then ask for location of 2nd cd. On the host machine, where the second win 2003 zip file resides, unzip the second zip file and name the folder as cd2. share this folder to the __vmware_user__ and from the virtual machine, map network drive to \\hostmachinename\cd2. Select this as the location of cd2 and complete the installation. Install MKS Toolkit from http://cygwin.com/ and visual c++ from Microsoft website. for information on this please refer to the following URL. Thanks to Muhammad Habib
    http://mhabib.wordpress.com/2007/03/14/installing-oracle-applications-e-bussiness-11i-on-windows-xp/
    After installation is done and Windows Update is run, share the r12stage directory on the host machine to the vmuser and launch rapidwiz.cmd from the command prompt and follow the instruction. For internet connection from the VM use Ethernet as NAT.
    If the installation errors halfway through, clean up your VM by following instructions in document id 292424.1 in MetaLink. If you dont have access to Metalink then I summarize the steps briefly over here.
    Launch the Registry Editor.
    Navigate to the HKEY_LOCAL_MACHINE\Software key.
    Select the Apache Group subkey and delete it.
    Select the Oracle subkey and delete it.
    Navigate to the HKEY_LOCAL_MACHINE\System\Current Control Set\Services.
    Carefully select and delete each service beginning with Oracle. For example, delete "Oracle Apache Server PROD_<nodename>".
    When you are finished, exit the Registry Editor.
    Navigate to the Environment Variables editing screen according to your system setup. For example, right-click My Computer and select
    Properties. From the Advanced tab, click the Environment Variables button.
    Select the following system variables if created during the failed installation, and delete them: DISCO_JRE, DISCO_VBROKER, JSERV,
    VBROKER_JAVAVM, VBROKER_TAG, WV_GATEWAY.
    Select the Path variable, but do not delete it. Carefully edit it and remove any component with "Oracle" in the name, or that otherwise
    references the failed install. For example, delete "E:\11.5.10\test\visora\8.0.6\bin;".
    Save and exit System Properties.
    Open a command window and navigate to the C:\Program Files\ directory. Delete the Oracle subdirectory.
    If your Oracle Inventory directory was not C:\Program Files\Oracle\Inventory and was therefore not deleted in the previous step, locate it
    and delete it.
    Restart your machine
    It is now safe to remove the Oracle filesystem that was partially installed during the failed installation. Go to the base install directory,
    or top-level directory under which you installed either the Database Server (DATA, DB) or the Applications Tier Server (APPL, ORA, COMN)
    directories, or both. Note that you may choose to rename a directory before you delete it. This allows you to use the same directory name and start a new installation even before you finish the delete filesystem operation. For example, if you placed your filesystem in a "test" directory under
    "E:\11.5.10":
    C:\> E:
    E:\> cd 11.5.10
    E:\> rename test oldtest
    E:\> del /s /q oldtest
    In another window:
    C:\> cd <stage install directory>
    Q:\> rapidwiz.cmd
    After cleaning up if you still get error like RW-50004: Error Code received when running external process. Check log file for
    details. Running database Install driver for VIS instance, after 13% complte step 1 of 5 then I suggest that you re-create the machine and follow the above steps again. Including installing win 2003, mks tool kit , vc++, etc. It will be a success.
    Starting concurrent manager takes up enormous memory and slows down everything, so if you dont need it then dont ever start it. APPS password is apps and sysadmin user is sysadmin.
    Good luck.
    Mahesh Acharya

    I had Vista 64-bit machine, installed Ubuntu in VMWare. Installed Oracle apps on 32-bit Ubuntu under VMware and was able to access Oracle apps. But, it is very very slow. It hangs sometimes and takes 15-20mins to display Ubuntu screens. Am I missing something here. I have a 4GB RAM and VMWare can not use all the 4GB. It may be using 2GB of 4GB. Am I missing something?

  • Does Time Machine make complete backups of Virtual Machines?

    I am new to the forums, so forgive me if this has been asked before.
    I have a MacBook Pro and have VMWare Fusion 3 installed.
    I have Windows 7 and XP installed as virtual machines, and use an external hard drive to back up into using Time Machine. I have been given conflicting information regarding the backups being created by Time Machine.
    I have been told that I should use a Windows backup program such as Acronis to back up the Windows installations separately from the Mac backups on the separate hard drive.
    Someone else has told me that if I use Time Machine, then the Windows installations will be backed up automatically, as the Windows installations are effectively folders and files within the Mac software.
    Just to confuse things, I have read somewhere that Time Machine cannot back up Boot partitions of Windows installations, but I can't remember where I read this.
    I don't want to lose my Windows installations through not understanding the backup capabilities of Time Machine, so I am hoping that someone here can advise me as to what the best course of action would be please.
    Can I trust Time Machine to back everything up and to be able to restore my whole machine, including Windows installations, from a Time Machine backup, or do I need to back up the Windows virtual machines separately by using Acronis.
    Thanks
    Kevin

    1. TM will not backup a Boot Camp Windows volume.
    2. TM will backup a VM disc image every time it changes unless you have excluded it via TM's Exclude list.
    3. If the VMs change often then TM will backup each change thus consuming large amounts of space on the backup drive which is not recommended. Thus, it's best to backup VMs separately from within Windows using a Windows backup utility.
    4. TM will not backup individual files and folders of a VM disc image. It will only backup the entire disc image.

  • Office 2013 Installation stuck on Windows 8.1 ESXi virtual machine

    When I try to install Office 2013 32 Bit - on a Windows 8.1 64 Bit Virtual Machine that is hosted on ESXi Host server .....it stucked installing it for hours and hours without finishing ....... I tried to install locally on a mounted ISO image with the same
    result !!
    It happens on many machines not a specific one ! 
    Does any one know what can be a reason for that ?! 
    Hossam Wael Elmosallamy (IT Support Engineer-ECC Solutions) MCSE - CCNA [email protected] Mobile:(011)-49464671 www.eccsolutions.net "Experience Reliability&quot

    Hi,
    At which specific percentage will the setup hang? Vuk is right above, but it's really hard to say what's the cause of your case.
    Please first take a look at this KB article and see if it is helpful for you:
    Microsoft Office 2013 or Office 365 hangs during setup
    I would suggest you go and check the setup log files to troubleshoot the issue, which is the best way to narrow down the issue I think.
    Regards,
    Ethan Hua
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • How to convert a physical machine to virtual machine ?

    Hi,
    I'm confortable with Xen that I use for years, but with Oracle VM, there are some points that would need more explanation.
    Here is what I already did :
    - Create a disk file image, and make a filesystem on it. (with dd and mkfs.ext3)
    - Copy all the content of my physical machine to the virtual disk image. (rsync -a)
    - Create a vm.cfg file.
    My problems :
    - OVS use to create virtual disk image instead of virtual partition image. I don't know how to manage this. I'm using the image OVM_EL5U1_X86_64_PVM_10GB to understand how oracle encapsulated the /boot partition, the / and the swap within the same file that contains a partition table, 2 partitions : the first is the /boot, the second is a lvm pv. With lvm, they created 2 volumes : the / and the swap.
    Where can I get a clear howto to use losetup and set the correct offset in order to be able to mount the partition or to activate the lvm ?
    - I'm not familiar with pygrub. This looks very nice script, but I don't know why it doesn't work with my basic images. Is it necessary to have a /boot partition within the image file ?
    Regards,

    Hi,
    I'm confortable with Xen that I use for years, but
    with Oracle VM, there are some points that would need
    more explanation.
    Here is what I already did :
    - Create a disk file image, and make a filesystem on
    it. (with dd and mkfs.ext3)
    - Copy all the content of my physical machine to the
    virtual disk image. (rsync -a)
    - Create a vm.cfg file.
    My problems :
    - OVS use to create virtual disk image instead of
    virtual partition image. I don't know how to manage
    this. I'm using the image OVM_EL5U1_X86_64_PVM_10GB
    to understand how oracle encapsulated the /boot
    partition, the / and the swap within the same file
    that contains a partition table, 2 partitions : the
    first is the /boot, the second is a lvm pv. With lvm,
    they created 2 volumes : the / and the swap.
    Where can I get a clear howto to use losetup and set
    the correct offset in order to be able to mount the
    partition or to activate the lvm ?fdisk -ul OS.imghttp://wiki.edseek.com/guide:mount_loopback
    above link may give you some idea about how to calculate the offset.
    sample command,
    fdisk -ul OS.img
    losetup -f #get the next available loop device
    losetup -o $((512*208845)) /dev/loop2 OS.img
    pvscan
    lvscan
    vgchange -a y VolGroup00
    mount /dev/VolGroup00/LogVol00 root
    >
    - I'm not familiar with pygrub. This looks very nice
    script, but I don't know why it doesn't work with my
    basic images. Is it necessary to have a /boot
    partition within the image file ?pygrub used the kernel inside the vm image. so it is necessary to have the kernel available inside the vm. but the good old way still works, if you replace the "bootloader" line with "kernel"/"ramdisk" lines.
    >
    Regards,

  • Problems PXE booting Gen 2 Virtual Machines after Upgrading to Windows Server 2012 R2

    My Current Setup: 
    I have two virtual machines set up with Hyper V on my Windows Server 2012 Server.
    VM1: Configured to boot from an ISO file and runs Clonezilla server. 
    VM2: Configured to PXE boot using a legacy network adapter, and with a passthrough 250Gb hard disk. 
    These two VMs are connected to an external Virtual Switch, which allows physical machines to PXE boot to the Clonezilla server. 
    For the past few months I have been using this setup for two purposes:
    1. To clone physical machines to the Clonezilla virtual server (as a backup).
    2. To restore those image to the second VM if I find that need to get access to the files on the original image.. 
    This has worked perfectly, except for the fact that the speed of the legacy network adapter on the second VM (which is required to PXE boot) is very slow. But I know this is because of the limitations in how the legacy adapter works... 
    Now my problem:
    I found out that Gen 2 VMs allow you to PXE boot without having use a legacy network adapter, allowing me to image back to the VM faster. So I upgraded the Server to Server 2012 R2 . I then created the same two virtual machines on the R2 server. I can still
    PXE boot the Gen 1 VM to the Clonezilla Server but I cannot get the Gen 2 VMs to PXE boot properly. They get an IP address from the Clonezilla Server but then just stop with the following screen. (note: I have disabled the Secure Boot). 
    Are Gen 2 VMs unable to pull down images from anything other than a WDS Server? 

    Hi J,
    >>Unfortunately WDS is not a solution for us as it is dependent on the PC being part of a domain
    If you would like to make the client not join to the domain, please check the box before “Do not join the client to a domain after an installation.”  In addition, make sure not to set the client to the domain in the unattend file and do not prestage
    the computer in AD. "
    It is quoted from following thread :
    https://social.technet.microsoft.com/Forums/windowsserver/en-US/1026c3a9-0a10-4a58-a48f-5391659a96c8/wds-set-unattend-file-for-workgroup?forum=winserversetup
    Best Regards
    Elton Ji
    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.

  • SAP client and other software on a Virtual Machine

    I'm the campus coordinator for a university that is a member of the University Alliances program.  This gives us the ability to put the R/3 client and other software on lab machines and also distribute it to students.
    Given that we deploy in a shared lab environment on a university campus we often don't have absolute control over things like browser versions, plugins available, security settings, Java version available, and so on.  We also only have the ability to do updates, installations, etc. at fixed times of the year.
    As a solution for this, we're contemplating creating a virtual machine to be able to control the environment more and also allow the student greater control and customization.  At this point we'd be looking at developing a Windows VM, either Vista or XP, that would have the R/3 client, IE with all the correct plugins for running Visual Composer, NetWeaver Developer Studio, and other programs such as Solution Composer.  The idea would be that if we need to add a new software resource, change a version, tweak the environment, etc. we could just update and redistribute this virtual machine.
    Has anyone here attempted this type of deployment?  As we are just beginning, any helpful hints or advice would be appreciated.

    I appreciate your willingness to think through this with me and share your expertise.
    >
    Markus Doehr wrote:
    > Why do you think so? The "key" you use during installation is bound to a medium. We also have a license that allows us to fully automatically install Windows XP on our client PCs using Empirum and also install all other necessary software (IE updates, SAPGUI, Adobe SVG, Microsoft Office etc.)
    My assumption was that if we had multiple windows instances out there all with the same key (assuming non-volume key) that the piracy protection built into the OS might in some way cause problems. 
    > (Perhaps not.  We're still considering the ins and outs of that.)  We're hesitant to put our campus volume license key on these VMs, since one could recover that key from the system and then it could become publicly available.  Clearly that would be bad.
    >
    > That may be not a problem because those keys "usually" work only with the corresponding media - people would need to get their hands on a coorporate installation media to actually use it.
    I'm not sure how challenging that in fact might be.  A quick Google search turned up lots of sites that at least claim to have Windows volume keys and necessary install media.  I know that college students can be very adept at things in that domain.
    > The biggest problem you might face is the UUID of the client instances - they will be identical. If you plan to use Active Directory functionality (for e. g. Single Sign On) then you need to make sure each VM is different (speaking of running sysprep) and that you have a different user on each VM - which will be not easy to mantain.
    If I'm understanding your thought correctly, the UUID issue is why I thought attempting 1 shared OS license key for all VMs would be problematic.  My assumption is that having a unique OS key on each VM would solve this problem. 
    As far Active Directory goes, that likely won't be an issue. Our students have storage on the campus network, but we have no plans for the VM to access that.  All our SAP resources are hosted remotely at a UCC.  I envision the students being able to 'boot' their VM, connect to the UCC using the client software, do their SAP work, and be done.  The only storage they'd have in the VM would be a drive in the VM.  While this might not work in many deployments, given our use of this just for lab instruction, I think it would work well.
    > Another point to consider is: How to update? If you update your main image (e. g. necessary SAPGUI patches) - how will you distribute that to the USB-VMs - or how will you make sure the students use the latest copy?
    This is where our situation and a corporate situation likely differs.  Since we are hosted by a UCC that caters just to the academic environment things tend to be build and frozen during the summer and then not changed until the next year.  Our classes run each semester independently.  Although we may have to roll out a different VM from one semester to the next, a mid-semester change shouldn't be needed.  However, having said that, if we do need to install a patch, that should be much easier.  In a lab shared environment updating a software version requires a lot of coordination.  In this VM situation, each students has full administrator privilege over their VM.  If they need to install a patch, they can do so.  If they mess this up, they haven't disrupted anyone else.  In that instance they could just download the base VM again as a 'reset.'
    > In such an environment I'd more think about setting up a terminal server (using Windows 2003) and install all necessary software there. With that you only need to update at one place, you can granularily give permissions to the users and supporting users in case of a proble is easier (mirroring the session) than having single instances with all the same hostname of the client. And all students only need an RDP client which comes with the Windows XP or Vista by default.
    That is something we haven't considered with this project, and I'll have to check with our system manager.  Resources might be an issue here.  We have an abundance of PCs, so each of them running their own VM isn't an issue.  I'm not sure if we have a server capable of supporting 30-40 simultaneous remote connections that is not otherwise in use.
    Thanks for your ideas here Markus.  Any other thoughts, ideas, etc. are most welcome.  I'll also update this thread as I start experimenting with this over the next couple of weeks.

  • Problem installing SCE 2010 on a virtual machine

    I'm having issues while installing SCE on a clean Hyper-V virtual machine running Windows 2008 R2.
    I've tried several options:
    - all-in-one from scratch, no SQL or serverroles/features installed -> error 1603
    - seperate SQL and SCE Management Server -> Management server installation fails, error 1603
    Different variations including and excluding reporting and VM Management with the same results.
    I then went and tried to install tbe Management server on a physical box -> success!
    However, I can't use this box for SCE and need to virtualize the whole thing.
    I'll dig through the SCE setup log files to see where it goes wrong.
    In the mean time, any ideas/suggestions anyone?
    /edit
    Below  a snippet of the setup log. This is the part just before I get 'Return value 3':
    MSI (s) (68:88) [15:42:11:574]: Invoking remote custom action. DLL: C:\Windows\Installer\MSIDD55.tmp, Entrypoint: AddPrivilegesToActionsAccount
    AddPrivilegesToActionsAccount: Custom action data property value. *****\administrator
    AddPrivilegeToAccount: Giving privilege to account. *****\administrator
    AddPrivilegeToAccount: Account does not have privilege. SeServiceLogonRight
    MSI (s) (68:14) [15:42:11:637]: Executing op: ActionStart(Name=_SetHealthServiceACL.80B659D9_F758_4E7D_B4FA_E53FC737DCC9,,)
    AddPrivilegeToAccount: Successfully granted privilege right to account. SeServiceLogonRight
    MSI (s) (68:14) [15:42:11:639]: Executing op: CustomActionSchedule(Action=_SetHealthServiceACL.80B659D9_F758_4E7D_B4FA_E53FC737DCC9,ActionType=3073,Source=BinaryData,Target=SetHealthServiceACL,)
    MSI (s) (68:F8) [15:42:11:642]: Invoking remote custom action. DLL: C:\Windows\Installer\MSIDD95.tmp, Entrypoint: SetHealthServiceACL
    MSI (s) (68:14) [15:42:11:734]: Executing op: ActionStart(Name=_ChangeMOMHealthServiceRecoverySettings.80B659D9_F758_4E7D_B4FA_E53FC737DCC9,,)
    MSI (s) (68:14) [15:42:11:736]: Executing op: CustomActionSchedule(Action=_ChangeMOMHealthServiceRecoverySettings.80B659D9_F758_4E7D_B4FA_E53FC737DCC9,ActionType=3073,Source=BinaryData,Target=ChangeMOMHealthServiceRecoverySettings,)
    MSI (s) (68:04) [15:42:11:739]: Invoking remote custom action. DLL: C:\Windows\Installer\MSIDDF3.tmp, Entrypoint: ChangeMOMHealthServiceRecoverySettings
    MSI (s) (68:14) [15:42:11:755]: Executing op: ActionStart(Name=_RegisterMU.80B659D9_F758_4E7D_B4FA_E53FC737DCC9,,)
    MSI (s) (68:14) [15:42:11:756]: Executing op: CustomActionSchedule(Action=_RegisterMU.80B659D9_F758_4E7D_B4FA_E53FC737DCC9,ActionType=1025,Source=BinaryData,Target=RegisterMU,CustomActionData=C:\Program Files\System Center Essentials\MUAuth.cab 3)
    MSI (s) (68:A0) [15:42:11:757]: Invoking remote custom action. DLL: C:\Windows\Installer\MSIDE04.tmp, Entrypoint: RegisterMU
    RegisterMU: Custom action data property value. C:\Program Files\System Center Essentials\MUAuth.cab 3
    RegisterMU: AddService failed. Error Code: 0x80070005.
    CustomAction _RegisterMU.80B659D9_F758_4E7D_B4FA_E53FC737DCC9 returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox)
    MSI (s) (68:14) [15:42:12:017]: User policy value 'DisableRollback' is 0
    MSI (s) (68:14) [15:42:12:017]: Machine policy value 'DisableRollback' is 0
    Action ended 15:42:12: InstallFinalize. Return value 3.

    Hi Guys,
    I am having the exact same issue. I have verified all prerequisites and can find absolutely nothing I am doing wrong with regards to what is prescribed in the guides. I am also trying to install SCE 2010 on a Hyper-V guest on Windows Server 2008 64Bit. I
    tried several times and troubleshooted my way through all the blogs. This is what I have done:
    Re-imaged the server (twice),
    Verified NetBios and FQDN is similar,
    Opened all required ports first and also disabled firewall eventualy,
    Using Domain Admin account,
    Removed ISS and reinstalled(SCE still complaing IIS needs configuration),
    Removed ISS again and let SCE setup fix prerequistes (SCE still complaining IIS needs configuration),
    Also below please find my exact log... The sucess of my SCE 2010 installation is VERY KEY for us, but I believe for the product team as well. We are busy building an Enteorise Management Architecture in a hosted/multi-tennant environment and at this moment
    our POC is a showstopper :(.
    operty(S): RuntimeUseWorkstationGC = 1
    Property(S): ShouldManageMemory = true
    Property(S): MOM_DB_IS_LOCAL = 1
    Property(S): AGENTSERVERCOMPATIBLE = 1
    Property(S): IsValidMgmtGroup = 1
    Property(S): WINDOWS_LANGUAGE_ID = ENS
    Property(S): DNS_COMPUTERNAME = PSGKSTSCE.psgkst.co.za
    Property(S): AD_COMPUTERNAME = PSGKSTSCE.psgkst.co.za
    Property(S): NETBIOS_DOMAINNAME = PSGKST
    Property(S): ENABLE_ERROR_REPORTING = 0
    Property(S): USE_SETTINGS_FROM_AD = 0
    Property(S): SDK_ACCOUNT_FOR_DB = SYSTEM
    Property(S): SDK_DOMAIN_FOR_DB = NT AUTHORITY
    Property(S): ACTIONSDOMAIN_FOR_DB = PSGKST
    Property(S): ACTIONSUSER_FOR_DB = Service-SCE
    Property(S): ROOT_MANAGEMENT_SERVER_DNS = PSGKSTSCE.psgkst.co.za
    Property(S): ROOT_MANAGEMENT_SERVER_AD = PSGKSTSCE.psgkst.co.za
    Property(S): CONFIG_ACCOUNT_FOR_DB = SYSTEM
    Property(S): CONFIG_DOMAIN_FOR_DB = NT AUTHORITY
    Property(S): SOURCEDIR = D:\Setup\AMD64\Server\
    Property(S): SourcedirProduct = {EA43D2A4-0926-445A-A220-6FF0CA34AA09}
    Property(S): MANAGEMENT_GROUP_ID = ac80d722-cdb5-acaa-a3e3-c5b2e1ca4717
    Property(S): ROOT_MANAGEMENT_SERVER_PORT_ID = C51B7833-DA54-1653-D8FD-1A738EF8DED5
    Property(S): ProductToBeRegistered = 1
    MSI (s) (24:C8) [10:55:13:979]: Note: 1: 1708
    MSI (s) (24:C8) [10:55:13:980]: Product: System Center Essentials 2010 -- Installation operation failed.
    MSI (s) (24:C8) [10:55:13:981]: Windows Installer installed the product. Product Name: System Center Essentials 2010. Product Version: 7.0.2432.0. Product Language: 1033. Manufacturer: Microsoft Corporation. Installation success or error status: 1603.
    MSI (s) (24:C8) [10:55:13:987]: Deferring clean up of packages/files, if any exist
    MSI (s) (24:C8) [10:55:13:987]: MainEngineThread is returning 1603
    MSI (s) (24:2C) [10:55:13:988]: No System Restore sequence number for this installation.
    === Logging stopped: 2010/05/12  10:55:13 ===
    MSI (s) (24:2C) [10:55:13:989]: User policy value 'DisableRollback' is 0
    MSI (s) (24:2C) [10:55:13:989]: Machine policy value 'DisableRollback' is 0
    MSI (s) (24:2C) [10:55:13:989]: Incrementing counter to disable shutdown. Counter after increment: 0
    MSI (s) (24:2C) [10:55:13:989]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2
    MSI (s) (24:2C) [10:55:13:989]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2
    MSI (s) (24:2C) [10:55:13:990]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied.  Counter after decrement: -1
    MSI (s) (24:2C) [10:55:13:990]: Restoring environment variables
    MSI (s) (24:2C) [10:55:13:991]: Destroying RemoteAPI object.
    MSI (s) (24:10) [10:55:13:991]: Custom Action Manager thread ending.
    MSI (c) (98:48) [10:55:13:993]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied.  Counter after decrement: -1
    MSI (c) (98:48) [10:55:13:994]: MainEngineThread is returning 1603
    === Verbose logging stopped: 2010/05/12  10:55:13 ===

Maybe you are looking for

  • Want to understand committment mechanism in PR/PO when deleting PO items.

    Is there any documentation or help you can offer me to understand the commitment mechanism in PR (Purchase requistion) and PO (Purchase order)? We are working on SAP 4.6C and modules FI-FM and MM are implemented and working. Specifically I want to ex

  • Passing & as parameter to procedure

    How to pass & as a parameter to the procedure because & makes the text following it as a variable and ask for its value at runtime. create or replace procedure test(name varchar2) is x varchar2(100); begin x:=name; dbms_output.put_line(x); end; when

  • Creating video for a 9:16 screen (standard display mounted vertically)

    Is it possible to use FCEHD to produce a video that will be shown on a 16:9 screen that is being mounted vertically. I'm assuming I'd want to reverse the pixel numbers....i.e. swap width for height, etc. Can I do this? Is there another approach? (The

  • How to create video shapes, as in the templates?

    I'm currently trying to find a solution for my scene index-menu. I've placed some drop zones, in these drop zones I want still images - fair enough. But the shape has to be a black/white matte, to make a transition from the motion menu. The menu is a

  • Changing column names

    Hi all, I have a JTable where I set the column names as... String[] columnNames = {"Column 1", "Column 2"};and what i have been tring to do is, if the user clicks on a button i want to change the column Names to say "New Column 1" and "New Column 2"