User Tools

Site Tools


maintenance:update:03-update

This is an old revision of the document!


Update

specify RPM directory

vi /etc/yum.repos.d/aducid.repo

Enable only the aducid-media section

[aducid-media]
name=aducid $releasever
baseurl=file:///media/ADUCID/repository/el$releasever/$basearch/
gpgcheck=0
enabled=1

Copy your installation files to the same directory, as specified above (/media/ADUCID)

perform update

yum clean all  
# if the following is OK …
yum update aducid-installer
# … then do the others 
yum update aducid-aaa aim aducid-proof 

check config files

  • You will probably need to replace newly installed file /opt/aaa/conf/aducid-aaa.conf with the file, you saved in previous steps
  • Check also the /opt/tomcat/conf/ADUCID.properties file

start services

systemctl start tomcat9.service
tail -f /opt/tomcat/logs/catalina.out
#
systemctl start aducid-aaa.service
systemctl -l status aducid-aaa.service
#
systemctl start httpd.service
systemctl -l status httpd.service
maintenance/update/03-update.1566476443.txt.gz · Last modified: 2019/08/22 12:20 by mpospisek