# Switch Server

You can install Switch server with the following commands:

```
yum install -y epel-release
yum install -y https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm
yum -y install centos-release-scl
yum install -y http://repo.denovolab.com/centos/7/noarch/denovolab-1-1.noarch.rpm
yum install -y dnlv6-softswitch dnlv6-livecall dnlv6-tools dnlv6_cloud_tool dnlv6-memdb dnl_watchdog dnl_live_monitor

```

There are multiple modules within Switch Server that you will need to run:

* dnl\_livecall
* dnl\_softswitch
* dnl\_watchdog
* dnl\_cloud
* dnl\_tools
* dnl\_live\_monitor
*


---

# Agent Instructions: 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:

```
GET https://cookbook.denovolab.com/installation/distributed-architecture/switch-server.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
