save_latest_config
ターゲットの最新の構成を保存します。
書式
emcli save_latest_config
-name="Host Config"
-target_type="host"
-target_name="test_host"
[-description="Save latest configuration of host"]
[ ] indicates that the parameter is optional. オプション
-
name
保存される構成の名前。値は一意であり、NULL以外である必要があります。
-
target_type
構成を保存するターゲット・タイプ。この値は内部名にする必要があります。
-
target_name
ターゲットの名前。
-
description
ターゲットの保存済構成の説明。このオプションは必須ではありません。
例
次のコマンドでは、ホスト・ターゲットtest_hostの最新の構成を、"Save latest configuration of host"という説明と"Host Config"という名前で保存します。
emcli save_latest_config
-name="Host Config"
-target_type="host"
-target_name="test_host"
-description="Save latest configuration of host"