This post is more than 5 years old
155 Posts
1
2243
July 8th, 2008 04:00
unusable disk space
we have around 4TB free space on disks from disk group. But, device (17gb raid 5 3+1) creation failed with error
"The requested device(s) cannot be created because the mirrors cannot be distributed according to protection requirements¿
I would like to know that anyway the disk space can be utilized ? thanks
"The requested device(s) cannot be created because the mirrors cannot be distributed according to protection requirements¿
I would like to know that anyway the disk space can be utilized ? thanks
No Events found!


MarcT2
2 Intern
•
131 Posts
0
July 9th, 2008 04:00
For comparison, check out this swiss cheese layout from one of our lab boxen:
You can use "symdisk list -gaps" rather than "symdisk show
To review the number of different gaps you have, try the following (Solaris):
On a box where all the volumes are contiguous, you'll see:
on our horific lab box, we have:
M
Message was edited by:
MarcT - fix spelling
bodnarg
2 Intern
•
385 Posts
0
July 8th, 2008 05:00
The only way to really determine what you can do is to take a look at the space on drives. You can use symdisk -sid xxx list which shows each drive with a free space column. Then take a look at the individual drives to see how that "free space" sits on the drive:
symdisk -sid xxx show 16B:d11 -gaps
The answer may be you have lots of gaps in your data leaving small amount of space or perhaps your 4TB number is skewed by having a few large drives that are not used which don't provide enough redundancy for a Raid-set.
Without more data hard to give you an exact answer.
wishtobeMrEMC
155 Posts
0
July 9th, 2008 04:00
./symdisk -sid xxx show -v 1A:C2 -gaps
Symmetrix ID : xxx
Director : DF-1A
Interface : C
Target ID : 2
Disk Group Number : 1
Vendor ID : SEAGATE
Product ID : SX3146854FC
Product Revision : C146X15
Serial ID : 3KN21S7R
Disk Blocks : 286749475
Block Size : 512
Actual Disk Blocks : 286749475
Total Disk Capacity (MB) : 140014
Free Disk Capacity (MB) : 23265
Actual Disk Capacity (MB) : 140014
Hot Spare : False
Failed Disk : False
Hypers (34):
{
# Vol Emulation Dev Type Mirror Status Cap(MB)
--- ---- ---------------- ---- ------------- ------ -------------- --------
1 38 VAULT_DEVICE 0002 Data 1 N/A 5120
2 39 FBA 00A7 RAID-5 1 Ready 5761
...
...
...
...
34 71 FBA 0F0E RAID-5 1 Ready 1441
- - N/A - GAP - N/A 23265
bodnarg
2 Intern
•
385 Posts
0
July 9th, 2008 04:00
The question now becomes how many of these do you have and are they spread across enough disks/DAs to allow for the creation of Raid-5 groups. Also are they on the same kinds of drives (FC, etc.)?
I have never seen an explicit list of rules that symconfigure enforces for creating Raid-5 devices but I know the main ones (besides obviously having enough space to begin with) is ensuring that each of the partitions that make-up the Raid-5 volume are spread-out redundantly to avoid a single drive or loop failure from putting you at risk of the dreaded double-drive failure.
wishtobeMrEMC
155 Posts
0
July 9th, 2008 04:00
bodnarg
2 Intern
•
385 Posts
0
July 9th, 2008 05:00
wishtobeMrEMC
155 Posts
0
July 9th, 2008 20:00
I really do not want to waste 3.7TB disk space on DMX3. bcoz i always argue with DBAs to justify the storage space requirements and end up allocating only 50% of what they have requested.
symdisk list -sid 1000 | more
Symmetrix ID : xxx
Disks Selected : 473
symdisk list -gaps -v -sid 1000 | grep "Gaps" | grep "(1)" | wc -l
392
symdisk list -gaps -v -sid 1000 | grep "Gaps" | grep "(2)" | wc -l
68
your expertise on this request really helps
bodnarg
2 Intern
•
385 Posts
0
July 10th, 2008 04:00
What level of microcode are you running on your DMX and are you currently using Raid on the frame? There is a limitation on older code levels (can't remember at what version this changes) where you could only run either Raid 7+1 or Raid 3+1 devices. Also at older code levels you had to have a setting enabled to even allow you to create Raid-5 devices.
Other than an oddball case like that I unfortunately can't give you the exact rules for how Raid-5 devices are selected - I've asked trust me
MarcT2
2 Intern
•
131 Posts
0
July 10th, 2008 05:00
wishtobeMrEMC
155 Posts
0
July 10th, 2008 23:00
Product Model : DMX3-24
Symmetrix ID : xxx
Microcode Version (Number) : 5771 (168B0000)
Microcode Date : 10.26.2007
Microcode Patch Date : 10.26.2007
Microcode Patch Level : 104
Raid-5 Configuration : RAID-5 (3+1)
MarcT, i used SMC to create a device, not symcli.
bodnarg
2 Intern
•
385 Posts
0
July 11th, 2008 08:00
I did not think this was the case at 71 code, but there used to be something that the CE had to enable on the Service Processor to allow Raid devices to be created which you could not see. This is probably a real long shot and if you have other Raid-5 devices created not the problem.
Are you selecting anything odd in the SMC creation window (are you selecting a disk group maybe without the right storage combination, or flipping away from FBA for the device creation?)
You may want to talk to your CE and get him/her to help dig into this one unless someone else has some other suggestions.
MarcT2
2 Intern
•
131 Posts
0
July 11th, 2008 09:00
/var/symapi/log - for Unix
Program Files\Emc\SYMAPI\log - for Windows
I doubt SMC would get it wrong, but it would be worth reviewing the script in case any incorrect options were selected (ie the wrong disk group). You also get better error messages in the logfile.
Cut & paste the relevant section here if you wish.
xe2sdc
6 Operator
•
2.8K Posts
0
July 15th, 2008 05:00
However RAID1 volumes require more space on each drive and "wastes" a lot more space in a different way (you use only 50% of allocated space, obviously).
If you need big volumes and don't have big gaps you can also considere using metavolumes.. Go create small mirrored volumes and form them in bigger metas.
wishtobeMrEMC
155 Posts
0
July 15th, 2008 21:00
not really very sure what is the optimal size of symdev. in my prev. comp, we used 5gb raid1 and 10gb and 30gb raid 5 3+1 on dmx3. but in present env, we use 16gb as the EMC suggested optimal size on DMX3. i think the disk type is same.
wishtobeMrEMC
155 Posts
0
July 16th, 2008 00:00
create dev count=3, size=18414 cyl, emulation=FBA, config=RAID-5, mvs_ssid=0, disk_group=1;
Submitting configuration changes..........................Failed.
EMC:SMC cfgLogSymmwinError cfgCongtrolSubmit call to silsw_DoSymmWinService for SWS_CONFIG_SUBMIT_CHANGE failed with code: SWRS_INVALID_SERVICE_DATA
cfgControlSubmit Local config server msg:
failed to distribute volume 0691:
looking for space in an existing physical raid group: none of the 20 disks with raid volumes have the whole physical raid group available
Closing configuration change request......................Closed.
Terminating session with configuration server.............Done.