resecure_agent

すでに保護されている管理エージェントを再保護します。管理エージェントに対するオペレータ権限または完全な権限が必要です。

書式

emcli resecure_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"]

[ ]  indicates that the parameter is optional

オプション

  • agent_name

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

  • registration

    OMSと安全に通信するための登録パスワード。

  • host_username

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

  • host_pwd

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

  • credential_name

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

  • credential_setname

    管理エージェントの資格証明セットの名前。例: "HostCreds"

例1

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

例2

emcli resecure_agent -agent_name="agent.example.com:1234"
                           -registration_pwd="test_pwd"
                           -credential_name="MyMachineCredential"