Help with Install KVM and Create Virtual Machines VMWare In PC

 
Thread Tools Search this Thread
Special Forums UNIX and Linux Applications Help with Install KVM and Create Virtual Machines VMWare In PC
# 1  
Old 09-11-2012
Question Help with Install KVM and Create Virtual Machines VMWare In PC

Help with Install KVM and Create Virtual Machines VMWare In PC.
I want to lean KVM bios Logical Volume Management by KVM and other problem fix remotely.So,I want to practice on my PC.It,s Possible then how?

Thank you
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

How to find whether Solaris installed on physical machine or on a VMware/KVM?

Hi All, . I am trying to find whether Solaris 11 installed on physical server or on VMware/KVM. I tried uname -a but it's giving only whether i installed on X86 or sparc machine. I tried prtdiag command but it's giving below information. command : prtdiag -v |grep "System... (2 Replies)
Discussion started by: sravani25
2 Replies

2. UNIX for Beginners Questions & Answers

Providing virtual machine priority in kvm based virtual machines

Hi All, Is there any way I can prioritize my VMs when there is resource crunch in host machine so that some VMs will be allocated more vcpu, more memory than other VMs in kvm/qemu hypervisor based virtual machines? Lets say in my cloud environment my Ubuntu 16 compute hosts are running some... (0 Replies)
Discussion started by: SanjayK
0 Replies

3. UNIX for Dummies Questions & Answers

Getting started with KVM coming from Vmware

hi guys In order to test new ideas and reduce cost I would like to test KVM. I think Vmware has these 3 things which are valuable: - HA which restart VMs (Virtual Machines) in other hosts when a Hardware failure. - DRS which basically is an intelligent VM placement when a hosts is... (2 Replies)
Discussion started by: karlochacon
2 Replies

4. Ubuntu

Ping between two virtual machines

Hello, I installed two virtual machines ubuntu10 on VM VirtualBox . Please, what are the steps to make a ping from one of these two machines on the other (the configurations )? Thank you. (4 Replies)
Discussion started by: chercheur111
4 Replies

5. Virtualization and Cloud Computing

Virtual machines in vmware requires reset of the vlan

I have virtual machines in the vmware environment that run either windows or linux that loose conncetivity and every time i have to change their vlan to vm network and latter join them to original vlan to gain connectivity. Advice (0 Replies)
Discussion started by: amwai
0 Replies

6. Red Hat

Could not see virtual fc in KVM guest OS

Hi All, I have RHEL 5u4 physical system with 2 Qlogic fc cards. It hosts 2 KVM virtual machines which are also running RHEL 5u4 OS. After all these I have created a virutal HBA (refered in google) successfully on the base OS. But the same is not visible to guest OS. My question here is, ... (1 Reply)
Discussion started by: Vichu
1 Replies

7. Linux

Routing via several interfaces for hosted virtual machines

My setup consists of a hardware node, which hosts several virtual machines (OpenVZ, to be precise). The hardware node has two network interfaces (<ifA>, <ifB>) connected to different subnets (<networkA>, <networkB>). I want to route the traffic of certain VEs over <ifB> while routing the other VEs... (0 Replies)
Discussion started by: bakunin
0 Replies

8. Windows & DOS: Issues & Discussions

Backing up virtual machines - opinions/suggestions needed.

Hi, I was required to do a backup of a virtual machine that runs on vmware. The guest operating system is windows, and the host is windows too. I have to backup the whole directory of the virtual machine (say in linux it'll be in /var/lib/vmware/virtual machines/) to a linux server. Initially... (0 Replies)
Discussion started by: 60doses
0 Replies
Login or Register to Ask a Question
MIC-IMAGE-CONVERTOR(1)					      General Commands Manual					    MIC-IMAGE-CONVERTOR(1)

NAME
mic-image-convertor - Convert a virtual machine image to a live image SYNOPSIS
mic-image-convertor [options] DESCRIPTION
mic-image-convertor can convert a virtual machine image to a live image, this is specially for developers, they will use VMWare player or KVM or VirtualBox to run this image and do some changes in place, then they convert this changed image to a live image to run in a real device. mic-image-manager has a GUI tool for mic-image-convertor, you can use it if you prefer to use GUI instead of command line. General OPTIONS --version show version number and exit -h, --help show this help message and exit -F SRCFORMAT, --source-format=SRCFORMAT Source image format, possible values are: raw, vmdk or vdi (default: automatically detect image type). -I SRCIMG, --source-image=SRCIMG Source image which was created by mic-image-creator or an image file system. -T DSTFORMAT, --target-format=DSTFORMAT Target image format, possible values are: livecd and liveusb -t TMPDIR, --tmpdir=TMPDIR Temporary directory to use (default: /var/tmp) -o OUTDIR, --outdir=OUTDIR Output directory to use (default: current work dir) -S SUFFIX, --suffix=SUFFIX Image name suffix (default: date stamp) OPTIONS For Live USB -i, --interactive Directly write into a USB disk. --fstype=FSTYPE File system type for live USB image, ext3 or vfat, the default is vfat. --overlay-size-mb=OVERLAYSIZEMB Overlay size in MB as unit, it means how size changes you can save in your live USB disk. Debug OPTIONS -d, --debug Output debugging information -v, --verbose Output verbose progress information --logfile=FILE Save debug information to FILE EXAMPLES
Convert a VMWare image to a live CD image: mic-image-convertor -I your-vmware-image.vmdk -T liveusb EXIT STATUS
mic-image-convertor returns a zero exist status if it succeeds, otherwise return non-zero and print error message. AUTHOR
Yi Yang, Anas Nashif, Jianfeng Ding SEE ALSO
mic-image-creator(1), mic-chroot(1), mic-image-writer(1), mic-livecd-iso-to-disk(1), mic-image-manager(1) perl v5.12.3 2011-05-31 MIC-IMAGE-CONVERTOR(1)