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)} Test Host by Causing …

    Read More
a blog about virtualization, storage and stuff

Recent Posts

  • 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
  • Using the AWS CLI to Collect Amazon S3 Bucket Object Information
  • Using the AWS CLI to Collect Amazon Elastic Block Store (EBS) Information
  • Site Recovery Manager - Rename Datastore After Recovery
  • How to Map an Raw Device Mapping (RDM) to a Pure Storage Volume using PowerCLI
  • Build and Publish a Powershell Module to the Powershell Gallery

Copyright ©  DAVIDSTAMEN. All Rights Reserved.      Privacy Policy