dCache Hands-on
Welcome to our dCache hands-on.
Prerequisites
The virtual machines that will be used during this tutorial are SL6 machines with a kernel >= 2.6.32-220 and the following specs for the server: Minimum System Requirements. The client can have just enough disk and RAM to have the SL6 installed and running.
We would like to ask every participant to bring a notebook that has an ssh client installed. Please check on your machine.
- Linux and MacOS machines most of the time have an ssh client installed. Please check.
- Windows machine users can install a putty client (http://the.earth.li/~sgtatham/putty/latest/x86/putty.exe).
You need to login to your virtual machines (VMs). You have two VMs, one server and one client (<your number> you will get from us):
- ws-client-<your number>.twgrid.org
- ws-client-<your number>.twgrid.org
You will have to use two consoles, one for the server and one for the client. Use your ssh-client to connect to the machines using the following commands.
CLIENT:
ssh root@ws-client-<your number>.twgrid.org
SERVER:
ssh root@ws-server-<your number>.twgrid.org
After this step you should have two consoles with ssh connections to server and client. Make sure you know which console is the client, which is the server.
Content of the hands-on
In this hands-on we will cover the following topics
- Installation of dCache server - Taipei2014
- Writing to / Reading from dCache
- WebDAV using certificate-based authentication
- Pool Management And Pool Selection
- Hardware Lifecycle (adding storage, migrating)
Please go to the first part of this tutorial by clicking on Installation of dCache server - Taipei2014. We wish you a pleasant journey.