File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -36,11 +36,11 @@ This command provisions and syspreps an existing VM on vCenter. It prepares a VM
3636stembuild construct -vm-ip <IP of VM> -vm-username <vm username> -vm-password <vm password> -vcenter-url <vCenter URL> -vcenter-username <vCenter username> -vcenter-password <vCenter password> -vm-inventory-path <vCenter VM inventory path>
3737```
3838
39- * Requirements* :
39+ ### Requirements
4040- LGPO.zip in current working directory
4141- Running Windows VM with:
4242 - Up to date Operating System
43- - Reachable by IP
43+ - Reachable by IP over port 5985
4444 - Username and password with Administrator privileges
4545 - vCenter URL, username and password
4646 - vCenter Inventory Path
@@ -70,6 +70,11 @@ Flags:
7070
7171```
7272
73+ ### Troubleshooting
74+ After running ` stembuild construct ` , you may find yourself with a connection issue to the VM
75+ - Confirm port 5985 is reachable via something like ` nmap [vm-ip] -Pn `
76+
77+
7378## ` stembuild package `
7479
7580This command creates a BOSH Stemcell from a provisioned vCenter VM
You can’t perform that action at this time.
0 commit comments