| string Caption |
Inherited from CIM_ManagedElement |
Returns "The current Operating
System" |
| string Description |
Inherited from CIM_ManagedElement |
Returns "This instance reflects
the Operating System on which the CIMOM is executing
(as distinguished from instances of other installed
operating systems that could be run)." |
| datetime InstallDate |
Inherited from CIM_ManagedSystemElement |
Returns the date the operating
system was installed as determined by the date
of the /usr/.smdb./OSFBASE???.lk file,
where ??? reflects the version of the
operating system. |
| string Status |
Inherited from CIM_ManagedSystemElement |
Returns "Unknown" (although if
the OS is running enough for CIMOM to function,
may consider "OK", but would need to distinguish
it from "Degraded" or "Stopping") |
| string CSCreationClassName [Key]
|
Local to CIM_OperatingSystem |
Returns "CIM_UnitaryComputerSystem" |
| string CSName [Key] |
Local to CIM_OperatingSystem |
Returns the system name (fully
qualified if possible). Gets the fully qualified
system name from the gethostbyname() system
call, or if that fails, uses the hostname obtained
from the gethostname() system call. |
| string CreationClassName [Key]
|
Local to CIM_OperatingSystem |
Returns "CIM_OperatingSystem" |
| string Name [Key] |
Inherited from CIM_ManagedSystemElement
(and made one of 4 keys of CIM_OperatingSystem) |
Returns the operating system
name obtained from the getsysinfo() system call
for GSI_VERSIONSTRING |
| uint16 OSType |
Local to CIM_OperatingSystem |
Returns the value 6. |
| string OtherTypeDescription |
Local to CIM_OperatingSystem |
Returns the null string. |
| string Version |
Local to CIM_OperatingSystem |
Returns the release information
from the getsysinfo() system call for GSI_VERSIONSTRING
(for example, 5.1.A) |
| datetime LastBootUpTime |
Local to CIM_OperatingSystem |
Returns the si_boottime field
from the table() system call for TBL_SYSINFO. |
| datetime LocalDateTime |
Local to CIM_OperatingSystem
|
Returns information from the
getclock() and localtime() system calls. |
| sint16 CurrentTimeZone |
Local to CIM_OperatingSystem
|
Returns information from the
getclock() and localtime() system calls. |
| uint32 NumberOfLicensedUsers
|
Local to CIM_OperatingSystem
|
Returns the number of licensed
users from the lmf command. |
| uint32 NumberOfUsers |
Local to CIM_OperatingSystem
|
Retuns the number of ut_type
USER_PROCESSes from the getutent() library routine. |
| uint32 NumberOfProcesses |
Local to CIM_OperatingSystem |
Returns the tbl_procu field
from the table() system call for TBL_TBLSTATS. |
| uint32 MaxNumberOfProcesses |
Local to CIM_OperatingSystem |
Returns the tbl_proca field
from the table() system call for TBL_TBLSTATS. |
| uint64 TotalSwapSpaceSize (in
KBs) |
Local to CIM_OperatingSystem
|
Returns the size field from
the table() system call for TBL_SWAPINFO. |
| uint64 TotalVirtualMemorySize
(in KBs) |
Local to CIM_OperatingSystem
|
Returns the sum of the active_count,
inactive_count, and ubc_pages fields from the
table() system call for TBL_VMSTATS. |
| uint64 FreeVirtualMemory (in
KBs) |
Local to CIM_OperatingSystem |
Returns the free_count field
from the table() system call for TBL_VMSTATS. |
| uint64 FreePhysicalMemory (in
KBs) |
Local to CIM_OperatingSystem
|
Returns the TotalVisibleMemorySize
minus the sum of the wire_count, active_count,
inactive_count, and ubc_pages fields from the
table() system call for TBL_VMSTATS. |
| uint64 TotalVisibleMemorySize
(in KBs) |
Local to CIM_OperatingSystem
|
Returns the value from the
getsysinfo() system call for GSI_PYSMEM. |
| uint64 SizeStoredInPagingFiles
(in KBs) |
Local to CIM_OperatingSystem
|
Returns 0 (no paging files)
|
| uint64 FreeSpaceInPagingFiles
(in KBs) |
Local to CIM_OperatingSystem
|
Returns 0 (no paging files)
|
| uint64 MaxProcessMemorySize (in
KBs) |
Local to CIM_OperatingSystem |
Returns the rlim_max field
from the getrlimit() system call. |
| boolean Distributed |
Local to CIM_OperatingSystem
|
Returns information from clu_get_info(),
which specifies whether or not a system is a
member of a cluster. |
| uint32 MaxProcessesPerUser |
Local to CIM_OperatingSystem |
Returns max_proc_per_user
from the cfg_subsys_query() library routine. |