stage_gold_agent_image

Stages a Management Agent gold image on to a destination host.

Format

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.

Options

  • version_name

    Management Agent gold image version that should be staged.

  • image_name

    Management Agent gold image that should be staged.

  • host_name

    Destination host where the Management Agent gold image should be staged. As a prerequisite, a Management Agent should be running on this host.

  • stage_location

    Location on the destination host where the Management Agent gold image should be staged.

Example

The following example stages the Management Agent gold image OPC_AGI_DB_JUL_13 of gold image OPC_AGI_DB, at the stage location /net/stage/agent on the host example.com.

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