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/12 04:47:16 UTC

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

     [ https://issues.apache.org/jira/browse/AMBARI-1832?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

sandeepbaldawa updated AMBARI-1832:
-----------------------------------

    Environment: Rhel 2.6 64 bit  (was: 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)
    
> 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: Rhel 2.6 64 bit
>            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