Size: 3706
Comment:
|
Size: 4161
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 6: | Line 6: |
== About our data archiving system Jabba == All data you put on our data archiving system will we stored on tape drives. Like this the archive system can hold a large amount of data. The downside is that read and write operations are slow since the tape roboter has to physically grab the right tapes to handle your data. Thus, you should not use Jabba for data you use daily. But if you have a huge amount of simulation data that you might need in some weeks, Jabba would be a good place to take care of them. |
|
Line 8: | Line 11: |
To be able to utilize the service that jabba offers, you will need a local account on jabba. Write to support@ee.ethz.ch to aquire such an account. As soon as the account has been created for you, it will be possible for you to access jabba through NFS mounts. |
We will have to give the proper rights to your account before you will be able to use Jabba. Please write an email to support@ee.ethz.ch if you need access to our data archiving system. |
Line 11: | Line 13: |
{{{ /usr/jabba/backup/<institute>/<username> or /usr/jabba/archive/<institute>/<username> }}} |
As soon as access is granted, you have the following options to get/put data from/to the archiving system: |
Line 16: | Line 15: |
Please note the following: * Jabba consists of a large array of hard drives that are backed up on to tapes and should therefore be regarded with care, when it comes to writing data. The rules are simple, only write tar balls or archives to jabba, no single small files. Also make sure, that these archives/tarballs are no smaller than 5 and no larger than 10 Gigabyte. Winzip allows splitting of archive files. |
* NFS (Linux only): `/usr/jabba/archive/INSTITUTE/USERNAME` or `/usr/jabba/backup/INSTITUTE/USERNAME` * Samba: `\\jabba\USERNAME` * OpenSSH: `scp` ==== Important note ==== Since data you put on Jabba are stored on tape drives, please follow these rules: * '''Only write big archive files''' (`.tar.gz, .zip, ...`) to jabba, not many small files'''. * The ideal size of these archive files is between 5 and 10 Gigabytes. * Don't create archive files bigger than 10 Gigabytes. If you don't obey these rules, backing up and restoring your data will take ''very, very'' long. |
Line 25: | Line 32: |
To archive/backup your files, you can use the following methods: * Samba ('''\\jabba\[username]''') * remote-copy ('''scp''') * ftp (not recommended) * and ssh |
Data Archiving on Jabba
Contents
About our data archiving system Jabba
All data you put on our data archiving system will we stored on tape drives. Like this the archive system can hold a large amount of data. The downside is that read and write operations are slow since the tape roboter has to physically grab the right tapes to handle your data. Thus, you should not use Jabba for data you use daily. But if you have a huge amount of simulation data that you might need in some weeks, Jabba would be a good place to take care of them.
Jabba Usage
We will have to give the proper rights to your account before you will be able to use Jabba. Please write an email to support@ee.ethz.ch if you need access to our data archiving system.
As soon as access is granted, you have the following options to get/put data from/to the archiving system:
NFS (Linux only): /usr/jabba/archive/INSTITUTE/USERNAME or /usr/jabba/backup/INSTITUTE/USERNAME
Samba: \\jabba\USERNAME
OpenSSH: scp
Important note
Since data you put on Jabba are stored on tape drives, please follow these rules:
Only write big archive files (.tar.gz, .zip, ...) to jabba, not many small files.
- The ideal size of these archive files is between 5 and 10 Gigabytes.
- Don't create archive files bigger than 10 Gigabytes.
If you don't obey these rules, backing up and restoring your data will take very, very long.
To backup/archive your files via NFS, do the following:
tar cfv - <Directory> | /usr/isgtc/bin/tubasplit --size 5056 /usr/jabba/backup/tik/hans/file.tar
To archive your files utilizing ssh:
* * In both cases the files on harddisk will be deleted (after storage on tape) only if the threshold of free disk space on the partition is reached. The idea of this two methods of storage is, that you can define how much security you need for your data by choosing the name of the directory. There are several methods to transport the files to the jabba. You can use
The data transfer between harddisk and tape storage can be influenced with the following commands: Note: You must be logged in on Jabba to use these commands. Certain options are only available to the super user. Please consult the man pages on Jabba for more detailed information.
Note: If you have a local jabba-account you should preferably use the NFS-mount. Using ssh creates excessive load on 'jabba'! tar cfv - [Directory] | ssh jabba "/usr/isgtc/bin/tubasplit --size 5056 /usr/jabba/backup/tik/hans/file.tar"
To retreive your data from jabba, change to the directory where the archived files need to end up (e.g. /scratch/<username>): $ cat </usr/archive/biwi/<username>/tar-a> </usr/archive/biwi/<usernam>/tar-b> </usr/archive/biwi/<username>/tar-c> | tar xvf -
Two different storage areas are provided
User commands