Top
ServerView Resource Orchestrator Cloud Edition V3.1.1 Reference Guide (Command/XML)
ServerView

14.29 GetOperationResult (Obtain Operation Log)

Name

[Windows Manager]
Installation_folder\RCXCFMG\bin\GetOperationResult - Obtain Operation Log

[Linux Manager]
/opt/FJSVcfmg/bin/GetOperationResult.sh - Obtain Operation Log

Synopsis

[Windows Manager]

GetOperationResult -version version ID -locale the language for communicating -userId user ID -password password -orgId tenant name -lplatformId L-Platfrom ID -rulesetName ruleset name -operationId operation ID

[Linux Manager]

GetOperationResult.sh -version version ID -locale the language for communicating -userId user ID -password password -orgId tenant name -lplatformId L-Platfrom ID -rulesetName ruleset name -operationId operation ID

Function description

This Command obtains the operation logs for the network device.

Options

-version

Specify the version ID of the L-Platform API.

-locale

Specify the language used to communicate with the L-Platform API.

-userId

Specify the user ID for executing the L-Platform API.

-password

Specify the password for the user ID for executing the L-Platform API.

-orgId

Specify the tenant name of the user for executing the L-Platform API.

-lplatformId

Specify the L-Platform ID.

-rulesetName

Specify the name of the ruleset.

-operationId

Specify the operation ID.

Requirements

Permissions

User with OS administrator privilege

Location

Admin server

Example

[Windows Manager]
> GetOperationResult -version 2.0 -locale en -userId user3 -password password -orgId tenantA -lplatformId tenantA-M3PGGWCFX -rulesetName rule1 -operationId ROR_010
<?xml version="1.0" encoding="UTF-8"?>
<GetOperationResultResponse xmlns="http://cfmg.systemwalker.jp.fujitsu.com">
  <responseMessage>PAPI00000 Processing was completed.</responseMessage>
  <responseStatus>SUCCESS</responseStatus>
  <result>
Time: 2012/06/13(Wed)17:13:34
slb-rule=10020
vip=192.xxx.xxx.xxx
vport=80/tcp
--------- ---------------- ------------------------- ---------- -------
dist-rule class-map
          dist-mode
          real/type backup-priority
                state of real   state of real port   connection timeout
--------- ---------------- ------------------------- ---------- -------
      100 any
          round-robin
          Slb_002_192.xxx.xxx.xxx(192.xxx.xxx.xxx)/primary   --
                     up/active           --                   0      --
--------- ---------------- ------------------------- ---------- -------
</result>
</GetOperationResultResponse>
[Linux Manager]
# GetOperationResult.sh -version 2.0 -locale en -userId user3 -password password -orgId tenantA -lplatformId tenantA-M3PGGWCFX -rulesetName rule1 -operationId ROR_010
<?xml version="1.0" encoding="UTF-8"?>
<GetOperationResultResponse xmlns="http://cfmg.systemwalker.jp.fujitsu.com">
  <responseMessage>PAPI00000 Processing was completed.</responseMessage>
  <responseStatus>SUCCESS</responseStatus>
  <result>
Time: 2012/06/13(Wed)17:13:34
slb-rule=10020
vip=192.xxx.xxx.xxx
vport=80/tcp
--------- ---------------- ------------------------- ---------- -------
dist-rule class-map
          dist-mode
          real/type backup-priority
                state of real   state of real port   connection timeout
--------- ---------------- ------------------------- ---------- -------
      100 any
          round-robin
          Slb_002_192.xxx.xxx.xxx(192.xxx.xxx.xxx)/primary   --
                     up/active           --                   0      --
--------- ---------------- ------------------------- ---------- -------
</result>
</GetOperationResultResponse>

Exit Status

This command returns the following values:

0

The command executed successfully.

non-zero

An error has occurred.