show_engr_sys_patching_history
エンジニアド・システム・ターゲットのメンバー・ターゲットについて、最近のパッチ適用操作の履歴を表示します。
書式
emcli show_engr_sys_patching_history -system_target_name="system_target_name" -system_target_type="system_target_type" -target_name="target_name" -target_type="target_type" [-operation=analyze | deploy | rollback] [-numrows="number_rows"] [ ] indicates that the parameter is optional.
オプション
-
system_target_name
エンジニアド・システムのターゲット名を指定します。
-
system_target_type
エンジニアド・システムのターゲット・タイプを指定します。
-
target_name
ターゲット名を指定します。
-
target_type
ターゲット名を指定します。
-
system_patch_composite_id
ターゲット・タイプを指定します。
-
operation
履歴を表示する操作を指定します。このオプションで使用可能な値は、analyze、deployおよびrollbackです。
-
numrows
表示する履歴の行数を指定します。
例
次の例では、エンジニアド・システム"slcm12adm01.example.com":"oracle_dbmachine"のメンバー・ターゲット"clusteradm0102.example.com":"cluster"に対して実行された最新10件のAnalyze操作の履歴を表示します。
emcli show_engr_sys_patching_history -system_target_name="slcm12adm01.example.com" -system_target_type="oracle_dbmachine" -target_name="clusteradm0102.example.com" -target_type="cluster" -action=analyze -numrows="10"