HP-UX WBEM FSProvider Datasheet

3
string EncryptionMethod Local to CIM_FileSystem
HP-UX: A free form string indicating the algorithm or tool
used to encrypt the FileSystem. Returns the String
“Unknown”.
String CompressionMethod Local to CIM_FileSystem
HP-UX: A free form string indicating the algorithm or tool
used to compress the file system. Returns the String
“Unknown”.
Boolean CaseSensitive Local to CIM_FileSystem
HP-UX: An indication that case sensitive file names are
supported. Returns true.
Boolean CasePreserved Local to CIM_FileSystem
HP-UX: An indication that the case of file names is
preserved. Returns true.
Uint16 CodeSet[ ] Local to CIM_FileSystem
HP-UX: An array defining the character sets or encoding
supported by the file system. Returns 0 which indicates
“Unknown”.
Uint32 MaxFileNameLength Local to CIM_FileSystem
HP-UX: Returns an Integer indicating the maximum length
of a file name within the file system. Its value is obtained
from the f_namemax property of the statvfs structure.
uint32 ClusterSize Local to CIM_FileSystem
HP-UX: Returns an integer value indicating the minimum
file allocation size imposed by the FileSystem. Under stress
conditions, some FileSystems may allocate storage in
amounts smaller than the ClusterSize.
String FileSystemType Local to CIM_FileSystem
HP-UX: Returns a String describing the type of file system.
Its value is obtained from the mnt_type property of the
mntent structure through the getmntent () system call.
Table 2: HP_UnixLocalFileSystem properties
Table 2 describes the properties of the HP_UnixLocalFileSystem class. The HPUX_HFS, HP_CDFS, HP_LOFS, and HP_VxFS classes inherit all of the
properties described in this table. The table has three columns. The first is the property name (including type and units), the second is the property
inheritance (indicating which class or super class defines the property), and the third is the property’s value or data source. Each row describes a
property.
Property Name
Property Inheritance
Property Description (and Data Source)
Uint64 FreeInodes Inherited from CIM_UnixLocalFileSystem
HP-UX: Returns the number of free inodes present in the
file system from the f_ffree property of the statvfs
structure
.