Questo contenuto non è disponibile nella lingua selezionata.

A.2. Preparing HAProxy Nodes


The following setup assumes two HAProxy nodes named haproxy and haproxy2, and two Ceph Object Gateway servers named rgw1 and rgw2. You may use any naming convention you prefer. Perform the following procedure on your two HAProxy nodes:
  1. Install Red Hat Enterprise Linux 7.
  2. Register the nodes.
    # subscription-manager register
  3. Enable the Red Hat Enterprise Linux 7 server repository.
    # subscription-manager repos --enable=rhel-7-server-rpms
  4. Update the server.
    # yum update -y
  5. Install admin tools (for example, wget, vim, and so on) as needed.
  6. Open port 80.
    # firewall-cmd --zone=public --add-port 80/tcp --permanent
    # firewall-cmd --reload
  7. For HTTPS, open port 443.
    # firewall-cmd --zone=public --add-port 443/tcp --permanent
    # firewall-cmd --reload
Red Hat logoGithubredditYoutubeTwitter

Formazione

Prova, acquista e vendi

Community

Informazioni su Red Hat

Forniamo soluzioni consolidate che rendono più semplice per le aziende lavorare su piattaforme e ambienti diversi, dal datacenter centrale all'edge della rete.

Rendiamo l’open source più inclusivo

Red Hat si impegna a sostituire il linguaggio problematico nel codice, nella documentazione e nelle proprietà web. Per maggiori dettagli, visita il Blog di Red Hat.

Informazioni sulla documentazione di Red Hat

Legal Notice

Theme

© 2026 Red Hat
Torna in cima