# Действия при установке HOSTVM при отсутствии записей в DNS

В случае, если на DNS-сервере отсутствует запись о ноде HOSTVM, то нужно вручную внести изменения в файл /etc/hosts, для этого:

Перейдите на вкладку Terminal

![](/files/CCCGrEc1DUgT4BX8GWLO)

Откройте файл /etc/hosts:

`vi /etc/hosts`

\
и добавьте в конец файла записи вида:

<figure><img src="/files/5HDsaNkrXO2UagmaUEGo" alt=""><figcaption></figcaption></figure>

10.1.99.61 — IP-адрес ноды

gen9hostvm448 — short name (hostname) ноды

gen9hostvm448.hostco.ru — FQDN ноды

10.1.99.62 — IP-адрес Engine

gen9-engine — short name (hostname) Engine

gen9-engine.hostco.ru — FQDN Engine


---

# 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://kb.pvhostvm.ru/hostvm-server/installation-guide/deistviya-pri-ustanovke-hostvm-pri-otsutstvii-zapisei-v-dns.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.
