Re: Need a power-shell script to ..
Looks like you are using an older PowerCLI version, the CapacityGB was introduced in one of the previous PowerCLI builds.Try to upgrade.If an upgrade is not possible, you can do...
View ArticleRe: get count of desktops from a pool
OK, now it is working, not very nice to code($erg=$ergs[4].maximumCount-$ergs[4].desktops) but as long as the result ist fine, everything is ok Only a small question to the end: How can I get another...
View ArticleRe: Configuring SSO in HA Mode ~~ ESXi 5.1
Hi sjhwilkesf5, Thanks for your reply. I am not good with load balancer configuration stuff. I will use F5 and I have no issues with that. Can you please assist me with it. Thanks
View ArticleRe: VMView and SSO?
dschulma wrote: We are in the process of planning our VMView environment within our medical practice. Question is, is there a VM product that will allow us to use SSO (Single-Sign-On) for our user...
View ArticleRe: unable to install vmware tools
thanks, but that's not the case. I run wmplayer as super-user ONLY to install vmware-tools. Then, I remove .vmware config directory (which is after installation owned by root), and run player as a...
View ArticleRe: P>V conversion of Windows server > ESXi host 5.1 fails
This issue may occur if the hard disk contains bad blocks. Try Check disk ( CHKDSK) or Disk Defragmenterand try again.If that is not resolving the issue replace the faulty disk, reconstruct the RAID...
View ArticleRe: get count of desktops from a pool
You would only need that kind of addressing if you want to see the value for a specific row.PowerShell is normally about handling a number of objects in series. Perhaps you could share the script you...
View ArticleRe: Can VMESXi5 be virtual machine?
Q1.You should enable visualization features on your physical server BIOS. It's possible, you can run 64 bit VMs on virtual ESXi host.Q2. For prevent the same issues, you should use EVC on your cluster,...
View ArticleRe: VM Memory Reservation
PMEM/MB = 2031 vmkMemory overhead = 1.2GBSo all overhead = 3.9GB. Now is starting to makes sense. Was cutting it way to close, didnt know about the PMEM/MB vmk value. Well, we are struggling with SQL...
View ArticleSQL Server 2012 performance issues running on ESXi5
ESX Host:IBM x3650 M3 – 2 X 6 Core CPU (Hyperthreading enabled)ESXi 5 Update 2144GB RAMVM:Windows 2008 R2 Datacentre running SQL 2012 Enterprise with CAL licensing model SP1 CU4.24 vCPUs140GB RAMHot...
View ArticleRe: Configuring SSO in HA Mode ~~ ESXi 5.1
For now I have done this I have created a Domain ControllerCreated a Windows Server 2008 R2 ENT >> This is a part of domain >> Installed MS-SQL 2008 R2 ENTCreated the SSO Database via...
View ArticleRemove Storage Profile from vDC
Hello, How to remove storage profile from Organization vDC in vCloud Director 5.1. To be exact, I want to remove *(Any) profile from all my vdcs. I know how to create it and how to enable / disable it,...
View ArticleRe: VMFS datastore visible on 3 of 6 hosts. Remaining 3 hosts see the LUN,...
Finally figured it out. The switches were set to an MTU of 9000. I bumped each port to the max 9216 and everything is working flawlessly. Kinda shocked by it but I am just glad it's resolved.
View ArticleRe: Cannot create Edge Gateway. Lack of resources
Thanks for the reply.No theres none in maintenance mode. I've gone back to just a vsphere platform and will reinstall the VCD again today as the DB wouldnt let go of an old VLAN ID.I'm convinced this...
View ArticleVMWARE WORSTATION - VIRTUAL MACHINES
Hi everybody, I would like to ask about a problem that we like to solve. When do you install a VMWare product as for example VMWARE workstation, player ... and you make some virtual machines, are there...
View ArticleESXI 5 on physical host
Hello everyone,I have a lenovo server ts200v with 8 GB ram and 2HD 1T(raid1)I installed esxi5 on the physical machine.i want to install 2 VM (windows 2008 server R2)one for dns+dhcp the other one...
View ArticleRe: VMware Data Protection について語り合いましょう。
こんにちは。また来ました。 ヘルスチェックはなんでしょう。こっちも手動でやってみましたが、しばらく時間をおいて~ってエラーが帰って来ました。 今日は、NFSにVM設置した環境でVDPを使うとスナップショットをマージするときに30秒ほど仮想マシンが停止する「仕様」に泣かされましたVMware KB: Virtual machines residing on NFS storage become...
View ArticleRe: get count of desktops from a pool
Actually I'm building scripts sequentially and as this function($ergs=(Get-Pool | Select Pool_id,@{N="vdesk";E={$_ | Get-DesktopVM | Measure-Object | Select -ExpandProperty Count}},maximumcount)) is...
View ArticleRe: get count of desktops from a pool
If I understand your script correctly, you want to send an email for each pool that has more than 95% of the desktops in use ?If yes, then the following should do this (in a very basic way)....
View ArticleRe: Unable to configure IP address and subnet mask after deploying .ovf file...
Can you do the following things and provide screenshots:dmesg | grep eth cat /etc/sysconfig/network-scripts/ifcfg-eth0cat /etc/sysconfig/network-scripts/ifcfg-eth1cat...
View Article