Quantcast
Channel: VMware Communities: Message List
Viewing all 229247 articles
Browse latest View live

Re: vCO PowerShell plug-in access is denied

$
0
0

I was able to get this working this way.

 

We are using vCO appliance 5.1, so I have a windows power shell host machine and winrm service was enabled. I did setup kerberos authentication. Trying to execute powershell script which is executing dnscmd. So this script was executing fine when we run manually, but from vCO failing with access denied.

 

I did some changes in my powershell script which helped me to get through this.

 

~ Enabled CredSSP in powershell host winrm service

~ Within my powershell script created a new session to the same localhost

 

   $session = New-PSSession  -Credential $credential -Authentication Credssp -ComputerName localhost

 

   Invoke-Command -Session $session -ScriptBlock {  #Your dnscmd automation }

~ Its like vCO calling a powershell script in my powershell host and within the script I am creating session to the same machine and executing my dnscmd commands.

~ With this I didn't get any access denied exceptions. Was able to add/remove DNS records.

 

Probably there could be different ways to do this. But this helped me.


Re: VMWare Tools update problem

$
0
0

OK, but do not find somewhere these tools and install them manually?

Instead, for the second question, opening VM directly in exclusive mode?

did wsx server support workstation 10.0.1?

$
0
0

using chrome browser i can run share vm in workstation 10 by wsx server, os is windows8 and cpu is g2010, but my chrome browser screen is blank in another computer ,os is windows8 cpu is i5 .tow computer is same in software enviroment.

Re: Recover Deleted VM From VMFS5?

$
0
0

I have a similar problem, but have MUCH more information about my particular mess and have not touched the drives since deleting my file.

BACKGROUND:

Using esxi 4.1, using GUI only.

I was preparing to migrate an old Server 2003 VM to a new Server 2008 R2 VM so I could delete the old server for all my Windows Server needs. My friend, with a desire to be future-ready and wanting to have RAID redundancy had me install a network iSCSI device with Raid 1 drives (1TB each). I did so by copying the server files from his host datastore to the iSCSI LUN and created a new VM using the existing .vmdx file for the 'existing disk'. My friend wanted to have access to this massive new storage space, so I relented and allocated 850GB (of 900GB LUN) to his Server 2003. (server 2008 came later and was on different datastore). This process created a new .vmdx file in my newly created Server 2003 v2 folder on the datastore and I deleted the Server 2003 VM but left the Server 2003 folder for backup.

 

I was asked this week to migrate Active Directory and his file server to his 2008 server which has been running for 6 months now and delete the old 2003 server. My plan was to shrink the partition on the 2003 server, move the 2008 server to the iSCSI, prep the 2003 for AD migration, dcpromo the 2008 server, create new shares, transfer files, change login scripts for mapping, and call it a night. Plan was tomorrow to verify full replication and take the 2003 offline.

 

I started by booting the 2003 server to a live CD and tried to use GParted to resize the partition. After about 10min of the shrink operation running, I got an error message from esxi that my datastore was out of space, retry or cancel. Upon checking the host's storage, I saw that it was reporting only 2.5GB (or MB?). I started moving my 'backup' folder from that datastore to the esx server's internal datastore hoping to free up some space, but it promised to take 2hrs due to a large VM disk file. So I went in and tried to delete the Server 2003 folder (old server, I thought). It wouldn't let me. After an hour of waiting, I finally hit 'cancel' on the esx popup error message and the 'server 2003 v2' VM shut down. I tried again to delete the Server 2003 folder and it deleted, freeing up 800GB of space it appeared. My 'Server 2003 v2' VM showed only 17GB of used space of it's provisioned 850GB. Thinking I had room to spare, I tried to restart the VM and discovered that I had just done something wrong. An hour later, I realized that I deleted the Parent .vmdx of my VM, and the VM was not going to start without it.


WHAT I KNOW:

I know the datastore the files were in

I know the names of the files

The LUN is accessible

Nothing has been written to the drives since deleting the folder (I turned off both VMs -- weekends rock)

I do not have a recent backup - important data is the files that store my friend's database of customers to visit in the future and past visits (plumber)

I made LOTS of thoughtless mistakes and am worthy of serious chiding and fun-poking


WHAT I DON'T KNOW:

How to undelete these files:

the .vmdx file -and-

the .vmx file

Who knows the information I should know to solve this problem - and -

What will compel them to share this information with me before my friend's business suffers from my mistake 36 hours from now.

 

PLEASE HELP. THANK YOU FOR WHATEVER YOU CAN OFFER!

Please help me undelete parent .vmdx

$
0
0

BACKGROUND:

Using esxi 4.1, using GUI only.

I was preparing to migrate an old Server 2003 VM to a new Server 2008 R2 VM so I could delete the old server for all my Windows Server needs. My friend, with a desire to be future-ready and wanting to have RAID redundancy had me install a network iSCSI device with Raid 1 drives (1TB each). I did so by copying the server files from his host datastore to the iSCSI LUN and created a new VM using the existing .vmdx file for the 'existing disk'. My friend wanted to have access to this massive new storage space, so I relented and allocated 850GB (of 900GB LUN) to his Server 2003. (server 2008 came later and was on different datastore). This process created a new .vmdx file in my newly created Server 2003 v2 folder on the datastore and I deleted the Server 2003 VM but left the Server 2003 folder for backup.

 

I was asked this week to migrate Active Directory and his file server to his 2008 server which has been running for 6 months now and delete the old 2003 server. My plan was to shrink the partition on the 2003 server, move the 2008 server to the iSCSI, prep the 2003 for AD migration, dcpromo the 2008 server, create new shares, transfer files, change login scripts for mapping, and call it a night. Plan was tomorrow to verify full replication and take the 2003 offline.

 

I started by booting the 2003 server to a live CD and tried to use GParted to resize the partition. After about 10min of the shrink operation running, I got an error message from esxi that my datastore was out of space, retry or cancel. Upon checking the host's storage, I saw that it was reporting only 2.5GB (or MB?). I started moving my 'backup' folder from that datastore to the esx server's internal datastore hoping to free up some space, but it promised to take 2hrs due to a large VM disk file. So I went in and tried to delete the Server 2003 folder (old server, I thought). It wouldn't let me. After an hour of waiting, I finally hit 'cancel' on the esx popup error message and the 'server 2003 v2' VM shut down. I tried again to delete the Server 2003 folder and it deleted, freeing up 800GB of space it appeared. My 'Server 2003 v2' VM showed only 17GB of used space of it's provisioned 850GB. Thinking I had room to spare, I tried to restart the VM and discovered that I had just done something wrong. An hour later, I realized that I deleted the Parent .vmdx of my VM, and the VM was not going to start without it.


WHAT I KNOW:

I know the datastore the files were in

I know the names of the files

The LUN is accessible

Nothing has been written to the drives since deleting the folder (I turned off both VMs -- weekends rock)

I do not have a recent backup - important data is the files that store my friend's database of customers to visit in the future and past visits (plumber)

I made LOTS of thoughtless mistakes and am worthy of serious chiding and fun-poking


WHAT I DON'T KNOW:

How to undelete these files:

the .vmdx file -and-

the .vmx file

Who knows the information I should know to solve this problem - and -

What will compel them to share this information with me before my friend's business suffers from my mistake 36 hours from now.

 

PLEASE HELP. THANK YOU FOR WHATEVER YOU CAN OFFER!

Re: SAML authentication with View

$
0
0

Did You Enable SAML authentication on all of your Connection servers to point for the gateway-va ? 

Re: Hardware graphics acceleration is not available. No 3D support is available from the host.

$
0
0

Agreeing with Alberto...

 

From what I can see, people with NVidia and Intel GPUs can't get 3D acceleration to work on VM workstation or player. Doesn't that merit any response at all from the VMware developer team? I only use player, but I can tell you this: with this kind of QA and customer service, I would NEVER pay for a license. This after having to jump through endless hoops for the last year to keep up-to-date drivers in the linux 3.0 kernel...

 

Time to switch to Xen? The shame for VMware is that I experiment at home, and then make recommendations for my 500,000 seat enterprise at work... This is getting pathetic.

Re: VMware Horizon View and Microsoft Lync 2013

$
0
0

Thank you Tony . It was of great help


Re: VMWare Tools update problem

$
0
0

Once you install WS the tools are included. You need to read documentation. 

Re: Virtual machine migration issue from one datastore to another datastore

$
0
0

Hi,

 

I checked on the VM and there is no active snapshots and there is no ISO or FLP images connected to the virtual devices.

 

Regards,

Hakim. B

Re: VMWare Tools update problem

Re: VM con load balancing

$
0
0

Ciao

 

sembra ci siano diversi problemi legati ai "meccanismi" ci cpanel, da anni si discute su queste difficoltà nei vari forum di settore ed anche il supporto non da suggerimenti.

 

non conosco Varnish ma penso non ci siano problemi a metterlo davanti a 2 macchine cPanel, i problemi sono piuttosto legati alla sincronizzazione dei dati (dns,mysq,apache,contenuti, statistiche,log file,..) ed agli IP (cpanel richiede ip pubblici ed attivi per ogni macchina)

 

va considerato che parliamo di una macchina adibita ad hosting quindi ci sono più account

 

la VM non regge il carico a causa del forte traffico in entrata, dopo qualche ora Apache collassa .. abbiamo fatto diverse analisi ed alla fine il problema è sul numero di utenti concorrenti.

 

abbiamo possibilità di aumentare "ancora" le risorse della macchina, ma non di tantissimo ed in base alla stima di crescita della macchina tra 1/2 mesi dovremmo affrontare nuovamente il problema.

 

tx

About the meaning of results

$
0
0


Dear all,

Could anyone help explain the following question?

"16.89 @ 18 tiles , Total 2hosts".   I want to know "18 tile" represents all tiles deployed in two hosts or  each host has 18 tiles?

 

Any help will be greatly appreciated.

 

Thanks,

--Bin

Getting ServerFaultCode exception when trying to get refrance to a VM

$
0
0

Hi.

 

I am using PHP 5 and its builtin SoapClient to connect to vCenter 5.5 web service. Login and log out functions are working but when call any FindBy methods I get the following exception:

 


SoapFault exception: [ServerFaultCode] The object has already been deleted or has not been completely created


I suspect this is not an issue with parameters but is a general issue with method calls. Please assist me to pass this part of my development.


Thanks in advance.

Re: VM con load balancing

$
0
0

il problema di apache e php, se gira come modulo, è che ogni "figlio" consuma circa 25 mb... lo so bene per esperienza... ed è tutto una questione di memoria: bisogna dare un massimo numero di connessioni ad apache in modo tale che non prenda troppa memoria e cominci a swappare.

 

Al tuo posto proverei a mettere davanti un Varnish, non costa nulla e in un paio d'ore ce l'hai in piedi. Poi aumenterei la ram assegnata al lamp controllando il numero di max_clients (o era max_connections? boh) in base a quel conto di cui sopra.

 

Come ulteriore passo ci sarebbe quello di passare a webserver più efficienti come uso di memoria. Ma io comincerei con quello scritto sopra.

 

https://www.varnish-cache.org/

 

p.s..: scusa se lo chiedo ma... il mysql è già su un'altra vm vero?


Re: Mware Workstation unrecoverable error: (vcpu-4): vcpu-4:Invalid VMCB.

Re: virtualize windows 7 on triple boot macbook pro using fusion - no bootcamp

$
0
0

Well things change. I am using OS10.9 and Fusion 6.2.

I am able to create the virtual machine in a partition (and I did try scsi and ice and sata on creator.

ide complains about me trying to virtualise in an "old mode" so I switched to sata (0.0 for the hdd and 0.1 for cdrom).

 

For both SATA or SCSI when I try to boot (using rEFIt) I get an error:

 

Windows failed to start....

... some text about restarting with the installation disk (which I can't I have a 2009 iMAC with a broken DVDdrive)

....

 

Status 0xc0000000e

Info: The boot selection failed because a required device is inaccessible.

 

In Fusion the partition continues to operate fine.

 

What device is inaccessible?

What can be done?

 

Thanks in advance for advice.

 

Julo

Re: MSI Z77A-G41 Realtek 8111e Problem

$
0
0

Hi all,

 

I recently bought the MSI-Z77A-G45 too. But I found the network adaptor Realtk8111e is not stable after the ESXI successfully boot up for a few minutes. I will not be able to PING or learn ARP unless I reboot the VM server. I tried to install ESXi 5.1 and ESXI 5.5 (with the 8168 .vib file). Apart from that, I also downgrade the BIOS to 2.6 and disable the power safe feature. Unfortunately, it still does not help. Anybody has similar issue about this? Thanks.

 

Rgds,

Jacky

Win98SE guest in WS v10.0.1; can't upgrade virtual hardware

$
0
0

I just upgraded VMware WS v9.x to v10.0.1 and, as for all past WS upgrades I upgraded the virtual hardware to version 10.  All with one exception, that is.  My Win98SE guest won't accept the virtual hardware upgrade from v9 to v10.  I receive an error:  "This virtual machine is not running the latest verison of VMWare Tools.  You need to update VMware Tools before you can upgrade the virtual machine.  For details on upgrading, see 'http://vmware.com/info?id=98'".  I am running WS on a Win8.1 Pro host.

 

First off, I've never had to upgrade VMware Tools before upgrading the hardware.  I've always upgraded the virtual hardware THEN upgraded VMware Tools.  In fact, I just did it this way for my WinXP, Win7 and Ubunutu Linux VMs.

 

Second, there appears to be no new version of VMware Tools for Win98SE anyway.  When I boot to the OS I get no automatic indication I should upgrade.  When I go to the VM option in WS while the VM is running I only get the option to "Reinstall VMware Tools."  And when I manually attach the winPre2k.iso to the virtual CD ROM and run setup I only get the options to repair/uninstall/reinstall.  Reinstalling VMware Tools meets with the same original problem.

 

I recall something vaguely similar in the past where VMware released an upgrade which was problematic because they didn't release a new VMware Tools for Windows Pre2k guest operating systems and didn't bother to even update the version number in the winPre2k.iso file so it would work properly with the newest virtual hardware.  I'm guessing something like this may have happened again.  Either that or there's some kind of a bug.  I'm remiss to contact VMware directly to report a bug through their support mechanism; the last time I did so it turned into a 6+ month long fiasco laden with many emails back and forth, conference calls to California and India, allowing remote control of my computer etc.

 

When I tried creating a new Win98SE VM, WS chose hardware version 10 which indicates to me Win98SE is supposed to run on this latest virtual hardware version.

 

So, recap:  WS v10.x wants the latest Tools installed in the Win98SE VM guest in order to update the virtual hardware to v10 but doesn't accept that there IS NO new version of Tools.  I marked this post as a question in case someone can offer insight toward a solution which I have missed.  It is maddening to constantly run across problems like this in such a professional and expensive piece of software.

Re: Virtual machine migration issue from one datastore to another datastore

$
0
0

Please compress/zip the VM's .vmx file as well as its vmware.log and attach the .zip file to a reply post.

 

André

Viewing all 229247 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>