add_siteguard_aux_hosts

新しい補助ホストとシステムを関連付けます。補助ホストは、システムの一部ではなく、Enterprise Manager Cloud Controlによって管理されるホストです。これらのホストを使用して任意のスクリプトを実行できます。このホストで実行している他のターゲットは、Site Guard操作計画の一部にはなりません。

書式

emcli add_siteguard_aux_hosts
        -system_name="name_of_the_system"
        -host_name="name_of_the_auxiliary_host"

[ ]  indicates that the parameter is optional

オプション

  • system_name

    システムの名前。

  • host_name

    現在のユーザーが追加する必要のある補助ホストの名前。このホストは、Enterprise Manager Cloud Controlで管理する必要があります。

この例では、austin-systemの一部である補助ホストhost1.example.comおよびhost2.example.comをシステムに関連付けます。

emcli add_siteguard_aux_hosts
        -system_name="austin-system"
        -host_name="host1.example.com;host2.example.com"