VMware

This Question is Answered

2 "helpful" answers available (6 pts)
1 2 3 Previous Next 43 Replies Last post: Sep 22, 2009 8:07 AM by jmattson   Go to original post
Click to view jmattson's profile Master 1,220 posts since
Mar 29, 2006
The outer VM is the one for the ESX server...the one that's configured as RHEL4-64. That's the one that needs to have monitor_control.restrict_backdoor = "TRUE".
Click to view lmemo's profile Novice 16 posts since
Jun 5, 2009

Okay, here it is:

.encoding = "windows-1252"
config.version = "8"
virtualHW.version = "7"
vcpu.hotadd = "TRUE"
maxvcpus = "4"
scsi0.present = "TRUE"
scsi0.virtualDev = "lsilogic"
memsize = "1024"
scsi0:0.present = "TRUE"
scsi0:0.fileName = "ESX3.5.vmdk"
ide1:0.present = "TRUE"
ide1:0.autodetect = "TRUE"
ide1:0.deviceType = "cdrom-raw"
floppy0.present = "FALSE"
ethernet0.present = "TRUE"
ethernet0.virtualDev = "e1000"
ethernet0.wakeOnPcktRcv = "FALSE"
ethernet0.linkStatePropagation.enable = "TRUE"
usb.present = "TRUE"
ehci.present = "TRUE"
mks.enable3d = "TRUE"
pciBridge0.present = "TRUE"
pciBridge4.present = "TRUE"
pciBridge4.virtualDev = "pcieRootPort"
pciBridge4.functions = "8"
pciBridge5.present = "TRUE"
pciBridge5.virtualDev = "pcieRootPort"
pciBridge5.functions = "8"
pciBridge6.present = "TRUE"
pciBridge6.virtualDev = "pcieRootPort"
pciBridge6.functions = "8"
pciBridge7.present = "TRUE"
pciBridge7.virtualDev = "pcieRootPort"
pciBridge7.functions = "8"
vmci0.present = "TRUE"
monitor.virtual_mmu = "software"
monitor.virtual_exec = "hardware"
monitor_console.restrict_backdoor="true"
roamingVM.exitBehavior = "go"
displayName = "ESX3.5"
guestOS = "rhel4-64"
nvram = "ESX3.5.nvram"
virtualHW.productCompatibility = "hosted"
ft.secondary0.enabled = "TRUE"
tools.upgrade.policy = "useGlobal"

extendedConfigFile = "ESX3.5.vmxf"

Click to view jmattson's profile Master 1,220 posts since
Mar 29, 2006
Like the poster before you, you have misspelled "monitor_control" as "monitor_console".
Click to view lmemo's profile Novice 16 posts since
Jun 5, 2009

All this time I was thinking it was working on the inner vm. Thanks for your help, it worked.

Next is to fix the issue creating an entitled user. I keep getting an error stating that I am not an entitled user. I am going to post a new thread outside of this one, but if you have any suggestions this would be helpful. Thanks.

Click to view wellwellme2's profile Lurker 1 posts since
Sep 11, 2008
This helped resolved my issue with vsphere. Thanks
Click to view PaulGray's profile Novice 5 posts since
Sep 3, 2006
Do you know if the same is possible for a Vista VM running under ESX 3.5U4, the Vista VM has Workstation 6.5 installed (we installed Workstation on to a physical box and converted it to virtual) under which I want to run a Windows 2000 Pro VM ? I get the same message "You may not power on a virtual machine in a virtual machine" when powering on the Windows 2000 VM.
Click to view jmattson's profile Master 1,220 posts since
Mar 29, 2006
This is possible only on AMD64 Family 10H or later CPUs. It is not possible on Intel hardware. See Running Nested VMs.

Why not just run your Windows 2000 VM directly under ESX?
Click to view PaulGray's profile Novice 5 posts since
Sep 3, 2006
We are able to run the Windows 2000 Pro VM under ESX however we cannot connect to the VM from a Wyse thin client, as W2k does not support an RDP connection. So we thought if we could front W2k with Vista and Workstation then we have a solution. A ThinApp of the W2k applications would be first prize but it is proving a challenge at present. We tested the W2k VM with Workstation on a physical Vista box and it works very well.

Any suggestions are appreciated.
Click to view jmattson's profile Master 1,220 posts since
Mar 29, 2006
ESX 4.0 should provide the functionality you need. However, I should point out that nested virtualization is not officially supported under any ESX release.
Click to view FarooqPasha's profile Lurker 2 posts since
Aug 3, 2009

Hi Everybody,

I have VT Enabled Desktop with 4GB of RAM.

I installed Workstation 6.5. I installed ESX 4.0 as a Virtual Machine, and connected to it through Virtual Client, And Created a XP Vm on it. Getting the error " You May not power on a VM in A VM". I read this Post and edited my ESX's Config File. But while powering on the ESX, I am getting the message like "The value hardware for monitor.virtual_exec is not valid changing it to Automatic " and "The Boolean Value true for monitor_control.restrict_backdoor is not valid.Changing to FALSE".

Can someone please help me on this. I want to work on Virtual Machines on an ESX host.

The Client I have is vSphere 4.0.

I am attaching ESX Config file with this reply.


Attachments:
Click to view FarooqPasha's profile Lurker 2 posts since
Aug 3, 2009

Hey I got is resolved through the post http://communities.vmware.com/docs/DOC-8970.

Thanks all

Click to view Ali123456's profile Lurker 2 posts since
Sep 17, 2009
<!--
@page { margin: 0.79in }
P { margin-bottom: 0.08in }
-->

Hello everybody,

what about this error?

I have installed vmware ESX server 3
(kernal 2.4.21-47.0.1.ELvmix on an i686) running on an hp server. I
have installed ubuntu 9.04 on this vmware and when I try to run a
virtual machine on the ubuntu with a vmplayer, I got this error :
“You may not power on a virtual machine in a virtual machine”.

can any body help me.


Click to view Ali123456's profile Lurker 2 posts since
Sep 17, 2009
<!--
@page { margin: 0.79in }
P { margin-bottom: 0.08in }
A:link { so-language: zxx }
-->

Hello,

I have an error just like this:

I have installed vmware ESX server 3
(kernal 2.4.21-47.0.1.ELvmix on an i686) running on an hp server. I
have installed ubuntu 9.04 on this vmware and when I try to run a
virtual machine on the ubuntu with a vmplayer, I got this error :
“You may not power on a virtual machine in a virtual machine”.

How can I fix this error?

Click to view jmattson's profile Master 1,220 posts since
Mar 29, 2006

VMware Developer

SDKs, APIs, Videos, Learn and much more in the Developer community.

Learn More

Developer Sample Code

Increase your developer productivity with VMware API sample code.

Learn More

VMworld Sessions & Labs

Online access to the latest VMworld Sessions & Labs and online services.

Learn more

Purchase PSO Credits Online

Purchase credits to redeem training and consulting services online.

Buy Now

Community Hardware Software

View reported configurations or report your own.

Learn More

VMware vSphere

Come witness the next giant leap in virtualization.

Register Today

Communities