| CMDB Common Data Model |
BMC_BaseElement
|
+--BMC_SystemComponent
|
+--BMC_LogicalSystemComponent
|
+--BMC_Software
|
+--BMC_SystemSoftware
|
+--BMC_OperatingSystem
Name | Value | Scope | Options |
MappedInBase | true | None | None |
Name_Space | BMC.CORE | None | None |
Attribute Summary | |
character | CountryCode
Code for the country or region used by the operating system. Values are based on international phone dialing prefixes (also called IBM country/region codes). The CountryCode string can have up to six characters. |
integer | MaxNumberOfProcesses
Maximum number of process contexts the operating system can support. If there is no fixed maximum, the value should be zero (0). On systems that have a fixed maximum, this instance can help diagnose failures that occur when the maximum is reached. |
real | MaxProcessMemorySize
Maximum number of kilobytes of memory that can be allocated to a process. For operating systems with no virtual memory, this value is typically equal to the total amount of physical memory minus memory used by the BIOS and OS. For operating systems that have no maximum, set this attribute to 0 (zero). In all other cases, this value could be a constant (for example, 2G or 4G). |
character | Organization
Company name of the operating system's registered user. Example: BMC. |
integer | OSLanguage
Language version of the operating system. Example (from the Microsoft Windows SDK): 0x0807 (German, Switzerland). |
integer | OSProductSuite
Installed and licensed system product additions to the operating system. Values are Small Business (0), Enterprise (1), BackOffice (2), Communication Server (3), Terminal Server (4), Small Business (Restricted) (5), Embedded NT (6), and Data Center (7). No default value. |
integer | OSType
Type of operating system. Values are Unknown (0), Other (1), MACOS (2), ATTUNIX (3), DGUX (4), DECNT (5), Tru64 UNIX (6), OpenVMS (7), HPUX (8), AIX (9), z/OS (10), OS400 (11), OS/2 (12), JavaVM (13), MSDOS (14), WIN3x (15), WIN95 (16), WIN98 (17), WINNT (18), WINCE (19), NCR3000 (20), NetWare (21), OSF (22), DC/OS (23), Reliant UNIX (24), SCO UnixWare (25), SCO OpenServer (26), Sequent (27), IRIX (28), Solaris (29), SunOS (30), U6000 (31), ASERIES (32), TandemNSK (33), TandemNT (34), BS2000 (35), LINUX (36), Lynx (37), XENIX (38), VM (39), Interactive UNIX (40), BSDUNIX (41), FreeBSD (42), NetBSD (43), GNU Hurd (44), OS9 (45), MACH Kernel (46), Inferno (47), QNX (48), EPOC (49), IxWorks (50), VxWorks (51), MiNT (52), BeOS (53), HP MPE (54), NextStep (55), PalmPilot (56), Rhapsody (57), Windows 2000 (58), Dedicated (59), OS/390 (60), VSE (61), TPF (62), Windows (R) Me (63), Caldera Open UNIX (64), OpenBSD (65), Not Applicable (66), Windows XP (67), Windows 2003 (68), z/Linux (69), CMS (70), CFCP (71), and z/VM (72). No default value. |
selection | PAEEnabled
Attribute that indicates whether the physical address extension (PAE) is enabled in an operating system running on Intel processors. PAE enables applications to address more than 4 gigabytes (GBs) of physical memory. When PAE is enabled, the operating system uses three-level linear address translation rather than two-level. Providing more physical memory to an application reduces the need to swap memory to the page file and increases performance. To enable PAE, use the /PAE switch in the Boot.ini file. Values are Yes (0) and No (1). No default value. |
integer | ProductType
Type of product the operating system controls. Values are Work Station (0) and Domain Controller (1). No default value. |
character | SuiteMask
Bit mask that specifies the product suites supported by the operating system. |
character | SystemDirectory
System directory of the operating system. |
Attributes inherited from class BMC_Software |
BuildNumber, BuildType, ConfigurationBasicNumber, ContractID, LicensesAvailable, LicenseType, PatchNumber, ServicePack |
Attributes inherited from class BMC_SystemComponent |
SystemClassId, SystemName |
Attribute Detail |
character
CountryCode
Name | Value | Scope | Options |
FieldId | 301064700 | None | None |
MaxLen | 6 | None | None |
Name_Space | BMC.CORE | None | None |
integer
MaxNumberOfProcesses
Name | Value | Scope | Options |
FieldId | 301052200 | None | None |
MappingStrings | MIF.DMTF|Host System|001.6, MIB.IETF|HOST-RESOURCES-MIB.hrSystemMaxProcesses | None | None |
Name_Space | BMC.CORE | None | None |
real
MaxProcessMemorySize
Name | Value | Scope | Options |
FieldId | 301052300 | None | None |
Name_Space | BMC.CORE | None | None |
Units | KiloBytes | None | TRANSLATABLE= true |
character
Organization
Name | Value | Scope | Options |
FieldId | 301052400 | None | None |
Maxlen | 30 | None | None |
Name_Space | BMC.CORE | None | None |
integer
OSLanguage
Name | Value | Scope | Options |
FieldId | 301052500 | None | None |
Name_Space | BMC.CORE | None | None |
integer
OSProductSuite
Name | Value | Scope | Options |
FieldId | 301052600 | None | None |
Name_Space | BMC.CORE | None | None |
ValueMap | 0, 1, 2, 3, 4, 5, 6, 7 | None | None |
Values | Small Business, Enterprise, BackOffice, Communication Server, Terminal Server, Small Business (Restricted), Embedded NT, Data Center | None | TRANSLATABLE= true |
integer
OSType
Name | Value | Scope | Options |
FieldId | 301052700 | None | None |
ModelCorrespondence | CIM_OperatingSystem.OtherTypeDescription, CIM_SoftwareElement.TargetOperatingSystem | None | None |
Name_Space | BMC.CORE | None | None |
ValueMap | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72 | None | None |
Values | Unknown, Other, MACOS, ATTUNIX, DGUX, DECNT, Tru64 UNIX, OpenVMS, HPUX, AIX, z/OS, OS400, OS/2, JavaVM, MSDOS, WIN3x, WIN95, WIN98, WINNT, WINCE, NCR3000, NetWare, OSF, DC/OS, Reliant UNIX, SCO UnixWare, SCO OpenServer, Sequent, IRIX, Solaris, SunOS, U6000, ASERIES, TandemNSK, TandemNT, BS2000, LINUX, Lynx, XENIX, VM, Interactive UNIX, BSDUNIX, FreeBSD, NetBSD, GNU Hurd, OS9, MACH Kernel, Inferno, QNX, EPOC, IxWorks, VxWorks, MiNT, BeOS, HP MPE, NextStep, PalmPilot, Rhapsody, Windows 2000, Dedicated, OS/390, VSE, TPF, Windows (R) Me, Caldera Open UNIX, OpenBSD, Not Applicable, Windows XP, Windows 2003, z/Linux, CMS, CFCP, z/VM | None | TRANSLATABLE= true |
selection
PAEEnabled
Name | Value | Scope | Options |
FieldId | 301052800 | None | None |
Name_Space | BMC.CORE | None | None |
ValueMap | 0, 1 | None | None |
Values | Yes, No | None | TRANSLATABLE= true |
integer
ProductType
Name | Value | Scope | Options |
FieldId | 301052900 | None | None |
Name_Space | BMC.CORE | None | None |
ValueMap | 0, 1 | None | None |
Values | Work Station, Domain Controller | None | TRANSLATABLE= true |
character
SuiteMask
Name | Value | Scope | Options |
FieldId | 301053000 | None | None |
Maxlen | 255 | None | None |
Name_Space | BMC.CORE | None | None |
character
SystemDirectory
Name | Value | Scope | Options |
FieldId | 301053100 | None | None |
Maxlen | 255 | None | None |
Name_Space | BMC.CORE | None | None |
| CMDB Common Data Model |