Server Restart Procedures

From Bangor Imaging Unit
(Redirected from Server Restart Proceedures)

Server Restart

Prerequisits

  • Administrator login credentials for Elli, and Odin.
  • Access to the Scanner Suite and a key to Brigantia 005.
  • A computer connected to the wired university network with an ssh client.
  • A Mac connected to the wired network is helpful but not essential.
  • Ability to use ssh and terminal.


Restart Instructions

It is best to perform the following steps in order.

Boot Elli

Elli is located in the scanner suite the right of the scanner console. Press the release button on the top of the security bezel then remove the security bezel. This video https://youtu.be/psL8-P0Hs1s?t=11s shows how to remove the bezel.

Press the power button at the top left corner of the front panel. Elli should begin the power on sequence. Replace the security bezel. Boot up takes about 5 minutes.

Start Odin

Odin is in Andrew's office, (Brigantia 005) Power on Odin and wait a couple of minutes for it to boot.

Connect to odin using ssh:

$ ssh odinadmin@odin.ad.bangor.ac.uk
Password:
$ cd ~/Documents
$ docker-compose -p dcm4chee start

You should see db, ldap and arc start.


Start DCM4CHEE PACS on elli'

Log into pmac2752 as andrewfischer

%ssh andrewfischer@elli.ad.bangor.ac.uk

Navigate to /etc/init.d and sudo the start script

andrewfischer@elli:~$ cd /etc/init.d
sudo sh dcm4chee_init_redhat.sh start

Check the server logs for errors. Mostly you are looking to see if the server started.

$ cd /usr/local/dcm4chee/server/default/log
$ tail boot.log
$ tail server.log

Check the web interface and try connecting with a DICOM client.