1.) Open CMD.exe / Command Shell in Windows
2.) wmic bios get serialnumber
IT Systemelektroniker & Master of Science, IT Security, Networks, Embedded Systems, Docker Campus Ambassador and Raspberry Pi Geek
Computer Stuff
1.) Open CMD.exe / Command Shell in Windows
2.) wmic bios get serialnumber
As described by JC-LAN, I had a lot of trouble with one particular "special" VMDK on a ESXi 6.5 system, which did not start after a reboot of the ESXi host.
The power-on failed with "File system specific implementation of LookupAndOpen[...] failed" - however in the end it just gave me the overall error that it failed to start the machine. As it turned out, the VMDK was corrupted.
1.) Enable SSH on the ESXi host with the corrupted VMDK - and login
2.) Check the main VMDK (not with the name -s####.vmdk, the main file!) with
vmkfstools -x check /absolute/path/vm.vmdk
3.) It will probably report that the fail is defective. Repair with
vmkfstools -x repair /absolute/path/vm.vmdk
4.) Now you can try to start the VM again, helped me already 3 times 🙂
Taken from: https://jc-lan.tk/2017/02/01/esxi-6-5-host-crash-then-guest-fails-to-power-on/
Here is my presentation about resin.io, resinOS, balena and Fin @ the internal DLR "Erfahrungsaustausch Workshop - Software-Entwicklung V: Embedded Systems" (Bremen, 16.05.2018)
resin_DLR_EAW_SE_V.pdf (6,07 MB, PDF)
As a "Edge" Version user of Docker for Windows, I tend to reinstall Docker from time to time, just to get a clean base. However, Hyper-V digs quite deep into the system and creates its own virtual network interfaces, which you just can't delete from the Hyper-V Manager.
Best option is to use (READ ALL BEFORE COPY AND PASTE, PLEASE!):
netcfg -d
in a Administrator CMD window.
This does only delete virtual network devices - HOWEVER, it does delete devices like i.e. your OpenVPN interface AS WELL - AND does DELETE ALL SETTINGS of other network interfaces, i.e. your IP configuration or all your saved WIFI credentials.
So use with care!
My Docker 101 Workshop @ Pythoncamp 2018 (07.04.2018, GFU Cyrus AG Köln, http://pythoncamp.de).
Docker_Pythoncamp2018.pdf (1,13 MB, PDF).
Sourcecode / Example can be found on https://github.com/nmaas87/docker-demo
3-14, PiDay. Sadly the day Stephen Hawking passed away - and the day the new Raspberry Pi 3B Plus was unveiled.
Some days later, I got a small package:
With that small thing at hand, I was looking through the list of changes:
Ok, CPU bumped from 1.2 to 1.4 GHz, new WiFi with 802.11ac (and 5 GHz support), BLE 4.2, PoE "support" - and Gigabit over USB 2.0.
Well, not too bad.
One of the biggest downsides of the RPi - since its release - was the design choice to add Ethernet over USB 2.0 - while sharing the one and only USB 2.0 lane of the BCM with all the other USB sockets of the RPi. While this choice leads to lower production costs, it also limits the speed of Ethernet / USB especially in case where people tried to implement NAS or File sharing applications with an added USB Drive over Ethernet. To see how much the new design improved that old problem, I decided to Benchmark an "old" RPi 3B with the latest RPi 3B+ in the discipline of NFS.
Test setup:
The benchmark started with the old RPi 3B and no surprises:

The RPi 3B is lacking throughput at its USB 2.0 lane.
Next up, was the new RPi 3B+:

And - yes - the new design really showed some improvement, to say the least.
However, I was wondering: What would happen if I added an SBC with a real USB 2.0 connection and real Gigabit Ethernet to the test?
Well - I did that. Welcome the now 4 years old Banana Pi 1:
We are talking here about a 1 GHz Dual Core A20 processor with 1 GB RAM which is - i need to repeat - 4 years old - releases just 2 months before the Raspberry Pi 1 B+ came out - I direct competitor of the RPi 1st Generation. But, what happens if we use the SATA port - which is also included on the BPi? With... lets say... some Samsung 850 EVO 250 GB SSD - which I had laying around? 😉
And what happens if I plug that in via USB?
Ok. Thats a bit confusing, to say the least. Could be that the SATA port is actually just coupled via USB to the BPi - however, I saw benchmarks on which the SATA port performed a lot better on the BPi. For this benchmark, I used ARMBIAN:
ARMBIAN Debian Server mainline Kernel Armbian_5.38_Bananapi_Debian_stretch_next_4.14.14 Welcome to ARMBIAN 5.38 stable Debian GNU/Linux 9 (stretch) 4.14.18-sunxi
So, bundling an SSD with some old SBC board will not give you the needed freedom to just drop buying expensive storage for your datacenters and replacing them with small boards - sadly ;). However, we could see that the new RPi 3B+ improved a lot in one of its weak points - but still gets beaten by an very old - and still very feisty rival.
Here is my presentation about hologram @ PiAndMore 10 1/2 (University Stuttgart, 24.02.2018)
hologram_PiAndMore1012.pdf (2,82 MB, PDF)
Videorecording of the talk can be found here
Here is my presentation to the Raspberry Pi Introduction @ PiAndMore 10 1/2 (University Stuttgart, 24.02.2018)
RPi_PiAndMore1012.pdf (6,86 MB, PDF)
Videorecording of the talk can be found here
Here is my presentation about resin.io, resinOS and balena @ Docker & Kubernetes Meetup Feb 2018 (Heidelberg, 20.02.2018)
resin_DKM2018.pdf (2,57 MB, PDF)
Videorecording of the talk can be found here
To deploy the vCenter Server Appliance (vcsa) to an ESXi 6.5 Server, you need to grab the latest vCenter Server for Linux from http://vmware.com/go/evaluate-vsphere-en - at the moment, thats the Version 6.5.0U1d from 19.12.2017 - which equals to the file VMware-VCSA-all-6.5.0-7312210.iso. After downloading that DVD Image, just burn it to a DVD or unpack it. You can then go on with Deploying it via GUI - or via CLI.
For deploying it via GUI, just start vcsa-ui-installer\win32\installer.exe - if you're on a Windows PC - or execute the installer / Installer.app files in the lin64 or mac folders.
If you want to deploy it via CLI using a template, you should navigate to vcsa-cli-installer\win32. Within that folder, you will find the vcsa-deploy.exe - that is the one we are going to use.
Now, we need to provide a template for deploying our vcsa:
{
"__version": "2.3.0",
"new.vcsa": {
"esxi": {
"hostname": "ESXI_IP",
"username": "ESXI_USER",
"password": "ESXI_PASSWORD",
"deployment.network": "ESXI_NETWORK, i.e. VM Network",
"datastore": "ESXI_DATASTORE"
},
"appliance": {
"thin.disk.mode": true,
"deployment.option": "tiny",
"name": "NAME_OF_THE_VCSA_APPLIANCE"
},
"network": {
"ip.family": "ipv4",
"mode": "static",
"ip": "IP_OF_THE_VCSA",
"dns.servers": "DNS_SERVER_OF_THE_VCSA",
"prefix": "NETMASK_OF_THE_VCSA",
"gateway": "GATEWAY_OF_THE_VCSA",
"system.name": "HOSTNAME_OF_THE_VCSA"
},
"os": {
"password": "PASSWORD_OF_THE_VCSA_ROOT_ACCOUNT",
"ntp.servers": "0.pool.ntp.org",
"ssh.enable": true
},
"sso": {
"password": "SSO_FOR_VCSA_PASSWORD",
"domain-name": "DOMAIN_NAME_OF_VCSA_AD - could be vsphere.local",
"site-name": "DEMOSITE"
}
},
"ceip": {
"description": {
"__comments": [
[
"This is a demo template with disabled CEIP / Customer Telemetry"
]
]
},
"settings": {
"ceip.enabled": false
}
}
}
Just fill in the needed variables and save it in the root folder of your installer, i.e. as install_template.json. Then run the installer (in Windows, that means to execute following CMD): vcsa-deploy.exe install install_template.json --accept-eula
The installer will then deploy the vcsa and inform you, as soon as everythings ready:
===============================================================================
vCenter Server Appliance installer finished deploying "HOSTNAME_OF_THE_VCSA".
This appliance is a vCenter Server instance with an embedded Platform Services
Controller.
System Name: IP_OF_THE_VCSA
Log in as: Administrator@DOMAIN_NAME_OF_VCSA_AD i.e. Administrator@vsphere.local
Finished successfully.
===============================================================================
You can then log into https://IP_OF_THE_VCSA to the vCenter Server (with the SSO Login, i.e. Administrator@vsphere.local) or https://IP_OF_THE_VCSA:5480 to the vCenter Appliance Administration (with VCSA Login, i.e. root and PASSWORD_OF_THE_VCSA_ROOT_ACCOUNT)