オンラインヘルプは、Oracle ILOM CLI コマンドで、コマンド名の前にキーワード help を付けて使用できます。
-> help -o verbose command
ここで command は、ヘルプが必要な Oracle ILOM コマンドです。
たとえば、exit コマンドに関するヘルプを取得するには、次のように入力します。
-> help -o verbose exit The exit command is used to terminate a session. Usage: exit Example: -> exit Connection to nyc-sp closed. ->