Re: sanal makina taşıma
Merhaba, 1- Taşımak istediginiz sanal sunucuların bulundugu disk alanını diğer sunucuya bir şekilde baglayabilecek bir durumda iseniz tüm sanal sunucuları kapatın diski diger hosta bağlayın, sanal...
View ArticleRe: How to upgrade esxi4.1.u1 the easiest way
I second what Richardson said. The upgrade path is vCenter (and all it's components) first, then the hosts. I typically recommend rebuilding the hosts instead of doing upgrades. If your hosts have...
View ArticleRe: List of Things to Orchestrate
We integrate with a few monitoring systems and asset management systems. Both for provisioning and decom.
View ArticleRe: Getting VM Event for specific days
Hello, vmk2014- You can use the Get-VIEvent cmdlet in PowerCLI. Like: Get-VIEvent-Start (Get-Date).AddMonths(-2) -MaxSamples ([int]::MaxValue) -Entity (Get-VMsomeVM) Of course, you would put the...
View ArticleAppLink woes: Access files in one ThinApp from another ThinApp
Scenario: ThinApp-A's internal help is a set of *.pdf files with shortcuts to each in its Start Menu. ThinApp-B is Adobe Acrobat 9.x. AppLink'ing ThinApp-B as optional in ThinApp-A works (ie Acrobat...
View ArticleRe: DMZ design question - make a new DataCenter for the DMZ ESXi host?
No make difference if you add the DMZ ESXi hosts to the same Datacenter for production VMs or a different Datacenter... what you need to worry is about network configuration, creating a separated...
View ArticleRe: Getting VM Event for specific days
Hi Matt, Thanks for your reply. After executing the command the screen keeps scrolling down so i cant track the events lists, so is it possible to pull report in csv format ? Thanks thanksvm2014
View ArticlevCenter Web Client - How do you cancell a VMtools install (iso not...
ESXi: 5.5 Build 2068190vCenter: 5.5 2001446 Just as the title says, how do you cancel a VMTools installation from the Web Client? It installed, the tools are running and I even rebooted the VM but the...
View Articlecentos-6.6 kernel upgrade with vamicli
We always put new kernel RPMS (kernel,firmware,headers) in the "Application Package Repositories" and then when we upgraded the appliances, those new update RPMs would be installed. We just changed to...
View ArticleGetting VM Event for specific days
Hi,I wan to pull events for a particular VM for last 2 months. I want to know who made changes to the VM configurations (like adding disks,snapshot etc).Also this command give output for all VM's but i...
View ArticleRe: Getting VM Event for specific days
Just pipe the output to Export-CSV. Get-VIEvent-Start (Get-Date).AddMonths(-2) -MaxSamples ([int]::MaxValue) -Entity (Get-VMsomeVM) | Export-CSV -NoTypeInformation "VM-Events.csv"
View ArticleRe: Mirage storage on ReFS
4.3, we are finalizing all our check to pass on 5.2 on production...
View ArticleRe: How to upgrade esxi4.1.u1 the easiest way
Hardware is good to go. I was able to speak with VMWare support tech for a short time today. I had just finished verifing the hardware when the tech called me. He has talked me into going full boat...
View ArticleRe: powercli script to capture cpu & mem usage stats
Hi LucD, Thank you very much for your prompt reply. I really appreciate it. But I have this 2 cases, that I still don’t understand… Server A: 32GBServer B: 192GBServer C: 140GB Server A values for...
View ArticleRe: Question about using an Update Manager Shared Repository server
Just to clarify, all I really need to know is, will we still need additonal disk space to store patches and updates on our vCenter / Update Manager server when using a separate Update Manager Shared...
View ArticleRe: vCAC and vCO build order
Take a look at the Hands on Labs (1421 is vRA) to get an idea of what you can do without Orchestrator. Grant
View ArticleRe: VMware toolchain & open source - missing headers.tar.bz2
No one knows? Seems like a potential GPL violation if it's part of the disclosures... I'm not sure how much (if any) it's changed, but apparently the headers.tar.bz2 file is included with the 5.5U1...
View ArticleRemove VM from Cataloged vApp
I have a large vApp cataloged as a golden template, is there a way I can delete a specific VM from it so all future deployments dont include that VM?
View Article