Home
Pure Storage
Cloud
VMware
Categories
Tags
Series
Certifications
About
  • Section 7: Troubleshoot a vSphere Deployment

    Oct 16, 2015 VCP6-DCV Certification
    Share on:

    Section 7 of the VCP6-DCV blueprint

    Objective 7.1: Troubleshoot vCenter Server, ESXi Hosts, and Virtual Machines

    • Monitor status of the vCenter Server service
    • Perform basic maintenance of a vCenter Server database
    • Monitor status of ESXi management agents
    • Determine ESXi Host stability issues and gather diagnostics information
    • Monitor ESXi system health
    • Locate and analyze vCenter Server and ESXi logs
    • Determine the appropriate Command Line Interface (CLI) command for a given troubleshooting task
    • Troubleshoot common issues, including:
      • vCenter Server service
      • SSO
      • vCenter Server connectivity
      • Virtual …

    Read More
  • Section 8: Deploy and Consolidate vSphere Data Center

    Oct 16, 2015 VCP6-DCV Certification
    Share on:

    Section 8 of the VCP6-DCV blueprint

    Objective 8.1: Deploy ESXi Hosts Using Autodeploy

    • Describe the components and architecture of an Auto Deploy environment
    • Use Auto Deploy Image Builder and PowerCLI scripts
    • Implement Host Profiles with an Auto Deploy of an ESXi Host
    • Install and configure Auto Deploy
    • Understand PowerCLI cmdlets for Auto Deploy
    • Deploy multiple ESXi Hosts using Auto Deploy
    • Given a scenario, explain the Auto Deploy deployment model needed to meet a business requirement

    Objective 8.2: Customize Host Profile Settings

    • Edit answer file to customize ESXi Host settings
    • Modify and …

    Read More
  • Section 9: Configure and Administer vSphere Availability Solutions

    Oct 16, 2015 VCP6-DCV Certification
    Share on:

    Section 9 of the VCP6-DCV blueprint

    Objective 9.1: Configure Advanced vSphere HA Features

    • Modify vSphere HA advanced cluster settings
    • Configure a network for use with HA heartbeats
    • Apply an admission control policy for HA
    • Enable/disable advanced vSphere HA settings
    • Configure different heartbeat datastores for an HA cluster
    • Apply virtual machine monitoring for a cluster
    • Configure Virtual Machine Component Protection (VMCP) settings
    • Implement vSphere HA on a Virtual SAN cluster
    • Explain how vSphere HA communicates with Distributed Resource Scheduler and Distributed Power Management

    Objective …

    Read More
  • VCP6-DCV Study Guide

    Oct 14, 2015 Certification VCP6-DCV
    Share on:

    About to start to study for the VCP6 once again. So I figured I would start over with the guide as much of the blueprint has changed.

    As I progress through the sections this page will be updated with new content.

    • Section 1: Configure and Administer vSphere 6.x Security
    • Section 2: Configure and Administer Advanced vSphere 6.x Networking
    • Section 3: Configure and Administer Advanced vSphere 6.x Storage
    • Section 4: Upgrade a vSphere Deployment to 6.x
    • Section 5: Administer and Manage vSphere 6.x Resources
    • Section 6: Backup and Recover a vSphere Deployment
    • Section 7: Troubleshoot a vSphere …

    Read More
  • Unregistering vSphere 6 VCSA from PSC

    Oct 13, 2015 vSphere 6.0 PSC
    Share on:

    So I am in the process of doing some vSphere 6 testing and needed to test a redeployment of one of my VCSA’s. The problem is when I went to redeploy it I got the following error.

    Decoding the error, I pretty much figured that the object already existed in the SSO database and I needed to delete the existing object. Here is how you do that.

    • Log in as root to the appliance shell of the Platform Services Controller appliance with which the vCenter Server Appliance is registered.
    • To enable the Bash shell, run the shell.set –enabled true command.
      • Run the shell command to start the …

    Read More
  • Using Vagrant to Deploy an Ubuntu Server running KVM

    Oct 12, 2015 Vagrant Ubuntu KVM
    Share on:

    With all this talk about VMware vs KVM I figured that I would attempt to load a base install of KVM to see what it was all about.

    Here is a quick vagrant runbook that will quickly get a 3 linux servers deployed and installed with KVM to play with.

    There are 3 nodes..MGMT01,KVM01 and KVM02. I use MGMT01 VMM to manage KVM01 and KVM02.

    The code can be found here.

    Read More
  • Using PowerCLI to Build Out vCenter

    Oct 8, 2015 PowerCLI vCenter Server
    Share on:

    I wanted to share this handy script i created when you have a need to build out a new vCenter.

    This script can be extremely handy as it will take care of creating the datacenter, cluster, adding hosts, creating datastores and then applying the appropriate host profile. It is all done via CSV files so it is extremely customizable.

    Files to modify to customize your configuration

    • createdatacenter.csv - Contains the name of the datacenter to create.
    • createcluster.csv - Contains the name of the cluster to create and the datacenter to put it in.
    • createhosts.csv - Contains the Name of the host and …

    Read More
  • ESXi 5.5 Update 3a Released

    Oct 6, 2015 vSphere 5.5
    Share on:

    ESXi 5.5 Update 3a and its associated patch have been released. If you have been following KB2133118 in regards to the the Snapshot Consolidation causing Virtual Machines to crash a fix is now available.

    If you are currently running ESXi 5.5 U3 you can use update manager to install the patch.

    If you are looking to install ESXi 5.5 U3 from scratch or update from a previous version you should make sure you update to 5.5 U3a which includes the snapshot consolidation patch.

    Read More
  • ESXi 6.0 Update 1a Released

    Oct 6, 2015 vSphere 6.0
    Share on:

    ESXi 6.0 Update 1a has been released. If you have been following KB2124669 in regards to the the NETDEV WATCHDOG issue causing an ESXi host to hang. The update is now available.

    If you are currently running ESXi 6.0/6.0U1 you can use update manager to install the update.

    If you are looking to install ESXi 6.0 U1 from scratch or update from a previous version you should make sure you update to use the latest ISO.

    Read More
  • Using Vagrant to Deploy a 2012R2 DHCP Failover Cluster

    Oct 1, 2015 Vagrant Windows
    Share on:

    So I am in the process of rolling out a new 2012R2 DHCP Server Cluster, and I thought i would share my scripts with the community.

    I have also rolled it into a Vagrant package so you can easily test it on your own, and execute the scripts by themselves against your environment to deploy.

    Here is a link to the GitHub repository containing all the code.

    The code is also fairly simple, it pulls in data from a few .CSV files and deploy’s the servers, installs the roles, creates the scopes, creates MAC Address allow policies and then creates a couple reservations.

    Read More
    • ««
    • «
    • 16
    • 17
    • 18
    • 19
    • 20
    • »
    • »»
a blog about virtualization, storage and stuff

Recent Posts

  • Unlocking Performance Insights: Using resxtop to Monitor Your Azure VMware Solution Environment
  • 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

Copyright © 2025 DAVIDSTAMEN. All Rights Reserved.      Privacy Policy