![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||||
Solution Type Technical Instruction Sure Solution 2046725.1 : How to configure Oracle Private Cloud Appliance for connectivity via Fiber Channel to an Oracle FS1 or Pillar Axiom Storage Array
In this Document
Applies to:Private Cloud Appliance - Version 2.0.5 to 2.3.2 [Release 2.0]Private Cloud Appliance X5-2 Hardware - Version All Versions to All Versions [Release All Releases] Oracle Virtual Compute Appliance X4-2 Hardware - Version All Versions to All Versions [Release All Releases] Oracle FS1-2 Flash Storage System - Version All Versions to All Versions [Release All Releases] Pillar Axiom 600 Storage System - Version All Versions to All Versions [Release All Releases] Information in this document applies to any platform. GoalThis note describes what changes are needed on an Oracle Private Cloud Appliance Compute Node when attaching via fiber channel/switch to either an Oracle FS1 Flash Storage or to a Pillar Axiom Storage Array. SolutionModify /etc/multipath.conf by adding either or both of the following setting depending on if you have an Oracle FS1 Flash Storage or a Pillar Axiom Storage Array.
Note: If presenting LUN0 from FS1/Axiom you will be required to reboot the Compute Node for it to become visible.
for a FS1 add the following under "devices {"
device { vendor "^Oracle( )?$" }
for an Axiom add the following under "devices {" device { vendor "^Pillar( )?$" }
Note: Please note that there are TWO spaces between the parenthesis "( )" for the vendor section. vendor "^Oracle( )?$" and vendor "^Pillar( )?$" After making the necessary changes you can either reboot the Compute Node or you can "service multipathd restart" Example: [root@ovcacn07r1 ~]# cat /etc/multipath.conf ## IMPORTANT for OVS do not blacklist all devices by default. device { device { device { } [root@ovcacn07r1 ~]#
Attachments This solution has no attachment |
||||||||||||||
|