Top
Cloud Services Management V1.0.0 Operation Guide
FUJITSU Software

5.2.9 Currency Unit 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 currency unit to be used for billing in Cloud Services Management. This command also outputs the currency unit being used.

Subcommands
modify -code Currencycode

Changes the currency unit.

In Currencycode, specify an ISO 4217 currency code. If currency not written in the following table is specified, the ISO 4217 code is displayed as currency sign depending on language specified on [Region] >> [Format:] of OS. For displaying currency sign, specify language, where the currency is generally used, to [Region] >> [Format:] of OS.

Table 5.2 Example of Currency Codes

Currency Code

Currency Unit

Currency Sign

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 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 currency unit to Euro

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

    >fscsm_currency export -file currency.txt<RETURN>