Top
Systemwalker Runbook Automation Reference Guide
Systemwalker

3.15.17 Job Net Library

The job net library provides the following classes:

Article number/class name

3.15.17.1 Job Net

3.15.17.1 Job Net

Class Name

Swrba_Jobnet

List of Methods

Method

Description

String jobnet_start(String hostname,
String jobnetname, String projectname,

String subsystem, String mwtype,

String mwinstalledpath, String ostype,

String username, String password,

String execusername, String execpassword,)

Start the job net.

"Success" is returned if the start was successful.

An exception is returned if the start failed.

String jobnet_check_status(String hostname,
String jobnetname, String projectname,

String subsystem, String mwtype,

String mwinstalledpath, String ostype,

String username, String password,

String execusername, String execpassword,)

Acquire the status of the job net.

The status of the job net is returned if confirmation was successful.

An exception is returned if confirmation failed.

Input Information

hostname	Specify the host name or IP address.
jobnetnameSpecify the name of the job net where operations are performed.
projectnameSpecify the project name of the job net where operations are performed.
subsystem	Specify the sub system number of the job net where operations are performed.
mwtype	Specify the job management product name.
mwinstalledpath	Specify the installation path of the middleware command.
ostype	Specify the operating system type.
username	Specify the name of the user connecting with SSH to the host of servers.
If the operation component connects with the file transfer infrastructure, the connected user name will be fixed at either of the following names and cannot be changed. In this case, the user name is ignored even if specified.
- If the Business Server is running on Windows: SYSTEM user
- If the Business Server is running on Linux: root
password	Specify the password of the user connecting to the host using SSH.
If the operation component connects with the file transfer infrastructure, the password is ignored even if specified.
execusername	Specify the name of the user executing processes.
If the host specified by the "hostname" option is running on Windows and the connection is made using the file transfer infrastructure, execute the command as a SYSTEM user. In this case, the user name is ignored even if specified.
execpassword	This library does not use the value of "execpassword".
The value of "execpassword" is ignored even if specified

Notes

File Location

Windows

<Installation directory>\SWRBAM\rbaope\bin\parts\lib\standard\swrba_jobnet.rb

Linux

/opt/FJSVswrbam/rbaope/bin/parts/lib/standard/swrba_jobnet.rb