This post is more than 5 years old
18 Posts
0
753
March 18th, 2009 12:00
Oracle RAC FA port settings on DMX array
Can someone tell me what are the specific FA port settings that needs to be set?
No Events found!
This post is more than 5 years old
18 Posts
0
753
March 18th, 2009 12:00
Top
MikeMac1
2 Intern
•
292 Posts
0
March 20th, 2009 11:00
xe2sdc
6 Operator
•
2.8K Posts
0
March 18th, 2009 13:00
Oracle RAC version ??
Storage type ??
Microcode version ??
Message was edited by:
Stefano Del Corno
xe2sdc
6 Operator
•
2.8K Posts
0
March 18th, 2009 13:00
However for the time being, I'd say you need C, D, SC3, SPC-2 and optionally OS2007.
QFaulk
18 Posts
0
March 18th, 2009 13:00
Allen Ward
6 Operator
•
2.1K Posts
0
March 18th, 2009 13:00
From the main Powerlink page select Support | Interoperability and Product Life Cycle Information | E-Lab Interoperability Navigator. Once you reach that page select the link to Launch E-Lab Interoperability Navigator and follow the instructions.
And don't worry if you can't say "Interoperability". It will still work just as well
Allen Ward
6 Operator
•
2.1K Posts
0
March 18th, 2009 13:00
Have you checked the eLab Navigator for this info? I would start there since it will also provide a wealth of info on other things you may have to consider that you may not have thought of.
QFaulk
18 Posts
0
March 18th, 2009 13:00
QFaulk
18 Posts
0
March 20th, 2009 11:00
This special bit is to be set on luns that require mutliple hosts the need to have simultaneous access to volumes.The capability to set the SCSI-3 PGR bit is not currently included as a function in ControlCenter 6.x and hence has to be done via symcli.For more info on this ,you can also go to powerlink.emc.com.
1. Create command (text) file with any text editor with syntax:
set device xxx attribute=SCSI3_persist_reserv; (xxx=Symmetrix device number)
2. Run the "symconfigure" command with the "prepare" option. This will check the syntax of the command file and verify whether the Symmetrix is prepared to handle the requested configuration change.
symconfigure -sid yyy -f commandfilename prepare (yyy=symm serial number)
3. Run the "symconfigure" command with the "commit" option to actually execute the change in the Symmetrix.
symconfigure -sid yyy -f commandfilename commit