from small one page howto to huge articles all in one place

search text in:




Other .linuxhowtos.org sites:gentoo.linuxhowtos.org



Last additions:
using iotop to find disk usage hogs

using iotop to find disk usage hogs

words:

887

views:

209586

userrating:


May 25th. 2007:
Words

486

Views

258592

why adblockers are bad


Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

words:

161

views:

149883

userrating:


April, 26th. 2006:

Druckversion
You are here: manpages





smicache

Section: SMI Tools (1)
Updated: August 10, 2004
Index Return to Main Contents
 

NAME

smicache - caching method for use with libsmi  

SYNOPSIS

smicache [ -Vh ] [ -d dir ] [ -p prefix ] [ mib ]  

DESCRIPTION

The smicache program can be used by libsmi to fetch MIB modules that cannot be found in regular local MIB directories.  

OPTIONS

-V
Show the smicache version and exit.
-h
Show a help text and exit.
-d dir
Write fetched module file(s) to directory dir.
-p prefix
Use the URL prefix prefix for fetching modules.
mib
The MIB module to be fetched.

Note that smicache is just a very simple script that builds on the wget program to retrieve files from URLs. It does not handle the file attributes of retrieved modules in any special way, so that you have to care about permissions in mult-user environments.  

EXAMPLE

Smicache can be used by putting the following line into the global configuration file:

  cache /usr/local/share/mibs/cache 
    /usr/local/bin/smicache 
   -d /usr/local/share/mibs/cache 
   -p http://www.ibr.cs.t-bs.de/projects/libsmi/smicache/

You might want to chmod 1777 /usr/local/share/mibs/cache.  

SEE ALSO

The libsmi(3) project is documented at http://www.ibr.cs.t-bs.de/projects/libsmi/.

smilint(1)  

AUTHOR

(C) 200-2004 Frank Strauss, TU Braunschweig, Germany <strauss@ibr.cs.t-bs.de>


 

Index

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
EXAMPLE
SEE ALSO
AUTHOR





Support us on Content Nation
rdf newsfeed | rss newsfeed | Atom newsfeed
- Powered by LeopardCMS - Running on Gentoo -
Copyright 2004-2025 Sascha Nitsch Unternehmensberatung GmbH
Valid XHTML1.1 : Valid CSS
- Level Triple-A Conformance to Web Content Accessibility Guidelines 1.0 -
- Copyright and legal notices -
Time to create this page: 14.1 ms