Este conteúdo não está disponível no idioma selecionado.

2.3.3. External Database Requirements


The External Database version of Red Hat Satellite requires additional hardware considerations. This section specifies these requirements when installing the Red Hat Satellite server and connecting to an external database.
Red Hat supports Red Hat Satellite installations on a External Database using one of the following:
  • PostgreSQL 8.4 or greater
  • Oracle Database 11g Standard and Enterprise Edition
  • Oracle Database 10g Release 2 Standard and Enterprise Edition
Ensure the External Database runs on a different server to the Red Hat Satellite.

Important

The following database migrations are not supported:
  • PostgreSQL Databases to Oracle Databases
  • PostgreSQL Embedded Database to PostgreSQL External Database
  • PostgreSQL External Database to PostgreSQL Embedded Database

2.3.3.1. PostgreSQL Database Requirements

If running a PostgreSQL External Database, install the postgresql-pltcl package to your system. This package contains the PL/Tcl procedural language for PostgreSQL, which Satellite's audit logging features require. To install this package, log in to your External Database server and run the following command:
# yum install postgresql-pltcl
Copy to Clipboard Toggle word wrap

Note

If running a PostgreSQL External Database on Red Hat Enterprise Linux 5, use the postgresql84-pltcl package.
PostgreSQL requires some tuning to provide the optimal performance of your Red Hat Satellite server. For manual tuning of your /var/lib/pgsql/data/postgresql.conf, set the following parameters:
#shared_buffers = 24MB
maintenance_work_mem = 224MB
checkpoint_completion_target = 0.7
effective_cache_size = 2560MB
work_mem = 6MB
wal_buffers = 4MB
checkpoint_segments = 8
shared_buffers = 896MB
max_connections = 600
listen_addresses = '*'
bytea_output = 'escape'
Copy to Clipboard Toggle word wrap

Note

The bytea_output parameter sets the correct encoding for bytea datatypes. Without this parameter, Satellite's Taskomatic service fails.
Restart the PostgreSQL server for these changes to take effect:
# service postgresql92-postgresql restart
Copy to Clipboard Toggle word wrap
Voltar ao topo
Red Hat logoGithubredditYoutubeTwitter

Aprender

Experimente, compre e venda

Comunidades

Sobre a documentação da Red Hat

Ajudamos os usuários da Red Hat a inovar e atingir seus objetivos com nossos produtos e serviços com conteúdo em que podem confiar. Explore nossas atualizações recentes.

Tornando o open source mais inclusivo

A Red Hat está comprometida em substituir a linguagem problemática em nosso código, documentação e propriedades da web. Para mais detalhes veja o Blog da Red Hat.

Sobre a Red Hat

Fornecemos soluções robustas que facilitam o trabalho das empresas em plataformas e ambientes, desde o data center principal até a borda da rede.

Theme

© 2025 Red Hat