Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.365.362 Times

Filesys::SamFS 0.035

  Date Added: August 11, 2010  |  Visits: 702

Filesys::SamFS

Report Broken Link
Printer Friendly Version


Product Homepage
Download (93 downloads)



Filesys::SamFS is a Perl extension mapping the SamFS API to Perl. SYNOPSIS use Filesys::SamFS; 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 LSC, Inc. For more information, please refer to http://www.lsci.com/ . Exported constants and functions Filesys::SamFS does not export by default. All constants and functions are available for explicit import (i.e. use "Filesys::SamFS (SAM_VERSION)"). They have also been bundled up in useful groups for import with tags (i.e. use "Filesys::SamFS (:version)"). The groups are the following: :version SAM_VERSION NAME MAJORV MINORV FIXV Note that VERSION is the module version; the SamFS version is available as Filesys::SamFS::SAM_VERSION. :stat sam_stat() sam_lstat() sam_vsn_stat() MAX_ARCHIVE MAX_VSNS :mode S_IRGRP S_IROTH S_IRUSR S_IRWXG S_IRWXO S_IRWXU S_IWGRP S_IWOTH S_IWUSR S_IXGRP S_IXOTH S_IXUSR S_ISBLK(mode) S_ISCHR(mode) S_ISDIR(mode) S_ISFIFO(mode) S_ISGID(mode) S_ISREG(mode) S_ISUID(mode) S_ISLNK(mode) :attr SS_SAMFS SS_REMEDIA SS_ARCHIVED SS_ARCHDONE SS_DAMAGED SS_CSGEN SS_CSUSE SS_CSVAL SS_OFFLINE SS_ARCHIVE_N SS_ARCHIVE_R SS_ARCHIVE_A SS_RELEASE_A SS_RELEASE_N SS_RELEASE_P SS_STAGE_A SS_STAGE_N SS_ISSAMFS(attr) SS_ISREMEDIA(attr) SS_ISARCHIVED(attr) SS_ISARCHDONE(attr) SS_ISDAMAGED(attr) SS_ISOFFLINE(attr) SS_ISARCHIVE_N(attr) SS_ISARCHIVE_A(attr) SS_ISARCHIVE_R(attr) SS_ISRELEASE_A(attr) SS_ISRELEASE_N(attr) SS_ISRELEASE_P(attr) SS_ISSTAGE_A(attr) SS_ISSTAGE_N(attr) SS_ISCSGEN(attr) SS_ISCSUSE(attr) SS_ISCSVAL(attr) SS_ARCHIVE_C, SS_DIRECTIO, SS_PARTIAL, SS_ISARCHIVE_C, SS_ISDIRECTIO, SS_ISPARTIAL, :flags SS_STAGEFAIL SS_STAGING SS_ISSTAGING(flags) SS_ISSTAGEFAIL(flags) :copyflags CF_ARCHIVED CF_ARCH_I CF_DAMAGED CF_REARCH CF_STALE CF_VAULT :devstat sam_devstat(eq) sam_ndevstat(eq) sam_devstr(status) DT_CLASS_MASK DT_CLASS_SHIFT DT_DAT DT_DATA DT_DISK DT_DISK_SET DT_ERASABLE DT_EXABYTE_TAPE DT_FAMILY_SET DT_LINEAR_TAPE DT_MEDIA_MASK DT_META DT_META_SET DT_MULTIFUNCTION DT_OPTICAL DT_RAID DT_ROBOT DT_ROBOT_MASK DT_SCSI_R DT_SCSI_ROBOT_MASK DT_SQUARE_TAPE DT_TAPE DT_TAPE_R DT_TAPE_SR DT_VIDEO_TAPE DT_WORM_OPTICAL DT_WORM_OPTICAL_12 DVST_ATTENTION DVST_AUDIT DVST_BAD_MEDIA DVST_CLEANING DVST_FORWARD DVST_FS_ACTIVE DVST_I_E_PORT DVST_LABELED DVST_MAINT DVST_MOUNTED DVST_OPENED DVST_POSITION DVST_PRESENT DVST_READY DVST_READ_ONLY DVST_REQUESTED DVST_SCANNED DVST_SCANNING DVST_SCAN_ERR DVST_STAGE_ACT DVST_STOR_FULL DVST_UNLOAD DVST_WAIT_IDLE DVST_WR_LOCK :catalog sam_opencat sam_closecat sam_getcatalog MAX_CAT BARCODE_LEN CATALOG_SLOT_DRIVE CATALOG_SLOT_MAIL CATALOG_SLOT_MEDIA CSP_BAD_MEDIA CSP_BAR_CODE CSP_CLEANING CSP_EXPORT CSP_INUSE CSP_LABELED CSP_NEEDS_AUDIT CSP_OCCUPIED CSP_READ_ONLY CSP_RECYCLE CSP_UNAVAIL CSP_WRITEPROTECT CS_BADMEDIA(status) CS_BARCODE(status) CS_CLEANING(status) CS_EXPORT(status) CS_INUSE(status) CS_LABELED(status) CS_NEEDS_AUDIT(status) CS_OCCUPIED(status) CS_RDONLY(status) CS_RECYCLE(status) CS_UNAVAIL(status) CS_WRTPROT(status) :operations sam_archive sam_cancelstage sam_release sam_ssum sam_stage sam_setfa sam_advise.

Requirements: No special requirements
Platforms: Linux
Keyword: Archive Attr Cf Csp Dt Dvst Filesyssamfs Libraries Programming Sam Samfs Ss Tape Tape Dt
Users rating: 0/10

License: Freeware Size: 18.43 KB
USER REVIEWS
More Reviews or Write Review


FILESYS::SAMFS RELATED
Programming  -  ARIO 0.6.1
ARIO is a C++ library for reading and producing archive files, which are commonly used as libraries of relocatable object files. See also ELFIO project.(http://sourceforge.net/projects/elfio)
105.37 KB  
Libraries  -  Archive::Zip 1.20
Archive::Zip is a Perl module which provides an interface to ZIP archive files. SYNOPSIS # Create a Zip file use Archive::Zip qw( :ERROR_CODES :CONSTANTS ); my $zip = Archive::Zip->new(); # Add a directory my $dir_member =...
174.08 KB  
Libraries  -  Archive::Chm 0.06
Archive::Chm is a Perl module that performs some read-only operations on HTML help (.chm) files. Range of operations includes enumerating contents, extracting contents and getting information about one certain part of the archive. The module...
419.84 KB  
Libraries  -  HyperWave::CSP 0.03.1
SYNOPSIS use HyperWave::CSP; $server = HyperWave::CSP->New("my.hyperwave.server"); $server->quit; HyperWave is a class implementing a simple HyperWave client in Perl. CONSTRUCTOR new ( [ HOST [, PORT [, USERNAME [, PASSWORD [, ENCRYPT...
17.41 KB  
Libraries  -  Archive::Tyd 0.02
Archive::Tyd is a Perl extension for simple file archiving. SYNOPSIS use Archive::Tyd; my $tyd = new Archive::Tyd (password => secret password); # Load an archive. $tyd->openArchive ("./archive.tyd"); # Add a file. $tyd->addFile...
8.19 KB  
Libraries  -  Archive::SelfExtract 1.3
Archive::SelfExtract is a Perl module to bundle compressed archives with Perl code. SYNOPSIS use Archive::SelfExtract; # writes output script to STDOUT Archive::SelfExtract::createExtractor( "perlcode.pl", "somefiles.zip" ); # with...
6.14 KB  
Libraries  -  Archive::Ar 1.13b
Archive::Ar is a Perl interface for manipulating ar archives. SYNOPSIS use Archive::Ar; my $ar = new Archive::Ar("./foo.ar"); $ar->add_data("newfile.txt","Some contents", $properties); $ar->add_files("./bar.tar.gz", "bat.pl")...
6.14 KB  
Libraries  -  Archive::Rar 1.9
Archive::Rar is a interface with the rar command. SYNOPSIS use Archive::Rar; my $rar =new Archive::Rar(); $rar->Add( -size => $size_of_parts, -archive => $archive_filename, -files => @list_of_files, ); This is a module for the handling...
8.19 KB  
Libraries  -  xDash::Archive::Pg 1.02
xDash::Archive::Pg is a base class for Archive. SYNOPSIS package Archive; use base xDash::Archive::Pg; # Set up your own database access parameters sub SetParameters { shift->SUPER::SetDatabaseConnection( name => xdash, user => , password...
62.46 KB  
Libraries  -  RTx::RT34::Bulk::CF::Edit 0.001
RTx::RT34::Bulk::CF::Edit is a Perl module to allow bulk editing of custom fields..
14.34 KB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB