MediData

MediData-Appliance

Die MediData-Appliance kommt in Form einer ZIP-Datei daher, in der sich die VM-Files (.ova, .vmdk, .mf, .nvram) verbergen (sie wurde aus VMware also als „Folder of files“ (OVF) exportiert).

Für den Betrieb in KVM:

  • KVM: Die entpackten VMware-Dateien für den Betrieb umwandeln: virt-v2v -i ova . -o local -os . -of qcow2, Dauer ca. 70 Sekunden.

  • Erzeugte anything-sda an eine VM hängen und von dieser booten (in oVirt vorher unter Storage > Disks > Upload hochladen).

  • Die VM fordert per DHCP eine IP-Adresse an. Auf KVM findet man diese mit sudo virsh net-dhcp-leases <network-name> heraus.

Stand 2021-05 basiert die Appliance auf CentOS 7 Minimal, der GRUB-Bootloader ist (vorbildlich) passwortgeschützt. Sie wird seitens MediData mit Ansible auf Port 22 gemanaged. Die Anwendung selbst ist in Form von Docker-Containern realisiert. Die Disk ist im Auslieferungszustand 120 GB gross und thin-provisioned (initial ca. 2.6 GB).

Die Appliance lässt sich per http://medidata-ip:8000 in den Bereichen Netzwerk, Self-Signed Zertifikat, Proxy, Basic-Auth-Benutzer und Timeserver konfigurieren. Die Config-Seite ist durch HTTP Basic-Auth geschützt, die Default-Credentials lauten admin / admin.

Sonst ist die Appliance eine Blackbox: es fehlt der root-Zugang, eine Überwachung oder Management ist nicht möglich.

MediData-Client

Installation des MediData-Clients auf einer RHEL-Maschine ohne GUI:

/root/MediPort_Communicator_V01.20.00.sh
Unpacking JRE ...
Preparing JRE ...
Starting Installer ...
Please choose the language:
1: English [Enter]
2: German
[1 - 2]

Installation step 1 from  7
You will be guided through the Installation of MediPort Communicator
V01.20.00.

It is strongly recommended that you quit all programs before continuing with
this installation.

Click the "Next" button to preceed to the next screen. If you want to change
something on a previous screen, click the "Previous" button.

You may cancel this installation at any time by clicking the "Cancel"
button.
Installation step 2 from 7
[/opt/MPCommunicator]

Installation step 3 from  7
[/opt/mpcdata]

On Desktop?
Yes [y, Enter], No [n]
n
In Home folder?
Yes [y], No [n, Enter]
n
Installation step 5 from  7
Please review the folders before continuing
Product name:
MediPort Communicator V01.20.00
Install directory:
/opt/MPCommunicator
Folder for configuration- and user- data:
/opt/mpcdata
Please wait while MediPort Communicator is being installed on your computer

Installation step 7 from  7
Congratulations! MediPort Communicator V01.20.00 has been successfully
installed to:

/opt/MPCommunicator

Press "Done" to quit the installer
Finishing installation ...

Start des Clients:

cd /opt/MPCommunicator
nohup ./MPC_Scheduler_Start &