Use Services attributes to obtain status and configuration information about all of the services installed on the Windows Server. Services are background processes run by the operating system, regardless of the user logged into the system. Services is a multiple-instance attribute group. You cannot mix these attributes with those of any other multiple-instance group.
Account ID The account name under which the service process will be logged on as when it runs. It takes the form of "DomainName\UserName" such as LocalSystem. Valid format is a text string of up to 32 characters. For example, to express the account ID, enter LocalSystem.
Account ID (Unicode) The account name under which the service process will be logged on as when it runs in UTF8. It takes the form of DomainName\UserName such as .\LocalSystem. Valid format is a text string of up to 52 bytes.
Binary Path The fully qualified path to the service binary executable. Valid format is a text string of up to 64 characters. For example, D:\WINNT\System32\Services.exe indicates the path to the service binary executable.
Binary Path (Unicode) The fully qualified path to the service binary executable in UTF8. Valid format is a text string of up to 392 bytes.
Current State The current state of the service. This state can be Stopped, Start Pending, Stop Pending, Running, Continue Pending, Paused Pending, or Paused. Valid format is a text string of up to 20 characters. For example, Running indicates that the service is currently running.
Display Name The name of the service as it appears in the Service Control Manager applet. Valid format is a text string of up to 64 characters. For example, Gateway Service for Network is an example of a display name.
Display Name (Unicode) The name of the service as it appears in the NT Service Control Manager applet in UTF8. Valid format is a text string of up to 400 bytes.
Load Order Group The name of the load ordering group of which this service is a member. Services can be placed in groups so other services can have dependencies on a group of services. If the service is not in a load ordering group then this field will be blank. Valid format is a text string of up to 64 characters. For example, Network Provider is an example of a load order group.
Server Name Node name. Valid format is a text string of up to 64 characters.
Service Name The internal name of the service in the Service Control Manager database. Valid format is a text string of up to 64 characters. For example, NWCWorkstation is an example of a service name.
Start Type Specifies when to start the service. This can be Automatic, Manual or Disabled. Valid format is a text string of up to 16 characters. For example, Automatic is an example of a start type.
Timestamp The date and time the Tivoli Enterprise Monitoring Server samples the data. Standard 16-character date/time format (CYYMMDDHHMMSSmmm), where:
C |
Century (0 for 20th, 1 for 21st) |
YY |
Year |
MM |
Month |
DD |
Day |
HH |
Hour |
MM |
Minute |
SS |
Second |
mmm |
Millisecond |
Use simple text strings as described above. For example, enter 0971009130500000 to express October 9, 1997, 1:05:00 pm.