HP-UX WBEM FSProvider Datasheet

6
setting returned by getmntent ().
Table 4: HPUX_HFS properties
Table 4 describes the properties specific to the HPUX_HFS class. It has three columns. The first is the property name (including type and units), the
second is the property inheritance (indicating which class or superclass defines the property), and the third is the property’s value and data source. Each
row describes a property.
Property Name Property Inheritance Property Description (and Data Source)
Boolean LongFilesEnabled Local to HPUX_HFS HP-UX: Returns if long files are enabled. The value is
determined from the “f_flag” setting return by the tunefs
command.
Boolean LargeFilesSupported Local to HPUX_HFS HP-UX: Returns if this file system supports large files. The
value is determined from the “magic” and “featurebits”
settings returned by the tunefs command.
Uint16 MinimumFreeSpace Local to HPUX_HFS HP-UX: Returns the minimum percentage of free disk
space allowed. The value is the “minfree” setting returned
by the tunefs command.
Uint32 FragmentSize Local to HPUX_HFS HP-UX: Returns the fragment block size of this file system.
The value is the “fsize” setting returned by the tunefs
command.
Uint32 SectorsPerTrack Local to HPUX_HFS HP-UX: Returns the number of sectors per track on the disk.
The value is the “nsect” setting returned by the tunefs
command.
Uint32 TracksPerCylinder Local to HPUX_HFS HP-UX: Returns the number of tracks per cylinder on the
disk. The value is the “ntrak” setting returned by the tunefs
command.
Uint32 DiskCylindersPerClyinderGroup Local to HPUX_HFS HP-UX: Returns the number of disk cylinders per cylinder
group. The value is the “cpg” setting returned by the tunefs
command.
Uint32 DiskRevolutionsPerSecond Local to HPUX_HFS HP-UX: Returns the rotational rate of the disk. The value is
the “rps” setting returned by the tunefs command.
Uint32 RotationalDelay Local to HPUX_HFS HP-UX: Returns the expected time to service a transfer
completion interrupt and initiate a new transfer on the
same disk. The value is the “rotdelay” setting returned by
the tunefs command.
Table 5: HP_MountPoint properties
Table 5 describes the properties of the HP_MountPoint class. 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 superclass defines the property), and the third is the property’s value and data source. Each
row describes a property.
Property Name
Property Inheritance
Property Description (and Data Source)
String CSCreationClassName
[Key]
Inherited from CIM_UnixDirectory HP-UX: Returns the string
“CIM_UnitaryComputerSystem”.
String CSName
[Key]
Inherited from CIM_UnixDirectory HP-UX: Returns the hostname from the gethostname ()
system call.