<data:blog.pageTitle/>

This Page

has moved to a new address:

https://vmvirtual.blog

Sorry for the inconvenience…

Redirection provided by Blogger to WordPress Migration Service
BIOLNX

BIOLNX

mercoledì 2 ottobre 2019

PowerCli show Schedule Task on vCenter

(Get-View ScheduledTaskManager).ScheduledTask | %{(Get-View $_).Info} | Select Name,NextRunTime

Etichette: , , , , ,

martedì 22 marzo 2016

Error installing Windows Server 2012 ROK on VMware's ESXi

Add the following line to the vmx file corresponding to your VM: SMBIOS.reflectHost = “TRUE”

Etichette: , , , ,

venerdì 9 ottobre 2015

After change vcenter hostname and ip error to access TsmVMwareUI


After change vcenter hostname and ip    when  i try to access a TSM Vmware Gui Web interface:


On the machine where the “Tivoli Data Protection for VMware” package is installed, open the Windows Services applet and stop the service: 


Open the file vmcliConfiguration  with notepad  (find the file in my case  on c:\IBM\tsm\tdpvmware\webserver\usr\servers\veProfile\tsmVmGUI) and change the name of old vcenter with the new vcenter


<vcenter_url>https://xxxx.xxx.xx/sdk</vcenter_url>

Now restart the service  "Data Protection for Vmware web Server service" and retry to connect at web interface



Etichette: , , , , , , ,

giovedì 21 marzo 2013

Add Audio to virtual machine vmware

It is possible only whit virtual hardware 8.

Remove from inventory mymachine
Edit mymachine.vmx file and add this:

sound.present = "TRUE"
sound.allowGuestConnectionControl = "false"
sound.virtualDev = "hdaudio"
sound.filename = "-1"
sound.autodetect = "TRUE"
sound.pciSlotNumber = "34"
Save file and reinvetory virtualmachine.
Now:




 




Etichette: , ,