100 likes | 274 Views
The Oslo SRB server (Storage Resource Broker). Responsible person at UiO: Dr. Jostein K. Sundet In case of problems or questions: mailto:hpc@usit.uio.no. There are two possibilities to upload/down load data. Web interface (see slides 3 to 6)
E N D
The Oslo SRB server(Storage Resource Broker) Responsible person at UiO: Dr. Jostein K. Sundet In case of problems or questions: mailto:hpc@usit.uio.no
There are two possibilities to upload/down load data • Web interface (see slides 3 to 6) • Pre-compiled shell commands (see slides 7 to 10) We recommend to use option 2!
1) Web interface Site: http://srb.uio.no/mySRB
This copies the file to your disk However, the filename is changed by default to, e.g., ‘CAG3ZZMG.nc’
2) Shell commands Available at: http://www.hpc.uio.no/hpc/Software/SRB There you will find gzipped * tar files containing pre-compiled commands for different systems (e.g. ‘Linux 64bit’) *) The files don’t necessarily have the gz suffix when downloaded, but they are, in fact, gzipped
In your home directory create a subdirectory called .srb (i.e., $HOME/.srb). • Create two files called .MdasEnv and .MdasAuth in $HOME/.srb. • The .MdasAuth file should contain only one line with your SRB password. • The .MdasEnv file must contain various bits of information (see next slide)
.srb/.MdasAuth <contains your password> .srb/.MdasEnv mdasCollectionName '/UIO/home/quantify.SRBuio/Quantify-a3' mdasDomainName 'SRBuio' mdasDomainHome 'SRBuio' srbUser 'quantify' srbHost 'srb.uio.no' defaultResource 'SRBuio_fs02' AUTH_SCHEME 'ENCRYPT1' srbPort '5545‘
Sinit (to get in) • Scd /UIO/home/quantify.SRBuio/Quantify-a3 (to go to the new Quantify directory) • Sls • Sget <filename> • Sput <filename> • …