Before Starting
Service installation
# EMI1/2: yum install emi-amga-postgres
yum install emi.amga.amga-server
Workarounds for SL6:
service postgresql initdb
Service Configuration
See
AMGA manual, section "2.2 Server Installation"
# should it be as runtime-dependency or it is common package?
yum install -y sudo
/etc/init.d/mdservice init
/etc/init.d/mdservice start
# workarounds:
chkconfig postgresql on
chkconfig --add mdservice
Issues: it is probably supposed use YAIM for configuration, but YAIM module for
AMGA is not availeble in EMI.
Service Testing
tail /var/log/amgad.log
--
FrantisekDvorak - 29-May-2011