NetWare-Server-MIB Table View

Table-centric layout grouping table, row, and column objects.

Tables
14
Rows
14
Columns
109

nwFSVolTable

table mandatory
.1.3.6.1.4.1.23.2.28.2.14 · 1 row entry · 16 columns
The volume table lists all the NetWare volumes,
whether mounted or not ( see nwVolMounted for more
details).
nwFSVolEntry entry .1.3.6.1.4.1.23.2.28.2.14.1
An entry in the volume table describing a single
NetWare Volume
Indexes
nwVolID
Column Syntax OID
nwVolID mandatory
A unique value for each NetWare volume on the server.
The value for each volume must remain constant at least
from one re-initialization of the agent to the next re-
initialization.
Integer32
Constraints:
range: 1-2147483647
.1.3.6.1.4.1.23.2.28.2.14.1.1
nwVolPhysicalName mandatory
The name of the physical volume (as opposed to any
Directory Services (DS) name.
OctetString
Constraints:
range: 0-64
.1.3.6.1.4.1.23.2.28.2.14.1.2
nwVolSize mandatory
The size of the volume in KBytes.
HOST-RESOURCES-MIBKBytes
Textual Convention: HOST-RESOURCES-MIBKBytes Integer32
Type Constraints:
range: 0..2147483647
.1.3.6.1.4.1.23.2.28.2.14.1.3
nwVolFree mandatory
The free space on the volume in KBytes. As this
number approaches zero, the volume is running out of
space for new or expanding files.
HOST-RESOURCES-MIBKBytes
Textual Convention: HOST-RESOURCES-MIBKBytes Integer32
Type Constraints:
range: 0..2147483647
.1.3.6.1.4.1.23.2.28.2.14.1.4
nwVolFreeable mandatory
The amount of freeable space (in KBytes) being used by
previously deleted files on this volume. The freeable
space can be reclaimed as free space by purging deleted
files.
HOST-RESOURCES-MIBKBytes
Textual Convention: HOST-RESOURCES-MIBKBytes Integer32
Type Constraints:
range: 0..2147483647
.1.3.6.1.4.1.23.2.28.2.14.1.5
nwVolNonFreeable mandatory
The non-freeable space (in KBytes) on the volume.
This is the space being used by deleted files that
cannot be purged. Non-freeable space can be reclaimed
as free space when the deleted files become eligible to
be purg…
HOST-RESOURCES-MIBKBytes
Textual Convention: HOST-RESOURCES-MIBKBytes Integer32
Type Constraints:
range: 0..2147483647
.1.3.6.1.4.1.23.2.28.2.14.1.6
nwVolBlockSize mandatory
The block size on the volume in bytes.
Integer32
Textual Convention: COPS-PR-SPPIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.23.2.28.2.14.1.7
nwVolMounted mandatory
The mount state of the volume. Note that if the
volume is not mounted, all the other values in the
table, except nwVolName, are invalid.

Writing a value of mounted(1) to this object will cause
the volume…
Enumerationr/w
Enumerated Values:
1mounted
2dismounted
.1.3.6.1.4.1.23.2.28.2.14.1.8
nwVolAttributes mandatory
A value that represents the attributes of the volume.

The value is a sum. This value initially takes the
value zero, then for each attribute that is enabled on
the volume, 2 raised to a power is added to…
Integer32
Constraints:
range: 0-31
.1.3.6.1.4.1.23.2.28.2.14.1.9
nwVolNameSpaces mandatory
A value representing all the name spaces supported by
this volume.

The value is a sum. This value initially takes the
value zero, then for each name space that is supported
by the volume, 2 raised to a p…
Integer32
Constraints:
range: 0-63
.1.3.6.1.4.1.23.2.28.2.14.1.10
nwVolTotalDirEntries mandatory
The total number of directory table entries available
on this volume.
Integer32
Textual Convention: COPS-PR-SPPIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.23.2.28.2.14.1.11
nwVolUsedDirEntries mandatory
The number of directory table entries that are
currently being used on this volume.
Integer32
Textual Convention: COPS-PR-SPPIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.23.2.28.2.14.1.12
nwVolSegmentCount mandatory
The number of segments comprising this volume.
Integer32
Textual Convention: COPS-PR-SPPIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.23.2.28.2.14.1.13
nwVolDSName mandatory
The full Directory Services distinguished name for
the volume, or the zero-length string if not
applicable.
HOST-RESOURCES-MIBInternationalDisplayString
Textual Convention: HOST-RESOURCES-MIBInternationalDisplayString OctetString
.1.3.6.1.4.1.23.2.28.2.14.1.14
nwVolFileSystemID mandatory
The type of the file system on the volume.
Enumeration
Enumerated Values:
1other
2unknown
3netWareVolume
4nfsVolume
.1.3.6.1.4.1.23.2.28.2.14.1.15
nwVolFileSystemName mandatory
If remote, the remote mount point; e.g. va:/usr/x
If local, the zero length string.
HOST-RESOURCES-MIBInternationalDisplayString
Textual Convention: HOST-RESOURCES-MIBInternationalDisplayString OctetString
.1.3.6.1.4.1.23.2.28.2.14.1.16

nwFSOpenFileTable

table mandatory
.1.3.6.1.4.1.23.2.28.2.15 · 1 row entry · 6 columns
A table of all open files on the server.  If a file is
opened by more than one connection, multiple entries
for the same file will appear in the table.
nwFSOpenFileEntry entry .1.3.6.1.4.1.23.2.28.2.15.1
An entry in the Open File table providing information
about a single open file.
Indexes
nwOfileVolID nwOfileDirectoryNumber nwOfileConnection
Column Syntax OID
nwOfileVolID mandatory
A number that uniquely identifies a NetWare volume.
The value of this object for a particular volume has
the same value as the nwVolID object for the same
volume.
Integer32
Constraints:
range: 1-2147483647
.1.3.6.1.4.1.23.2.28.2.15.1.1
nwOfileDirectoryNumber mandatory
A number that uniquely identifies an open file within
a NetWare volume.
Integer32
Textual Convention: COPS-PR-SPPIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.23.2.28.2.15.1.2
nwOfileConnection mandatory
The number of the connection that opened the file.
Integer32
Textual Convention: COPS-PR-SPPIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.23.2.28.2.15.1.3
nwOfileVolumeName mandatory
The physical name of the NetWare volume containing the
open file.
OctetString
Constraints:
range: 0-64
.1.3.6.1.4.1.23.2.28.2.15.1.4
nwOfileName mandatory
The name of the open file including the directory
path.
OctetString
Constraints:
range: 0-254
.1.3.6.1.4.1.23.2.28.2.15.1.5
nwOfileLoginName mandatory
The name of the user (if any) who opened the file. If
the file was opened by the system or by an NLM, etc.,
nwOfileLoginName will be the zero-length string.
HOST-RESOURCES-MIBInternationalDisplayString
Textual Convention: HOST-RESOURCES-MIBInternationalDisplayString OctetString
.1.3.6.1.4.1.23.2.28.2.15.1.6

nwConnectionTable

table mandatory
.1.3.6.1.4.1.23.2.28.3.8 · 1 row entry · 12 columns
The Connection Table lists all connections used;
including those by Workstations, NLMs, and Attachments.
Connection 0 (zero) is used by the system.
nwConnectionEntry entry .1.3.6.1.4.1.23.2.28.3.8.1
An entry in the connections table provides information
about a single connection
Indexes
nwConnectionNumber
Column Syntax OID
nwConnectionNumber mandatory
The connection number. Connection 0 (zero) is used by
the system.
Integer32
Textual Convention: COPS-PR-SPPIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.23.2.28.3.8.1.1
nwConnectionLoginName mandatory
The login name (Directory Services full distinguished
name where appropriate). Zero-length string if not
applicable.
HOST-RESOURCES-MIBInternationalDisplayString
Textual Convention: HOST-RESOURCES-MIBInternationalDisplayString OctetString
.1.3.6.1.4.1.23.2.28.3.8.1.2
nwConnectionTransportDomain mandatory
The transport domain of the connection.
TransportDomain
Textual Convention: TransportDomain Enumeration
Type Values:
1noAddress
2ipx
3ip
4appleTalkDDP
.1.3.6.1.4.1.23.2.28.3.8.1.3
nwConnectionTransportAddress mandatory
The transport address of the connection.
TransportAddress
Textual Convention: TransportAddress OctetString
.1.3.6.1.4.1.23.2.28.3.8.1.4
nwConnectionTime mandatory
The date and time the connection was established.
SNMPv2-TCDateAndTime
Textual Convention: SNMPv2-TCDateAndTime OctetString
Type Constraints:
range: 8
range: 11
.1.3.6.1.4.1.23.2.28.3.8.1.5
nwConnectionReadKBytes mandatory
The number of KBytes the connection has read since it
was established.
RFC1155-SMICounter
Textual Convention: RFC1155-SMICounter Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.23.2.28.3.8.1.6
nwConnectionWrittenKBytes mandatory
The number of KBytes the connection has written since
it was established.
RFC1155-SMICounter
Textual Convention: RFC1155-SMICounter Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.23.2.28.3.8.1.7
nwConnectionNcpRequests mandatory
The number of NCP Requests the connection has made
since it was established.
RFC1155-SMICounter
Textual Convention: RFC1155-SMICounter Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.23.2.28.3.8.1.8
nwConnectionFilesOpen mandatory
The number of files that are currently opened by the
connection.
Integer32
Textual Convention: COPS-PR-SPPIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.23.2.28.3.8.1.9
nwConnectionRecordsLocked mandatory
The number of file records that are currently locked
by the connection.
Integer32
Textual Convention: COPS-PR-SPPIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.23.2.28.3.8.1.10
nwConnectionPrivilege mandatory
A value that represents the connection's login
privileges.

The value is a sum. This value initially takes the
value zero, then for each privilege that the connection
has, 2 raised to a power is added to …
Integer32
Constraints:
range: 0-63
.1.3.6.1.4.1.23.2.28.3.8.1.11
nwConnectionStatus mandatory
A value that represents the login status of the user.

The value is a sum. This value initially takes the
value zero, then for each status that the user has, 2
raised to a power is added to the sum. The …
Integer32
Constraints:
range: 0-1023
.1.3.6.1.4.1.23.2.28.3.8.1.12

nwQueueTable

table mandatory
.1.3.6.1.4.1.23.2.28.4.2 · 1 row entry · 9 columns
The Queue table lists all the active NetWare queues
including: print, job and archive queues on this
server.
nwQueueEntry entry .1.3.6.1.4.1.23.2.28.4.2.1
An entry in the Queue table provides information about
a single NetWare queue.
Indexes
nwQID
Column Syntax OID
nwQID mandatory
A unique value for each NetWare queue on the server.
The value for each queue must remain constant at least
from one re-initialization of the agent to the next re-
initialization.
Integer32
Constraints:
range: 1-2147483647
.1.3.6.1.4.1.23.2.28.4.2.1.1
nwQName mandatory
The queue name (Directory Services full distinguished
name where appropriate). Zero-length string if not
applicable.
HOST-RESOURCES-MIBInternationalDisplayString
Textual Convention: HOST-RESOURCES-MIBInternationalDisplayString OctetString
.1.3.6.1.4.1.23.2.28.4.2.1.2
nwQType mandatory
The type of the queue.
Enumeration
Enumerated Values:
1other
2printQueue
3archiveQueue
4jobQueue
.1.3.6.1.4.1.23.2.28.4.2.1.3
nwQAddJobState mandatory
This value indicates whether more jobs can be added to
this queue. A value of canAddJobs(1) indicates more
jobs can be added. A value of cannotAddJobs(2)
indicates more jobs cannot be added.
Enumeration
Enumerated Values:
1canAddJobs
2cannotAddJobs
.1.3.6.1.4.1.23.2.28.4.2.1.4
nwQAttachState mandatory
This value indicates whether queue servers can attach
to this queue. A value of canAttach(1) indicates a
queue server can attach. A value of cannotAttach(2)
indicates a queue server cannot attach.
Enumeration
Enumerated Values:
1canAttach
2cannotAttach
.1.3.6.1.4.1.23.2.28.4.2.1.5
nwQServiceJobState mandatory
This value indicates whether the queue can service
jobs. A value of canService(1) indicates that the
queue can service jobs. A value of cannotService(2)
indicates the queue cannot service jobs.
Enumeration
Enumerated Values:
1canService
2cannotService
.1.3.6.1.4.1.23.2.28.4.2.1.6
nwQDirVolName mandatory
The physical name of the volume, where the directory
created for this queue resides.
OctetString
Constraints:
range: 0-64
.1.3.6.1.4.1.23.2.28.4.2.1.7
nwQNumJobEntries mandatory
The number of job entries in the queue.
Integer32
Textual Convention: COPS-PR-SPPIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.23.2.28.4.2.1.8
nwQNumAssignedServers mandatory
The number of servers assigned to the queue.
Integer32
Textual Convention: COPS-PR-SPPIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.23.2.28.4.2.1.9

nwQueueJobTable

table mandatory
.1.3.6.1.4.1.23.2.28.4.3 · 1 row entry · 11 columns
The Queue Job table lists all the jobs for all the
active queues defined on this server
          
QMS creates a file for each job. The name of that file
will be Q$XXXX.NNN where XXXX is the last 4 digits of
nwQJobQID and NNN is the job number.  Therefore the Q
Job File name can be calculated and will not be in the
table.
nwQueueJobEntry entry .1.3.6.1.4.1.23.2.28.4.3.1
An entry in the Queue Job table provides information
about a particular job in a particular queue.
Indexes
nwQJobQID nwQJobNumber
Column Syntax OID
nwQJobQID mandatory
A number that uniquely identifies a NetWare queue.
The value of this object for a particular queue has the
same value as the nwQID object for the same queue.
Integer32
Constraints:
range: 1-2147483647
.1.3.6.1.4.1.23.2.28.4.3.1.1
nwQJobNumber mandatory
The job number.
Integer32
Textual Convention: COPS-PR-SPPIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.23.2.28.4.3.1.2
nwQJobDescription mandatory
The description of the queue job.
OctetString
Constraints:
range: 0-50
.1.3.6.1.4.1.23.2.28.4.3.1.3
nwQJobEntryDateTime mandatory
The entry date and time.
SNMPv2-TCDateAndTime
Textual Convention: SNMPv2-TCDateAndTime OctetString
Type Constraints:
range: 8
range: 11
.1.3.6.1.4.1.23.2.28.4.3.1.4
nwQJobPosition mandatory
The order in the queue.
Integer32
Textual Convention: COPS-PR-SPPIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.23.2.28.4.3.1.5
nwQJobSize mandatory
The size of the job file in bytes.
Integer32
Textual Convention: COPS-PR-SPPIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.23.2.28.4.3.1.6
nwQJobControlFlags mandatory
A value representing the job control flags.

The value is a sum. This value initially takes the
value zero, then for each job control flag that is set,
2 raised to a power is added to the sum. The powers…
Integer32
Textual Convention: COPS-PR-SPPIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.23.2.28.4.3.1.7
nwQJobUserName mandatory
The name of the user who submitted the job (Directory
Services full distinguished name where appropriate).
Zero-length string if not applicable.
HOST-RESOURCES-MIBInternationalDisplayString
Textual Convention: HOST-RESOURCES-MIBInternationalDisplayString OctetString
.1.3.6.1.4.1.23.2.28.4.3.1.8
nwQJobTargetServerName mandatory
The target server name (Directory Services full
distinguished name where appropriate).. The zero
length string will be returned for 'Any Server'.
HOST-RESOURCES-MIBInternationalDisplayString
Textual Convention: HOST-RESOURCES-MIBInternationalDisplayString OctetString
.1.3.6.1.4.1.23.2.28.4.3.1.9
nwQJobTargetDateTime mandatory
The target date and time. When the job is to be
printed. A job may be first in queue but may not print
because this is set to some other time.
SNMPv2-TCDateAndTime
Textual Convention: SNMPv2-TCDateAndTime OctetString
Type Constraints:
range: 8
range: 11
.1.3.6.1.4.1.23.2.28.4.3.1.10
nwQJobServerName mandatory
The server currently processing the job (Directory
Services full distinguished name where appropriate)..
If the job is not being handled currently, this field
will be a zero-length string.
HOST-RESOURCES-MIBInternationalDisplayString
Textual Convention: HOST-RESOURCES-MIBInternationalDisplayString OctetString
.1.3.6.1.4.1.23.2.28.4.3.1.11

nwQueueServerTable

table mandatory
.1.3.6.1.4.1.23.2.28.4.4 · 1 row entry · 4 columns
The Queue Server Table lists all the assigned servers
for all the active NetWare queues on this instrumented
server.  For each active queue on the server, zero or
more entries will exist, one for each server assigned
to service that particular queue.
nwQueueServerEntry entry .1.3.6.1.4.1.23.2.28.4.4.1
An entry in the Queue Server table provides
information about the assignment of a particular server
to a particular queue.
Indexes
nwQServerQID nwQServerID
Column Syntax OID
nwQServerQID mandatory
A number that uniquely identifies a NetWare queue.
The value of this object for a particular queue has the
same value as the nwQID object for the same queue.
Integer32
Constraints:
range: 1-2147483647
.1.3.6.1.4.1.23.2.28.4.4.1.1
nwQServerID mandatory
A unique value for each server servicing this queue.
The value for each server must remain constant at least
from one re-initialization of the agent to the next re-
initialization.
Integer32
Constraints:
range: 1-2147483647
.1.3.6.1.4.1.23.2.28.4.4.1.2
nwQServerName mandatory
The name of a queue server servicing this queue
(Directory Services full distinguished name where
appropriate). Zero-length string if not applicable..
HOST-RESOURCES-MIBInternationalDisplayString
Textual Convention: HOST-RESOURCES-MIBInternationalDisplayString OctetString
.1.3.6.1.4.1.23.2.28.4.4.1.3
nwQServerStatus mandatory
The status of the Queue Server.
Enumeration
Enumerated Values:
1unknown
2active
3inactive
.1.3.6.1.4.1.23.2.28.4.4.1.4

nwSft3EngineTable

table mandatory
.1.3.6.1.4.1.23.2.28.6.3 · 1 row entry · 3 columns
Information about each engine which comprises an SFT-
III server.
nwSft3EngineEntry entry .1.3.6.1.4.1.23.2.28.6.3.1
Information about a particular engine in an SFT-III
server.
Indexes
nwSft3EngineType
Column Syntax OID
nwSft3EngineType mandatory
The type of the engine.
EngineType
Textual Convention: EngineType Enumeration
Type Values:
1msEngine
2ioEnginePrimary
3ioEngineSecondary
.1.3.6.1.4.1.23.2.28.6.3.1.1
nwSft3EngineName mandatory
The name of this engine.
HOST-RESOURCES-MIBInternationalDisplayString
Textual Convention: HOST-RESOURCES-MIBInternationalDisplayString OctetString
.1.3.6.1.4.1.23.2.28.6.3.1.2
nwSft3EngineInternalNetNum mandatory
The internal IPX network number of this server.
IPXNetNumber
Textual Convention: IPXNetNumber OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.23.2.28.6.3.1.3

nwNLMTable

table mandatory
.1.3.6.1.4.1.23.2.28.9.1 · 1 row entry · 10 columns
The nwNLMTable augments the hrSWRunTable in the Host
Resources MIB to provide additional NetWare specific
information.
nwNLMEntry entry .1.3.6.1.4.1.23.2.28.9.1.1
An entry in the NLM table provides additional
information about a particular NLM.
Indexes
nwNLMIndex
Column Syntax OID
nwNLMIndex mandatory
A number that uniquely identifies an NLM. The value
of this object for a particular NLM has the same value
as the hrSWRunIndex object, defined in the HOST-
RESOURCES-MIB, for the same NLM.
Integer32
Constraints:
range: 1-2147483647
.1.3.6.1.4.1.23.2.28.9.1.1.1
nwNLMName mandatory
The name of the NLM.
OctetString
Constraints:
range: 0-48
.1.3.6.1.4.1.23.2.28.9.1.1.2
nwNLMDescription mandatory
A text string that describes this NLM.
OctetString
Constraints:
range: 0-100
.1.3.6.1.4.1.23.2.28.9.1.1.3
nwNLMTotalMemory mandatory
The total memory, in bytes, used by this NLM. This is
a composite total of Short Term Memory, Semi-Permanent
Memory, and Non-movable Cache Memory allocated by the
NLM, plus the sizes of the code and data sections of
th…
Integer32
Textual Convention: COPS-PR-SPPIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.23.2.28.9.1.1.4
nwNLMCopyright mandatory
The copyright string for this NLM.
HOST-RESOURCES-MIBInternationalDisplayString
Textual Convention: HOST-RESOURCES-MIBInternationalDisplayString OctetString
.1.3.6.1.4.1.23.2.28.9.1.1.5
nwNLMProtectionDomain mandatory
The protection level at which this NLM is executing.
Enumeration
Enumerated Values:
1osDomain
2protectedDomain
.1.3.6.1.4.1.23.2.28.9.1.1.6
nwNLMMajorVer mandatory
The major version number of this NLM.
Integer32
Textual Convention: COPS-PR-SPPIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.23.2.28.9.1.1.7
nwNLMMinorVer mandatory
The minor version number of this NLM.
Integer32
Textual Convention: COPS-PR-SPPIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.23.2.28.9.1.1.8
nwNLMRevision mandatory
The revision level of this NLM.
Integer32
Textual Convention: COPS-PR-SPPIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.23.2.28.9.1.1.9
nwNLMReleaseDate mandatory
The date and time this NLM was released
SNMPv2-TCDateAndTime
Textual Convention: SNMPv2-TCDateAndTime OctetString
Type Constraints:
range: 8
range: 11
.1.3.6.1.4.1.23.2.28.9.1.1.10

nwSetCategoryTable

table mandatory
.1.3.6.1.4.1.23.2.28.10.1 · 1 row entry · 2 columns
A table of NetWare SET parameter categories
nwSetCategoryEntry entry .1.3.6.1.4.1.23.2.28.10.1.1
A NetWare SET parameter category
Indexes
nwSetCategoryIndex
Column Syntax OID
nwSetCategoryIndex mandatory
A unique value for each category of SET commands
Integer32
Constraints:
range: 1-65535
.1.3.6.1.4.1.23.2.28.10.1.1.1
nwSetCategoryName mandatory
A descriptive name of this category of SET commands
HOST-RESOURCES-MIBInternationalDisplayString
Textual Convention: HOST-RESOURCES-MIBInternationalDisplayString OctetString
.1.3.6.1.4.1.23.2.28.10.1.1.2

nwSetParamTable

table mandatory
.1.3.6.1.4.1.23.2.28.10.2 · 1 row entry · 10 columns
A table of the NetWare SET parameters.  This table
emulates the NetWare SET command.
          
Note that some of the parameters can also be set
through other MIB objects
nwSetParamEntry entry .1.3.6.1.4.1.23.2.28.10.2.1
An entry in the SET parameter table provides
information about a particular parameter.
Indexes
nwSetParamCategoryIndex nwSetParamIndex
Column Syntax OID
nwSetParamCategoryIndex mandatory
A number that uniquely identifies a Set parameter
category. The value of this object for a particular
category has the same value as the nwSetCategoryIndex
object for the same category.
Integer32
Constraints:
range: 1-65535
.1.3.6.1.4.1.23.2.28.10.2.1.1
nwSetParamIndex mandatory
An index which uniquely identifies this set parameter
within the category
Integer32
Constraints:
range: 1-65535
.1.3.6.1.4.1.23.2.28.10.2.1.2
nwSetParamName mandatory
The name of the settable parameter
HOST-RESOURCES-MIBInternationalDisplayString
Textual Convention: HOST-RESOURCES-MIBInternationalDisplayString OctetString
.1.3.6.1.4.1.23.2.28.10.2.1.3
nwSetParamType mandatory
The type of the parameter. All types are integer-
valued except 'string', which is string-valued.

number: integer
boolean: 0 == FALSE, non-zero == TRUE
ticks: 1 tick == 3600/65535 == approx 5…
Enumeration
Enumerated Values:
1number
2boolean
3ticks
4blockShift
5timeOffset
6string
7trigger
.1.3.6.1.4.1.23.2.28.10.2.1.4
nwSetParamValueInteger mandatory
The current value of the parameter if integer-valued.
Zero otherwise.
Integer32r/w
Textual Convention: COPS-PR-SPPIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.23.2.28.10.2.1.5
nwSetParamValueString mandatory
The current value of the parameter if string-valued.
The zero-length string otherwise.
HOST-RESOURCES-MIBInternationalDisplayStringr/w
Textual Convention: HOST-RESOURCES-MIBInternationalDisplayString OctetString
.1.3.6.1.4.1.23.2.28.10.2.1.6
nwSetParamLowerLimit mandatory
The lower limit of the parameter if integer-valued.
Integer32
Textual Convention: COPS-PR-SPPIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.23.2.28.10.2.1.7
nwSetParamUpperLimit mandatory
The upper limit of the parameter if integer-valued.
The maximum length of the string if string-valued.
Integer32
Textual Convention: COPS-PR-SPPIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.23.2.28.10.2.1.8
nwSetParamDescrLength mandatory
The total length (in octets) of the parameter
description string, which can be retrieved in segments
from the nwSetDescrTable.
Integer32
Textual Convention: COPS-PR-SPPIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.23.2.28.10.2.1.9
nwSetParamMode mandatory
A value defining how and when the command takes
effect.

The value is a sum. This value initially takes the
value zero, then for each place the parameter can be
set from, 2 raised to a power is added to t…
Integer32r/w
Constraints:
range: 0-7
.1.3.6.1.4.1.23.2.28.10.2.1.10

nwSetDescrTable

table mandatory
.1.3.6.1.4.1.23.2.28.10.3 · 1 row entry · 4 columns
A table of description string segments for each
NetWare SET parameter.  This table allows for long
description strings to be retrieved in segments.
          
A complete description string can be reconstituted by
concatenating the ordered set of string segments.  The
length of the complete string is available through the
nwSetParamTable.
nwSetDescrEntry entry .1.3.6.1.4.1.23.2.28.10.3.1
An entry in the SET description table contains one
segment of a NetWare SET parameter description string.

The complete description string can be reconstituted by
concatenating the ordered set of string segm…
Indexes
nwSetDescrCategoryIndex nwSetDescrParamIndex nwSetDescrIndex
Column Syntax OID
nwSetDescrCategoryIndex mandatory
A number that uniquely identifies a Set parameter
category. The value of this object for a particular
category has the same value as the nwSetCategoryIndex
object for the same category.
Integer32
Constraints:
range: 1-65535
.1.3.6.1.4.1.23.2.28.10.3.1.1
nwSetDescrParamIndex mandatory
A number that uniquely identifies a Set parameter.
The value of this object for a particular parameter has
the same value as the nwSetParamIndex object for the
same parameter.
Integer32
Constraints:
range: 1-65535
.1.3.6.1.4.1.23.2.28.10.3.1.2
nwSetDescrIndex mandatory
An ordinal that indicates this segment's relative
position in the complete description string for this
NetWare SET Parameter.
Integer32
Constraints:
range: 1-65535
.1.3.6.1.4.1.23.2.28.10.3.1.3
nwSetDescription mandatory
A segment of the description string for this NetWare
SET parameter.
HOST-RESOURCES-MIBInternationalDisplayString
Textual Convention: HOST-RESOURCES-MIBInternationalDisplayString OctetString
.1.3.6.1.4.1.23.2.28.10.3.1.4

nwUserAcctTable

table mandatory
.1.3.6.1.4.1.23.2.28.11.1 · 1 row entry · 10 columns
The User Account Table lists all user accounts in this
file server.  Users in the table may or may not be
logged in currently.
          
The information in this table is applicable only to
NetWare 3.11 and 3.12 servers, or NetWare 4.10 servers
with Bindery Services enabled.  In the case of Bindery
Services, data is only available for those users in
the Bindery context(s) of the server.
          
In a 4.10 server without Bindery Services enabled, this
table will be empty
nwUserAcctEntry entry .1.3.6.1.4.1.23.2.28.11.1.1
An entry in the User Account table provides
information on a single user account.

The information in this table is applicable only to
NetWare 3.11 and 3.12 servers, or NetWare 4.10 servers
with Bindery Serv…
Indexes
nwUserID
Column Syntax OID
nwUserID mandatory
A unique value for each NetWare user with an account
on the server. The value for each user must remain
constant at least from one re-initialization of the
agent to the next re-initialization.
Integer32
Constraints:
range: 1-2147483647
.1.3.6.1.4.1.23.2.28.11.1.1.1
nwUserName mandatory
The user's login name (Directory Services full
distinguished name where appropriate). Zero-length
string if not applicable.
HOST-RESOURCES-MIBInternationalDisplayString
Textual Convention: HOST-RESOURCES-MIBInternationalDisplayString OctetString
.1.3.6.1.4.1.23.2.28.11.1.1.2
nwUserDiskUsage mandatory
The amount of disk space, in KBytes, this user is
occupying across all volumes on this server.
HOST-RESOURCES-MIBKBytes
Textual Convention: HOST-RESOURCES-MIBKBytes Integer32
Type Constraints:
range: 0..2147483647
.1.3.6.1.4.1.23.2.28.11.1.1.3
nwUserLastLoginTime mandatory
The time the user last logged in to this server.
SNMPv2-TCDateAndTime
Textual Convention: SNMPv2-TCDateAndTime OctetString
Type Constraints:
range: 8
range: 11
.1.3.6.1.4.1.23.2.28.11.1.1.4
nwUserAccountStatus mandatory
The status of this user's account
Enumeration
Enumerated Values:
1valid
2expired
.1.3.6.1.4.1.23.2.28.11.1.1.5
nwUserPasswordStatus mandatory
The status of this user's password.
Enumeration
Enumerated Values:
1valid
2expired
.1.3.6.1.4.1.23.2.28.11.1.1.6
nwUserBadLoginTransport mandatory
The transport domain (protocol) the user used to log
in with bad password last time, valid only if the
variable nwUserBadLoginAttempt is larger than zero.
TransportDomain
Textual Convention: TransportDomain Enumeration
Type Values:
1noAddress
2ipx
3ip
4appleTalkDDP
.1.3.6.1.4.1.23.2.28.11.1.1.7
nwUserBadLoginAddress mandatory
The address the user used to log in with bad password
last time, valid only if the variable
nwUserBadLoginAttempt is larger than zero.
TransportAddress
Textual Convention: TransportAddress OctetString
.1.3.6.1.4.1.23.2.28.11.1.1.8
nwUserBadLoginAttempts mandatory
The number of times the user attempted to log in with
a bad password since the server started. The number
would be 0xFFFF if the number of bad login attempts has
exceeded the bad login threshold and the account has
been…
Integer32
Textual Convention: COPS-PR-SPPIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.23.2.28.11.1.1.9
nwUserFullName mandatory
The user's full name.
HOST-RESOURCES-MIBInternationalDisplayString
Textual Convention: HOST-RESOURCES-MIBInternationalDisplayString OctetString
.1.3.6.1.4.1.23.2.28.11.1.1.10

nwUserVolUsageTable

table mandatory
.1.3.6.1.4.1.23.2.28.11.2 · 1 row entry · 6 columns
The User Volume Usage Table lists the amount of volume
space used by each user.  It is indexed so you can
easily find out how much space a particular user is
using on each volume.
nwUserVolUsageEntry entry .1.3.6.1.4.1.23.2.28.11.2.1
An entry in the User Volume Usage table provides
information about the amount of space a particular user
is using on a particular volume.
Indexes
nwUserVolUserID nwUserVolVolID
Column Syntax OID
nwUserVolUserID mandatory
A number that uniquely identifies a user. The value
of this object for a particular user has the same value
as the nwUserID object for the same user.
Integer32
Constraints:
range: 1-2147483647
.1.3.6.1.4.1.23.2.28.11.2.1.1
nwUserVolVolID mandatory
A number that uniquely identifies a NetWare volume.
The value of this object for a particular volume has
the same value as the nwVolID object for the same
volume.
Integer32
Constraints:
range: 1-2147483647
.1.3.6.1.4.1.23.2.28.11.2.1.2
nwUserVolUsageUser mandatory
The user's login name (Directory Services full
distinguished name where appropriate). Zero-length
string if not applicable.
HOST-RESOURCES-MIBInternationalDisplayString
Textual Convention: HOST-RESOURCES-MIBInternationalDisplayString OctetString
.1.3.6.1.4.1.23.2.28.11.2.1.3
nwUserVolUsageVolume mandatory
The physical volume name.
OctetString
Constraints:
range: 0-64
.1.3.6.1.4.1.23.2.28.11.2.1.4
nwUserVolUsageSpaceUsed mandatory
The amount of volume space, in KBytes, this user is
occupying.
HOST-RESOURCES-MIBKBytes
Textual Convention: HOST-RESOURCES-MIBKBytes Integer32
Type Constraints:
range: 0..2147483647
.1.3.6.1.4.1.23.2.28.11.2.1.5
nwUserVolUsageLimit mandatory
The amount of volume space, in KBytes,
to which this user is limited. 2147483647 if no
limit.
HOST-RESOURCES-MIBKBytes
Textual Convention: HOST-RESOURCES-MIBKBytes Integer32
Type Constraints:
range: 0..2147483647
.1.3.6.1.4.1.23.2.28.11.2.1.6

nwVolUsageTable

table mandatory
.1.3.6.1.4.1.23.2.28.11.3 · 1 row entry · 6 columns
The Volume Usage Table lists the amount of space on
each volume used by each user.  It is indexed so that
you can easily find all the users who are occupying
space on a particular volume.
nwVolUsageEntry entry .1.3.6.1.4.1.23.2.28.11.3.1
An entry in the Volume Usage Table provides
information about how much space a particular user is
using on a particular volume.
Indexes
nwVolUsageVolID nwVolUsageUserID
Column Syntax OID
nwVolUsageVolID mandatory
A number that uniquely identifies a NetWare volume.
The value of this object for a particular volume has
the same value as the nwVolID object for the same
volume.
Integer32
Constraints:
range: 1-2147483647
.1.3.6.1.4.1.23.2.28.11.3.1.1
nwVolUsageUserID mandatory
A number that uniquely identifies a user. The value
of this object for a particular user has the same value
as the nwUserID object for the same user.
Integer32
Constraints:
range: 1-2147483647
.1.3.6.1.4.1.23.2.28.11.3.1.2
nwVolUsageVolume mandatory
The volume name.
OctetString
Constraints:
range: 0-64
.1.3.6.1.4.1.23.2.28.11.3.1.3
nwVolUsageUser mandatory
The user name.
HOST-RESOURCES-MIBInternationalDisplayString
Textual Convention: HOST-RESOURCES-MIBInternationalDisplayString OctetString
.1.3.6.1.4.1.23.2.28.11.3.1.4
nwVolUsageSpaceUsed mandatory
The volume space, in KBytes, in use by user.
HOST-RESOURCES-MIBKBytes
Textual Convention: HOST-RESOURCES-MIBKBytes Integer32
Type Constraints:
range: 0..2147483647
.1.3.6.1.4.1.23.2.28.11.3.1.5
nwVolUsageLimit mandatory
The amount of volume space, in KBytes,
to which this user is limited. 2147483647 if no
limit.
HOST-RESOURCES-MIBKBytes
Textual Convention: HOST-RESOURCES-MIBKBytes Integer32
Type Constraints:
range: 0..2147483647
.1.3.6.1.4.1.23.2.28.11.3.1.6