Você precisa instalar o postgresql-server para obter os scripts de inicialização e os binários do servidor do System V.
O Postgresql 8.4 parece estar instalado corretamente, de acordo com isso:
sudo yum install postgresql
Loaded plugins: product-id, refresh-packagekit, rhnplugin, security, subscription-manager
This system is not registered to Red Hat Subscription Management. You can
use subscription-manager to register.
This system is receiving updates from RHN Classic or RHN Satellite.
Setting up Install Process
Package postgresql-8.4.13-1.el6_3.x86_64 already installed and latest version
Nothing to do
No entanto, quando tento executar isso, não é reconhecido:
$ sudo /sbin/service postgresql initdb
postgresql: unrecognized service
Este é o RHEL 6.3
Tags postgresql yum linux redhat