start_agent

管理エージェントを起動します。管理エージェントに対するオペレータ権限または完全な権限が必要です。

書式

emcli start_agent
        -agent_name="agent_target_name"
        [-host_username="agent_host_username" -host_pwd="agent_host_password"]
        [-credential_name="credential_name"]
        [-credential_setname="credential_setname_of_agent"]

[ ]  indicates that the parameter is optional

オプション

  • agent_name

    管理エージェント・ターゲットの名前。

  • host_username

    管理エージェントを所有するOSユーザー(ホスト上)のユーザー名。

  • host_pwd

    管理エージェントを所有するOSユーザー(ホスト上)のパスワード。

  • credential_name

    保存された資格証明の名前。

  • credential_setname

    管理エージェントの資格証明セットの名前。たとえば、HostCredsなど。

例1

emcli start_agent -agent_name="agent.example.com:1234"
                           -host_username="test_user"
                           -host_pwd="test"

例2

emcli start_agent -agent_name="agent.example.com:1234"
                           -credential_name="MyMachineCredential"