-
Notifications
You must be signed in to change notification settings - Fork 3
Upgrade Fedora Notes
Thomas Scherz edited this page Feb 26, 2024
·
1 revision
- Login to JUMP Server : ssh sshap1prd01l.ad.uc.edu
- Login to SOLR Server : ssh libschpsl1.private
- Stop SOLR : sudo service solr stop
- Logout of SOLR Server : exit
- Login to Fedora Server : ssh libschpfl1.private
- Sudo -s
- Stop Tomcat : /opt/tomcat/bin/shutdown.sh
- Navigate to /opt/tomcat/webapps
- Rename fedora.war fedora.old
- wget https://github.com/fcrepo/fcrepo/releases/download/fcrepo-4.7.6/fcrepo-webapp-4.7.6.war
- mv fcrepo-webapp-4.7.6.war fedora.war
- /mnt/hydra/fcrepo/etc/fcrepo_start.sh
- Logout of Fedora Server : exit
- Login to SOLR Server : ssh libschpsl1.private
- Start SOLR Server : sudo service solr start
- Exit SOLR Server : exit
- Login into both WEB SERVERS (ssh libschpwl1.private and ssh libschpwl2.private)
- sudo su – scholar
- cd curate_uc
- Touch Application on web Server : touch tmp/restart.txt
- Restart SideKIQ application : ./scripts/restart_sidekiq.sh production
- You don’t need to do this on the 2nd Web Server
- Test scholar.uc.edu and Double Tunnel to Fedora Web Interface