PowerCLI の Get-Stat の結果をヒストグラムにしてみました。
PowerCLI で ESXi から性能情報を取得することができます。ためしに、それをヒストグラムにしてみました。 今回は、このポストの続きです・・・ESXi データストアへの VM 配置について。(PowerCLI でデータストア空き容量と IOPS を見てみる) たとえば、直近の1時間で、「ds_local_02...
View ArticleWelcome python and (maybe) goodbye powershell?
Hi all,as commented in virtuallyGhetto, Vmware relased vSphere SDK for python! Now it's possible to automate vmware tasks using python. In futures updates will be enhancements in this SDK. Nowadays,...
View ArticleReport VM's RDMs via PowerCLI
If you want get the RDMs defined in your vmware environment using PowerCLI, then you can just use this: $allvms = Get-VM foreach ($vm in $allvms) { $vmrdm = Get-HardDisk -VM $vm -DiskType...
View ArticleReport unused VMDK files using PowerCLI
Hello,searching the web, a found a nice script that reports orphaned/unused vmdk files:Virtually Jason: Orphaned VMDK Files It works so fine, but if do the bad praxis of having datastores with the same...
View ArticleAdd a vDisk/vmdk to a running virtual machine via esxi command line
Hello,if you want to add a new vdisk (vmdk file) to a running virtual machine, you can do it via command line. First, connect to the esxi host where is the placed the vm that you want to add a new...
View ArticleList powered-on virtual machines without vmware tools installed
Hello,if you want to list all the powered-on virtual machines without vmware tools installed, you can use this powercli script: # Change the value of this variable (regular expression), if you would...
View ArticleSelected as vEXPERT 2014!
Hello,this year I'm selected as a vEXPERT 2014! Thanks so much for selecting me as vEXPERT. Source: vExpert 2014 Announcement | VMTN Blog - VMware Blogs Best regards,Pablo
View ArticleTroubleshooting when the vcenter db transaction log becomes full (MS SQL...
Hello,some time ago i faced an issue with the vcenter db transaction log, because it became full every 6 hours (at fixed hours).In the windows event log this message appeared: The transaction log for...
View ArticleConfiguring MAC adress in vSphere
Hello,if you want to know how to manage the mac address in vSphere (the mac address assigned to the virtual machines' vnics), maybe it will be helpful to check this vmware's kb: VMware KB: Setting a...
View Article[VMware] Security Alert! Heartbleed OpenSSL security issue
メモリ上の情報が暗号化されないまま、攻撃者に取られる恐れのあるOpenSSLの深刻なバグが報告されました。このバグはOpenSSL 1.0.1から1.0.1fまでのバージョンに影響し、4月7日修正された1.0.1gがリリースされています。 VMware社からも、この”Heartbleed” バグによる影響や対象プロダクトに関するアラートが発表されました。次の製品が”Heartbleed”...
View ArticleUnderstanding ESXi Host Memory States
This post is going to be one of my favorite posts this year because i have been asked by lot of my readers to write about the ESXi host memory management techniques. Fairly all VMware Administrators...
View ArticleHow to migrate vmware server virtual machines to vSphere ESXi
Hello,if you want to migrate virtual machines running in vmware server 2 to vSphere ESXi, this how-to can be helpful. Additionally, this documentation can be checked:VMware KB: Moving or copying a...
View ArticleHow to use esxtop
Hello,probably one of the best how-to about using esxtop in vSphere is this one. Thanks for sharing Duncan! Best regards,Pablo
View ArticleVM の アラームを PowerCLI で見てみる。
VM に対してトリガーされている vCenter アラームを、PowerCLI で見てみようと思います。vSphere Client ではこのように見えていて、Web Client ではこのように見えているものです。※例では2つのVM に(vm02 と vm05)アラームがトリガーされています。 今回は、下記の VM のアラームを確認します。PowerCLI> Get-Cluster...
View ArticleVmware NEWSLETTER 6.06
Email not displaying correctly? View it in your browser: http://us2.campaign-archive1.com/?u=84638d120599c4461b514e1a0&id=8c80f8d8b4&e=[UNIQID] From the editors virtual deskHi everyone, the...
View ArticleVMware Newsletter 6.07
Email not displaying correctly? View it in your browser: http://us2.campaign-archive1.com/?u=84638d120599c4461b514e1a0&id=6e191a2195&e=[UNIQID] From the editors virtual deskHi everyone well as...
View ArticleVMware Newsletter 6.08
Email not displaying correctly? View it in your browser: http://us2.campaign-archive1.com/?u=84638d120599c4461b514e1a0&id=7114be6c7a&e=[UNIQID] From the editors virtual deskHi everyone, well I...
View ArticleVMware Newsletter 6.09
Email not displaying correctly? View it in your browser: http://us2.campaign-archive1.com/?u=84638d120599c4461b514e1a0&id=983111fd61&e=[UNIQID] From the editors virtual deskHi everyone, I hope...
View ArticleVMware Newsletter 6.10
Email not displaying correctly? View it in your browser: http://us2.campaign-archive2.com/?u=84638d120599c4461b514e1a0&id=b042fffa61&e=[UNIQID] From the editors virtual deskHi everyone, this...
View Article