hdf images hdf images

Setting up an HDF-SRB Server


Instructions on how to build and setup a HDF5/SRB server

This instruction will show you how to build SRB with HDF5 support from the source code.


OBTAIN SOURCE CODE

1. DOWNLOAD SRB SOURCE CODE

2. DOWNLOAD POSTGRES SOURCE FILES

3. DOWNLOAD HDF5 LIBRARY FROM


COMPILE AND INSTALL LIBRARIES

1. COMPILE AND INSTALL ZLIB

2. COMPILE AND INSTALL SZIP

3. COMPILE AND INSTALL HDF5

4. MODIFY INSTALL.PL SCRIPT FOR EASY BUILD/INSTALL

IF everything goes OK, you should have a running SRB server with HDF5 support


S-COMMANDS

Download and build/install SRB client on any of your machines

If you are using the same machine as the server, the S-command client is at SRB3_4_0/utilities/bin, add the S-command path to your enviroment path

make directory ~/.srb, you need two files under ~/.srb

MdasAuth
#===============file content ===============
srbdemo05

.MdasEnv
#===============file content ===============
mdasCollectionName '/A/home/srbAdmin.demo'
mdasCollectionHome '/A/home/srbAdmin.demo'
mdasDomainName 'demo'
mdasDomainHome 'demo'
srbUser 'srbAdmin'
srbHost 'stanley.ncsa.uiuc.edu'
#srbPort '5544'
defaultResource 'demoResc'
#AUTH_SCHEME 'PASSWD_AUTH'
#AUTH_SCHEME 'GSI_AUTH'
AUTH_SCHEME 'ENCRYPT1'

Try 'Sinit' to start the connection
'Sls' to look at what files at the server
and more
'Sexit' when you are done

- - Last modified:September 23rd 2009