Centre de Calcul MEDICIS
TODO :
- you need to fill in the form below
- you must read everything
- you need to return the form by e-mail to assistance [at] medicis.polytechnique.fr with (for example as attached document) your RSA public key for SSH connection (see below)
- we then create the required account
- we will contact you by e-mail when it is done
- You also got to sign this chart (not available in English) and send it to us at this adress
- Read also the chart for RENATER.
TO FILL IN AND SEND
- First name - Name :
- Country - Town - Laboratory :
- Contact telephone number :
- Name of login required (upto 8 characters) :
- Your e-mail address(imperative: it will be written in your .forward and you commit yourself to keep it up to date) :
- (URL) address of your professional WEB page (If you wish to be referenced from the MEDICIS site) :
- The computer algebra systems that you plan to use :
- Your research interests :
- Your supervisor or research director (for students ou post doctoral positions) :
- Your RSA public key (for SSH connection) as attached document :
---------- PLEASE READ THIS FORM FULLY ----------
RULES FOR GOOD USE
SecurityThe interactive access of the machines is limited to solely one machine "login.medicis.polytechnique.fr".
These connections NEED to be SECURE, therefore don't use the classic tools (telnet or rlogin or ftp), but tools such SSH.
Please note that no traditional Unix password is in use on MEDICIS. You need to :
- have a RSA dual-keys, generated on a Unix server by the commandssh-keygenWhen you launch this command, we invite you strongly to choose and type a passphrase(logic equivalent of a password, which will be used to protect your dual-keys).
- send us, with this demand, your public key (by default, the ~/.ssh/identity.pubfile).Sharing out the loading
"login.medicis.polytechnique.fr" is the only machine accessible for you. On this machine you will be able to access others with the command :rlogin machine or much simplier machineThe "proper" rules
In order to return to the cohabitation the easiest way is to go between the users.
- please read your e-mails which will hold all the announcements, and the word of the day of the machine "login" (/etc/motd).
- for all your problems, questions and requirements, please e-mail us at assistance [at] medicis.polytechnique.fr
- please check from time to time the space you occupy on the disk :
cd : to return to your home-directoryA shared "scratch" space (without backup) is dedicated to large files which you could have a punctual need (like output of your jobs).
du : gives in Kb the space you are using
df . : gives the free space on the disk
It is accessible from the all the cluster in /scratch.
A local "scratch" zone at each machine can be found in /scratch.local.- check too, that there are no jobs which will run badly or without you knowing (frequent at the time of abnormal exit of the interactive software), by the command
ps x : on each machineIf you need to eradicate the useless process :
or the best command is
rps : which gives you ALL the processes in the clusterrlogin the_machine_where_it_turnsThank you for paying attention to this, in order to avoid using the CPU for no reason. Look at the loading of the machines from time to time:
ps x
kill -9 <PID>top : permits you to see active processes on the machine
There we go, we hope that if each person pays a little attention, we can use these servers as efficiently as possible.