HP-UX WBEM FSProvider Datasheet
4
Uint64 TotalInodes Inherited from CIM_UnixLocalFileSystem
HP-UX: Returns the total number of inodes available in the
file system from the f_files property of the statvfs
structure.
uint64 FSReservedCapacity Inherited from CIM_UnixLocalFileSystem
HP-UX: Returns the reserve data capacity of the file system
in bytes.
String Options Local to HP_UnixLocalFileSystem
HP-UX: Returns a list of option keywords which are
specific to the type of file system. The value is the
contents of mntent. mnt_opts returned from getmntent ().
uint32 Enlarge([IN] uint64 size) Local to HP_UnixLocalFileSystem
HP-UX: A method to enlarge a file system to the number of
mbytes specified in the size parameter. If the size is zero,
then the file system is enlarged to the size of its device. It
returns the value “Unspecified Error” or "Completed with No
Error”.
uint32 Mount([IN] string directory, [IN]
string mountOptions)
Local to HP_UnixLocalFileSystem
HP-UX: A method to mount a file system.
Returns "Unspecified Error” if no return code can be
identified and "Completed with No Error for successful
invocation.
uint32 Unmount() Local to HP_UnixLocalFileSystem
HP-UX: A method to unmount a file system. Returns
"Unspecified Error” if no return code can be identified and
"Completed with No Error for successful invocation.
Table 3: HP_NFS properties
Table 3 describes the properties of the HP_NFS 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 HardMount Inherited from CIM_NFS
HP-UX: This property defaults to true which indicates the
file system is mounted and NFS requests are retried until
the hosting system responds. If set to false, the file system
is mounted and an error is returned if the hosting system
does not respond. The value is false if the mntent.mnt_opts
“soft” setting is returned by getmntent ().
Boolean ForegroundMount Inherited from CIM_NFS
HP-UX: If set to true, then retries are performed in the
foreground. If set to false, then the first mount attempt
fails and retries are performed in the background. The
value is determined from the mntent.mnt_opts “bg” setting
returned by getmntent ().