The Big Three Conference Announcements – 2019

I thought I would list the Big 3 (Oracle, Microsoft and VMWare) announcements from their recent annual conferences to remind me to go and study these new features early next year.

First up – Oracle OpenWorld.
Held in San Francisco back in September.

Big3Conference#1

  • Oracle has gone further in the stack with its Autonomous Database (self servicing database engine) by announcing Autonomous Oracle Linux.
    Like the database it provisions itself, it scales itself, it tines itself, it patches itself while its running.
  • Oracle is getting into the blockchain game. Kinda. They releasing a new kind of table called a blockchain table and when rows are inserted into a blockchain table it creates a cryptographic chain of the data, which clients can use to check for any kind of fraud.
  • Oracle Cloud Applications Suite is getting some new features and updates, as well as rolling out Digital Assistants across the suite.
  • New Oracle Exadata machine. 100Gbps network and direct access data stored in Intel Optane DC Persistent Memory. This makes I/O ten times faster than previous Exadata releases.
  • Oracle will open another 20 “regions” for its cloud services by the end of 2020. 11 of these new regions will be duplicates of existing regionals, which will allow customers to setup DR systems with the same region.

Second up – VMWorld US .
Held in San Francisco in early September.

Big3Conference#2

  • Probably the announcement that I am most excited about is Project Pacific. In a nutshell, VMWare will embed Kubernetes into vSphere. This means that you can manage Kubernetes objects from the vSphere Client.
    More information from Kit Colbert here.
  • VMWare Cloud is now available on Dell EMC.
    More information from Kit Colbert here.
  • Dell EMC kit now comes with VMWare vSphere pre-installed and pre-activated with your license keys.

 

Lastly – Microsoft Ignite.
Held early November in Orlando, Florida.

Big3Conference#3

  • Azure Arc is the new control panel that organisations can leverage Azure to manage their resources across AWS and Google Cloud.
  • Project Cortex is a knowledge network for your company. It uses Machine Learning to analyse all of your documents and contracts in various repositories and then surfaces them in Outlook, Teams and other Office Apps.
  • SCCM and Intune Services are set to be combined and called Endpoint Manager going forward.
  • Power Virtual Agents. The ‘no-code/low-code’ tool for building chatbots. It uses Azures machine learning.
  • Azure Synapse Analytics. Big-data analytics with data warehousing.
  • Web Based Visual Studio development environment is now live in preview.

 

 

Event 8321 – Certificate Validation Operation Took …..

While building a new SharePoint 2016 Farm for a client, continually got the following error:


A Certificate validation operation took ##### milliseconds……


CertificateValidation#1

This error will because it cant access the internet to validate the certificate.

To resolve the above error, add an entry in the host file for 127.0.0.1 crl.microsoft.com. The host file can be found here:
C:\Windows\System32\drivers\etc

CertificateValidation#2

I use NotePad ++ to edit the file and save it. If the host file cannot be saved because it is locked by another user, save the new host file to the desktop and delete the host file in the folder. Copy the host file from the desktop. Make sure there are no file extensions in the file, eg. .txt.

HowTo – Patching FAST Search for SharePoint 2010

I am currently patching my customers FAST Search 2010 Farm with the latest patch…. Yes they know they are behind but their hands are tied.

KB3054970 is the last update for the FAST Search 2010 platform.

PatchingFS4SP#1

On the Admin Server, run the executable as an administrator (right click and run as administrator).

Click Yes on the UAC screen.

PatchingFS4SP#2

Another popup window will appear, tick the box at the bottom of the pop up and click Continue.

PatchingFS4SP#3

The install will begin.

Wait till another popup appears with The installation is complete. Click Ok on the message.

PatchingFS4SP#4

Open Microsoft FAST Search Server 2010 for SharePoint powershell from the Start menu.

PatchingFS4SP#5

Type the following:


Cd ..

Cd installer\scripts

Psconfig -action p


PatchingFS4SP#6

This will apply the relevant fixes after it stops the FAST Search and Monitoring services and starts them back up.

Repeat on your remaining FAST Search servers.