Wellfleet-FSM-MIB

File: Wellfleet-FSM-MIB.mib (9205 bytes)

Imported modules

RFC1155-SMI RFC-1212 RFC1213-MIB
Wellfleet-COMMON-MIB

Imported symbols

Gauge OBJECT-TYPE DisplayString
wfFileSystemGroup

Defined Types

WfFsVolEntry  
SEQUENCE    
  wfFsVolID INTEGER
  wfFsSlot INTEGER
  wfFsType INTEGER
  wfFsRemoveable INTEGER
  wfFsAccess INTEGER
  wfFsState INTEGER
  wfFsSize Gauge
  wfFsFreeSize Gauge
  wfFsContigFree Gauge
  wfFsNumFiles Gauge
  wfFsLastWritten OCTET STRING
  wfFsBecameActive OCTET STRING
  wfFsAction INTEGER
  wfFsActionArg OBJECT IDENTIFIER
  wfFsPercentDone INTEGER

WfFsDirEntry  
SEQUENCE    
  wfFsDirVolID INTEGER
  wfFsDirFileIndex OBJECT IDENTIFIER
  wfFsDirFileName DisplayString
  wfFsDirCreated OCTET STRING
  wfFsDirFileSize Gauge
  wfFsDirFileMask Gauge

Defined Values

wfFsBase 1.3.6.1.4.1.18.3.3.2.12.1
OBJECT IDENTIFIER    

wfFsVolLastUpdated 1.3.6.1.4.1.18.3.3.2.12.1.1
Date and time the volume table was last updated
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING  

wfFsVols 1.3.6.1.4.1.18.3.3.2.12.1.2
The number of rows in the volume table
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

wfFsVolTable 1.3.6.1.4.1.18.3.3.2.12.2
Volume table
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WfFsVolEntry

wfFsVolEntry 1.3.6.1.4.1.18.3.3.2.12.2.1
A row in the Volume table
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  WfFsVolEntry  

wfFsVolID 1.3.6.1.4.1.18.3.3.2.12.2.1.1
Volume number
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfFsSlot 1.3.6.1.4.1.18.3.3.2.12.2.1.2
Processor owning the volume
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfFsType 1.3.6.1.4.1.18.3.3.2.12.2.1.3
Type of volume - DOS, NVFS or UNIX
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER dos(1), nvfs(2), unix(3)  

wfFsRemoveable 1.3.6.1.4.1.18.3.3.2.12.2.1.4
Can this file system be removed or is it a fixed file system
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER remove(1), fixed(2)  

wfFsAccess 1.3.6.1.4.1.18.3.3.2.12.2.1.5
Read only or read-write file system. DOS file systems are always set to unknown since we can't tell what the state is until we actually try to write to the disk.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), readonly(2), readwrite(3)  

wfFsState 1.3.6.1.4.1.18.3.3.2.12.2.1.6
The state that the file system is in. If it is corrupted then it is unusable, if it is busy, the MIB is being updated. Floppy not present is a state used in DOS only and means that the floppy isn't there or we couldn't mount it. Incomplete means that we got a mount for a DOS floppy duing boot, but because of 30 second timeouts in DOS, we are not willing to take the hit during boot. Fill in minimal information and let Site Manager do the 'DIR' that will fill in the rest.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER ok(1), corrupt(2), busy(3), present(4), incomplete(5)  

wfFsSize 1.3.6.1.4.1.18.3.3.2.12.2.1.7
Physical size in bytes
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

wfFsFreeSize 1.3.6.1.4.1.18.3.3.2.12.2.1.8
Total available bytes
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

wfFsContigFree 1.3.6.1.4.1.18.3.3.2.12.2.1.9
The amount of contiguous bytes free. In DOS and UNIX, contiguous = free. In NVFS, this may not be true.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

wfFsNumFiles 1.3.6.1.4.1.18.3.3.2.12.2.1.10
The number of files on this volume
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

wfFsLastWritten 1.3.6.1.4.1.18.3.3.2.12.2.1.11
The last time a write request was written to this volume
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING  

wfFsBecameActive 1.3.6.1.4.1.18.3.3.2.12.2.1.12
The date and time this volume became active
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING  

wfFsAction 1.3.6.1.4.1.18.3.3.2.12.2.1.13
When set, performs a volume command (compact, format, dir, purge)
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER dir(1), format(2), compact(3), purge(4), partcre(5), partdel(6), noaction(7)  

wfFsActionArg 1.3.6.1.4.1.18.3.3.2.12.2.1.14
Optional argument for directory action for viewing file hierarchies
Status: mandatory Access: read-write
OBJECT-TYPE    
  OBJECT IDENTIFIER  

wfFsPercentDone 1.3.6.1.4.1.18.3.3.2.12.2.1.15
Percent of task completed
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfFsDirBase 1.3.6.1.4.1.18.3.3.2.12.3
OBJECT IDENTIFIER    

wfFsDirEntries 1.3.6.1.4.1.18.3.3.2.12.3.1
Number of entries in the directory table
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

wfFsDirLastUpdated 1.3.6.1.4.1.18.3.3.2.12.3.2
Time the directory table was last updated
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING  

wfFsDirTable 1.3.6.1.4.1.18.3.3.2.12.5
Directory table
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WfFsDirEntry

wfFsDirEntry 1.3.6.1.4.1.18.3.3.2.12.5.1
An entry in the directory table
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  WfFsDirEntry  

wfFsDirVolID 1.3.6.1.4.1.18.3.3.2.12.5.1.1
Volume number that this directory entry is contained on
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfFsDirFileIndex 1.3.6.1.4.1.18.3.3.2.12.5.1.2
Hierarchical file index
Status: mandatory Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

wfFsDirFileName 1.3.6.1.4.1.18.3.3.2.12.5.1.3
Name of the file
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

wfFsDirCreated 1.3.6.1.4.1.18.3.3.2.12.5.1.4
When the file was created
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING  

wfFsDirFileSize 1.3.6.1.4.1.18.3.3.2.12.5.1.5
Size of the file
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

wfFsDirFileMask 1.3.6.1.4.1.18.3.3.2.12.5.1.6
Access mode on file for UNIX and DOS file systems
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge