Crash of vmware-vmrc on Debian 7
Hello, I try to start vmware-vmrc of the VMware VMRC SDK 5.1 on Debian 7 to connect to server. Server is in local network and reachable. The call is: /usr/lib/vmware-vmrc/5.1/vmware-vmrc -h...
View ArticleRe: Add RDM using power shell
Try changing this line$spec.deviceChange[0].device.backing.diskMode = "independent_persistent"into this$spec.deviceChange[0].device.backing.diskMode = "persistent"
View ArticleRe: Need advise : VMs "reconfigure virtual machine" approx 10 minutes
Hi, What are you reconfigured in your VM? can you attach the vmware.log file of an affected VM. (Can you specify the date and time of the reconfigure task). Regards, Julien
View ArticleRe: Need advise : VMs "reconfigure virtual machine" approx 10 minutes
I am not configuring anything nor did I configure anything (at least not directly on the VMs). Only changes made that I remember was to shrink the database and rebooting the vCenter. Where do I get the...
View ArticleRe: PowerCLI Bug?
Might be a bug for that specific combination of versions.In the latest PowerCLI build, and with vSphere 5.*, both lines return valid task objects.
View ArticleRecovery vmdk с раздела VMFS!!! Help!!!
Помогите, горю! Нужно восстановить vmdk файл . (тонкий диск)Исчез с раздела VMFS .Какие есть софтины для сканирования\восстановки данных с VMFS?
View ArticleRe: Creating Templates, do I use sysprep.
Review this video: https://www.youtube.com/watch?v=Xg-MnpjQTzw&feature=youtube_gdata_player
View ArticleRe: Planning a new storage solution
I just post a suggestion ,so please take it easy.OK?Also please make the market regular , please post your own opinion without any personal abuse.
View ArticleRe: Capture the Existing ESXi Server as an Image for Auto Deploy
The image/ISO that you have used it for install on hardware, can be used it for Stateless deployment. If its ISO, you need to convert it to ZIP file format and upload to autodeploy server (this...
View ArticleRe: Create port groups from excel
Try something like this $dvSw=Get-VDSwitch-Name"Boston"Import-CsvdvPortgroups.csv-UseCulture|%{ New-VDPortgroup-Name$_.PgName-VlanId$_.VLanId-NumPorts$_.Ports-VDSwitch$dvSw}The CSV file is expected to...
View ArticleRe: Total Processor script
Try it like this Get-Cluster|selectname,@{n="NumVMHostCPU";e={Get-VMHost-Location$_|Measure-ObjectNumCpu-Sum|Select-ExpandPropertySum}}
View ArticleRe: iSCSI multiple paths and IP subnets
Can I use different subnets on the same vswitch or should it be on 2 seperate vswitches?
View ArticleRe: Recovery vmdk с раздела VMFS!!! Help!!!
А что осталось? Можно скриншот папки, где он лежал, и название, как он звался?
View ArticleRe: Vsphere Replication connection to remote Applicance with...
Hi,Can you elaborate on "Both sites are able to ping each other" - what do you understand by site here?You must ensure that the machines where the vSphere Web Client and the vSphere Replication...
View ArticleRe: Корректное удаление vsphere virtual data protectoin
Спасибо. Шайтан. Реально помогло А то 2 лишних было.
View ArticleBlank gray screen instead of the login page for connection server
I've got connection server installed on a w2008r2 with domain configured on another machine connection works fine though not able open the Connection server just gets a blank gray screenwith not login...
View ArticleRe: vCenter Operating system Installation
Thanks Weinstein5, We are not able to load the tape library drivers, as per vendor we have to try re-install operating system. Also can you please guide me how to take a backup of vCenter?
View ArticleRe: PowerCLI to extract all vSwitch network info to CSV
Luc, Somehow the Script was partially correct, since it only returns the VMnic that is currently active, but not the standby NIC, is there any possible way to get the standby NIC uplinks as well ?
View ArticleRe: Difference between VMware ThinApp and ThinApp Factory
ThinApp Factory can be installed on a VMware Workstation but then you are most likely limited to resources on your machine running Workstation. If you really are looking for running several capturing...
View Article