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-71-2046725.1
Update Date:2018-02-08
Keywords:

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  


Related Items
  • Oracle FS1-2 Flash Storage System
  •  
  • Private Cloud Appliance
  •  
  • Oracle Virtual Compute Appliance X4-2 Hardware
  •  
  • Private Cloud Appliance X5-2 Hardware
  •  
  • Pillar Axiom 600 Storage System
  •  
Related Categories
  • PLA-Support>Eng Systems>Exalogic/OVCA>Oracle Virtual Compute Appliance>DB: OVCA_EST
  •  




In this Document
Goal
Solution


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.

Goal

This 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.

Solution

Modify /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(  )?$"
product "^Oracle FS"
path_selector "round-robin 0"
path_grouping_policy group_by_prio
prio alua
path_checker tur
failback immediate

}

 

for an Axiom add the following under "devices {"

device {

vendor "^Pillar(  )?$"
product "^Axiom"
path_selector "round-robin 0"
path_grouping_policy group_by_prio
prio alua
path_checker tur
failback immediate

}

 

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.
#blacklist {
# devnode "*"
#}

[....snip...] 

device {
vendor "SUN"
product "ZFS Storage.*"
getuid_callout "/sbin/scsi_id -g -u -p 0x83 -s /block/%n"
prio alua
hardware_handler "1 alua"
path_grouping_policy group_by_prio
failback immediate
no_path_retry 10
rr_min_io 100
path_checker tur
rr_weight uniform
}

device {
vendor "^Oracle(  )?$"
product "^Oracle FS"
path_selector "round-robin 0"
path_grouping_policy group_by_prio
prio alua
path_checker tur
failback immediate
}

device {
vendor "^Pillar(  )?$"
product "^Axiom"
path_selector "round-robin 0"
path_grouping_policy group_by_prio
prio alua
path_checker tur
failback immediate
}

}

[root@ovcacn07r1 ~]#

 

 

 


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