delete_siteguard_aux_host

システムに関連付けられた補助ホストを削除します。

書式

emcli delete_siteguard_aux_host
        -system_name="name_of_the_system"
        [-host_name="name_of_the_auxiliary_host"] 

[ ]  indicates that the parameter is optional

オプション

  • system_name

    補助ホストを削除するシステムの名前。

  • host_name

    削除する補助ホストの名前。指定しない場合、システムに関連付けられているすべてのホストが削除されます。

例1

この例では、austin-systemに関連付けられている補助ホストhost1.domain.comを削除します。

emcli delete_siteguard_aux_host 
        -system_name="austin-system" 
        -host_name="host1.domain.com"

例2

この例では、austin-systemに関連付けられている補助ホストhost2.domain.comを削除します。

emcli delete_siteguard_aux_host 
        -system_name="austin-system" 
        -host_name="host2.domain.com"