Skip to content

Commit

Permalink
Update vmware.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rohityadavcloud authored Jan 22, 2023
1 parent 9ad86b8 commit 0a826bf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/vmware.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,14 @@ uuid.bios =
ethernet0.generatedAddress =
ethernet0.generatedAddressOffset =

In VC.vmx add at bottom: (replace vmwareXX.local pnid)

guestInfo.cis.deployment.node.type = "embedded"
guestInfo.cis.appliance.net.addr.family = "ipv4"
guestInfo.cis.appliance.net.mode = "dhcp"
guestInfo.cis.appliance.net.pnid = "vcenter70.local"
guestInfo.cis.appliance.ssh.enabled = "True"

vcenter debug services:
service-control --stop --all
service-control --start --all

0 comments on commit 0a826bf

Please sign in to comment.