프록시에 클라이언트 등록

프록시 서버는 Salt 및 기존 클라이언트를 위한 브로커 및 패키지 캐시의 역할을 할 수 있습니다. 프록시에 클라이언트를 등록하는 작업은 몇 가지 주요 차이점 외에는 SUSE Multi-Linux Manager 서버에 직접 등록하는 것과 유사합니다.

이 섹션에는 Web UI, 명령줄의 명령 또는 부트스트랩 스크립트를 사용하여 프록시에 클라이언트를 등록하는 내용이 포함되어 있습니다. SUSE Multi-Linux Manager 프록시에서 다른 프록시 또는 SUSE Multi-Linux Manager 서버로 클라이언트를 이동하는 절차에 대한 설명도 제공됩니다.

Within the Web UI, proxy pages show information about clients. You can see a list of clients that are connected to a proxy by clicking the name of the proxy in Systems  System List  Proxy, then select the Proxy subtab of the Details tab.

A list of chained proxies for a client can be seen by clicking the name of the client in Systems  All, then select the Connection subtab of the Details tab.

1. 프록시 간 클라이언트 이동

등록 프로세스를 반복할 필요 없이 프록시 간에 클라이언트(Salt)와 Salt SSH 푸시 클라이언트를 이동할 수 있습니다.

체인으로 연결된 프록시는 이동할 수 없습니다. 체인으로 연결된 프록시를 이동하는 대신, 새 프록시를 만들고 클라이언트를 이동한 다음 이전 프록시를 삭제하십시오.

절차: 프록시 간에 클라이언트 또는 Salt SSH 푸시 클라이언트 이동
  1. In the SUSE Multi-Linux Manager Web UI, navigate to the System Details page for the client you want to move between proxies.

  2. Navigate to the Connection tab. Then follow the Change proxy link to see the drop-down menu.

  3. From the New Proxy drop-down menu select the proxy you want the client to move to, and click Change Proxy.

절차: SSM을 사용하여 프록시 간에 여러 클라이언트 또는 Salt SSH 푸시 클라이언트 이동
  1. SUSE Multi-Linux Manager Web UI에서 시스템  시스템 목록으로 이동하여 이동할 각 클라이언트의 확인란을 선택하면 클라이언트가 시스템 세트 관리자에 추가됩니다.

  2. Navigate to Systems  System Set Manager, and go to the Misc  Proxy tab.

  3. From the New Proxy drop-down menu select the proxy you want the clients to move to, and click Change Proxy.

The same functionality is also available with the system.changeProxy API call.

1.1. 배경 정보

이 함수의 효과는 일반 Salt 클라이언트와 Salt SSH 푸시 클라이언트 간에 다릅니다.

1.1.1. 기본 클라이언트

The function schedules a Salt state action, which modifies master: setting in the susemanager.conf Salt client configuration file to point to the new proxy. Then the function restarts the Salt client.

Changing master: by manually editing the susemanager.conf file has the same effect and is supported, too.

클라이언트가 다시 시작하고 새 프록시를 통해 다시 연결하면 서버는 데이터베이스에서 프록시 경로를 업데이트하고 채널 URL을 새로 고치는 다른 작업을 예약합니다.

1.1.2. Salt SSH 푸시 클라이언트

이 함수는 데이터베이스에서 즉시 프록시 경로를 업데이트하며 채널 URL을 새로 고치는 새로운 작업이 예약됩니다.

2. 프록시에서 서버로 클라이언트 이동

If you want to move a client from a proxy to the server, select None from proxy list.