Re: SSO can't survive a simple reboot?
Thanks for the reply. This to me is not even close to an acceptable solution to expect customers to do this on regular basis. I did confirm that I can logon locally with both clients, I guess I'll jump...
View ArticleRe: Allocated space, used and free space for all VM's in a data center
The following PowerCLI script will report the spaces for all VM's in datacenter "New York" and write the output to a file called VMSpaces.csv: Get-Datacenter -Name "New York" | Get-VM |Select-Object...
View ArticleRe: VM can only communicate with VMs on same hosts
Have you confirmed that this guest is on the correct Portgroup on the vSwitch, remember that ESXi is based on a Unix OS and vmnetwork is not the same as VMnetwork. Also confirm that the vLAN IDs are...
View ArticleRe: Allocated space, used and free space for all VM's in a data center
Thanks. I want to the report to be dumped on the C drive or the following path; $report | Export-Csv "C:\temp\reports\vm_ds.csv" -NoTypeInformation. Also, I will like tthe whole Datacenter rather than...
View ArticleRe: Changing VMware infrastructure from 4.x to 5.x
I'm looking at doing the same upgrade/migration of ESX 4.1 to 5.1 and based on the comments here I have some questions: 1. If I currently have a physical server running vCenter 4.1 and I want to...
View ArticleRe: Allocated space, used and free space for all VM's in a data center
If you remove the Get-Datacenter command then you will get a report of all of your VM's. To use file C:\temp\reports\vm_ds.csv, you can replace VMspaces.csv with C:\temp\reports\vm_ds.csv: Get-VM...
View ArticleRe: SSO can't survive a simple reboot?
Please don't get me wrong, I'm neither trying to defend VMware nor do any finger pointing, but if this issue is really caused by a lost domain connection, then this might rather be an issue with...
View ArticleRe: SSO can't survive a simple reboot?
Sorry that wasn't directed at you. I just don't like the "solution". I'm able to logon to the vcenter server with domain credentials yet not logon to any vcenter services with such creds. The domain...
View ArticleMigration Host on 2 SANs and 2 vMotion Network
Hello, I am trying to migrate VMs between two clusters. I am using one host on the new cluster as the go between. That host is connected to both SANs and both vMotion networks. I seems like I cannot...
View ArticleRe: VMware Fusion support for Logitech T650 Touchpad?
I have the T650 and - apart from three finger vertical swipe to switch from the tile screen to the desktop - i've found no other Windows 8 gestures that work. "tap-to-click" doesn't work either.
View ArticleMaintenance Mode Required to Scan?
Our best practice has always been to put hosts into maintenance mode first, and then scan for updates with Update Manager. We are looking at implementing scheduled scans, and the only thing stopping us...
View ArticleRe: Make a fake RAID 1 for ESXI
I don't really understand how to use VSA. But from some reading it seems like I might be able to create the effect, though not with the exact same performance? Not sure if this works, but could deploy...
View ArticleRe: vSGA NVIDIATesla M2070-Q not working with vsphere 5.1
I have a ticket open with VMware for the same exact issue. They have confirmed that this is an issue with AMD procs and the NVidia VIB. I also confirmed it works fine on my DL380 (intel). So if you...
View ArticleRe: vSGA NVIDIATesla M2070-Q not working with vsphere 5.1
I have a ticket open with VMware for the same exact issue. They have confirmed that this is an issue with AMD procs and the NVidia VIB. I also confirmed it works fine on my DL380 (intel). So if you...
View ArticleRe: vSGA NVIDIATesla M2070-Q not working with vsphere 5.1
I have a ticket open with VMware for the same exact issue. They have confirmed that this is an issue with AMD procs and the NVidia VIB. I also confirmed it works fine on my DL380 (intel). So if you...
View ArticleRe: NVidia GPU not working for sVGA
I have a ticket open with VMware for the same exact issue. They have confirmed that this is an issue with AMD procs and the NVidia VIB. I also confirmed it works fine on my DL380 (intel). So if you...
View ArticleRe: SSO can't survive a simple reboot?
Don't worry, I didn't take this personally I'm just interested in what's causing the issue and the resolution, which I hope we will find.In the years I've been woring with Windows systems, I saw issues...
View ArticleRe: Maintenance Mode Required to Scan?
Yes, you can scan the hosts while they have running VMs. Maintenance mode is not required for this.
View ArticleRe: Allocated space, used and free space for all VM's in a data center
Thanks a lot. It ran just fine.
View ArticleRe: I need a script to log into guest OS desktop, similar to option in guest...
What is the error message you are getting back ?And do you run the script where you call the Invoke-VMScript from a 32-bit or a 64-bit PowerCLI session ?
View Article