secure_agent

エージェントを保護します。

書式

emcli secure_agent
        -agent_name="agent_target_name"
        -registration_pwd="registration_password"
        [-host_username ="agent_host_username" -host_pwd="agent_host_password"]
        [-credential_name ="credential_name"]
        [-credential_setname ="credential_setname_of_agent"]

[ ] incicates that the paramter is optional

オプション

  • agent_name

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

  • regustration_pwd

    OMSとの通信を保護するための登録パスワード。

  • host_username

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

  • host_pwd

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

  • credential_name

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

  • credential_setname

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

例1

emcli secure_agent -agent_name="agent.example.com:1234"
                   -registration_pwd="test_pwd"
                   -host_username="test_user"
                   -host_pwd="test"

例2

emcli secure_agent -agent_name="agent.example.com:1234"
                   -registration_pwd="test_pwd"
                   -credential_setname="HostCreds"