Skip to content

[Bug]: New-HoloDeckESXiNodes fails #113

@daunce

Description

@daunce

Holorouter Version

9.0.2

VCF Version

VCF 9.0.1.0

Target Type

vCenter Cluster

Describe the bug

Holodeck VCF 9.0.1 deployed to a single host cluster managed by vCenter all ok.

Adding additional ESX hosts to create a workload domain manually, using New-HoloDeckESXiNodes failed. The command reference page for New-HoloDeckESXiNodes does NOT show -VIDomain as a required parameter, even though it is. As I want to manually create a workload domain, I don't understand why it needs to know if it's for Management or Workload.

The command deployed the nested ESX host VMs into the physical environment ok, but failed to install ESX9.

A note to suggest a minimum cpu/memory would be handy. Yes it varies for ESA/OSA, NSX etc, but a guide would be good along with all the parameters documented.

Reproduction steps

VCF 9.0.1 was deployed. Using the same powershell session the following was run:

PS /root> New-HoloDeckESXiNodes -Nodes 3 -CPU 4 -MemoryInGb 10 -Site 'a' -vSANMode 'OSA'

cmdlet New-HoloDeckESXiNodes at command pipeline position 1
Supply values for the following parameters:
VIDomain: Workload
13-03-2026 03:31:50 Auth[6057]: [INFO] Testing connectivity to Target Host
13-03-2026 03:31:51 Auth[6057]: [SUCCESS] vc.vmw.one is successfully connected!
13-03-2026 03:31:51 Auth[6057]: [INFO] Target host is a vCenter
13-03-2026 03:31:51 SetHoloDeckConfig[6057]: [INFO] Updating the Global Config, ConfigKey: TargetHostApiType, ConfigValue: VirtualCenter
13-03-2026 03:31:51 ESXBuild[6057]: [INFO] Output Folder Exists from last execution, deleting the output.txt file
13-03-2026 03:31:51 ESXBuild[6057]: [INFO] Target API Type is VirtualCenter
13-03-2026 03:31:51 ESXBuild[6057]: [INFO] Validating existing VMs in Host/VirtualCenter inventory...
13-03-2026 03:31:51 ESXBuild[6057]: [INFO] Initiating VM Build Job for vcf1-esx-05a
13-03-2026 03:31:52 ESXBuild[6057]: [INFO] Validating existing VMs in Host/VirtualCenter inventory...
13-03-2026 03:31:52 ESXBuild[6057]: [INFO] Initiating VM Build Job for vcf1-esx-06a
13-03-2026 03:31:52 ESXBuild[6057]: [INFO] Validating existing VMs in Host/VirtualCenter inventory...
13-03-2026 03:31:52 ESXBuild[6057]: [INFO] Initiating VM Build Job for vcf1-esx-07a
13-03-2026 03:31:53 ESXBuild[6057]: [INFO] monitoring the Jobs
13-03-2026 03:31:53 ESXBuild[6057]: [INFO] Waiting for VM Build Jobs to be completed!
13-03-2026 03:31:55 ESXBuild[6057]: [INFO] Waiting for VM Build Jobs to be completed!
13-03-2026 03:31:57 ESXBuild[6057]: [INFO] Waiting for VM Build Jobs to be completed!
13-03-2026 03:31:59 ESXBuild[6057]: [INFO] All the VM Build Jobs are completed!
13-03-2026 03:31:59 LoadHolodeckInstance[6057]: [SUCCESS] HoloDeck Instance loaded: vcf1
13-03-2026 03:31:59 LoadHolodeckInstance[6057]: [SUCCESS] HoloDeck Instance loaded: vcf1
13-03-2026 03:31:59 ESXBuild[6057]: [INFO] Reconfiguring vcf1-esx-05a
13-03-2026 03:32:01 ESXBuild[6057]: [INFO] Setting up SCSI Controller type to 'ParaVirtual' and BusSharingMode to 'NoSharing' on vcf1-esx-05a
13-03-2026 03:32:02 ESXBuild[6057]: [INFO] Requested vSAN Type os 'OSA'
13-03-2026 03:32:02 ESXBuild[6057]: [INFO] Adding a new cache disk of 90GB on vcf1-esx-05a
13-03-2026 03:32:05 ESXBuild[6057]: [INFO] Adding a new capacity disk 1 of 450GB on vcf1-esx-05a
13-03-2026 03:32:07 ESXBuild[6057]: [INFO] Adding a new capacity disk 2 of 450GB on vcf1-esx-05a
13-03-2026 03:32:10 ESXBuild[6057]: [INFO] Marking Hard disk 1 as Virtual SSD on vcf1-esx-05a
13-03-2026 03:32:12 ESXBuild[6057]: [INFO] Marking Hard disk 2 as Virtual SSD on vcf1-esx-05a
13-03-2026 03:32:14 ESXBuild[6057]: [INFO] Marking Hard disk 3 as Virtual SSD on vcf1-esx-05a
13-03-2026 03:32:16 ESXBuild[6057]: [INFO] Marking Hard disk 4 as Virtual SSD on vcf1-esx-05a
13-03-2026 03:32:18 ESXBuild[6057]: [INFO] Updating/Reconfiguring vcf1-esx-05a Network adapter
13-03-2026 03:32:18 ESXBuild[6057]: [INFO] Found 'Network adapter 1' on vcf1-esx-05a
13-03-2026 03:32:18 ESXBuild[6057]: [INFO] Setting up 'Network adapter 1' Type to 'VMXNET3'
13-03-2026 03:32:19 ESXBuild[6057]: [INFO] Adding 'Network adapter 2', Setting up adapter Type to 'VMXNET3'
13-03-2026 03:32:21 ESXBuild[6057]: [INFO] Adding 'Network adapter 3', Setting up adapter Type to 'VMXNET3'
13-03-2026 03:32:23 ESXBuild[6057]: [INFO] Adding 'Network adapter 4', Setting up adapter Type to 'VMXNET3'
13-03-2026 03:32:24 LoadHolodeckInstance[6057]: [SUCCESS] HoloDeck Instance loaded: vcf1
13-03-2026 03:32:24 ESXBuild[6057]: [INFO] Reconfiguring vcf1-esx-06a
13-03-2026 03:32:27 ESXBuild[6057]: [INFO] Setting up SCSI Controller type to 'ParaVirtual' and BusSharingMode to 'NoSharing' on vcf1-esx-06a
13-03-2026 03:32:28 ESXBuild[6057]: [INFO] Requested vSAN Type os 'OSA'
13-03-2026 03:32:28 ESXBuild[6057]: [INFO] Adding a new cache disk of 90GB on vcf1-esx-06a
13-03-2026 03:32:30 ESXBuild[6057]: [INFO] Adding a new capacity disk 1 of 450GB on vcf1-esx-06a
13-03-2026 03:32:33 ESXBuild[6057]: [INFO] Adding a new capacity disk 2 of 450GB on vcf1-esx-06a
13-03-2026 03:32:35 ESXBuild[6057]: [INFO] Marking Hard disk 1 as Virtual SSD on vcf1-esx-06a
13-03-2026 03:32:37 ESXBuild[6057]: [INFO] Marking Hard disk 2 as Virtual SSD on vcf1-esx-06a
13-03-2026 03:32:39 ESXBuild[6057]: [INFO] Marking Hard disk 3 as Virtual SSD on vcf1-esx-06a
13-03-2026 03:32:41 ESXBuild[6057]: [INFO] Marking Hard disk 4 as Virtual SSD on vcf1-esx-06a
13-03-2026 03:32:43 ESXBuild[6057]: [INFO] Updating/Reconfiguring vcf1-esx-06a Network adapter
13-03-2026 03:32:43 ESXBuild[6057]: [INFO] Found 'Network adapter 1' on vcf1-esx-06a
13-03-2026 03:32:43 ESXBuild[6057]: [INFO] Setting up 'Network adapter 1' Type to 'VMXNET3'
13-03-2026 03:32:45 ESXBuild[6057]: [INFO] Adding 'Network adapter 2', Setting up adapter Type to 'VMXNET3'
13-03-2026 03:32:46 ESXBuild[6057]: [INFO] Adding 'Network adapter 3', Setting up adapter Type to 'VMXNET3'
13-03-2026 03:32:48 ESXBuild[6057]: [INFO] Adding 'Network adapter 4', Setting up adapter Type to 'VMXNET3'
13-03-2026 03:32:49 LoadHolodeckInstance[6057]: [SUCCESS] HoloDeck Instance loaded: vcf1
13-03-2026 03:32:49 ESXBuild[6057]: [INFO] Reconfiguring vcf1-esx-07a
13-03-2026 03:32:51 ESXBuild[6057]: [INFO] Setting up SCSI Controller type to 'ParaVirtual' and BusSharingMode to 'NoSharing' on vcf1-esx-07a
13-03-2026 03:32:52 ESXBuild[6057]: [INFO] Requested vSAN Type os 'OSA'
13-03-2026 03:32:52 ESXBuild[6057]: [INFO] Adding a new cache disk of 90GB on vcf1-esx-07a
13-03-2026 03:32:55 ESXBuild[6057]: [INFO] Adding a new capacity disk 1 of 450GB on vcf1-esx-07a
13-03-2026 03:32:57 ESXBuild[6057]: [INFO] Adding a new capacity disk 2 of 450GB on vcf1-esx-07a
13-03-2026 03:33:00 ESXBuild[6057]: [INFO] Marking Hard disk 1 as Virtual SSD on vcf1-esx-07a
13-03-2026 03:33:02 ESXBuild[6057]: [INFO] Marking Hard disk 2 as Virtual SSD on vcf1-esx-07a
13-03-2026 03:33:04 ESXBuild[6057]: [INFO] Marking Hard disk 3 as Virtual SSD on vcf1-esx-07a
13-03-2026 03:33:06 ESXBuild[6057]: [INFO] Marking Hard disk 4 as Virtual SSD on vcf1-esx-07a
13-03-2026 03:33:08 ESXBuild[6057]: [INFO] Updating/Reconfiguring vcf1-esx-07a Network adapter
13-03-2026 03:33:08 ESXBuild[6057]: [INFO] Found 'Network adapter 1' on vcf1-esx-07a
13-03-2026 03:33:08 ESXBuild[6057]: [INFO] Setting up 'Network adapter 1' Type to 'VMXNET3'
13-03-2026 03:33:10 ESXBuild[6057]: [INFO] Adding 'Network adapter 2', Setting up adapter Type to 'VMXNET3'
13-03-2026 03:33:11 ESXBuild[6057]: [INFO] Adding 'Network adapter 3', Setting up adapter Type to 'VMXNET3'
13-03-2026 03:33:12 ESXBuild[6057]: [INFO] Adding 'Network adapter 4', Setting up adapter Type to 'VMXNET3'
13-03-2026 03:33:15 ESXBuild[6057]: [INFO] Sending VM Names to output.txt file for further use
13-03-2026 03:33:15 CustomIso[6057]: [INFO] vSphere ISO Path is /holodeck-runtime/bin/9.0.1.0/VMware-VMvisor-Installer-9.0.1.0.24957456.x86_64.iso
mount: /mnt/iso: WARNING: source write-protected, mounted read-only.
13-03-2026 03:33:30 CustomIso[6057]: [INFO] Copy complete
13-03-2026 03:33:30 CustomIso[6057]: [INFO] Setting up isolinux.cfg
13-03-2026 03:33:30 CustomIso[6057]: [INFO] Setting BOOT.CFG
13-03-2026 03:33:30 CustomIso[6057]: [INFO] Generating a new kickstart file: HOLODECK.cfg
13-03-2026 03:33:32 CustomIso[6057]: [INFO] HoloDeck Network Config for vcf1-esx-05a exists, No action required
13-03-2026 03:33:37 CustomIso[6057]: [INFO] HoloDeck Network Config for vcf1-esx-06a exists, No action required
13-03-2026 03:33:42 CustomIso[6057]: [INFO] HoloDeck Network Config for vcf1-esx-07a exists, No action required
13-03-2026 03:33:46 CustomIso[6057]: [INFO] Found Mac Address 00:50:56:96:4a:a9 on VM vcf1-esx-05a
13-03-2026 03:33:47 CustomIso[6057]: [INFO] Found Mac Address 00:50:56:96:3b:21 on VM vcf1-esx-06a
13-03-2026 03:33:48 CustomIso[6057]: [INFO] Found Mac Address 00:50:56:96:28:c1 on VM vcf1-esx-07a
Warning: creating filesystem that does not conform to ISO-9660.
Warning: Creating ISO-9660:1999 (version 2) filesystem.
Warning: ISO-9660 filenames longer than 31 may cause buffer overflows in the OS.
Warning: creating filesystem with Joliet extensions but without Rock Ridge
extensions. It is highly recommended to add Rock Ridge.
Size of boot image is 8 sectors -> No emulation
Size of boot image is 2048 sectors -> No emulation
1.55% done, estimate finish Fri Mar 13 03:33:49 2026
3.09% done, estimate finish Fri Mar 13 03:33:49 2026
4.63% done, estimate finish Fri Mar 13 03:33:49 2026
6.17% done, estimate finish Fri Mar 13 03:33:49 2026
7.72% done, estimate finish Fri Mar 13 03:33:49 2026
9.26% done, estimate finish Fri Mar 13 03:33:49 2026
10.81% done, estimate finish Fri Mar 13 03:33:49 2026
12.35% done, estimate finish Fri Mar 13 03:33:49 2026
13.89% done, estimate finish Fri Mar 13 03:33:49 2026
15.44% done, estimate finish Fri Mar 13 03:33:49 2026
16.98% done, estimate finish Fri Mar 13 03:33:49 2026
18.52% done, estimate finish Fri Mar 13 03:33:49 2026
20.07% done, estimate finish Fri Mar 13 03:33:49 2026
21.61% done, estimate finish Fri Mar 13 03:33:49 2026
23.16% done, estimate finish Fri Mar 13 03:33:49 2026
24.70% done, estimate finish Fri Mar 13 03:33:49 2026
26.24% done, estimate finish Fri Mar 13 03:33:49 2026
27.78% done, estimate finish Fri Mar 13 03:33:49 2026
29.33% done, estimate finish Fri Mar 13 03:33:49 2026
30.87% done, estimate finish Fri Mar 13 03:33:49 2026
32.42% done, estimate finish Fri Mar 13 03:33:49 2026
33.96% done, estimate finish Fri Mar 13 03:33:49 2026
35.50% done, estimate finish Fri Mar 13 03:33:49 2026
37.04% done, estimate finish Fri Mar 13 03:33:49 2026
38.59% done, estimate finish Fri Mar 13 03:33:49 2026
40.13% done, estimate finish Fri Mar 13 03:33:49 2026
41.68% done, estimate finish Fri Mar 13 03:33:49 2026
43.22% done, estimate finish Fri Mar 13 03:33:49 2026
44.76% done, estimate finish Fri Mar 13 03:33:49 2026
46.31% done, estimate finish Fri Mar 13 03:33:49 2026
47.85% done, estimate finish Fri Mar 13 03:33:49 2026
49.39% done, estimate finish Fri Mar 13 03:33:49 2026
50.94% done, estimate finish Fri Mar 13 03:33:49 2026
52.48% done, estimate finish Fri Mar 13 03:33:49 2026
54.02% done, estimate finish Fri Mar 13 03:33:49 2026
55.57% done, estimate finish Fri Mar 13 03:33:49 2026
57.11% done, estimate finish Fri Mar 13 03:33:49 2026
58.66% done, estimate finish Fri Mar 13 03:33:49 2026
60.20% done, estimate finish Fri Mar 13 03:33:49 2026
61.74% done, estimate finish Fri Mar 13 03:33:49 2026
63.28% done, estimate finish Fri Mar 13 03:33:49 2026
64.83% done, estimate finish Fri Mar 13 03:33:49 2026
66.37% done, estimate finish Fri Mar 13 03:33:49 2026
67.91% done, estimate finish Fri Mar 13 03:33:49 2026
69.46% done, estimate finish Fri Mar 13 03:33:49 2026
71.00% done, estimate finish Fri Mar 13 03:33:49 2026
72.55% done, estimate finish Fri Mar 13 03:33:49 2026
74.09% done, estimate finish Fri Mar 13 03:33:49 2026
75.63% done, estimate finish Fri Mar 13 03:33:49 2026
77.18% done, estimate finish Fri Mar 13 03:33:49 2026
78.72% done, estimate finish Fri Mar 13 03:33:49 2026
80.26% done, estimate finish Fri Mar 13 03:33:49 2026
81.81% done, estimate finish Fri Mar 13 03:33:49 2026
83.35% done, estimate finish Fri Mar 13 03:33:49 2026
84.90% done, estimate finish Fri Mar 13 03:33:49 2026
86.44% done, estimate finish Fri Mar 13 03:33:49 2026
87.98% done, estimate finish Fri Mar 13 03:33:49 2026
89.52% done, estimate finish Fri Mar 13 03:33:49 2026
91.07% done, estimate finish Fri Mar 13 03:33:49 2026
92.61% done, estimate finish Fri Mar 13 03:33:49 2026
94.16% done, estimate finish Fri Mar 13 03:33:49 2026
95.70% done, estimate finish Fri Mar 13 03:33:49 2026
97.24% done, estimate finish Fri Mar 13 03:33:49 2026
98.79% done, estimate finish Fri Mar 13 03:33:49 2026
Total translation table size: 2048
Total rockridge attributes bytes: 0
Total directory bytes: 6144
Path table size(bytes): 50
Max brk space used 25000
323944 extents written (632 MB)
New-Item: The server connection 'vsphere.local\administrator@vc-mgmt-a.site-a.vcf.lab:443' is required by the current operation. The connection does not exist, possibly
because it was actively closed or timed out.
13-03-2026 03:33:49 CustomIso[6057]: [INFO] Attempting 13Mar2026_0333_holo_vSphere_site-a-9.0.1.0.iso Transfer to esx01-nvme2
13-03-2026 03:33:49 CustomIso[6057]: [ERROR] The server connection 'vsphere.local\administrator@vc-mgmt-a.site-a.vcf.lab:443' is required by the current operation. The connection does not exist, possibly because it was actively closed or timed out.
13-03-2026 03:33:49 CustomIso[6057]: [INFO] Attempting 13Mar2026_0333_holo_vSphere_site-a-9.0.1.0.iso Transfer to esx01-nvme2
13-03-2026 03:33:49 CustomIso[6057]: [ERROR] The server connection 'vsphere.local\administrator@vc-mgmt-a.site-a.vcf.lab:443' is required by the current operation. The connection does not exist, possibly because it was actively closed or timed out.
13-03-2026 03:33:49 CustomIso[6057]: [INFO] Attempting 13Mar2026_0333_holo_vSphere_site-a-9.0.1.0.iso Transfer to esx01-nvme2
13-03-2026 03:33:49 CustomIso[6057]: [ERROR] The server connection 'vsphere.local\administrator@vc-mgmt-a.site-a.vcf.lab:443' is required by the current operation. The connection does not exist, possibly because it was actively closed or timed out.
13-03-2026 03:33:49 CustomIso[6057]: [INFO] Attempting 13Mar2026_0333_holo_vSphere_site-a-9.0.1.0.iso Transfer to esx01-nvme2
13-03-2026 03:33:49 CustomIso[6057]: [ERROR] The server connection 'vsphere.local\administrator@vc-mgmt-a.site-a.vcf.lab:443' is required by the current operation. The connection does not exist, possibly because it was actively closed or timed out.
13-03-2026 03:33:49 CustomIso[6057]: [INFO] Setting up CD ROM to SATA for vcf1-esx-05a, since the version is 9.0
Get-ChildItem: Cannot find path '/LastConnectedVCenterServer/Datacenter/esx01-nvme2/' because it does not exist.
13-03-2026 03:33:52 CustomIso[6057]: [INFO] Setting up Boot Order...
13-03-2026 03:33:54 CustomIso[6057]: [INFO] Powering on VM vcf1-esx-05a
13-03-2026 03:33:56 CustomIso[6057]: [INFO] Setting up CD ROM to SATA for vcf1-esx-06a, since the version is 9.0
Get-ChildItem: Cannot find path '/LastConnectedVCenterServer/Datacenter/esx01-nvme2/' because it does not exist.
13-03-2026 03:33:58 CustomIso[6057]: [INFO] Setting up Boot Order...
13-03-2026 03:34:00 CustomIso[6057]: [INFO] Powering on VM vcf1-esx-06a
13-03-2026 03:34:02 CustomIso[6057]: [INFO] Setting up CD ROM to SATA for vcf1-esx-07a, since the version is 9.0
Get-ChildItem: Cannot find path '/LastConnectedVCenterServer/Datacenter/esx01-nvme2/' because it does not exist.
13-03-2026 03:34:04 CustomIso[6057]: [INFO] Setting up Boot Order...
13-03-2026 03:34:06 CustomIso[6057]: [INFO] Powering on VM vcf1-esx-07a
13-03-2026 03:34:08 CustomIso[6057]: [INFO] Waiting for ESX hosts to come online....
13-03-2026 03:34:09 CustomIso[6057]: [INFO] Validating Host Connectivity on 10.1.1.105
13-03-2026 03:34:12 CustomIso[6057]: [INFO] SSH service on 10.1.1.105 is not responding, Trying after 10 seconds
13-03-2026 03:34:22 CustomIso[6057]: [INFO] Validating Host Connectivity on 10.1.1.105
13-03-2026 03:34:25 CustomIso[6057]: [INFO] SSH service on 10.1.1.105 is not responding, Trying after 10 seconds
13-03-2026 03:34:35 CustomIso[6057]: [INFO] Validating Host Connectivity on 10.1.1.105
13-03-2026 03:34:38 CustomIso[6057]: [INFO] SSH service on 10.1.1.105 is not responding, Trying after 10 seconds
13-03-2026 03:34:48 CustomIso[6057]: [INFO] Validating Host Connectivity on 10.1.1.105
13-03-2026 03:34:51 CustomIso[6057]: [INFO] SSH service on 10.1.1.105 is not responding, Trying after 10 seconds
13-03-2026 03:35:01 CustomIso[6057]: [INFO] Validating Host Connectivity on 10.1.1.105
13-03-2026 03:35:05 CustomIso[6057]: [INFO] SSH service on 10.1.1.105 is not responding, Trying after 10 seconds
13-03-2026 03:35:15 CustomIso[6057]: [INFO] Validating Host Connectivity on 10.1.1.105
13-03-2026 03:35:18 CustomIso[6057]: [INFO] SSH service on 10.1.1.105 is not responding, Trying after 10 seconds
13-03-2026 03:35:28 CustomIso[6057]: [INFO] Validating Host Connectivity on 10.1.1.105
13-03-2026 03:35:31 CustomIso[6057]: [INFO] SSH service on 10.1.1.105 is not responding, Trying after 10 seconds
13-03-2026 03:35:41 CustomIso[6057]: [INFO] Validating Host Connectivity on 10.1.1.105
13-03-2026 03:35:44 CustomIso[6057]: [INFO] SSH service on 10.1.1.105 is not responding, Trying after 10 seconds
13-03-2026 03:35:54 CustomIso[6057]: [INFO] Validating Host Connectivity on 10.1.1.105
13-03-2026 03:35:57 CustomIso[6057]: [INFO] SSH service on 10.1.1.105 is not responding, Trying after 10 seconds
13-03-2026 03:36:07 CustomIso[6057]: [INFO] Validating Host Connectivity on 10.1.1.105
13-03-2026 03:36:10 CustomIso[6057]: [INFO] SSH service on 10.1.1.105 is not responding, Trying after 10 seconds
13-03-2026 03:36:20 CustomIso[6057]: [INFO] Validating Host Connectivity on 10.1.1.105
13-03-2026 03:36:23 CustomIso[6057]: [INFO] SSH service on 10.1.1.105 is not responding, Trying after 10 seconds
13-03-2026 03:36:33 CustomIso[6057]: [INFO] Validating Host Connectivity on 10.1.1.105
13-03-2026 03:36:36 CustomIso[6057]: [INFO] SSH service on 10.1.1.105 is not responding, Trying after 10 seconds
13-03-2026 03:36:46 CustomIso[6057]: [INFO] Validating Host Connectivity on 10.1.1.105
13-03-2026 03:36:49 CustomIso[6057]: [INFO] SSH service on 10.1.1.105 is not responding, Trying after 10 seconds
13-03-2026 03:36:59 CustomIso[6057]: [INFO] Validating Host Connectivity on 10.1.1.105
13-03-2026 03:37:02 CustomIso[6057]: [INFO] SSH service on 10.1.1.105 is not responding, Trying after 10 seconds
13-03-2026 03:37:12 CustomIso[6057]: [INFO] Validating Host Connectivity on 10.1.1.105
13-03-2026 03:37:15 CustomIso[6057]: [INFO] SSH service on 10.1.1.105 is not responding, Trying after 10 seconds
13-03-2026 03:37:25 CustomIso[6057]: [INFO] Validating Host Connectivity on 10.1.1.105
13-03-2026 03:37:28 CustomIso[6057]: [INFO] SSH service on 10.1.1.105 is not responding, Trying after 10 seconds
13-03-2026 03:37:38 CustomIso[6057]: [INFO] Validating Host Connectivity on 10.1.1.105
13-03-2026 03:37:41 CustomIso[6057]: [INFO] SSH service on 10.1.1.105 is not responding, Trying after 10 seconds
13-03-2026 03:37:51 CustomIso[6057]: [INFO] Validating Host Connectivity on 10.1.1.105
13-03-2026 03:37:54 CustomIso[6057]: [INFO] SSH service on 10.1.1.105 is not responding, Trying after 10 seconds
13-03-2026 03:38:04 CustomIso[6057]: [INFO] Validating Host Connectivity on 10.1.1.105
13-03-2026 03:38:07 CustomIso[6057]: [INFO] SSH service on 10.1.1.105 is not responding, Trying after 10 seconds
13-03-2026 03:38:17 CustomIso[6057]: [INFO] Validating Host Connectivity on 10.1.1.105
13-03-2026 03:38:20 CustomIso[6057]: [INFO] SSH service on 10.1.1.105 is not responding, Trying after 10 seconds
13-03-2026 03:38:30 CustomIso[6057]: [INFO] Validating Host Connectivity on 10.1.1.105
13-03-2026 03:38:34 CustomIso[6057]: [INFO] SSH service on 10.1.1.105 is not responding, Trying after 10 seconds
13-03-2026 03:38:44 CustomIso[6057]: [INFO] Validating Host Connectivity on 10.1.1.105
13-03-2026 03:38:47 CustomIso[6057]: [INFO] SSH service on 10.1.1.105 is not responding, Trying after 10 seconds
13-03-2026 03:38:57 CustomIso[6057]: [INFO] Validating Host Connectivity on 10.1.1.105
13-03-2026 03:39:00 CustomIso[6057]: [INFO] SSH service on 10.1.1.105 is not responding, Trying after 10 seconds
13-03-2026 03:39:10 CustomIso[6057]: [INFO] Validating Host Connectivity on 10.1.1.105
13-03-2026 03:39:13 CustomIso[6057]: [INFO] SSH service on 10.1.1.105 is not responding, Trying after 10 seconds
13-03-2026 03:39:23 CustomIso[6057]: [INFO] Validating Host Connectivity on 10.1.1.105
13-03-2026 03:39:26 CustomIso[6057]: [INFO] SSH service on 10.1.1.105 is not responding, Trying after 10 seconds
13-03-2026 03:39:36 CustomIso[6057]: [INFO] Validating Host Connectivity on 10.1.1.105
13-03-2026 03:39:39 CustomIso[6057]: [INFO] SSH service on 10.1.1.105 is not responding, Trying after 10 seconds
13-03-2026 03:39:49 CustomIso[6057]: [INFO] Validating Host Connectivity on 10.1.1.105
13-03-2026 03:39:52 CustomIso[6057]: [INFO] SSH service on 10.1.1.105 is not responding, Trying after 10 seconds
13-03-2026 03:40:02 CustomIso[6057]: [INFO] Validating Host Connectivity on 10.1.1.105
13-03-2026 03:40:05 CustomIso[6057]: [INFO] SSH service on 10.1.1.105 is not responding, Trying after 10 seconds
13-03-2026 03:40:15 CustomIso[6057]: [INFO] Validating Host Connectivity on 10.1.1.105
13-03-2026 03:40:18 CustomIso[6057]: [INFO] SSH service on 10.1.1.105 is not responding, Trying after 10 seconds
13-03-2026 03:40:28 CustomIso[6057]: [INFO] Validating Host Connectivity on 10.1.1.105
13-03-2026 03:40:31 CustomIso[6057]: [INFO] SSH service on 10.1.1.105 is not responding, Trying after 10 seconds
13-03-2026 03:40:41 CustomIso[6057]: [INFO] Validating Host Connectivity on 10.1.1.105
13-03-2026 03:40:44 CustomIso[6057]: [INFO] SSH service on 10.1.1.105 is not responding, Trying after 10 seconds
13-03-2026 03:40:54 CustomIso[6057]: [INFO] Validating Host Connectivity on 10.1.1.105
13-03-2026 03:40:57 CustomIso[6057]: [INFO] SSH service on 10.1.1.105 is not responding, Trying after 10 seconds
13-03-2026 03:41:07 CustomIso[6057]: [INFO] Validating Host Connectivity on 10.1.1.105
13-03-2026 03:41:10 CustomIso[6057]: [INFO] SSH service on 10.1.1.105 is not responding, Trying after 10 seconds
13-03-2026 03:41:20 CustomIso[6057]: [INFO] Validating Host Connectivity on 10.1.1.105
13-03-2026 03:41:23 CustomIso[6057]: [INFO] SSH service on 10.1.1.105 is not responding, Trying after 10 seconds
PS /root>

Expected behavior

Doco/examples show correct required & optional parameters.

New-HoloDeckESXiNodes deploys & configures the specified number of ESX hosts.

Relevant logs

Additional context

No response

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions