Top
Cloud Services Management V1.1.0 Operation Guide
FUJITSU Software

5.2.9 Unit of Currency Operation Commands

Command Name

fscsm_currency

Format
fscsm_currency modify -code currencycode
fscsm_currency export -file output-file
Description

Use this command to change the unit of currency to be used for billing in Cloud Services Management. This command also outputs the unit of currency currently being used.

Subcommands
modify -code currencycode

Changes the unit of currency.

In currencycode, specify an ISO 4217 currency code. If a currency not contained in the following table is specified, the ISO 4217 code for the language (country) specified in the OS region format settings is displayed instead of the currency symbol. If you would like to display a symbol for such a currency instead of a code, specify a language (country) in which that currency is generally used in the region settings of your OS.

Table 5.2 Examples of Currency Codes

Currency Code

Unit of Currency

Currency Symbol

Number of Decimal Places

USD

United States Dollar

$

2

JPY

Japanese Yen

¥

0

EUR

Euro

2

SGD

Singapore Dollar

S$

2

export -file output-file

Outputs the information about the currently configured unit of currency as a text file.

In output-file, specify the file name using a character string containing alphanumeric characters, hyphens ("-"), underscores ("_"), and periods ("."). When the specified file already exists, an error occurs.

Output Example

The information is output as shown below:

currency.code = USD
currency.symbol = $
currency.fraction.digits = 2

Example
  • When changing the unit of currency to the Euro

    >fscsm_currency modify -code EUR<RETURN>
  • When outputting unit of currency information as a file

    >fscsm_currency export -file currency.txt<RETURN>