# high-availability

<mark style="color:red;">`hostname(config)#`</mark> konfigürasyon prompt bölümündeki kullanılabilir  <mark style="color:red;">`high-availability`</mark>  komutuyla  <mark style="color:red;">`hostname(config-ha)#`</mark> bölümüne geçiş yapılır. Bu bölümde web arayüzünde [***Configuration -> System -> High Availability***](https://docs.targitas.com/configuration/system/high-availability) sekmesinde gerçekleştirilebilen konfigürasyonların karşılığı olan CLI komutları bulunur.

```
targitas(config)# high-availability 
targitas(config-ha)# ?
mode                     High Availability Mode
node                     High Availability Node
parent                   Associate with interface parent-interface
targitas(config-ha)# mode ?
master                   HA Master Mode
slave                    HA Slave Mode
targitas(config-ha)# node [Name] ip-address [IP] secret [SecretKey] 
targitas(config-ha)# parent aggr [ID]

```


---

# 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://docs.targitas.com/targitas-kullanim-rehberi/targitas-cli-arayuzune-giris/cli-konfigurasyon-komutlari/high-availability.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.
