Sun Microsystems, Inc.  Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition
   Home | Current Systems | Former STK Products | EOL Systems | Components | General Info | Search | Feedback

Asset ID: 1-72-2074217.1
Update Date:2015-11-09
Keywords:

Solution Type  Problem Resolution Sure

Solution  2074217.1 :   ODAVP: configure firstnet is not showing eth coming from VLAN setting  


Related Items
  • Oracle Database Appliance
  •  
  • Oracle Database Appliance Software
  •  
Related Categories
  • PLA-Support>Eng Systems>Exadata/ODA/SSC>Oracle Database Appliance>DB: ODA_EST
  •  




In this Document
Symptoms
Changes
Cause
Solution


Applies to:

Oracle Database Appliance - Version All Versions and later
Oracle Database Appliance Software - Version 2.5.0.0 and later
Information in this document applies to any platform.

Symptoms

You are configuring the "firstnet", trying to use the new eth device comming from a VLAN (created from dom0 or from ODA_BASE):

# oakcli configure firstnet
INFO: VM environment detected
Select the Interface to configure the network on (eth0 eth1) [eth0]:

but the only "real"/physical eth devices are listed.

In the above example we are running on X5-2 and we are expecting to see also the "eth2".

Changes

A VLAN has been created, attached to ODA_BASE and it has been rebooted to make the change available

Cause

This is an expected behavior.

Solution

Make the IP settings manually into the ethX configuration.

Edit "/etc/sysconfig/network-scripts/ifcfg-ethX"

DEVICE=ethX              <<----
ONBOOT=yes
BOOTPROTO=none
IPADDR=<ip address>      <<----
NETMASK=<netmask>        <<----
GATEWAY=<gateway>        <<----
TYPE=ETHERNET

example:

DEVICE=eth2
ONBOOT=yes
BOOTPROTO=none
IPADDR=10.0.0.100
NETMASK=255.255.255.0
GATEWAY=10.0.0.1
TYPE=ETHERNET

 


Attachments
This solution has no attachment
  Copyright © 2018 Oracle, Inc.  All rights reserved.
 Feedback