Home
Pure Storage
Cloud
VMware
Categories
Tags
Series
Certifications
About
  • Using UCS PowerTool To Set SNMP Configuration

    Mar 1, 2016 Cisco UCS SNMP Powershell
    Share on:

    Time for more UCS Scripting! This time to enable SNMP. The script is pretty straightforward, but nice to have to easily set up SNMP across multiple UCS domains.

    Pre-Requsites

    • UCS Powertool

    Link to Script

    • Set-UcsSnmpConfiguration.ps1

    Preparing to Execute the Script

    The script is pretty straight forward, just need to define a few variables seen below and then you execute the script. I will walk you through the process.

     1#Define Variables
     2$cred = Get-Credential
     3$domains = "ucs01.lab.local","ucs02.lab.local"
     4$Descr = "SNMP config for UCS"
     5$AdminState = …

    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