Oracle Exalogic Elastic Cloud Owner's Manual page 206

Table of Contents

Advertisement

Create an IPoIB Partition and Adding Ports
e.
f.
g.
The network must be configured on the compute node and the share mounted by
10.
following these steps:
a.
b.
c.
d.
e.
f.
16-8 Oracle Exalogic Elastic Cloud Machine Owner's Guide
Create an interface for the ibp0 network device with the following properties
by dragging the ibp0.8005 datalink to the interfaces column:
i. In the Name field, enter ib0.8005, where 8005 is the partition key.
ii. In the Configure with field, select Static Address List.
iii. Enter the IPv4 Address/Mask as 0.0.0.0/8.
Create an interface for ibp1 called ib1.8005 by performing Step
GUIDs of Compute Nodes and BridgeX Ports of Gateway
Bond the interfaces by adding another interface. Click the plus button next to
the Interfaces column and enter the following information:
i. In the Name field, enter a name that denotes the IB partition, such as
IB_IF_8005.
ii. In the Configure with field, select Static Address List.
iii. Enter the IPv4 Address/Mask to configure as the Infiniband device. You
can use any unused IP address. In this example, we will use 192.168.33.15/24.
iv. Check the IP MultiPathing Group box.
SSH to a compute node that is a member of the partition as the root user.
Determine the active infiniband device by running the following commands
on the compute node:
# ifconfig ib0
# ifconfig ib1
The active device will have non-zero Rx/Tx bytes.
Configure the network for the active device by running the following
commands:
# echo 0x8005 > /sys/class/net/ib0/create_child
# ifconfig -a | grep -A6 8005
ib0.8005 Link encap:InfiniBand HWaddr 80:50:05:4C:FE:
80:00:00:00:00:00:00:00:00:00:00:00:00:00:00
BROADCAST MULTICAST MTU:2044 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:256
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
# ifconfig ib0.8005 192.168.33.15
Unmount any mounted shares using the umount command.
Mount the share from the remote device. Use the IP specified in the
configuration step. In our example we used 192.168.33.15.
# mount 192.168.33.15:/export/share_name /mnt/share_name
Repeat the previous steps for all compute nodes that are members of the
partition.
Gather Port
Switches.

Advertisement

Table of Contents
loading

Table of Contents