Skip to content

Commit 422e792

Browse files
George Gelashvilisimonjjones
andcommitted
Expand upon machine reachability to include port
[#166421517](https://www.pivotaltracker.com/story/show/166421517) Investigate customer issue with certificate validation in stembuild Co-authored-by: Simon Jones <[email protected]>
1 parent 3163576 commit 422e792

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ This command provisions and syspreps an existing VM on vCenter. It prepares a VM
3636
stembuild 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

7580
This command creates a BOSH Stemcell from a provisioned vCenter VM

0 commit comments

Comments
 (0)