PDSI SciDAC Debian Repository How-To

This how to is geared toward debian users who have a desire to run parallel filesystems without having to build their own packages and just want things to work.

NOTE: Choose your distribution carefully, we build these packages for their counter-parts from the standard debian systems, unstable packages are built on a debian unstable system.

How to add PDSI SciDAC binaries to my debian testing/lenny system?

Add this line to your /etc/apt/sources.list file.

deb http://www.pdsi-scidac.org/repository/debian testing main
    

Add this line for the sources.

deb-src http://www.pdsi-scidac.org/repository/debian testing main
    

If you would like to verify the signed deb files make sure you do the following. However, apt will let you install unverified sources but will warn you and default to not install those packages.

apt-get update
apt-get install pdsi-scidac-keyring
    

How to add PDSI SciDAC binaries to my debian unstable/sid system?

Add this line to your /etc/apt/sources.list file.

deb http://www.pdsi-scidac.org/repository/debian unstable main
    

Add this line to get the sources.

deb-src http://www.pdsi-scidac.org/repository/debian unstable main
    

How do I get rid of the unverified packages warnings?

If you would like to verify the signed deb files make sure you do the following. However, apt will let you install unverified sources but will warn you and default to not install those packages if they aren't verified.

apt-get update
apt-get install pdsi-scidac-keyring
    

How do I get pvfs installed on my system?

Follow the instructions above for installing the pdsi debian repository on your debian system. Then there are several packages to choose from to install pvfs depending on what you want to do with the box. Currently pvfs isn't built to use infiniband networking, however, you can run ip over infiniband and use these packages.

Then simply:

apt-get install pvfs-server pvfs-modules-2.6.21-1-686
    

NOTE: The architecture used in this example is a 686 compatable box. So if you are using amd64 or ia64 please replace 686 with the appropriate architecture.

How do I get lustre installed on my system?

Follow the instructions above for installing or for unstable for installing the pdsi debian repository on your debian system. Then there are several packages to choose from to install lustre depending on what you want to do with the box. Currently lustre isn't built to use infiniband or quadrics, however you can run IP over both quadrics and infiniband and still use these packages.

Then simply:

apt-get install linux-image-2.6.18-4-lustre-686 lustre-utils lustre-modules-2.6.18-4-lustre-686
    

NOTE: The architecture used in this example is a 686 compatable box. So if you are using amd64 or ia64 please replace 686 with the appropriate architecture.

CONTACTS
Evan Felix
email: Evan.Felix@pnl.gov

Last updated 2008-06-25 | ©2008 Carnegie Mellon University