PowerCli to pull RDM info
I use the following script to pull matrix from all my vCenter's. We have some RDM's that I want to capture in this as well... is it doable? When I say capture... Im looking to pull the # of RDM's as...
View ArticleRe: PowerCli to pull RDM info
Sure, that is doable.Try something like this Get-VM|Get-HardDisk|where {"RawPhysical","RawVirtual"-contains$_.DiskType} |Select@{N="VM";E={$_.Parent.Name}},Name,ScsiCanonicalName
View ArticleRe: How to Compact the VMDKs with window guest
Take a look at http://en.wikipedia.org/wiki/Sparse_file which explains sparse files. Thin provisioning on VMFS volumes may be slightly different (I don't know the exact tachnical details). André
View ArticleRe: Try delete file " error caused by file"
these are the snapshot files... you need to commit or power off that vm and take a clone.. of that vm then you can delete those files...locate the vm which is associated with these files...some times...
View ArticleVsphere 5 licensing
Hi, I have 4 HP DL360G7 servers with 2CPU each (8 cores)? How many vsphere 5 licenses do i require per server?
View ArticleRe: Best practices for iSCSI configuration
Thank you for the reply. I can't find any suggestions for nic teaming for iSCSI. Also how do I enable jumbo frames in vSphere? Another questions that noone is answered: would two different NIC brands...
View ArticleRe: VXLAN cluster preparation issue
Do you have VUM installed in your environment? Is port 80 opened between VC & ESX?
View ArticleRe: Vsphere 5 licensing
vSphere licenses are per physical socket. So, for a two socket box, you'll need two vSphere licenses.
View ArticleRe: VM FUSION 5 - System Slows Down to a Crawl
Thanks! I'm not quite sure how to answer this, let me try. The two guests are set up with 4mb ram and 2 processors. I've got a 12mb ram iMac. If I can provide other info let me know where to get it. I...
View ArticleRe: VXLAN cluster preparation issue
@findogg: What vShield Manager version are you running? Can you try to move the host to maintenance mode and back? If that creates a vmknic, this may be a known issue. Let me know what you find and I'd...
View ArticleRe: Spitzen, Aussetzer und Performance-Probleme zur bestimmten Uhrzeit
Hello, I'm out of office.Will be back in the office on 01.02.2013 again.Your email will not be forwarded.In urgent cases call the German Call Dispatch at 080008555556. Freundliche Grüsse / Best regards...
View ArticleRe: Spitzen, Aussetzer und Performance-Probleme zur bestimmten Uhrzeit
Ich bin vom 28.01.2013 bis zum 01.02.2013 nicht im Hause.Ihre Nachricht wird nicht weitergeleitet.
View ArticleRe: Best practices for iSCSI configuration
Hi, Here is KB article for Jumbo Frame enable http://kb.vmware.com/kb/1007654 Also VMware dont recommend having two different brand nic in same teaming. Also need to have one nic binded to vmkernel...
View ArticleRe: VXLAN cluster preparation issue
We actually ended up getting our issue resolved with support & some of the product folks (not sure if you're the same Sachin that was there too, haha). Long story short, it appeared that the...
View ArticleRe: Vsphere 5 licensing
In addition to the CPU licenses you may also need to "vCenter Server Standard" license to manage the hosts in a cluster! If this is the first time you purchase vSphere licenses you may take a look at...
View ArticleRe: Performance
WimDidden wrote: We are having an issue on our VM environment but i am not sure how to understand it so i am hoping someone can help me with that. We have a VMware ESX v4.1 environment that consist of...
View ArticleRe: Starting VMware Remote Console from HTML page
The Reference Implementation's console.html contains the following two lines: <script type="text/javascript" src="js/dialog.js"></script> <script type="text/javascript"...
View ArticleRe: How to convert .xml customization script to vcloud understanble...
It seems VCD supports batch scripts for customization. Can we convert xml(which is from customization manager in vCenter) to batch file then customize? Does it work?
View ArticleRe: PowerCli to pull RDM info
Heres the output I get when I add that line... Total Datacenters: 1 Total Clusters: 2 Total ESX Hosts: 20 Total VM's: 1024 Total Templates: 38 Total LUN Datastores: 55 VM Name...
View ArticleRe: vCenter 5.1 SSO and failure to successfully authenticate users
I did the following and was able to fix the problem immediatley. Check the following logs: C:\Program Files\VMware\Infrastructure\SSOServer\logs\ssoAdminServer.log 2013-01-23 11:19:37,309 ERROR...
View Article