Galaxy
®
GHDX2-ADA DICOM Storage and Archive Appliance Admin Guide
95
Step-by-Step Installation Verification
The script queries requiring an answer are shown in
blue
.
The user input is shown in
red.
The example below is for information only and the output may differ. This output is an
example of an empty data base.
Following are the steps to perform GalaxyDICOM installation verification; these commands
are run from the CLI:
c.
Check data base.
1)
Connect to data base qstardb and select data from table “mediaqueue” and
“volume”:
sudo -u postgres psql -c "select * from mediaqueue" qstardb
pk | study_iud | study_id | study_datetime | accession_number | study_description |
pat_id | pat_name | pat_birthdate | pat_sex | source_fs_name | tarball_path |
destination_path | event_datetime
----+-----------+----------+----------------+------------------+-------------------+-----
---+----------+---------------+---------+----------------+--------------+----------------
--+----------------
(0 rows)
(END)
Type “
q
” to quit.
sudo -u postgres psql -c "select * from volume" qstardb
media | volume | i1 | i2
-------+--------+----+----
(0 rows)
Type “
q
” to quit.
2)
Connect to data base pacsdb and select data from table “patient”:
sudo -u postgres psql -c "select * from patient" pacsdb
pk | merge_fk | pat_id | pat_id_issuer | pat_name | pat_i_name | pat_p_name |
pat_birthdate | pat_sex | pat_custom1 | pat_custom2 | pat_custom3 | created_time |
updated_time | pat_attrs
----+----------+--------+---------------+----------+------------+------------+-----------
----+---------+-------------+-------------+-------------+--------------+--------------+--
---------
(0 rows)
(END)
Type “
q
” to quit.
d.
Check GalaxyDICOM using the Web Interface
1)
Check GalaxyDICOM configuration page from Web Interface (GUI):
From the Web Interface under the menu item GalaxyDICOM, select Server
Configuration and verify the status of the following items:
Server Status: Started
ServerInfo: Title: GALAXYDICOM, port 11112
OnLine Filesystem: /mnt/pacs_online
Near line file system: tar:/mnt/pacs_nearline
The GalaxyDICOM installation and Verification is now complete, refer to the Getting Started
Guide to complete the setup of the GalaxyDICOM Appliance.