Posts

Showing posts from April, 2022

How to run Nested ESXi on top of a VSAN datastore?

Image
  How to run Nested ESXi on top of a VSAN datastore? How to run Nested ESXi on top of a VSAN datastore? (williamlam.com) Run the following ESXCLI command (either locally on ESXi Shell or remotely) esxcli system settings advanced set -o /VSAN/FakeSCSIReservations -i 1 A system reboot is not required and this change can be done live on the ESXi host prior to starting the ESXi installation. Once this is done, you will now be able to proceed with installing Nested ESXi on top of a VSAN datastore. Here is a screenshot of my Nested ESXi VM running on top of Nested ESXi VSAN datastore 

VMware vCenter Server Appliance hostname and DNS configuration with SSH

 VMware vCenter Server Appliance hostname and DNS configuration with SSH VMware vCenter Server Appliance hostname and DNS configuration revert after a reboot (2122383) Use option 2. Option 2: As an alternate method use provided below command to verify and update the vCenter appliance IP-address and hostname                  #  /opt/vmware/share/vami/vami_config_net.

Deploy Azure File Sync with PowerShell

Image
 Deploy Azure File Sync with PowerShell Deploy Azure File Sync | Microsoft Docs Article 04/18/2022 30 minutes to read 9 contributors Use Azure File Sync to centralize your organization's file shares in Azure Files, while keeping the flexibility, performance, and compatibility of an on-premises file server. Azure File Sync transforms Windows Server into a quick cache of your Azure file share. You can use any protocol that's available on Windows Server to access your data locally, including SMB, NFS, and FTPS. You can have as many caches as you need across the world. We strongly recommend that you read  Planning for an Azure Files deployment  and  Planning for an Azure File Sync deployment  before you complete the steps described in this article. Prerequisites Portal PowerShell Azure CLI An Azure file share in the same region that you want to deploy Azure File Sync. For more information, see: Region availability  for Azure File Sync. Create a file share  for a step-by-step descri