ステップ2 - ネットワークへのアプライアンスの追加
実際のアプライアンスで、最初にデータ・センター・ラックにOracle Database Applianceを設置した後、ネットワーク管理者が割り当てたIPアドレスを使用するように構成する必要があります。 これを行うもっとも簡単な方法は、最初にネットワークまたはシリアル接続を使用してILOMを構成することです。 Oracle Database Applianceには、ネットワークでOracle Database Applianceを簡単に取得するためのコマンドodacli configure-firstnet
が含まれています。 アプライアンスがネットワーク上に存在したら、ネットワークに接続されている任意のコンピュータから残りのデプロイメント・ステップを完了できます。
Linuxプロンプトでネットワーク構成コマンドodacli configure-firstnet
を実行します。 次の例のようにプロンプトに応答します。 これはシミュレーションであるため、ネットワークを構成するには、任意のIPアドレス(192.168.0.100など)を使用してこのステップを完了できます。
[oracle@xx ~]$ odacli configure-firstnet
bonding interface is:
Using bonding public interface (yes/no) [yes]:
Select the Interface to configure the network on () [btbond1]:
Configure DHCP on btbond1 (yes/no) [no]:
INFO: You have chosen Static configuration
Use VLAN on btbond1 (yes/no) [no]:
Enter the IP address to configure : 192.168.0.100
Enter the Netmask address to configure : 255.255.255.0
Enter the Gateway address to configure[192.168.0.1] :
INFO: Restarting the network
Shutting down interface : [ OK ]
Shutting down interface em1: [ OK ]
Shutting down interface p1p1: [ OK ]
Shutting down interface p1p2: [ OK ]
Shutting down loopback interface: [ OK ]
Bringing up loopback interface: [ OK ]
Bringing up interface : [ OK ]
Bringing up interface em1: [ OK ]
Bringing up interface p1p1: Determining if ip address 192.168.16.24 is already in use for device p1p1... [ OK ]
Bringing up interface p1p2: Determining if ip address 192.168.17.24 is already in use for device p1p2... [ OK ]
Bringing up interface btbond1: Determining if ip address 192.168.0.100 is already in use for device btbond1... [ OK ]
INFO: Restarting the DCS agent
IfこれはOracle Database Appliance X8-2-HAシステムであり、2番目のノード(node-1)でコマンド
odacli configure-firstnet
を実行する必要があります。 node-1にログインし、コマンドodacli configure-firstnet
を再度実行します。 node-1.のIPアドレスには192.168.0.101を使用できます