stage_gold_agent_image

管理エージェント・ゴールド・イメージを宛先ホストにステージングします。

書式

emcli stage_gold_agent_image  
      -version_name="gold_image_version_to_stage"
      -image_name="gold_image_name"
      -host_name="staging_destination_host"
      -stage_location="stage_location_on_destination_host"

[ ]  indicates that the parameter is optional.

オプション

  • version_name

    ステージングする管理エージェント・ゴールド・イメージ・バージョン。

  • image_name

    ステージングする管理エージェント・ゴールド・イメージ。

  • host_name

    管理エージェント・ゴールド・イメージをステージングする宛先ホスト。前提条件として管理エージェントはこのホストで実行している必要があります。

  • stage_location

    管理エージェント・ゴールド・イメージをステージングする宛先ホストの場所。

次の例では、ホストexample.comのステージングの場所である/net/stage/agentに、ゴールド・イメージOPC_AGI_DBの管理エージェント・ゴールド・イメージOPC_AGI_DB_JUL_13をステージングします。

emcli stage_gold_agent_image  
      -version_name=OPC_AGI_DB_JUL_13
      -stage_location=/net/stage/agent
      -host_name=example.com