You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "sandeepbaldawa (JIRA)" <ji...@apache.org> on 2013/04/08 06:15:15 UTC

[jira] [Created] (AMBARI-1832) postgresql seems not be installed correctly in Dev environment

sandeepbaldawa created AMBARI-1832:
--------------------------------------

             Summary: postgresql seems not be installed correctly in Dev environment
                 Key: AMBARI-1832
                 URL: https://issues.apache.org/jira/browse/AMBARI-1832
             Project: Ambari
          Issue Type: Bug
         Environment: In document https://cwiki.apache.org/confluence/display/AMBARI/Ambari+Development after installing ambari-server(using yum install <rpm>)

postgresql is not being installed or maybe not being installed correctly, "service postgresql status" returns unrecognised service

Workaround for the same, was doing the steps below
Manually install postgresql using the following commands
yum list post*
yum install postgresql84.x86_64
yum install postgresql84-server.x86_64
service postgresql initdb
service postgresql start
ln -s  /var/lib/pgsql/8.4/data/ /var/lib/pgsql/data
            Reporter: sandeepbaldawa
            Priority: Critical




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira