Sponsored Content
Operating Systems Linux Red Hat My RHEL virtual Machine Does not have Virtual Machine Manager Desktop Tool Post 302732997 by accipiter1 on Monday 19th of November 2012 01:14:16 PM
Old 11-19-2012
My RHEL virtual Machine Does not have Virtual Machine Manager Desktop Tool

My RHEL virtual Machine Does not have Virtual Machine Manager Desktop Tool
Hi,

I don't seem to have the Virtual Machine Manager Desktop tool set up on my RHEL6 Machine. The Linux machine runs off VMWare player and I'm not sure whether it is a VMWare software issue or a problem with the RHEL6 installation.

When I launch a GNOME GUI there is no option for VMM under "Applicatons">"System Tools".

I also run the following command:

HTML Code:
[root@localhost ~]# lsmod | grep kvmkvm 300283 0
As mentioned above, the Linux machine runs off a VMWare Player platform. When I built the machine I used the quick install option on VMWare Player and in doing so there seems to be some features missing - including the VMM desktop tool.

Once again, I'm not sure if this is a VMWare or RHEL6 issue. Please could someone shed some light on this issue.
 

6 More Discussions You Might Find Interesting

1. Solaris

Is there any Virtual data center as we have Virtual Machine?

Do we have any Virtual Data Center software as we have Virtual Machine? I want to practice everything of Solaris practically but i don't have resources like data center which includes Servers, Data storages, switches, and other things. (2 Replies)
Discussion started by: karman0931
2 Replies

2. Solaris

Change hostID of Solaris 10 virtual/guest machine installed by Virtual Box 4.1.12 on Windows-XP host

Trying to set or modify the randomly set hostID of a Solaris 10 virtual/guest machine that I installed on a Windows-XP host machine (using Virtual Box 4.1.12). I was able to set/modify the hostname of the Solaris 10 virtual/guest machine during installation as well as via the Virtual Box... (4 Replies)
Discussion started by: Matt_VB
4 Replies

3. Red Hat

How to Backup the Virtual Machine In RHEL 6.2?

Hi all , I'm using RHEL 6.2 , Installed centos and ubuntu in virtual machine , I have installed those virtual machines in a partitions such as /dev/sda5 Centos 6.2 installed in /dev/sda5 ubuntu 12.04 installed in /dev/sda6 how can i backup it and restore in any condition while if... (2 Replies)
Discussion started by: babinlonston
2 Replies

4. UNIX for Advanced & Expert Users

Virtual machine

Can I please get some recommendations on virtual machine software? I am using Fedora. What do you think is the best software and why? I need a windows virtual machine to run some windows software. What do you think is the best Windows version to use and why (xp, vista, 7, 8, 8.1)? Is it hopefully... (2 Replies)
Discussion started by: cokedude
2 Replies

5. AIX

IBM Virtual Machine OS on intel x86 and x64? IBM AIX OS on IBM Virtual Machine?

Hi There, I have zero information and zero knowledge for IBM virtual machine except Amazon cloud and VMware ESXi (Only Linux OS available). Anyone could provide me the following answer - Can IBM VM been deploy on X86 and X64 (Intel Chip)? If answer is yes any chance to deploy AIX OS... (13 Replies)
Discussion started by: chenyung
13 Replies

6. 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
LVMRUN(1)							   User Commands							 LVMRUN(1)

NAME
lvmrun - Lazy Virtual Machine interpreter SYNOPSIS
lvmrun [ lvm options ] file [ program options ] DESCRIPTION
lvmrun is an interpreter which simulates a Lazy Virtual Machine. The interpreter executes instructions which are found in the instruction file file given on the command line. One of the programs generating instruction files is the helium compiler which compiles Haskell files to instructions files for the Lazy Virtual Machine. OPTIONS
-h<size> the initial heap size. (256k) -H<size> the maximal heap size. ( 64m) -s<size> the initial stack size. ( 16k) -S<size> the maximal stack size. ( 64m) -P<path> the search path. -m<name> the initial start function. -p print final value on stdout after execution. (off) -t print timing report on stderr after execution. (off) -? show the help screen. -he<size> the heap expansion size. (256k) -hm<size> the minor generation size. (128k) -hf<percent> the percentage of free heap before a major collection. ( 42%) -hF<percent> the percentage of free heap before a compaction. (100%) -hr print heap report on stderr after execution. (off) -hv<level> the heap verbose level. (0) level is off (0), only major gc (1), every gc (2) or detailed (3) Some of the options take an additional value. The format of the values is described below: <size> A number with an optional scale and optional unit. The available scales are kilo (k), mega (m) or giga (g). The available units are machine words (w) or, by default, bytes (b). Example: lvmrun -H64m -s4kw -S512kb file <percent> A number between 0 and 100 followed by an optional '%' character. Example: lvmrun -hF88% <file> <path> A list of directories separated by ';' (or ':' on unix systems). You can use $name or %name to insert an environment variable. The current path value is available as $current and the lvm installation path is available as $lvmdir. Example: lvmrun -P%cur- rent:/usr/lib/lvm file <name> A function name Example: lvmrun -mmymain file ENVIRONMENT
LVMPATH The search path for lvm files (same as -P option). The default is: ".:/usr/lib/helium/lib" LVMOPTIONS The default options for the lvm. The default is: "" LVMDLLPATH Extra search path for shared (dynamic link) libraries (.so). The default is: "" NOTES
The options are read from LVMPATH, LVMOPTIONS and finally the command line. COPYRIGHT
(C) 1999,2001 Daan Leijen <daan@cs.uu.nl> The source files of the Lazy Virtual Machine, which are the files in the directory lvm, except the files in lvm/src/lib/core, are licensed under the GNU Library General Public License, currently known as the GNU Lesser General Public License: This package is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License version 2 as published by the Free Software Foundation. This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MER- CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA The source files in the directory lvm/src/lib/core which are part of the Core Assembler of the Lazy Virtual Machine are licensed under the BSD license: Redistribution and use in source and binary forms, with or without modification, are permitted under the terms of the BSD License. THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIM- ITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. SEE ALSO
helium(1) AUTHOR
This manual page was written by Arjan Oosting <arjanoosting@home> for the Debian system and is licensed under the terms of the GNU General Public License version 2. Lazy Virtual Machine interpreter December 2006 LVMRUN(1)
All times are GMT -4. The time now is 09:15 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy