Posts Tagged ‘vExpert’

A list of all my @ExpertsExchange articles and videos can be found at The CodHeadClub

Monday, August 21st, 2023

A list of all my Experts Exchange articles and videos can be found here – at the  – CodHeadClub – To copy and paste! 

http://tinyurl.com/AwesomeResourcesURL

This is an Awesome List of Computer Science, Technology, Programming and Educational resources for the benefit of all who care to use it.

The list was originally created by Closebracket.

I’ve now written over 140 articles and created 40 hours of tutorial VMware vSphere videos on vSphere 7.0 and 8.0. and today published Part 50 – VMware vSphere videos on vSphere 7.0.

Post to Twitter

HOW TO: Perform storage performance tests on VMware vSphere vSAN, using the VMware Hyper-converged Infrastructure Benchmark fling (HCIBench)

Monday, August 14th, 2023

In this video presentation which is part of the Hancock’s VMware Half Hour HOW TO Video Series I will show you HOW TO:  Perform storage performance tests on VMware vSphere vSAN, using the VMware Hyper-converged Infrastructure Benchmark fling (HCIBench).

HCIBench is a storage performance testing automation tool that simplifies and accelerates customer Proof of Concept (POC) performance testing in a consistent and controlled way. VMware vSAN Community Forum provides support for HCIBench.

HCIBench

The storage devices we are using in this video are the Intel® Optane™ SSD DC P4800X Series 375GB, 2.5in PCIe x4, 3D XPoint™, but this procedure can be use to add any compatible storage devices in ESXi to a vSAN datastore.

This video follows on from the follow video in this series

Part 36: HOW TO: Select an inexpensive HCL Certified 10GBe network interfaces for vSphere ESXi 7.0 and vSphere ESXi 8.0 for VMware vSphere vSAN

Part 37: HOW TO: Change the LBA sector size of storage media to make it compatible with VMware vSphere Hypervisor ESXi 7.0 and ESXi 8.0.

Part 39: HOW TO: Create a VMware vSphere Distributed Switch (VDS) for use with VMware vSphere vSAN for the VMware vSphere vSAN Cluster.

If you are creating a design for VMware vSphere vSAN for a Production environment, please ensure you read the  VMware Cloud Foundation Design Guide 01 JUN 2023 – this should be regarded as The Bible!

References

HOW TO: FIX the Warning System logs on host are stored on non-persistent storage, Move system logs to NFS shared storage.

WHAT’S HAPPENING WITH INTEL OPTANE? – Mr vSAN – Simon Todd

Matt Mancini blog

VMware vSAN 8.0 U1 Express Storage Architecture Deep Dive

VMware vSAN 7.0 U3 Deep Dive Paperback – 5 May 2022

The results generated from this video are available here in these PDFs for download

FIO Benchmarks

4K/70%Read/100%Random

4K/100%Read100%Random

8K/50%Read/100%Random

256K/100%Write/100%Sequential

VDBENCH Benchmarks

4K/70%Read/100%Random
4K/100%Read100%Random
8K/50%Read/100%Random
256K/100%Write/100%Sequential

Post to Twitter

#intel #optane SSD demo units received as part of the vExpert Program not being detected as a datastore in ESXi 7.0 or ESXi 8.0 ?

Monday, July 3rd, 2023

This blog is specific to the #intel #optane demo units received as part of the vExpert Program. but later you will observe that this applies to all storage devices connected to ESXi 7.0 or ESXi 8.0.

and again my special thanks to fellow #vExperts –  Mr vSAN, Matt Mancini, and vCommunity Guy for arranging this fantastic opportunity to work with #intel #optane demo units for free in our #homelabs .

These demo units received may have been previously used as part of the #intel loan program.

I received 10 (ten) #intel #optane – Intel® Optane™ SSD DC P4800X Series 375GB, 2.5in PCIe x4, 3D XPoint™

the form factor I selected for my #homelab was U.2 15mm, rather than a PCIe slot in card, because I want to use them, in the storage/disk slot of a server, I could connect them to a U.2 to PCIe card, but I would rather use them as “intended”.  More on the complications of that later with my #homelab.

For ease, I did quickly connect them all to a recommended (thanks Mr vSAN) – StarTech.com U.2 to PCIe Adapter – x4 PCIe – For 2.5″ U.2 NVMe SSD – SFF-8639 PCIe Adapter – U.2 SSD – PCIe SSD – U.2 drive (PEX4SFF8639) for testing and formatting in my test bench. In fact I’ve now got a bucket full of these cards, I’ve tried and tested, how difficult can it be to connect a U.2. NVMe interface to a PCIe slot, when some cards are £50 GBP, and other cards are available from that well known China website for £1.99 GBP ! and some are described as Low Profile – NOT! – but more on that later!

You may notice if you look through the above photos, there is one U.2 #intel #optane unit with a RED DOT! Read on.

This because it was faulty, ah, or so I thought! I must admit, it was very odd, because it worked in Windows 10, and on checking in ESXi and Ubuntu, the devices were present.

esxi007-no-storage1

PCIe passthrough devices

esxi007-storage-adapters

Storage Adapters

Device visible in Ubuntu

But when trying to create a datastore, no device was available to create a datastore.

No storage for datastore visible

BUT BUT BUT After discussions with Mr vSAN,  Mr Todd (MrVSAN) suggested checking that the #intel #optane SSD how not been formatted to/with LBA 4K sectors! Because ESXi 7.0 and 8.0 does not support LBA 4K. I was surprised that it would not list the SSD device!

Interestingly on Twitter at the same time, another vExpert was also having similar issues!

Checking with an Ubuntu Live “CDROM” USB flash drive

Dell PowerEdge R730 UEFI BOOT

 

Dell PowerEdge R730 UEFI BOOT

 

Dell PowerEdge R730 Ubuntu

Using the nvme-cli, which you can pull using sudo apt-get install nvem-cli, and use the command sudo nvme list to list NVMe devices

to check the LBA format – sudo nvme id-ns -H /dev/nvmeXnY | grep “LBA format” you can see in the screenshot below I have two NVMe devices /dev/nvme0n1
/dev/nvme1n1 and both show

[3:0] : 03x Current LBA Format Selected

if you look at LBA Format 3: it states Data Size – 4096 bytes !

check LBA  – sudo nvme id-ns -H /dev/nvmeXnY | grep “LBA format”

 

Argh! 4K ! lets just reformat with – sudo nvme format -l 0 /dev/nvme0n1, it does not display any progress, as there is no -v verbose option, but eventually it will respond with Success Formatting Namespace:1

sudo nvme format -l 0 /dev/nvme0n1,

sudo nvme format -l 0 /dev/nvme0n1,

success 512k

for #shitsandgiggles I’ve left /dev/nvme1n1 formatted as 4k, but now above you can see /dev/nvme0n1 is 512 sectors, so now back and restart ESXi. I’ll do a quick video on /dev/nvme1n1 for Hancock’s VMware Half Hour

If I now check the storage devices in ESXi, there is a Local NVMe SSD available

storage devices

and if you now try to create a datastore – Viola!

device for datastore available

You will notice from the above storage device list the 4K formatted NVMe device is still missing. Q.E.D

Anyway kudos and my sincere Thanks to Simon Todd aka Mr vSAN !

So onward with my #intel #optane #homelab journey more later!

Post to Twitter

It’s A Proper Job! – Low Profile PCIe Bracket for Dell 0XYT17 Intel X520-DA2 Dual Port 10GB SFP+ NIC

Sunday, July 2nd, 2023
 

So I recently blogged here – about the network interfaces I’ve chosen for my #intel #optane #vSAN #homelab, but I cam across a small snag, in the Dell PowerEdge R730 I’m using as one of the #homelab servers uses low profile PCIe cards so I need to purchase a low profile bracket from eBay for it, so it will fit nicely.  I could have swapped the bracket from another network interface card but that then leaves that card I cannot use in the future!

Low profile bracket

flapping in the breeze

So one purchased from the UK, I could purchase one from China, but I’m in a hurry, I could leave the PCIe card floppy around in the breeze, but I do like to do things proper!

R730 riser with Intel-DA2 fitted with low profile bracket

It’s a Proper Job!

oh for those that don’t know, it’s a lovely tipple from Cornwall! A Cornish IPA from St Austell Brewery !

 

 

 

 

Post to Twitter

Inexpensive HCL Certified 10GBe network interfaces for vSphere ESXi 7.0 and vSphere ESXi 8.0 #homelab

Sunday, July 2nd, 2023

I’ve been desperately searching for inexpensive 10GBe SFP+ network interface cards for use with my new #intel #optane #homelab #vSAN which support both VMware vSphere 7.0 (ESXi 7.0) and 8.0 (ESXi 8.0), the major reason is so I can use the same lab for vSphere 7.0 and then upgrade to vSphere 8.0.

You can use the VMware Hardware compatibility list to find them, but it does take some searching and testing, so I’ve settled on the following network interface cards

Dell 0Y40PH Broadcom 57810S Dual Port 10GbE SFP+ Network Card Low Profile Dell P/N: 0Y40PH – this uses the qfle3i driver in ESXi 7.x and 8.x.

Dell 0Y40PH Broadcom 57810S Dual Port 10GbE SFP+ Network Card Low Profile Dell P/N: 0Y40PH

Dell 0Y40PH Broadcom 57810S Dual Port 10GbE SFP+ Network Card Low Profile Dell P/N: 0Y40PH

Dell 0Y40PH Broadcom 57810S Dual Port 10GbE SFP+ Network Card Low Profile Dell P/N: 0Y40PH

Dell 0Y40PH Broadcom 57810S Dual Port 10GbE SFP+ Network Card Low Profile Dell P/N: 0Y40PH

Dell 0XYT17 Intel X520-DA2 Dual Port 10GB SFP+ NIC with SFP this uses the ixgben driver for ESXi 7.x and 8.x

Dell 0XYT17 Intel X520-DA2 Dual Port 10GB SFP+ NIC with SFP

Dell 0XYT17 Intel X520-DA2 Dual Port 10GB SFP+ NIC with SFP

Dell 0XYT17 Intel X520-DA2 Dual Port 10GB SFP+ NIC with SFP

Dell 0XYT17 Intel X520-DA2 Dual Port 10GB SFP+ NIC with SFP

which I’ve tested both with ESXi 7.0 and ESXi 8.0.

What does surprise me, in it’s taken many months to find the first card above, which is present on the HCL, and also functions with ESXi 7. and 8.0, without adding any additional drivers, e.g. it works out of the box!

We were scrapping many Dell R910 from the datacentre, and I was surprised after testing that the Dell 0XYT17 Intel X520-DA2 Dual Port 10GB SFP+ NIC with SFP still functions with ESXi 7.0 and ESXi 8.0, and was manufactured 10 years ago, and is still present on the HCL today! Well done #intel for stopping these cards going to landfill!

10 years old and on the HCL!

10 years old and on the HCL!

This is a bargain card and firmware is still available and can be updated from Dell ! From memory 21.x !

So ideal for an inexpensive #homelab

Argh, I’ve got one issue, more later on that!

Post to Twitter

#intel #optane demo units as part of the @vExpert program

Saturday, July 1st, 2023

I was able to take part in the fantastic offer of free #intel #optane demo units as part of the vExpert Program to create a #vSAN #homelab project which I will document here on this blog. It has taken me a while to obtain all the parts for the #homelab BOM, so here goes….. the #homelab will be based on VMware vSphere 7.0 and 8.0 vSAN.

So one of the many benefits of the vExpert Program , so if you have an interest in VMware Products, reach out to me as a vExpert Pro, for help with applying to the program!

So many Thanks to fellow #vExperts –  Mr vSAN, and Matt Mancini, vCommunity Guy for organising this. 

Post to Twitter

I’m a VMware Expert 2016, that’s six years in a row! @vExpert

Monday, February 8th, 2016

Last week on Friday 6th February 2016, the latest list of vExperts for 2016, was posted here.

So let the fun begin…

Andy

Post to Twitter

3 Awards in 2015 – VMware vExpert 2015, Microsoft IT Pro New Year’s Honours List 2015 and Experts Exchange Top Contribution Award 2014

Friday, February 6th, 2015

So in 2015, I’ve been Awarded

VMware vExpert 2015 (again, fifth year this year, 2011-2015)

vexpert

Experts Exchange Top Contribution Award 2014 (this is a new award, but it’s like a supercharged Expert of the Year 2014, or MEGA Expert of the Year 2014, so again four years in a row, 2014-2011)

topcontributor

Microsoft IT Pro New Year’s Honours List 2015

Now you are all probably thinking, oh no not more T-Shirts, my prize and award for being the Top Contributor 2014 at Experts Exchange, is an all expensive paid, sponsored trip to VMworld Europe 2015 in Barcelona.

vmworld-2015

Post to Twitter

Don’t forget vExpert Application Deadline 12th December 2014!

Thursday, December 11th, 2014

Merry Chrimbo VMware!

I’m busy st present, migrating virtual machines on VMware vSphere 4.1 from an old Fibre Channel 2GBps SAN, to VMware vSphere 5.5 vSAN.

and I’m wearing…

img_20141211_213331

it makes the migration faster you know!

Post to Twitter

FedEx delivers VMware vExpert swag and what’s in this other box from VMware?

Monday, April 2nd, 2012

Got a surprise today when FedEx delivered not one, but two FedEx Boxes from VMware…A large box and a medium box. I happen to open the large box first!

The first large FedEx box contained my VMware vExpert swag, A VMware vExpert branded laptop bag, VMware vExpert luggage travel tag and my VMware vExpert Certificate.

Large and Medium Box from FedEx

Large and Medium Boxes from VMware, delivered by FedEx

VMware vExpert swag

VMware vExpert swag

Thanks to John and Alex that managed the VMware vExpert Program.

I’ll photograph, and blog tomorrow, what was in the other box!

Post to Twitter