Re: NFS for View environment
Have you checked out the NetApp site? They typically put out a lot of great documentation that may give you some best practices. I also vaguely remember a 50K seat VDI deployment whitepaper they put...
View ArticleRe: vCO Object Property Documentation
If you have a vm as input of your scriptable box you can type in vm. and use ctrl space to list the objet properties and methods.Otherwise you can search for the object type in the API explorer....
View ArticleRe: PowerCLI script to change in vpxa.cfg
Ah, I figured it out... same way I scripted replacing the welcome & motd file. #edit, cant get the script to display right
View ArticleRe: Private VLAN on ESXi 5.1
ESXi doesn't include a built in router so you could either configure that into your existing networking hardware or deploy a VM router.
View ArticleRe: vCO Object Property Documentation
So I do see once I have done that my "vm" varialbe now changes color (pink in my case) and I do see the drop down menu when I crtl + space; however there are no properties or methods (or any thing)...
View ArticleRe: Installation notes for small vSphere cluster
Thanks for sharing this very helpful config mgoheen
View ArticleSystem hangs on bootup with VMWare View Agent and Kaspersky Antivirus
We have tested this on several Windows 7 systems (physical PC) that will hang on both shutdown and restart after installing VMWare View Agent. We did monitor the driver install and ensured it had...
View ArticleRe: PowerCLI script to change in vpxa.cfg
See Some ways to enter PowerCLI code under the new forum SW to learn some ways to insert PowerCLI code in posts in this community.
View ArticleRe: vmrun will not power down guest
Here are my latest findings: I upgraded from VMWare Workstation 9.0 to VMWare Workstation 9.0.1. As a first test after the install I dropped to a command line and ran vmrun -T ws start...
View ArticleRe: Wireless Network Discovery
Regardless of what type Physical Network Adapters the Host has a Virtual Machine is presented a Virtual Wired Ethernet Network Adapter by VMware Fusion and if you want WiFi in a Guest OS then you need...
View ArticleProblem sending output to file
write-output Hostname`tSizeGB`tCreatedOn > $outfile write-output --------`t------`t----------- >> $outfile foreach ( $snap in $snapshots ) { if ( $snap.Created -lt (Get-Date).AddDays(...
View ArticleNFSClient_NFSMount_Umount hangs after test finishes
I am getting the following after my test completes. It just ends up sitting and not moving on. I have checked everything it says it failed to create and it is all there. Anyone have any insight in...
View ArticleRe: Vmware view assigned desktop is not available
No, customizing should only be a temporary status, when its done it should have the status "Ready".The error means that there is no desktops available and that is the problem here since they are all...
View ArticleRe: vmrun will not power down guest
Is this how I need to configure this? 1. Removed the vm from the "shared" section of VMWare Workstation 9.0.1.2. Create a script to run upon host boot to run: vmrun -T ws start...
View ArticleRe: vmrun will not power down guest
It reported 1 vm was running. So far, so good. Once it booted I ran vmrun -T ws stop "F:\vm\[server]\[server].vmx" It forcefully powered off the server, which surprised me. I thought it was supposed to...
View ArticleRe: Problem sending output to file
The Write-Output cmdlet produces specifally formatted objects to be outputted to the console.Those objects are not intended to be placed in a text file. Use the Out-File cmdlet instead.For...
View ArticleRe: NFS for View environment
Thank you for reply. Yes, I did a lot of search on Google but couldn't find any concrete info. I just had a look at 50 K VDI deployment document but it doesn't address my questions. I also had a look...
View ArticleRe: Problem sending output to file
I tried but didn't work...this is what I get - "$snap.vm`t([Math]::Round($snap.SizeGB))`t($snap.Created -replace $retime)"|out-file $outfile Output20121001.vm ([Math]::Round(20121001.SizeGB))...
View ArticleRe: PowerCli to pull RDM info
Is there a way to change the GB to TB in the "Total RDM size in GB" I can change it in the LUN side, but not sure if CapacityGB can be changed at all....
View ArticleRe: Portrait display mode on Windows 7 VPC
Thank you so much for your reply! You put the older agent in the image. Did you keep the vmview manager at 5.21 or did you have to downgrade the manager too? Thanks
View Article