- thx for the information. I finally got the chance to get back to this ... I did confirm that manually creating the /tmp/scratch partition does the trick.
What I was trying to shed light on is ... why in previous releases I did not have to do this? I guess it's possible that in 7.x and later the OS partitioning and file system changed on esxi which may now require the added configuration (and it only affects those who have cfg'ed scratch to ramdisk (b/c esxi is installed on sd cards) ...
In previous versions I never had to specifically create the scratch directory ... as if setting the advanced setting defaulted to (create if doesn't exist) the scratch folder within /tmp ... and maybe it no longer does that ...
Oh well ... now the next hurdle ... figuring out how to tackle this with (Get-Esxcli) - so I can keep it all nice and tidy in the same script block ...
I thought it was $esxcli.esxcli.command("mkdir /tmp/scratch") ... but it wasn't
I'll post again when I find the correct line ...