update_database_size

作成されたすべてのデータベース・サイズをリストします。

書式

emcli update_database_size 
      -name="<Existing size name>" 
      -description="<Size description>"        
      [-attributes="cpu:<number of cores>;memory:<memory in GB>;processes:
         <max number of processes>;storage:<Total storage in GB allocated 
         to database>;"]

[ ]  indicates that the parameter is optional.

オプション

  • name

    既存のデータベース・サイズの名前。

  • description

    データベース・サイズの説明を更新します。

  • attributes

    データベース・サイズを定義します。属性をセミコロン(;)で区切る必要があります。次の属性の値を指定できます。

    cpu: CPUコアの総数。

    memory: 合計最大メモリー(GB)。

    processes: データベースに同時に接続できるプロセスの合計数。

    storage: データベースに割り当てられる合計ストレージ(GB)

次のコマンドでは、Smallという名前のデータベース・サイズの説明および属性を更新します。

emcli update_database_size 
      -name=Small 
      -description="Small size database" 
      -attributes="cpu:4;storage:50;memory:4;processes:remove"