Top
Systemwalker Runbook Automation Reference Guide
Systemwalker

1.4.13 swrba_ipmiexport (IPMI Information Export Command)

Description

This command exports IPMI information about the registered server from CMDB. IPMI information is output in specified file or standard output.

You can update and add IPMI information by editing IPMI information that was exported by swrba_ipmiexport and importing IPMI information by using swrba_ipmiimport.

The default value is output about the password among IPMI information that can be acquired by this command. Describe a new password and import the file when you change the password. As for the password of IPMI information whose password is a default value, the change is not done.

Synopsis

swrba_ipmiexport [-f output file] [-e Character code of output file]

Options

-f output file

Specify the file name for output.

When you omit this option, the information is displayed in a standard output.

The output form is CSV.

For more information about CSV file format, Refer to 1.4.12 swrba_ipmiimport (IPMI Information Import Command).

-e Character code of Input file

Specify the character code of the inputted file. The following character-codes can be specified.

  • UTF-8

  • SJIS

  • EUC

If this option is omitted, the character code of the input file will be as follows:

[Windows]

SJIS

[Linux]

The character code specified in the LANG environment variable

If the LANG environment variable has not been set, or character code cannot be recognized, then UTF-8 will be used.

Return Values

0:

Normal termination

1:

Warning termination

  • User information doesn't exist.

2:

Parameter error

3:

Errors other than 1 and 2

Command Location

[Windows]

<Systemwalker Runbook Automation installation directory>\bin
Note: The default location is C:\Fujitsu\Systemwalker\SWRBAM

[Linux]

/opt/FJSVswrbam/bin


Privilege Required/Execution Environment

[Windows]

[Linux]

Note