A.48 edit Server

Oracle VM Serverを編集します。

構文

edit Server instance [maintenanceMode= { yes | no }] [roles= { VIRTUAL_MACHINE | UTILITY }] [takeOwnership= { yes | no }] [name=value] [description=value]

instanceは:

{ id=id | name=name }

説明

このコマンドはOracle VM Serverを編集します。このコマンドは、Oracle VM Serverをメンテナンス・モードに切り替えたり、このモードから復帰したりする場合、およびOracle VM Serverの所有権を取得または放棄する場合に使用します。

どのオプションも必須ではありませんが、1つ以上のオプションを指定する必要があります。

オプション

次の表に、このコマンドで使用可能なオプションを示します。

オプション

説明

maintenanceMode= { yes | no }

Oracle VM Serverをメンテナンス・モードにするかどうか。

roles= { VIRTUAL_MACHINE | UTILITY }

Oracle VM Serverのロール。次のように、オプションをカンマ(,)で区切って入力します。

roles=VIRTUAL_MACHINE,UTILITY

takeOwnership= { yes | no }

Oracle VM Serverの所有権を取得するかどうか。

name=value

Oracle VM Serverを識別する名前。

description=value

Oracle VM Serverの説明(オプション)。

{ id=id | name=name }

idまたはnameのいずれかのオプションを使用したオブジェクトのインスタンス(name=MyServerなど)。

例A.62 Oracle VM Serverの編集

OVM> edit Server name=MyServer description="My Oracle VM Server"

例A.63 Oracle VM Serverの所有権の取得

OVM> edit Server name=MyServer takeOwnership=yes

例A.64 Oracle VM Serverのメンテナンス・モードへの切替え

OVM> edit Server name=MyServer maintenanceMode=yes

関連項目