Hitachi

Job Management Partner 1 Version 10 Job Management Partner 1/Automatic Operation Service Template Reference


4.10.8 Output OS type

Function

Outputs the type of OS of the execution target server.

The plugin outputs one of the following to the standard output (depending on the execution target server's OS):

• OS is Windows: OSType:Windows

• OS is Linux: OSType:Linux

Use situation

You use this plugin in order to perform different processing depending on the type of OS in the service template.

The following explains how to use this plugin:

1. Execute this plugin on the execution target server.

2. Execute the service property standard output plugin (StdoutPropertyPlugin) and output the results to the standard output file.

3. Use JP1/AJS3's passing information setting job to assign the value to a JP1/AJS3 macro variable.

4. Use a judgment job to check the OS type stored in the macro variable.

Prerequisites

For the latest support information about [Required product in the System]/[Required products on the execution target system]/[Prerequisite product OS running in the execution target server], see the release notes.

[Required product in the System]

Job Management Partner 1/Automatic Operation 10-00 or later

[Required products on the execution target system]

None.

[Prerequisite product OS running in the execution target server]

(1) Windows Server 2003, Standard Edition/Enterprise Edition (x86/x64) SP1or later, Windows Server 2003 R2, Standard Edition/Enterprise Edition (x86/x64)

(2) Windows Server 2008 Standard/Enterprise (x86/x64), Windows Server 2008 R2 Standard/Enterprise/Datacenter

(3) Windows Server 2012 Standard/Datacenter, Windows Server 2012 R2 Standard/Datacenter

(4) Red Hat Enterprise Linux 5 Advanced Platform (x86), Red Hat Enterprise Linux 5 (x86), Red Hat Enterprise Linux 5 Advanced Platform (AMD/Intel 64), Red Hat Enterprise Linux 5 (AMD/Intel 64)

(5) Red Hat Enterprise Linux Server 6 (32-bit x86), Red Hat Enterprise Linux Server 6 (64-bit x86_64)

[Usage conditions for the target server]

None.

Version

01.00.04

Category

OperatingSystem/Common/Basic

Plug-in name displayed in the task log

osGetOsInfo

Return code

0: Normal

21: Error (invalid environment) Command cannot be found (error detected in the plugin script)

27: Error (check task logs for the nature of error)

41: Error (error detected in plugin) Missing property (error detected in plugin script)

Property list

The following table lists the properties:

Property key

Property name

Description

Default value

I/O type

Required

plugin.destinationHost

Host name of the execution target server

Specify the host name or IP address of the server on which this plugin will be executed. IPv6 addresses are not supported.

localhost

Input

R

common.osKind

OS type

This property indicates Windows or Linux as the OS type of the execution target server.

--

Output

R

common.returnValue

Return value for the plugin

The return value of this plugin stored.

--

Output

O