xmsoft
open-menucloseme
Home
About
DSGVO
GDPR
Impressum
githubtwitterlinkedinrss
  • Get VM information as Script node for the Virtualization EcoShell

    calendarJan 21, 2011 · 3 min read · PowerShell VMware  ·
    Share on: twitterfacebooklinkedincopy

    This script node will open a small window with a drop down menu with all your VM’s listed. Select one and click on OK. The script will collect some information and then display them. Script node: if ($global:defaultviservers) { #Generated Form Function function GenerateForm { …


    Read More
  • VMware ESXi HA agent failed

    calendarJan 14, 2011 · 1 min read · HA Server VMware  ·
    Share on: twitterfacebooklinkedincopy

    If you force problems with reconfigure HA on a ESXi server in a HA Cluster. A possible solution to resolve this is to uninstall the vpxa and the ha-agent. This can be done using the unsupported mode. Steps: set ESXi in Maintenance Mode disconnnect ESXi from Virtual Center remove ESXi from Virtual Center connect with …


    Read More
  • Count VMs ToolsOK | ToolsOld | ToolsNotInstalled

    calendarJun 15, 2010 · 1 min read · PowerShell VMware  ·
    Share on: twitterfacebooklinkedincopy

    Connect-VIServer -server VCSERVER -User USER -Password PASSWORD $vms = Get-VM | Sort Name $on = 0 $toolsOk = 0 $toolsOld = 0 $toolsNotInstalled = 0 foreach ($vm in $vms){ if ($vm.PowerState -like "PoweredOn"){ $vmview = $vm | Get-View $toolsstatus = $vmview.Guest.ToolsStatus $toolsrunningstatus = …


    Read More
  • Root cause for our PSOD – VRAM settings

    calendarJun 15, 2010 · 1 min read · appliance HP PSOD VMware  ·
    Share on: twitterfacebooklinkedincopy

    We found the root cause for our PSOD. VMs with a VRAM setting higher then 30MB. VMware KB: 1011971 Workaround: – find all virtual machines with VRAM settings higher then 30MB – shutdown these VMs and reconfigure the VRAM settings (<30MB) - start VMs


    Read More
  • Find VMs with Video Card Memory higher than 30MB

    calendarJun 11, 2010 · 1 min read · PowerShell VMware  ·
    Share on: twitterfacebooklinkedincopy

    Connect-VIServer -server VCENTER -User USER -Password PASSWORD $vms = Get-VM foreach ($vm in $vms) { $vmview = $vm | Get-View foreach ($device in $vmview.config.hardware.device) { if ($device.Key -eq 500){ $test = $device.DeviceInfo.Summary $result = $device.videoRamSizeInKB if ($result -cgt 30000){ $mb = $result/1024 …


    Read More
  • VMware vCenter Orchestrator (vCO) tutorial

    calendarJun 9, 2010 · 1 min read · appliance VMware  ·
    Share on: twitterfacebooklinkedincopy

    I found the following side about the vCO. They have created a very good tutorial to create a simple self service workflow. I’m going to setup a vCO in the next days. After this I will create a self service workflow to request virtual reverse proxy appliances. www.vcoteam.info


    Read More
  • VMware ESXi 3.5 238493 PSOD on AMD Opteron 8356

    calendarJun 3, 2010 · 1 min read · HP VMware  ·
    Share on: twitterfacebooklinkedincopy

    We have a major incident in our vSphere Environment on 2 ESXi server running ESXi 3.5 Patch 238493. These servers are HP Dl585 G5 with 4x Quad Core AMD Opteron 8356 and 64 GB Memory. Everytime VM’s getting migrated to this server using VMotion and DRS the server crashed. I have opened a Support Request on VMware site. …


    Read More
  • VManage – Iphone App

    calendarMay 17, 2010 · 1 min read · Tool VMware  ·
    Share on: twitterfacebooklinkedincopy

    I found a very good iphone app to manage a vmware environment. This app is called vmanage and is available for 2.39€ which is quite cheap. You have to configure your vCenter or ESXi server in the following way. Start testing … if you need a VPN connection start this first and after you have successfully opened the …


    Read More
  • VMware Support toolbar

    calendarApr 20, 2010 · 1 min read · VMware  ·
    Share on: twitterfacebooklinkedincopy

    Richard from VMware provided me with this link to a nice helpful toolbar for FF/IE. This toolbar gives you instant access to documentation, patches, live peer to peer chat and more. Special thanks to Richard! 🙂


    Read More
  • Some helpfull PowerShell functions (working with 60 days trail license)

    calendarMar 31, 2010 · 1 min read · PowerShell VMware  ·
    Share on: twitterfacebooklinkedincopy

    Variables: $ServerIP = "YourESXiServerIP" $SysLog = "YourSyslogServerIP" Configure Syslog server using Powershell function syslog { $VMHost = Get-VMHost -Name $ServerIP Set-VMHostSysLogServer -VMHost $VMHost -SysLogServer $SysLog -SysLogServerPort 514 } Configure NTP server and restart NTP service …


    Read More
    • ««
    • «
    • 8
    • 9
    • 10
    • 11
    • 12
    • »
    • »»

Michael Hempel

VMware GSS Staff TSE and Technologist.
Read More

Featured Posts

  • vRops CLI
  • Minicube get started
  • What skills a good technical support engineer requires.
  • Troubleshooting VMware Basic Steps

Recent Posts

  • Quick Tip: LCM API swagger authentication
  • SkylineCLI: How to automate Skyline Endpoint operations
  • SkylineCLI: How to deploy a Skyline Collector
  • SkylineCLI: Version 1.0.3 released

Categories

UNCATEGORIZED 949 VMWARE 130 VIRTUALISATION 108 VSPHERE 61 ESXI 44 HP 19 POWERSHELL 19 SCRIPTS 19 HOMELAB 18 CLOUD 14 PERSONAL 12 VROPS 11 SKYLINE 9 IDEAS 8
All Categories
APPDEFENSE1 APPLIANCE1 ARDUINO1 ARM2 AUTOMATION1 AWS1 BOOKS2 CENTOS1 CERTIFICATES2 CLOUD14 CLOUD-NATIVE-APPS5 CONTAINERS2 DESK1 DOCS2 DOCUMENTATION4 ESP82661 ESXI44 EUCALYPTUS2 GIT1 GOGS1 GUACAMOLE1 HACKING1 HOMELAB18 HOSTCLIENT2 HP19 IDEAS8 IOT1 IX4-300D1 JOB1 KB1 LENOVO1 MACBOOK1 MONITORING3 NAS1 NSX1 OPENSTACK5 PAPERS2 PATCHES2 PERSONAL12 PHOTON-OS4 POWERSHELL19 PROXMOX5 PSOD1 SCRIPTS19 SECURITY1 SKYLINE9 SOFTWARE-MANAGEMENT1 STORAGE1 SUPPORT1 SYSLOG-NG1 TECHNOLOGY3 THEVESI4 TOOLS8 TRAINING2 TROUBLESHOOTING8 UBUNTU5 UNCATEGORIZED949 UPDATE1 VAMI2 VCENTER3 VCLOUD-DIRECTOR1 VCSA6 VDP4 VDR5 VEXPERT1 VIC4 VIDEOS4 VIRTUALISATION108 VMWARE130 VMWARE-ARIA-OPERATIONS1 VMWORLD2 VRLI1 VROPS11 VSA2 VSPHERE61 WHATS-NEW6 WORK1
[A~Z][0~9]

Tags

VMWARE 116 HP 19 ESXI 18 HOMELAB 14 POWERSHELL 14 VCENTER 14 APPLIANCE 11 VROPS 11 PERSONAL 10 SERVER 10 TROUBLESHOOTING 10 VSPHERE 10 CLOUD 9 SKYLINE 9
All Tags
APD1 APPDEFENSE1 APPLE1 APPLIANCE11 ARDUINO1 ARM2 AWS1 BACKUP1 BELKIN1 BOOKS2 CENTOS4 CENTOS71 CERTIFICATES1 CHECK-MK1 CLOUD9 CLOUD-NATIVE-APPS3 CONTAINERS1 DESK1 DOCS1 DOCUMENTATION1 ESP82661 ESXI18 EXAM1 FLINGS1 GIT1 GOGS1 HA2 HACKING1 HOMELAB14 HOSTCLIENT1 HP19 IOT1 IX4-300D1 K8S1 KB2 KUBERNETES1 LAB5 LENOVO1 LOG-FILES1 LOGWATCH1 MACBOOK1 MINICUBE1 MONITORING2 NAS1 NSX1 OPENSTACK5 PAPERS1 PATCHES2 PERSONAL10 PHOTON-OS4 POSTER1 POWERSHELL14 PROXMOX5 PSOD1 SCRIPTS7 SECURITY1 SERVER10 SKYLINE9 SOFTWARE-MANAGEMENT1 STORAGE1 SUPPORT1 SYSLOG-NG1 THUNDERDOCK1 TOOL5 TRAINING3 TROUBLESHOOTING10 TSE1 UBUNTU5 UPDATES1 VAMI2 VCA1 VCENTER14 VCSA4 VDP4 VDR3 VEXPERT1 VIC4 VIDEOS4 VIRTUALISATION4 VMWARE116 VMWARE-ARIA-OPERATIONS1 VMWORLD1 VRLI1 VROPS11 VSA1 VSAN1 VSPHERE10 WEBCLIENT1 WEBDAV1 WHATS-NEW6 WHITEPAPER4 WINDOWS1
[A~Z][0~9]
xmsoft

Copyright 2016-  XMSOFT. All Rights Reserved

to-top