> For the complete documentation index, see [llms.txt](https://prosbcdocs.telcobridges.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://prosbcdocs.telcobridges.com/tmedia-documentation/server-and-os-administration/freesbc-prosbc-cloud-launching-an-instance-of-vmware-vsphere.md).

# FreeSBC/ProSBC:Cloud:Launching an Instance of VMware vSphere

**Launching an instance of the VMware vSphere client**

1- Log in using the Vmware infrastructure client interface. ![login client](https://docs.telcobridges.com/w/images/e/e4/Login_client.png)

2- Select File->Deploy OVF Template. ![vmware upload](https://docs.telcobridges.com/w/images/7/76/Vmware_upload.png)

3- Browse to the location of the FreeSBC/ProSBC image that you obtained from TelcoBridges. ![vmware ovf location](https://docs.telcobridges.com/w/images/7/72/Vmware_ovf_location.png)

4- Click 'Next' until you need to name the new virtual machine instance.

* Enter the name and click 'Next' ![vmware name](https://docs.telcobridges.com/w/images/0/0e/Vmware_name.png)

5- Select a datastore (if more than one are available).

* Select "Thick Provision Lazy Zeroed" as the disk format and click 'Next' . ![vmware disk](https://docs.telcobridges.com/w/images/c/c9/Vmware_disk.png)

6- Accept all other default settings and wait until the machine is deployed. ![vmware installing](https://docs.telcobridges.com/w/images/f/f1/Vmware_installing.png)

7- Once the machine is deployed, right-click on the new instance and select "Edit Settings..." ![vmware settings](https://docs.telcobridges.com/w/images/0/01/Vmware_settings.png)

8- Press 'OK'. ![Vmware restricted](https://docs.telcobridges.com/w/images/d/db/Vmware_restricted.png)

9- Edit network adapters to connect to the proper networks. Make sure that at least one of the adapters connects to the private management network of the setup from which WebPortal access will be granted.

Do **not** click 'OK' yet! ![vmware network](https://docs.telcobridges.com/w/images/7/7d/Vmware_network.png)

10- Click the 'Resources' tab and select CPU.

* Set 'Shares' to 'high'.
* Slide the 'Reservation' cursor to the maximum (move to the right).
* Make sure the 'Unlimited' option is checked-marked.

Do **not** click 'OK yet! ![vmware cpu](https://docs.telcobridges.com/w/images/8/83/Vmware_cpu.png)

11- Select 'Memory' and select the 'Reserve all guest memory (All locked)' option.

Do **not** click 'OK' yet! ![vmware mem](https://docs.telcobridges.com/w/images/4/44/Vmware_mem.png)

12- Select 'Disk' and set the 'Shares' to 'High'.

Do **not** click 'OK' yet! ![vmware disk res](https://docs.telcobridges.com/w/images/d/d3/Vmware_disk_res.png)

13- Select 'Advanced CPU' and set the 'Mode' to 'None'.

Do **not** click 'OK' yet! ![vmware adv cpu](https://docs.telcobridges.com/w/images/2/24/Vmware_adv_cpu.png)

14- Set the 'Latency Sensitivity' to 'High'.

15- Click 'OK'.

16- Return to the main screen, and select the newly instantiated virtual machine.

* Right-click and select "Power-->Power On" to start it. ![vmware poweron](https://docs.telcobridges.com/w/images/c/ca/Vmware_poweron.png)

17- Return once again to the main screen, and select the newly instantiated virtual machine and click the 'Summary' tab. Once the virtual machine has started up, the assigned DHCP IP address will be displayed by clicking on the 'View all' button.

Note: This IP address is used to access the Web Portal configuration interface later on. ![vmware ip](https://docs.telcobridges.com/w/images/b/b3/Vmware_ip.png)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://prosbcdocs.telcobridges.com/tmedia-documentation/server-and-os-administration/freesbc-prosbc-cloud-launching-an-instance-of-vmware-vsphere.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
