This post is more than 5 years old
2 Intern
•
1.3K Posts
0
2280
February 16th, 2008 04:00
SC3 bit
what SC3 bit and its importance with respect to mapping & masking
No Events found!
This post is more than 5 years old
2 Intern
•
1.3K Posts
0
2280
February 16th, 2008 04:00
Top
xe2sdc
6 Operator
•
2.8K Posts
0
February 16th, 2008 12:00
When an host sends scsi commands (reads and writes) to the storage, it follows directions supplied by the T10 consortium. There are different documents that explain different aspects of the SCSI protocol. When working with disks one of the most important document is the one that explain the SBC (scsi block commands). Another very interesting document is the one that explain the SPC (scsi primary commands), a common set of commands that every SCSI target should implement. As with every protocol, there are different versions and usually recent versions offer everything that was already present in previous versions and add some new features.
Following SPC and SBC (and their different revisions) can be a challenging task for O.S. vendors .. Just like any other standard, SCSI offers a lot of different ways of implementing the protocol .. And each and every vendor have its own implementation. The Symm/DMX have to deal with all of them and have to be flexible.
SC3 a bright example of the flexibility of the DMX
The code itself will ALWAYS understand SCSI3 commands. But will USUALLY qualify itself as SCSI-2 compliant. Since sometimes the hosts can be "fooled" when the storage qualifies itself as SCSI-3 compliant, the code chooses to qualify itself as SCSI-2 compliant BY DEFAULT. That's the key ..
SPC-2 is almost the same .. the main difference is that SPC-2 will qualify the target as a SPC-2 compliant host while SC3 will qualify the target as a SBC-3 compliant target
Is it clear ?? I think it's everything but clear .. But you asked .. and here we are
Message was edited by:
Stefano Del Corno
MikeMac1
2 Intern
•
292 Posts
1
February 16th, 2008 06:00
SKT2
2 Intern
•
1.3K Posts
0
February 17th, 2008 11:00
so my server SPC (version 1) and SBC-2 are the right one..
xe2sdc
6 Operator
•
2.8K Posts
0
February 17th, 2008 12:00
EMC supports only "allowed" configurations .. And they are clearly stated in our Support Matrix. Nowhere else. It's up to EMC to tell you how to configure our storage. Don't trust vendor's claims .. Look ONLY EMC SUPPORT MATRIX.
xe2sdc
6 Operator
•
2.8K Posts
1
February 17th, 2008 23:00
do with mapping and masking since they both are "FA
flags" that you can enable (as you already know from
Mike's posts) either in the binfile or via symmask
commands. Both flags changes to some degree the way
the FA port will behave while "talking" to your
hosts.
Please note however that some FA Flags DO affect the way you map your devices. And HPUX with its VolumeSet Addressing (V-bit on the FA side) is a bright example. If you enable V bit on the port via a binfile change, you'll map devices supplying vbus,tgt,lun values. If yuo disable V bit via binfile, you'll map devices supplying only the "lun" value. Please note however that if you modify the v-bit via symcli commands (symmask) you still have to map the volumes according to the binfile configuration of the processor.
samaks
16 Posts
0
March 12th, 2008 09:00
All about SCSI is very helpful, thanks.
I am using AIX 5.3 hosts with DMX3. In the support matrix(E-Lab Navigator) Director Bit Information part, there were no SC3 flag to be set for our hosts when setting up the hosts. So I didnt set anything and it works fine. Is there anything wrong with that? Does it change according to the HBA model, server model or it only depends on it is AIX or not?
And if I have to change the flag, does it have a disruptive effect like setting the SPC-2 flag?
Regards.
RRR
6 Operator
•
5.7K Posts
0
March 12th, 2008 11:00
BrianMarsh
6 Posts
0
March 21st, 2008 14:00
How about if the SPC-2 flag is set on the director and a running host needs the SC3 bit set (using symmask set hba_flags). Would this be disruptive in the same way or transparent ?
Our situation is a VMWare ESX 3.0 server currently connected to a Clariion that we are going to also connect to a DMX3 (5771.105+).
xe2sdc
6 Operator
•
2.8K Posts
0
March 22nd, 2008 09:00
This obviously apply to both SC3 and SPC2
Message was edited by:
Stefano Del Corno (Happy Easter!)
wishtobeMrEMC
155 Posts
0
March 25th, 2008 19:00
first of all, many thanks for detailed explanation about SC3 bit ..
As SC3 bit flag can be set either for specific hosts or all hosts by either symcli or in bin file, pls share us how it should be done for knowledge sake. I do understand that bin file config change should only be done by EMC experts
thanks
xe2sdc
6 Operator
•
2.8K Posts
0
March 26th, 2008 16:00
Cheers ...