Category Archives: Virtualization

Control Niryo Robot with GraphQL or MQTT

Got my first #Niryo Robot 🙂 … with the Automation Gateway and the #PLC4X ModBus AddOn I can now control it with a #MQTT client or via #GraphQLqueries.

Posted in Frankenstein, Virtualization | Comments Off on Control Niryo Robot with GraphQL or MQTT

Change Hardware UUID of VirtualBox VM…

vboxmanage showvminfo Win7x64VM | grep UUID UUID: 128d891a-be8b-4c03-ba53-9acf1940a6c1 Hardware UUID: 128d891a-be8b-4c03-ba53-9acf1940a6c1 vboxmanage modifyvm “Win7x64VM Clone” –hardwareuuid “{128d891a-be8b-4c03-ba53-9acf1940a6c1}”

Posted in Virtualization | Comments Off on Change Hardware UUID of VirtualBox VM…

Install VMWare-Tools on Debian…

apt-get install build-essential apt-get install linux-headers-$(uname -r) aftwards install the VMWare tools…

Posted in Linux, Virtualization | Comments Off on Install VMWare-Tools on Debian…

Raw device mapping ESXi…

# create raw device mapping vmkfstools -z /vmfs/devices/disks/t10.ATA_____Hitachi_HTS542580K9SA00_________________080119BB0B10WFGP26KA disk.vmdk

Posted in Virtualization | Comments Off on Raw device mapping ESXi…

Nested Virtualization/Hypervisor ESXi => HyperV….

To run HyperV in ESXi modify the vmx file of the HyperV guest vm: vhv.enable = “TRUE” hypervisor.cpuid.v0 = “FALSE” To allow network communication from VMs on the HyperV over the HyperV virtual switches to the ESXi network the “Promiscuous … Continue reading

Posted in Virtualization | Comments Off on Nested Virtualization/Hypervisor ESXi => HyperV….

SmartHome Architecture…

SmartHome…. high availability architecture… but just for fun and to play with some technologies. The system is also able to run on a single system like the “Scada Local” system, and this is just an old Lenovo Netbook with 2GB RAM… … Continue reading

Posted in APEX, Oracle, Virtualization, WinCC OA | Comments Off on SmartHome Architecture…