VMware MOB Extension Details and Remove Extension

vCenter MOB Chart

Extension NameService Description
com.vmware.vim.eamvSphere ESX Agent Manager
com.vmware.vim.inventoryservicevCenter Inventory Service
com.vmware.vim.lsLicensing Services
com.vmware.vim.smsVMware vCenter Storage Monitoring Service
com.vmware.vim.spsVMware vSphere Profile-drive Storage Service
com.vmware.vim.stats.reportPerformance charts built-in extension
com.vmware.vim.stats.vsmService Manager
cim-uivCenter Hardware Status
health-uivCenter Service Status
hostdiagInternal extension to declare diagnostic events from VMware Host systems
VirtualCenterVirtualCenter dynamic events and tasks
com.vmware.orchestratorVMware vRealize Orchestrator plugin (formerly known as VMware vCenter Orchestrator plug-in)
com.vmware.rbdAuto Deploy
com.vmware.syslogVMware Syslog Collector Configuration
com.vmware.vcDrVMware vCenter Site Recovery Manager Extension
com.vmware.vcHmsvSphere Replication Management (VRM)
com.vmware.vcIntegrityVMware vSphere Update Manager Extension
com.vmware.vShieldManagervShield Manager
vCloud Director-1vCloud Director
com.vmware.vcopsvRealize Operations Manager (formerly known as vCenter Operations Manager)
com.vmware.vadmVMware vRealize Infrastructure Navigator (formerly known as vCenterInfrastructure Navigator)
com.vmware.vdpvSphere Data Protection 5.1
com.vmware.vdp2
com.vmware.vdp2.config
vSphere Data Protection 5.5/5.8
com.vmware.vsan.healthvSAN Health Check Plug-in
com.vmware.heartbeattasksvCenter Server Heartbeat
com.vmware.hbwcvCenter Server Heartbeat
com.vmware.heartbeatvCenter Server Heartbeat
com.neverfail.heartbeatvCenter Server Heartbeat

Remove unwanted plug-ins from the available plug-in list.

To remove unwanted plug-ins from the available plug-in list:

  1. In a web browser, navigate to https://vCenter_Server_name_or_IP/mob.

    Where vCenter_Server_name_or_IP/mob is the name of your vCenter Server or its IP address. Log in with your vCenter SSO admin credentials.
     
  2. Click Content.
  3. Click ExtensionManager.
  4. Select and copy the name of the plug-in you want to remove from the list of values under Properties. For a list of default plug-ins, see the Additional Information section of this article.
  5. Click UnregisterExtension. A new window appears.
  6. Paste the key of the plug-in and click Invoke Method. This removes the plug-in and results in void.
  7. Close the window.
  8. Refresh the Managed Object Type:ManagedObjectReference:ExtensionManager window to verify that the plug-in is removed successfully.

Note: If the plug-in still appears, you may have to restart the vSphere Client.   To disable the plugin through the Client Plug-In manager within the vSphere Web Client 5.1 and later:

  1. Log in to the vSphere Web Client with an vCenter Server Administrative user.
  2. When the error appears, click No.
  3. Navigate to Administration > Client Plug-Ins.
  4. Locate the client plug-in you want to disable.
  5. Right-click this entry and select Disable.
  6. Click Yes on the pop-up box for disabling the plugin.

Home Assistant Reversed Proxy Apache Ubuntu Server 20.04.1

Accessing Home Assistant through Apache, error “Unable to Connect to Home Assistant, Retry” reversed proxy (Opgelost door onderstaand config te plaatsen

  
  ServerAdmin admin@my.domain
  ServerName ha.my.domain
  
  SSLProxyEngine On
  SSLCertificateFile /var/lib/apache2/conf/cert/fullchain.pem
  SSLCertificateKeyFile /var/lib/apache2/conf/cert/privkey.pem
  SSLCertificateChainFile  /var/lib/apache2/conf/cert/chain.pem

  ProxyPreserveHost On
  ProxyRequests Off
  ProxyPass / http://ha_server_ip:8123
  ProxyPassReverse / http://ha_server_ip:8123
  ProxyPass /api/websocket ws://ha_server_ip:8123/api/websocket
  ProxyPassReverse /api/websocket ws://ha_server_ip:8123/api/websocket

  RewriteEngine on
  RewriteCond %{HTTP:Upgrade} =websocket [NC]
  RewriteRule /(.*)  ws://ha_server_ip:8123/$1 [P,l]
  RewriteCond %{HTTP:Upgrade} !=websocket [NC]
  RewriteRule /(.*)  http://ha_server_ip:8123/$1 [P,l]

APACHE – Redirect domain to subfolder to VirtualHost

Example

## www.domain.nl go to www.domain.nl/fiets
<LocationMatch "^/$">
   Redirect permanent "/" "/fiets/"
</LocationMatch>

ProxyPass / https://www.domain.nl/ retry=0
ProxyPassReverse / https://www.domain.nl/

#ProxyPass / https://www.domain.nl:8443/ retry=0
#ProxyPassReverse / https://www.domain.nl:8443/

First Look: We Go Hands on With Microsoft Edge for Linux

When Microsoft announced plans to rebase its Edge browser on Chromium the chance of a dedicated Linux build went from pipe-dream to inevitability.

Chromium’s cross-platform codebase makes it the ideal foundation on which to build out a modern web browser. Three years since rumours first began swirling, Microsoft Edge for Linux is not only confirmed but it’s almost ready for testing.

Being the impatient sort we installed the Microsoft Edge Developer build on Ubuntu 20.10. This post will stop short of being a “review” per se (you’ll hear throughout this post: this is not a stable build) but I’ve included lots of screenshots and some general thoughts about how well the browser integrates with the default Ubuntu desktops.

Microsoft Edge for Linux Developer Build

Microsoft Edge Dev for Linux
Lees verder

PXE Booting with WDS for UEFI and BIOS Devices

A lot of what I’m going to go through in this post I learned from this YouTube video from BranchCache Bob, here’s the video. There are some differences, which I’ll point out below.  

The Problem

You have multiple VLANs, and have a mixture of devices with BIOS and UEFI and need to boot them from the network using PXE from a WDS server.

Prerequisites

  • A Windows Deployment Server.
  • A Microsoft DHCP server (does not have to be running on the same server as WDS).
  • Have the DHCP server’s IP as a helper address on your network switch for each VLAN you want to boot.
Lees verder

Microsoft Edge for Linux Finally Has a Release Date

You won’t have to wait too much longer to try Microsoft Edge on Linux — a preview version of the browser will be available to download next month.

Microsoft only confirmed its plan to bring Edge to Linux desktops late last year and had thus-far remain tight-lipped about precisely when and how the browser would be made available to users of Linux distros like Ubuntu.

In blog post Microsoft reveal Linux users will be able to download a preview version of Edge for Linux from October. This is in keeping with their stated plan to release it ‘sometime in 2020.’

Microsoft CEO Satya Nadella reiterated the plan. Speaking at Microsoft Ignite Live he said: “We’re bringing Edge to Linux next month so we can now use it across every major platform, including Windows, macOS, iOS, Android, and Linux.”

Lees verder