Home
Pure Storage
Cloud
VMware
Categories
Tags
Series
Certifications
About
  • Configuring ESXi 5.5 Dump Collector

    Jun 10, 2014 PowerCLI Dump Collector
    Share on:

    Thank you to everyone who listened to me on the EMEA vBrownbag. Here are copies of documentation and scripts on how to configure ESXi to use the remote dump collector.

    Check the ESXi Dump Collector Configuration Example:

    1Foreach ($vmhost in (get-vmhost)){
    2$esxcli = Get-EsxCli -vmhost $vmhost
    3$esxcli.system.coredump.network.get()}
    

    Setting the ESXi Dump Collector Example:

    1Foreach ($vmhost in (get-vmhost)) {
    2$esxcli = Get-EsxCli -vmhost $vmhost
    3$esxcli.system.coredump.network.set($null, “vmk0″, “IPtoDumpCollector″, “6500″)
    4$esxcli.system.coredump.network.set($true)}
    

    Read More
a blog about virtualization, storage and stuff

Recent Posts

  • Unlocking Performance Insights: Using resxtop to Monitor Your Azure VMware Solution Environment
  • Navigating the Azure Cloud: Key Considerations for Strengthening Infrastructure Security with Azure Locks
  • The Power of PowerShell: Calculating Azure VMware Solution (AVS) Costs
  • Navigating the Azure Cloud: Key Considerations for Azure VMware Solution (AVS)
  • Navigating the Azure Cloud: Key Considerations for Harnessing DNS with Azure Private Endpoints
  • Using Bicep to Deploy a Microsoft SQL on Azure VM with Cloud Block Store Volumes
  • Using Bicep to Deploy an Azure Virtual Machine
  • Using CloudFormation to Manage EC2 in AWS

Copyright ©  DAVIDSTAMEN. All Rights Reserved.      Privacy Policy