Reference Guide

Property Description
1 = Installable - Describes the details necessary to successfully install it and
the details (Checks and Actions) required to create an element in the
executable state (i.e., the next state).
2 = Executable - Describes the details necessary to successfully start it and
the details (Checks and Actions) required to move it to the running state (i.e.,
the next state).
3 = Running - Describes the details necessary to manage the started element.
TargetOperatingSystem
The TargetOperatingSystem property specifies the element's operating system
environment. The value of this property does not ensure that it is binary executable.
Two other pieces of information are needed. First, the version of the OS needs to be
specified using the class, CIM_OSVersion Check. The second piece of information is
the architecture that the OS runs on. This information is verified using
CIM_ArchitectureCheck. The combination of these constructs clearly identifies the
level of OS required for a particular SoftwareElement.
Possible values are:
0 = Unknown
1 = Other
2 = MACOS
3 = ATTUNIX
4 = DGUX
5 = DECNT
6 = Tru64 UNIX
7 = OpenVMS
8 = HPUX
9 = AIX
10 = MVS
11 = OS400
12 = OS/2
13 = JavaVM
14 = MSDOS
15 = WIN3x
16 = WIN95
17 = WIN98
18 = WINNT
19 = WINCE
20 = NCR3000
21 = NetWare
22 = OSF
23 = DC/OS
24 = Reliant UNIX
25 = SCO UnixWare
26 = SCO OpenServer
27 = Sequent
28 = IRIX
29 = Solaris
30 = SunOS
204