| Name | Last modified | Size | Description | |
|---|---|---|---|---|
| Parent Directory | - | |||
| Banner.gif | 13-Jun-2003 08:45 | 9.0K | ||
| Changes | 14-Apr-2008 10:39 | 2.9K | ||
| Changes.html | 14-Apr-2008 10:39 | 4.4K | ||
| Filesys-SamFS-0.021.tar.gz | 13-Jun-2003 08:45 | 13K | ||
| Filesys-SamFS-0.031.tar.gz | 13-Jun-2003 08:45 | 14K | ||
| Filesys-SamFS-0.032.tar.gz | 13-Jun-2003 08:45 | 14K | ||
| Filesys-SamFS-0.033.tar.gz | 13-Jun-2003 08:45 | 16K | ||
| Filesys-SamFS-0.034.tar.gz | 13-Jun-2003 08:45 | 16K | ||
| Filesys-SamFS-0.035.tar.gz | 13-Jun-2003 08:45 | 18K | ||
| Filesys-SamFS-0.036.tar.gz | 09-Mar-2005 11:47 | 18K | ||
| Filesys-SamFS-0.1.tar.gz | 31-Mar-2008 14:25 | 22K | ||
| Filesys-SamFS-0.1_01.tar.gz | 14-Jan-2008 15:05 | 22K | ||
| Filesys-SamFS-0.101.tar.gz | 14-Apr-2008 10:39 | 31K | ||
| README | 14-Apr-2008 10:39 | 2.2K | ||
| README.html | 14-Apr-2008 10:39 | 3.7K | ||
| index.shtml | 13-Jun-2003 08:45 | 536 | ||
Filesys::SamFS makes the SamFS API available to Perl. SamFS is a HSM (Hierarchical Storage Management) Filesystem; it manages files in two storage levels - a cache on disks and an archive on removable media like magneto-optical disks or tapes.
SamFS is a product of Sun Microsystems, Inc. For more information, please refer to
http://www.sun.com/storagetek/management_software/data_management/sam/
Copyright (c) 2000,2001,2008 Lupe Christoph. All rights reserved.
This software is covered by the Artistic license 2.0, see the file Artistic-2.0 included in the distribution.
While it is quite possible that this module will work with earlier versions, it has only been tested with this version.
Tested with versions 3.3.0-40, 3.3.1-15, and 3.5.0-28. NOT TESTED WITH 4.x by the author!
The author does not have access to a SamFS installation anymore. It is thus vitally important for him to receive YOUR feedback about any if small problem you encounter.
Because it is very hard to develop test code without the ability to test it, additional test code written by YOU is very welcome.
Standard build/installation supported by ExtUtils::MakeMaker(3)...
perl Makefile.PL
make
make test
make install
If you run into problems because you older SamFS does not define some of the new features, try running
perl Makefile.PL -DOLD_SAMFS
Note that the ndevstat() call in the API only works for the superuser.
Consequently, t/03ndevstat.t will fail unless it is run by root.
You can do this with this command:
su root -c '/usr/ccs/bin/make test'