/etc/hosts を編集し、次の例のようにします。
# Do not remove the following line, or various programs # that require network functionality will fail. 127.0.0.1 localhost 111.222.333.44 machine-name loghost
ここで 111.222.333.44 は N1 System Manager サーバーの IP アドレスで、machine-name は N1 System Manager の管理サーバーの名前です。
たとえば、マシン名が n1manager で、eth0 に割り当てられている IP アドレスが 129.123.111.12 の場合、/etc/hosts ファイルで次のように設定する必要があります。
# Do not remove the following line, or various programs # that require network functionality will fail. 127.0.0.1 localhost.localdomain localhost 129.123.111.12 n1manager loghost
/etc/hosts ファイルの更新後はシステムを再起動する必要があります。