CLIENT-MIB

File: CLIENT-MIB.mib (46885 bytes)

Imported modules

RFC1155-SMI RFC-1212 RFC1213-MIB
HOST-RESOURCES-V2-MIB HOST-RESOURCES-MIB

Imported symbols

enterprises TimeTicks Counter
OBJECT-TYPE DisplayString Boolean
KBytes DateAndTime InternationalDisplayString
ProductID

Defined Types

ClntSystemEntry  
SEQUENCE    
  clntSystemIndex INTEGER
  clntSysName DisplayString
  clntSysDescr DisplayString
  clntCommunity DisplayString
  clntIpAddress DisplayString
  clntAppnCpNetId DisplayString
  clntMemorySize KBytes
  clntSystemUpTime TimeTicks
  clntSystemStatus INTEGER
  clntSupportMibII INTEGER
  clntSupportHostMib INTEGER
  clntSupportAppnMib INTEGER
  clntSupportDmiMib INTEGER
  clntLastHwRefresh DateAndTime
  clntLastSwRefresh DateAndTime
  clntSysContact DisplayString
  clntSysLocation DisplayString
  clntMachineType DisplayString
  clntMachineModel DisplayString
  clntUserProfile DisplayString
  clntOwner DisplayString
  clntOwnerPhone DisplayString
  clntOwnerOffice DisplayString

ClntStorageEntry  
SEQUENCE    
  clntStorageIndex INTEGER
  clntStorageType OBJECT IDENTIFIER
  clntStorageDescr DisplayString
  clntStorageAllocationUnits INTEGER
  clntStorageSize INTEGER
  clntStorageUsed INTEGER
  clntStorageAllocationFailures Counter

ClntDeviceEntry  
SEQUENCE    
  clntDeviceIndex INTEGER
  clntDeviceType OBJECT IDENTIFIER
  clntDeviceDescr DisplayString
  clntDeviceID ProductID
  clntDeviceStatus INTEGER
  clntDeviceErrors Counter

ClntProcessorEntry  
SEQUENCE    
  clntProcessorFrwID ProductID
  clntProcessorLoad INTEGER

ClntNetworkEntry  
SEQUENCE    
  clntNetworkIfIndex INTEGER

ClntPrinterEntry  
SEQUENCE    
  clntPrinterStatus INTEGER
  clntPrinterDetectedErrorState OCTET STRING

ClntDiskStorageEntry  
SEQUENCE    
  clntDiskStorageAccess INTEGER
  clntDiskStorageMedia INTEGER
  clntDiskStorageRemoveble Boolean
  clntDiskStorageCapacity KBytes

ClntPartitionEntry  
SEQUENCE    
  clntPartitionIndex INTEGER
  clntPartitionLabel InternationalDisplayString
  clntPartitionID OCTET STRING
  clntPartitionSize KBytes
  clntPartitionFSIndex INTEGER

ClntFSEntry  
SEQUENCE    
  clntFSIndex INTEGER
  clntFSMountPoint InternationalDisplayString
  clntFSRemoteMountPoint InternationalDisplayString
  clntFSType OBJECT IDENTIFIER
  clntFSAccess INTEGER
  clntFSBootable Boolean
  clntFSStorageIndex INTEGER
  clntFSLastFullBackupDate DateAndTime
  clntFSLastPartialBackupDate DateAndTime

ClntSWInstalledEntry  
SEQUENCE    
  clntSWInstalledIndex INTEGER
  clntSWInstalledManf DisplayString Size(0..64)
  clntSWInstalledID ProductID
  clntSWInstalledVersion DisplayString Size(0..64)
  clntSWInstalledDateTime DateAndTime
  clntSWInstalledType INTEGER
  clntSWInstalledPath DisplayString Size(0..255)
  clntSWInstalledOption DisplayString Size(0..16)
  clntSWInstalledLoad DisplayString Size(0..16)
  clntSWInstalledStatus INTEGER
  clntSWInstalledSoftwareName DisplayString Size(0..64)
  clntSWInstalledSerialNumber DisplayString Size(0..64)

ClntSWFixEntry  
SEQUENCE    
  clntSWFixIndex INTEGER
  clntSWFixID DisplayString Size(0..16)

Defined Values

ibm 1.3.6.1.4.1.2
OBJECT IDENTIFIER    

ibmProd 1.3.6.1.4.1.2.6
OBJECT IDENTIFIER    

clientMgmtSubAgent 1.3.6.1.4.1.2.6.50
OBJECT IDENTIFIER    

clntSystem 1.3.6.1.4.1.2.6.50.1
OBJECT IDENTIFIER    

clntHardware 1.3.6.1.4.1.2.6.50.2
OBJECT IDENTIFIER    

clntSoftware 1.3.6.1.4.1.2.6.50.3
OBJECT IDENTIFIER    

clntSystemTable 1.3.6.1.4.1.2.6.50.1.1
The (conceptual) table of client system information.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ClntSystemEntry

clntSystemEntry 1.3.6.1.4.1.2.6.50.1.1.1
A (conceptual) entry for one logical entry of client system information.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ClntSystemEntry  

clntSystemIndex 1.3.6.1.4.1.2.6.50.1.1.1.1
A unique value for each client node known to the host.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..2147483647  

clntSysName 1.3.6.1.4.1.2.6.50.1.1.1.2
An administratively assigned name for the client node. By convention, this is the client's fully qualified domain name.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

clntSysDescr 1.3.6.1.4.1.2.6.50.1.1.1.3
A textual description of the client. This value should include the full name and version identification of the system's hardware type, software operating system, and networking software. It is mandatory that this only contain printable ASCII characters.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

clntCommunity 1.3.6.1.4.1.2.6.50.1.1.1.4
Name of the community defined by the client.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

clntIpAddress 1.3.6.1.4.1.2.6.50.1.1.1.5
An administratively assigned address for the client node. This is the Internet Address for the client.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(7..15)  

clntAppnCpNetId 1.3.6.1.4.1.2.6.50.1.1.1.6
An administratively assigned address for the client node. This is the control point name and network ID.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(3..17)  

clntMemorySize 1.3.6.1.4.1.2.6.50.1.1.1.7
The amount of physical main memory contained by the client.
Status: mandatory Access: read-only
OBJECT-TYPE    
  KBytes  

clntSystemUpTime 1.3.6.1.4.1.2.6.50.1.1.1.8
The amount of time since the client was last initialized.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

clntSystemStatus 1.3.6.1.4.1.2.6.50.1.1.1.9
A status indication for the client.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER active(1), inactive(2)  

clntSupportMibII 1.3.6.1.4.1.2.6.50.1.1.1.10
An indication that the client supports MIB-2 objects.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER yes(1), no(2)  

clntSupportHostMib 1.3.6.1.4.1.2.6.50.1.1.1.11
An indication that the client supports Host Resources MIB objects.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER yes(1), no(2)  

clntSupportAppnMib 1.3.6.1.4.1.2.6.50.1.1.1.12
An indication that the client supports APPN MIB objects.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER yes(1), no(2)  

clntSupportDmiMib 1.3.6.1.4.1.2.6.50.1.1.1.13
An indication that the client supports DMI MIB objects.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER yes(1), no(2)  

clntLastHwRefresh 1.3.6.1.4.1.2.6.50.1.1.1.14
The last date at which the hardware information was refreshed for the client. If this information is not known, then this variable shall have the value corresponding to January 1, year 1970, 00:00:00.0, which is encoded as (hex)'07 B2 01 01 00 00 00 00'.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DateAndTime  

clntLastSwRefresh 1.3.6.1.4.1.2.6.50.1.1.1.15
The last date at which the software information was refreshed for the client. If this information is not known, then this variable shall have the value corresponding to January 1, year 1970, 00:00:00.0, which is encoded as (hex)'07 B2 01 01 00 00 00 00'.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DateAndTime  

clntSysContact 1.3.6.1.4.1.2.6.50.1.1.1.16
The textual identification of the contact person for the client, together with information on how to contact the person.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

clntSysLocation 1.3.6.1.4.1.2.6.50.1.1.1.17
The physical location of the client (e.g., building, floor, telephone...).
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

clntMachineType 1.3.6.1.4.1.2.6.50.1.1.1.18
The machine type of the client.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..4)  

clntMachineModel 1.3.6.1.4.1.2.6.50.1.1.1.19
The machine model of the client.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..3)  

clntUserProfile 1.3.6.1.4.1.2.6.50.1.1.1.20
The user profile for the client.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..10)  

clntOwner 1.3.6.1.4.1.2.6.50.1.1.1.21
The owner of the client.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..32)  

clntOwnerPhone 1.3.6.1.4.1.2.6.50.1.1.1.22
The owner's phone number for the client.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..32)  

clntOwnerOffice 1.3.6.1.4.1.2.6.50.1.1.1.23
The owner's office information for the client.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..32)  

clntStorageTable 1.3.6.1.4.1.2.6.50.2.1
The (conceptual) table of logical storage areas on the client. An entry shall be placed in the storage table for each logical area of storage that is allocated and has fixed resource limits. The amount of storage represented in an entity is the amount actually usable by the requesting entity, and excludes loss due to formatting or file system reference information. These entries are associated with logical storage areas, as might be seen by an application, rather than physical storage entities which are typically seen by an operating system. Storage such as tapes and floppies without file systems on them are typically not allocated in chunks by the operating system to requesting applications, and therefore shouldn't appear in this table. Examples of valid storage for this table include disk partitions, file systems, ram (for some architectures this is further segmented into regular memory, extended memory, and so on), backing store for virtual memory ('swap space'). This table is intended to be a useful diagnostic for 'out of memory' and 'out of buffers' types of failures. In addition, it can be a useful performance monitoring tool for tracking memory, disk, or buffer usage.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ClntStorageEntry

clntStorageEntry 1.3.6.1.4.1.2.6.50.2.1.1
A (conceptual) entry for one logical storage area on the client. The clntSystemIndex represents an entry in the clntSystemTable that corresponds to the clntStorageEntry. As an example, an instance of the clntStorageType object might be named hrStorageType.3.1
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ClntStorageEntry  

clntStorageIndex 1.3.6.1.4.1.2.6.50.2.1.1.1
A unique value for each logical storage area contained by the client.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..2147483647  

clntStorageType 1.3.6.1.4.1.2.6.50.2.1.1.2
The type of storage represented by this entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

clntStorageDescr 1.3.6.1.4.1.2.6.50.2.1.1.3
A description of the type and instance of the storage described by this entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..128)  

clntStorageAllocationUnits 1.3.6.1.4.1.2.6.50.2.1.1.4
The size, in bytes, of the data objects allocated from this pool. If this entry is monitoring sectors, blocks, buffers, or packets, for example, this number will commonly be greater than one. Otherwise this number will typically be one.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..2147483647  

clntStorageSize 1.3.6.1.4.1.2.6.50.2.1.1.5
The size of the storage represented by this entry, in units of clntStorageAllocationUnits.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..2147483647  

clntStorageUsed 1.3.6.1.4.1.2.6.50.2.1.1.6
The amount of the storage represented by this entry that is allocated, in units of clntStorageAllocationUnits.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..2147483647  

clntStorageAllocationFailures 1.3.6.1.4.1.2.6.50.2.1.1.7
The number of requests for storage represented by this entry that could not be honored due to not enough storage. It should be noted that as this object has a SYNTAX of Counter, that it does not have a defined initial value. However, it is recommended that this object be initialized to zero.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

clntDeviceTable 1.3.6.1.4.1.2.6.50.2.2
The (conceptual) table of devices contained by the client.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ClntDeviceEntry

clntDeviceEntry 1.3.6.1.4.1.2.6.50.2.2.1
A (conceptual) entry for one device contained by the client.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ClntDeviceEntry  

clntDeviceIndex 1.3.6.1.4.1.2.6.50.2.2.1.1
A unique value for each device contained by the client. The value for each device must remain constant at least from one re-initialization of the agent to the next re-initialization.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..2147483647  

clntDeviceType 1.3.6.1.4.1.2.6.50.2.2.1.2
An indication of the type of device. If this value is 'hrDeviceProcessor { hrDeviceTypes 3 }' then an entry exists in the clntProcessorTable which corresponds to this device. If this value is 'hrDeviceNetwork { hrDeviceTypes 4 }', then an entry exists in the clntNetworkTable which corresponds to this device. If this value is 'hrDevicePrinter { hrDeviceTypes 5 }', then an entry exists in the clntPrinterTable which corresponds to this device. If this value is 'hrDeviceDiskStorage { hrDeviceTypes 6 }', then an entry exists in the clntDiskStorageTable which corresponds to this device.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

clntDeviceDescr 1.3.6.1.4.1.2.6.50.2.2.1.3
A textual description of this device, including the device's manufacturer and revision, and optionally, its serial number.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..64)  

clntDeviceID 1.3.6.1.4.1.2.6.50.2.2.1.4
The product ID for this device.
Status: mandatory Access: read-only
OBJECT-TYPE    
  ProductID  

clntDeviceStatus 1.3.6.1.4.1.2.6.50.2.2.1.5
The current operational state of the device described by this row of the table. A value unknown(1) indicates that the current state of the device is unknown. running(2) indicates that the device is up and running and that no unusual error conditions are known. The warning(3) state indicates that agent has been informed of an unusual error condition by the operational software (e.g., a disk device driver) but that the device is still 'operational'. An example would be high number of soft errors on a disk. A value of testing(4), indicates that the device is not available for use because it is in the testing state. The state of down(5) is used only when the agent has been informed that the device is not available for any use.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), running(2), warning(3), testing(4), down(5)  

clntDeviceErrors 1.3.6.1.4.1.2.6.50.2.2.1.6
The number of errors detected on this device. It should be noted that as this object has a SYNTAX of Counter, that it does not have a defined initial value. However, it is recommended that this object be initialized to zero.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

clntProcessorTable 1.3.6.1.4.1.2.6.50.2.3
The (conceptual) table of processors contained by the client. Note that this table is potentially sparse: a (conceptual) entry exists only if the correspondent value of the clntDeviceType object is 'hrDeviceProcessor'.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ClntProcessorEntry

clntProcessorEntry 1.3.6.1.4.1.2.6.50.2.3.1
A (conceptual) entry for one processor contained by the client. The clntSystemIndex, which represents an entry in the clntSystemTable, and the clntDeviceIndex, which represents an entry in the clntDeviceTable, combined corresponds to the clntProcessorEntry. As an example of how objects in this table are named, an instance of the clntProcessorFrwID object might be named clntProcessorFrwID.3.1
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ClntProcessorEntry  

clntProcessorFrwID 1.3.6.1.4.1.2.6.50.2.3.1.1
The product ID of the firmware associated with the processor.
Status: mandatory Access: read-only
OBJECT-TYPE    
  ProductID  

clntProcessorLoad 1.3.6.1.4.1.2.6.50.2.3.1.2
The average, over the last minute, of the percentage of time that this processor was not idle.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..100  

clntNetworkTable 1.3.6.1.4.1.2.6.50.2.4
The (conceptual) table of network devices contained by the client. Note that this table is potentially sparse: a (conceptual) entry exists only if the correspondent value of the clntDeviceType object is 'hrDeviceNetwork'.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ClntNetworkEntry

clntNetworkEntry 1.3.6.1.4.1.2.6.50.2.4.1
A (conceptual) entry for one network device contained by the client. The clntSystemIndex, which represents an entry in the clntSystemTable, and the clntDeviceIndex, which represents an entry in the clntDeviceTable, combined corresponds to the clntNetworkEntry. As an example of how objects in this table are named, an instance of the clntNetworkIfIndex object might be named clntNetworkIfIndex.3.1
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ClntNetworkEntry  

clntNetworkIfIndex 1.3.6.1.4.1.2.6.50.2.4.1.1
The value of ifIndex which corresponds to this network device.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

clntPrinterTable 1.3.6.1.4.1.2.6.50.2.5
The (conceptual) table of printers local to the client. Note that this table is potentially sparse: a (conceptual) entry exists only if the correspondent value of the clntDeviceType object is 'hrDevicePrinter'.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ClntPrinterEntry

clntPrinterEntry 1.3.6.1.4.1.2.6.50.2.5.1
A (conceptual) entry for one printer local to the client. The clntSystemIndex, which represents an entry in the clntSystemTable, and the clntDeviceIndex, which represents an entry in the clntDeviceTable, combined corresponds to the clntPrinterEntry. As an example of how objects in this table are named, an instance of the clntPrinterStatus object might be named clntPrinterStatus.3.1
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ClntPrinterEntry  

clntPrinterStatus 1.3.6.1.4.1.2.6.50.2.5.1.1
The current status of this printer device. When in the idle(3), printing(4), or warmup(5) state, the corresponding clntDeviceStatus should be running(2) or warning(3). When in the unknown state, the corresponding clntDeviceStatus should be unknown(1).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), unknown(2), idle(3), printing(4), warmup(5)  

clntPrinterDetectedErrorState 1.3.6.1.4.1.2.6.50.2.5.1.2
This object represents any error conditions detected by the printer. The error conditions are encoded as bits in an octet string, with the following definitions: Condition Bit # clntDeviceStatus lowPaper 0 warning(3) noPaper 1 down(5) lowToner 2 warning(3) noToner 3 down(5) doorOpen 4 down(5) jammed 5 down(5) offline 6 down(5) serviceRequested 7 warning(3) If multiple conditions are currently detected and the clntDeviceStatus would not otherwise be unknown(1) or testing(4), the clntDeviceStatus shall correspond to the worst state of those indicated, where down(5) is worse than warning(3) which is worse than running(2). Bits are numbered starting with the most significant bit of the first byte being bit 0, the least significant bit of the first byte being bit 7, the most significant bit of the second byte being bit 8, and so on. A one bit encodes that the condition was detected, while a zero bit encodes that the condition was not detected. This object is useful for alerting an operator to specific warning or error conditions that may occur, especially those requiring human intervention.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING  

clntDiskStorageTable 1.3.6.1.4.1.2.6.50.2.6
The (conceptual) table of long-term storage devices contained by the client. In particular, disk devices accessed remotely over a network are not included here. Note that this table is potentially sparse: a (conceptual) entry exists only if the correspondent value of the clntDeviceType object is 'hrDeviceDiskStorage'.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ClntDiskStorageEntry

clntDiskStorageEntry 1.3.6.1.4.1.2.6.50.2.6.1
A (conceptual) entry for one long-term storage device contained by the client. The clntSystemIndex, which represents an entry in the clntSystemTable, and the clntDeviceIndex, which represents an entry in the clntDeviceTable, combined corresponds to the clntDiskStorageEntry. As an example of how objects in this table are named, an instance of the clntDiskStorageCapacity object might be named clntDiskStorageCapacity.3.1
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ClntDiskStorageEntry  

clntDiskStorageAccess 1.3.6.1.4.1.2.6.50.2.6.1.1
An indication if this long-term storage device is readable and writable or only readable. This should reflect the media type, any write protect mechanism, and any device configuration that affects the entire device.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER readWrite(1), readOnly(2)  

clntDiskStorageMedia 1.3.6.1.4.1.2.6.50.2.6.1.2
An indication of the type of media used in this long-term storage device.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), unknown(2), hardDisk(3), floppyDisk(4), opticalDiskROM(5), opticalDiskWORM(6), opticalDiskRW(7), ramDisk(8)  

clntDiskStorageRemoveble 1.3.6.1.4.1.2.6.50.2.6.1.3
Denotes whether or not the disk media may be removed from the drive.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Boolean  

clntDiskStorageCapacity 1.3.6.1.4.1.2.6.50.2.6.1.4
The total size for this long-term storage device.
Status: mandatory Access: read-only
OBJECT-TYPE    
  KBytes  

clntPartitionTable 1.3.6.1.4.1.2.6.50.2.7
The (conceptual) table of partitions for long-term storage devices contained by the client. In particular, partitions accessed remotely over a network are not included here.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ClntPartitionEntry

clntPartitionEntry 1.3.6.1.4.1.2.6.50.2.7.1
A (conceptual) entry for one partition. The clntSystemIndex, which represents an entry in the clntSystemTable, and the clntDeviceIndex, which represents an entry in the clntDeviceTable, combined corresponds to the clntPartitionEntry. As an example of how objects in this table are named, an instance of the clntPartitionSize object might be named clntPartitionSize.3.1.1
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ClntPartitionEntry  

clntPartitionIndex 1.3.6.1.4.1.2.6.50.2.7.1.1
A unique value for each partition on this long- term storage device. The value for each long-term storage device must remain constant at least from one re-initialization of the agent to the next re-initialization.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..2147483647  

clntPartitionLabel 1.3.6.1.4.1.2.6.50.2.7.1.2
A textual description of this partition.
Status: mandatory Access: read-only
OBJECT-TYPE    
  InternationalDisplayString Size(0..128)  

clntPartitionID 1.3.6.1.4.1.2.6.50.2.7.1.3
A descriptor which uniquely represents this partition to the responsible operating system. On some systems, this might take on a binary representation.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING  

clntPartitionSize 1.3.6.1.4.1.2.6.50.2.7.1.4
The size of this partition.
Status: mandatory Access: read-only
OBJECT-TYPE    
  KBytes  

clntPartitionFSIndex 1.3.6.1.4.1.2.6.50.2.7.1.5
The index of the file system mounted on this partition. If no file system is mounted on this partition, then this value shall be zero. Note that multiple partitions may point to one file system, denoting that that file system resides on those partitions. Multiple file systems may not reside on one partition.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..2147483647  

clntFSTable 1.3.6.1.4.1.2.6.50.2.8
The (conceptual) table of file systems local to this client or remotely mounted from a file server. File systems that are in only one user's environment on a multi-user system will not be included in this table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ClntFSEntry

clntFSEntry 1.3.6.1.4.1.2.6.50.2.8.1
A (conceptual) entry for one file system local to this client or remotely mounted from a file server. File systems that are in only one user's environment on a multi-user system will not be included in this table. As an example of how objects in this table are named, an instance of the clntFSMountPoint object might be named clntFSMountPoint.3.1
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ClntFSEntry  

clntFSIndex 1.3.6.1.4.1.2.6.50.2.8.1.1
A unique value for each file system local to this client. The value for each file system must remain constant at least from one re-initialization of the agent to the next re-initialization.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..2147483647  

clntFSMountPoint 1.3.6.1.4.1.2.6.50.2.8.1.2
The path name of the root of this file system.
Status: mandatory Access: read-only
OBJECT-TYPE    
  InternationalDisplayString Size(0..128)  

clntFSRemoteMountPoint 1.3.6.1.4.1.2.6.50.2.8.1.3
A description of the name and/or address of the server that this file system is mounted from. This may also include parameters such as the mount point on the remote file system. If this is not a remote file system, this string should have a length of zero.
Status: mandatory Access: read-only
OBJECT-TYPE    
  InternationalDisplayString Size(0..128)  

clntFSType 1.3.6.1.4.1.2.6.50.2.8.1.4
The value of this object identifies the type of this file system.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

clntFSAccess 1.3.6.1.4.1.2.6.50.2.8.1.5
An indication if this file system is logically configured by the operating system to be readable and writable or only readable. This does not represent any local access-control policy, except one that is applied to the file system as a whole.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER readWrite(1), readOnly(2)  

clntFSBootable 1.3.6.1.4.1.2.6.50.2.8.1.6
A flag indicating whether this file system is bootable.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Boolean  

clntFSStorageIndex 1.3.6.1.4.1.2.6.50.2.8.1.7
The index of the clntStorageEntry that represents information about this file system. If there is no such information available, then this value shall be zero. The relevant storage entry will be useful in tracking the percent usage of this file system and diagnosing errors that may occur when it runs out of space.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..2147483647  

clntFSLastFullBackupDate 1.3.6.1.4.1.2.6.50.2.8.1.8
The last date at which this complete file system was copied to another storage device for backup. This information is useful for ensuring that backups are being performed regularly. If this information is not known, then this variable shall have the value corresponding to January 1, year 1970, 00:00:00.0, which is encoded as (hex)'07 B2 01 01 00 00 00 00'.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DateAndTime  

clntFSLastPartialBackupDate 1.3.6.1.4.1.2.6.50.2.8.1.9
The last date at which a portion of this file system was copied to another storage device for backup. This information is useful for ensuring that backups are being performed regularly. If this information is not known, then this variable shall have the value corresponding to January 1, year 1970, 00:00:00.0, which is encoded as (hex)'07 B2 01 01 00 00 00 00'.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DateAndTime  

clntSWInstalledTable 1.3.6.1.4.1.2.6.50.3.1
The (conceptual) table of software installed on the client.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ClntSWInstalledEntry

clntSWInstalledEntry 1.3.6.1.4.1.2.6.50.3.1.1
A (conceptual) entry for a piece of software installed on the client. The clntSystemIndex represents an entry in the clntSystemTable that corresponds to the clntSWInstalledEntry.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ClntSWInstalledEntry  

clntSWInstalledIndex 1.3.6.1.4.1.2.6.50.3.1.1.1
A unique value for each piece of software installed on the client.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..2147483647  

clntSWInstalledManf 1.3.6.1.4.1.2.6.50.3.1.1.2
A textual description of the manufacturer for this installed piece of software. If this information is not known, this string should have a length of zero.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..64)  

clntSWInstalledID 1.3.6.1.4.1.2.6.50.3.1.1.3
The product ID of this installed piece of software.
Status: mandatory Access: read-only
OBJECT-TYPE    
  ProductID  

clntSWInstalledVersion 1.3.6.1.4.1.2.6.50.3.1.1.4
The version of this installed piece of software. If this information is not known, this string should have a length of zero.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..64)  

clntSWInstalledDateTime 1.3.6.1.4.1.2.6.50.3.1.1.5
The last modification date of this application as it would appear in a directory listing. If this information is not known, then this variable shall have the value corresponding to January 1, year 1970, 00:00:00.0, which is encoded as (hex)'07 B2 01 01 00 00 00 00'.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DateAndTime  

clntSWInstalledType 1.3.6.1.4.1.2.6.50.3.1.1.6
The type of this software.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), operatingSystem(2), deviceDriver(3), application(4)  

clntSWInstalledPath 1.3.6.1.4.1.2.6.50.3.1.1.7
The path where this piece of software is installed. This should be the fully qualified path on the client.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

clntSWInstalledOption 1.3.6.1.4.1.2.6.50.3.1.1.8
The option of the software installed.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..16)  

clntSWInstalledLoad 1.3.6.1.4.1.2.6.50.3.1.1.9
The load of the software installed.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..16)  

clntSWInstalledStatus 1.3.6.1.4.1.2.6.50.3.1.1.10
The current state of the software installed.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), installed(2), damaged(3)  

clntSWInstalledSoftwareName 1.3.6.1.4.1.2.6.50.3.1.1.11
The Software Name of this installed piece of software. If this information is not known, this string should have a length of zero.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..64)  

clntSWInstalledSerialNumber 1.3.6.1.4.1.2.6.50.3.1.1.12
The Serial Number of this installed piece of software. If this information is not known, this string should have a length of zero.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..64)  

clntSWFixTable 1.3.6.1.4.1.2.6.50.3.3
The (conceptual) table of software fixes on the client.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ClntSWFixEntry

clntSWFixEntry 1.3.6.1.4.1.2.6.50.3.3.1
A (conceptual) entry for each software fix on the client. The clntSystemIndex, which represents an entry in the clntSystemTable, and the clntSWInstalledIndex, which represents an entry in the clntSWInstalledTable, combined corresponds to the clntSWFixEntry.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ClntSWFixEntry  

clntSWFixIndex 1.3.6.1.4.1.2.6.50.3.3.1.1
A unique value for each software fix installed on this client.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..2147483647  

clntSWFixID 1.3.6.1.4.1.2.6.50.3.3.1.2
A value which identifies a fix to a piece of installed software.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..16)