Ana içeriğe geç Tamamlayıcı içeriğe geç

Managing the Veri Hareketi ağ geçidi server

This topic describes the various connectivity and management options that are available after you have installed Veri Hareketi ağ geçidi.

Updating the Qlik Cloud tenant URL

You can change the Qlik Cloud tenant URL as needed.

To do this:

  1. Run the following command to stop the Veri Hareketi ağ geçidi service:

    sudo systemctl stop repagent

  2. Check that the service has stopped by running the following command:

    sudo systemctl status repagent

    Durum aşağıdaki gibi olmalıdır:

    Active: inactive (dead) since <timestamp> ago

  3. Change the working directory to:

    /opt/qlik/gateway/movement/bin

    Then run the following command to set the Qlik Cloud tenant URL:

    Syntax:

    ./agentctl qcs set_config --tenant_url URL

    Example:

    ./agentctl qcs set_config --tenant_url mytenant.us.qlikcloud.com

  4. Run the following command to start the Veri Hareketi ağ geçidi service:

    sudo systemctl start repagent

  5. Check that the service has started by running the following command:

    sudo systemctl status repagent

    The status should be as follows:

    Active: active (running) since <timestamp> ago

Bilgi notuUpdating the Qlik Cloud tenant URL also requires you to generate a new registration key and register it in Yönetim > Data gateways. For details, see Stage two: Install and set up Data Gateway - Veri Hareketi on a server behind the firewall protecting your data sources, and Stage three: Return to Yönetim and register Data Gateway - Veri Hareketi).

Connecting to cloud data warehouses via a proxy server

You can configure the Veri Hareketi ağ geçidi to connect to your cloud data warehouses via a proxy server. You can also disable proxy server connectivity should it no longer be required.

Bilgi notuThis proxy is only used for the connection between Veri Hareketi ağ geçidi server and your cloud data warehouses.

Enabling or editing proxy server connectivity

You can enable or edit proxy server connectivity as follows:

  1. On the Veri Hareketi ağ geçidi server, open a shell prompt and change the working directory to:

    /opt/qlik/gateway/movement/bin

  2. Run the following command to stop the Veri Hareketi ağ geçidi service:

    sudo systemctl stop repagent

  3. Check that the service has stopped by running the following command:

    sudo systemctl status repagent

    Durum aşağıdaki gibi olmalıdır:

    Active: inactive (dead) since <timestamp> ago

  4. Run the following command to set the proxy:

    Syntax:

    ./agentctl qcs set_config --proxy_url https|http://host:port --proxy_username username --proxy_password password

    Example:

    ./agentctl qcs set_config --proxy_url https://myproxy:1212 --proxy_username admin --proxy_password f56weqs@

  5. Run the following command to start the Veri Hareketi ağ geçidi service:

    sudo systemctl start repagent

  6. Check that the service has started by running the following command:

    sudo systemctl status repagent

    The status should be as follows:

    Active: active (running) since <timestamp> ago

Disabling proxy server connectivity

You can turn off proxy server connectivity as follows:

  1. On the Veri Hareketi ağ geçidi server, open a shell prompt and change the working directory to:

    /opt/qlik/gateway/movement/bin

  2. Run the following command to stop the Veri Hareketi ağ geçidi service:

    sudo systemctl stop repagent

  3. Check that the service has stopped by running the following command:

    sudo systemctl status repagent

    Durum aşağıdaki gibi olmalıdır:

    Active: inactive (dead) since <timestamp> ago

  4. Run the following command:

    ./agentctl qcs set_config --proxy_url ""

  5. Run the following command to start the Veri Hareketi ağ geçidi service:

    sudo systemctl start repagent

  6. Check that the service has started by running the following command:

    sudo systemctl status repagent

    The status should be as follows:

    Active: active (running) since <timestamp> ago

Viewing the current settings

You can view the current Veri Hareketi ağ geçidi settings (for example, Qlik Cloud tenant URL, proxy URL, and so on).

To do this:

  1. Open a shell prompt and change the working directory to:

    /opt/qlik/gateway/movement/bin

  2. Run the following command:

    ./agentctl qcs show_config

    Your current settings will be shown.

    Örnek:  

    [qlik@gatewayhost bin]# ./agentctl qcs show_config
    --tenant_url “tenant.qlik.com”
    --proxy_url “”
    --proxy_username “”
    --connection_mode “DATA_GATEWAY”
    --listening_address “localhost”
    --listening_port “443"
    ReplicateAgent Control Program completed successfully.

Veri Hareketi ağ geçidi service commands

Before changing a setting on the Veri Hareketi ağ geçidi server, you need to stop the Veri Hareketi ağ geçidi service, and then start it once the setting has been changed.

Stopping the service

  1. Run the following command to stop the Veri Hareketi ağ geçidi service:

    sudo systemctl stop repagent

  2. Check that the service has stopped by running the following command:

    sudo systemctl status repagent

    Durum aşağıdaki gibi olmalıdır:

    Active: inactive (dead) since <timestamp> ago

Starting the service

  1. Run the following command:

    sudo systemctl start repagent

  2. Check that the service has started by running the following command:

    sudo systemctl status repagent

    The status should be as follows:

    Active: active (running) since <timestamp> ago

Restarting the service

  1. Run the following command:

    sudo systemctl restart repagent

  2. Check that the service has started by running the following command:

    sudo systemctl status repagent

    The status should be as follows:

    Active: active (running) since <timestamp> ago

Uyarı notuAfter starting the gateway service, you must refresh your browser to see the updated data gateway status (Connected) in Yönetim > Data gateways.

Bu sayfa size yardımcı oldu mu?

Bu sayfa veya içeriği ile ilgili bir sorun; bir yazım hatası, eksik bir adım veya teknik bir hata bulursanız lütfen bize bildirin!