update_pool
ソフトウェア・プールの詳細を更新します。
書式
emcli update_pool -name="<Software_Pool_name>" -target_type="<Target_type_of_Software_Pool>" [-description="<Description_of_Software_Pool>"] [-add_members="<Member1, Member2...>"] [-remove_members="<Member4, Member5...>"] [-placement_constraints="<constraint1=value1,constraint2=value2...>"] [-properties="<property1=value1, property2=value2>"] [ ] indicates that the parameter is optional
オプション
-
name
既存のソフトウェア・プールの名前。
-
target_type
ソフトウェア・プールのターゲット・タイプ。たとえば、ミドルウェア・プールの場合は"mwaas_zone"、データベース・プールの場合は"oracle_cloud_zone"、スキーマ・プールの場合は"schaas_pool"です。
-
description
ソフトウェア・プールの説明。
-
add_members
ソフトウェア・プールのメンバーとして追加するターゲットのカンマ区切りのリスト。追加するターゲットは、ソフトウェア・プールのメンバーシップ制約を満たす必要があります。
-
remove_members
ソフトウェア・プールから削除するメンバー・ターゲット。
-
placement_constraints
セルフ・サービス管理者がリソース使用率の上限を設定できるようにする配置制約のカンマ区切りのキー値ペア。これにより、リソース使用量の観点からソフトウェア・プールのメンバーを保護できます。
-
properties
プール・ターゲット・タイプに基づいて指定する必要がある追加のプロパティ用のカンマ区切りのキー値ペア。次の資格証明タイプを追加できます: "host_credential"、"root_credential"、"gi_credential"、"asm_credential"、"cdb_credential"。
例
emcli update_pool -name=pool4 -target_type=pdbaas_pool -properties="cdb_credential_guid=075476E27CFD0FCAE0638F8145648A7F,host_credential_guid=0654309D96936DBFE0638F814564A953, root_credential_guid=0654309D96936DBFE0638F814564A953,gi_credential_guid=0654309D96936DBFE0638F814564A953,cdb_wallet_password=abcd123"
次のような出力が表示されます。
Software Pool "pool4" updated successfully.