Changes between Version 4 and Version 5 of Darwin


Ignore:
Timestamp:
04/30/15 16:21:16 (9 years ago)
Author:
Richard Bramley
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Darwin

    v4 v5  
    2222 Recording directory:: {{{E:\Database\Recording}}}
    2323 Database File:: {{{E:\Database\EVOLUTION2.FDB}}}
    24  Recording Share Location:: \\CV-0502\Recordings
     24 Recording Share Location:: {{{\\CV-0502\Recordings}}}
    2525
    2626- Individual users of the Darwin software must have read/write permissions for the Recording Share.
     
    2929=== Client 1
    3030
    31  Location::
     31 Machine Name:: CV-0499
     32 Location:: TMF Echo Room
    3233
    33 == Installation
     34=== Client 2
    3435
    35 There is a client-server configuration, on machines connected to the University network.
     36 Location:: Research fellows office on the cardiology admin corridor, first floor of the hospital
    3637
    37 === Server
     38== How To
    3839
    39 The Server is installed in the TMF exercise suite, on University PC cv-0171. This comprises the Firebird database server, the Darwin analysis tools and the necessary drivers and reader software to allow holter monitors to be connected to the PC either directly over USB or via a USB mounted SD card reader. The server must have the license USB dongle connected for clients to be able to use the software.
     40=== Install Server
    4041
    41 === Clients ===
     421. Log onto the server with a local admin account
     432. Download the Darwin zip file from the University Departmental X Drive {{{\Cardiovascual Sciences\BRU\it strategic development}}} folder.
     443. Run the {{{Autorun}}} file
     454. Click the {{{Install}}} button
     465. Change the default password for the Firebird database ...
     476. Open a command window and cd into {{{\Program Files\Firebird\Firebird {version}\bin}}}
     487. Run the command:
     49{{{
     50gsec -user sysdba -pass masterkey -modify sysdba -pw {new_password}
     51}}}
     528. Create a share called {{{Recordings}}} pointing to the Recordings directory.  Currently {{{E:\Database\Recordings}}}.
     539. Give all the users that need to use Darwin all permissions except {{{Full Control}}} for the Recording folder and its children.
     5410. Open the Darwin Admin tool
     5511. Set the custom database username and password
     5612. Set the database pass as local to {{{E:\Database\EVOLUTION2.FDB}}}
     5713. Set the {{{raw_data}}} folder to the Recordings folder.  This may give a warning about recording being deleted, but what it actually means is that recording is the previous folder will not longer be available.
     5814. Set the central license server name to the server name.
     5915. Make sure the dongle has been inserted.
     6016.  On the setup tab make sure that the drive letters point to the drive letters that the SD cards will be plugged into.
     6117. On the users tab add the {{{darwinuser}}} account and any other accounts that are needed.
     6218. Allow connections to port 3050 in the Windows firewall.
     6319. Test logging in to the Darwin application proper
     6420. Test backing up the database and recordings.
    4265
    43 The client package is installed on three PCs: cv-0171 in the exercise suite, the PC in the echo room of the TMF, and the PC in the research fellows office on the cardiology admin corridor, first floor of the hospital.
     66=== Install Client
    4467
    45 Users who will be accessing the data need to have their user account given rights on the D:\Database\Recordings directory otherwise Darwin will be unable to open the recordings for them.
     68Same as the server install, except:
    4669
    47 === Configuration ===
     701. Only install Darwin and Firebird.  You must still update the Firebird default password.
     712. In the configuration set the database as a server database and the raw_data directory as the Recordings share.
    4872
    49 Clients need to be configured with the following settings, to access the server correctly:
     73=== Backup
    5074
    51 * Server: cv-0171
    52 * Database: D:\Database\Evolution2.fdb
    53 * Raw data: !\\cv-0171\Recordings
    54 * Central license server: cv-0171
    55 * Custom database user - details saved manually. Ask Nick or Anna Marie.
     751. Log into the admin tool
     762. Click the button to back up the database and recordings
     773. Save the back up to {{{E:\backups\{new folder} }}}.  The new folder needs to be empty.
     784. Copy the backup folder to the university X Drive {{{\Cardiovascual Sciences\BRU\Darwin Backups}}} folder.
     79
     80[[BackLinks]]