Scaling ESX DCUI & Console for Compressed…

Scaling ESX DCUI & Console for Compressed Screen Resolution

Scaling ESX DCUI & Console for Compressed…

I recently shared my VMware Cloud Foundation (VCF) 9.0 Mini Rack build, which includes the use of a tiny 7″ LCD screen for direct console access to the ESX hosts. Since the LCD is optimizing for the 10″ inch rack, it is also using a non-standard resolution of 1280×400, which can make the output […]


Broadcom Social Media Advocacy

Quick Tip – Deploy OVF/OVA with Basic…

Quick Tip – Deploy OVF/OVA with Basic Authentication Endpoint

Quick Tip – Deploy OVF/OVA with Basic…

As part of rebuilding my VMware Cloud Foundation (VCF) 9.0.1 environment, a refresh of my VCF (Offline) Software Depot was needed to include the latest 9.0.1 binaries including various OVF/OVAs like Data Services Manager (DSM). My VCF Software Depot has been configured with basic authentication, which is a requirement for the VCF Installer. This meant […]


Broadcom Social Media Advocacy

VCF Operations Fleet Manager 9.0 Upgrade to…

VCF Operations Fleet Manager 9.0 Upgrade to…

With VCF 9.0.1 dropping earlier this week I thought I’d upgrade my lab, I’m started with VCF Operations Fleet Manager. Logging into VCF Operations – Fleet Management – Lifecycle – VCF Management, you’ll notice right away there is a new version available.From here I went to Binary Management […]


Broadcom Social Media Advocacy

Automating VCF Operations Active Directory over…

Automating VCF Operations Active Directory over…

When VMware Cloud Foundation (VCF) Single-Sign On (SSO) is configured with the Active Directory over LDAP Identity Provider, VCF Operations will periodically synchronize the users and groups from your identity source. By default, the sync frequency will default to once per week but it is user […]


Broadcom Social Media Advocacy

How many VMware Cloud Foundation (VCF)…

How many VMware Cloud Foundation (VCF) Instances can a VCF Fleet support?

How many VMware Cloud Foundation (VCF)…

With the release of VMware Cloud Foundation (VCF) 9.0, a new architectural construct has been introduced called a VCF Fleet. This brings centralized fleet management and provides modern workload consumption across multiple VCF instances, all managed through a single deployment of VCF Automation [..]


Broadcom Social Media Advocacy

Support for nConnect Feature Added in ESXi NFS Client

With the release of VMware ESXi 8.0 Update 1, VMware quietly introduced nConnect support in the NFS client — a long-awaited enhancement for environments using NFSv3 datastores.

The nConnect feature allows administrators to establish multiple parallel TCP connections per NFS datastore, significantly improving throughput, resiliency, and traffic isolation.

This guide walks you through how to configure nConnect, supported versions, and key operational tips.


🆕 What’s New in ESXi 8.0U1

From ESXi 8.0U1 onwards, a new parameter -c (number of connections) is available in esxcli when mounting NFSv3 datastores.

esxcli storage nfs add \
  -H <host> \
  -v <volume-label> \
  -s <remote_share> \
  -c <number_of_connections>

Key points:

  • Supported for NFSv3 only (NFSv4.1 not yet supported).
  • Currently available only via CLI, not via vCenter UI.
  • Host Profiles don’t officially support it yet (though there’s a workaround, see below).
  • Default max connections per datastore: 4
  • Adjustable up to 8 connections via advanced option:
esxcfg-advcfg -s 8 /NFS/MaxConnectionsPerDatastore

⚠️ The total number of connections across all mounted NFSv3 datastores is capped at 256.


Runtime Scaling in ESXi 8.0U2

The nConnect feature got a useful upgrade in VMware ESXi 8.0 Update 2.
You can now increase or decrease the number of TCP connections on an existing NFSv3 mount without unmounting the datastore:

esxcli storage nfs param set \
  -v <volume-label> \
  -c <number_of_connections>

This flexibility helps admins fine-tune NFS performance on the fly — for example, ramping up connections during heavy backup windows or scaling down during low I/O periods.

Note: In both 8.0U1 and 8.0U2, the default number of connections remains 1.


How to Check Active NFS Connections

To view the number of RPC clients currently used by mounted NFSv3 datastores, run:

vsish -e get /vmkModules/nfsclient/info

Sample output:

NFS Connections Info {
mountedVolumes:10
totalConnections 40
}

This command is particularly handy for performance troubleshooting and capacity planning.


🧪 Experimental: Host Profile Integration

Although official Host Profile support for nConnect is not yet released, VMware added an experimental field named “Number of TCP connections” in:

Host Profile → Storage Configuration → NFS

What it does:
When you set a value here, ESXi will use that number of parallel TCP sessions when mounting the NFS datastore during profile remediation.

This is ideal for consistent deployment across multiple hosts in larger clusters.


Best Practices & Tips

  • Start with 4 connections and scale up as needed after performance testing.
  • Keep the 256 connection limit in mind when mounting multiple datastores.
  • Use consistent configuration across hosts to avoid mount mismatches.
  • Monitor performance metrics via VMware vSphere or CLI.
  • If you’re using Host Profiles, experiment carefully with the TCP connection parameter.

Summary

The nConnect feature in ESXi’s NFS client marks a major step forward in improving NFSv3 performance and scalability in enterprise environments.

Whether you’re running backup workloads, large VMs, or latency-sensitive applications, multiple TCP connections per NFS datastore can make a measurable difference.

If you’re upgrading to VMware ESXi 8.0U1 or later, nConnect is worth testing and adopting in your storage strategy.


Links

MS-A2 VCF 9.0 Lab: Deploying VMware Private AI…

MS-A2 VCF 9.0 Lab: Deploying VMware Private AI…

In this blog post, we will now deploy an instance of VMware Private AI Services (PAIS) that will use the Vector Database that was provisioned earlier and the OIDC Client Application that we had also setup earlier using the Authentik Identity Provider (IdP). Requirements: VCF Automation (VCFA) […]


Broadcom Social Media Advocacy