18.5 Fornecendo equilíbrio de carga do LDAP e tolerância a falhas

Se você tiver vários servidores LDAP para o acesso à sua origem de usuário (diretório), poderá configurar os Servidores ZENworks para reconhecerem cada um dos servidores LDAP. Isso proporciona equilíbrio de carga e tolerância a falhas.

Por exemplo, se você tiver vários Servidores ZENworks, poderá configurar cada um deles para acessar a origem de usuário por um servidor LDAP diferente. Isso distribui a carga de trabalho de forma mais uniforme entre os Servidores LDAP.

Da mesma forma, para cada Servidor ZENworks, você pode listar vários servidores LDAP pelos quais ele pode se conectar à origem de usuário. Se um dos servidores LDAP ficar indisponível, o Servidor ZENworks usará outro Servidor LDAP.

Para definir servidores LDAP adicionais para um Servidor ZENworks:

  1. Copie o arquivo alt-servers.properties.sample para um novo arquivo denominado alt-servers.properties. O arquivo fica localizado no seguinte diretório do Servidor ZENworks:

    • Windows: c:\arquivos de programas\novell\zenworks\conf\datamodel\authsource

    • Linux: /etc/opt/novell/zenworks/datamodel/authsource

  2. Mude o arquivo alt-servers.properties de modo a incluir o nome da origem de usuário e a lista de servidores LDAP que podem ser usados para acessá-la.

    O arquivo, mostrado abaixo, contém instruções de formatação das entradas.

    # Sample alt-servers.properties file.
    #
    # The alt-servers.properties file allows you to configure how this server will connect to a particular user source.
    # When connecting to a LDAP user source, ZENworks will try to connect to the servers in the order listed in this file.
    # This allows for fail-over to other LDAP servers and for load distribution, if different ZENworks Primary Servers are
    # configured with the server addresses in a different order.
    #
    # * The [user-source-name] must exactly match how the user source name appears on the configuration page in ZCC.
    # * You must specify the LDAP port along with each server address.
    # * SSL is configured for the entire user source, not for each individual server. You must specify either the
    #   SSL port or the clear text port for all servers, depending on how the user source is configured in ZCC.
    # * If the server-list.properties file contains an entry for a user source, ZENworks will not try to connect to the
    #   server address configured in ZCC. It only tries the addresses listed in the properties file.
    # * If you create or modify the server-list.properties file, you will need to restart the Novell ZENworks Server and
    #   Novell ZENworks Loader services for it to take effect.
    # * Performance will be impacted if one or more of the servers at the top of the list are down, as ZENworks attempts to
    #   connect to the servers in order. This is particularly true of the CASA authentication token service, which is
    #   contacted when a user tries to log in to ZENworks on a workstation.
    #
    # Format:
    #
    # [user-source-name]=\
    #   [host1]:[port] \
    #   [host2]:[port] \
    #   [host3]:[port]
    #
    # Example:
    #
    MY_EDIR_TREE=\
      edir1.novell.com:636 \
      edir2.novell.com:636 \
      edir3.novell.com:636 \
      edir4.novell.com:636
    
  3. Reinicie o servidor ZENworks.

  4. Repita da Etapa 1 até a Etapa 3 para cada Servidor ZENworks para o qual você deseja definir servidores LDAP adicionais.