soft partition mirroring error 3012 "necessary rounding"
Hello,
i have two different 73GB HDD so hard Partitioning failed.
But soft partitioning failed also (creating concat/stripe):
# metainit d61 -p c1t0d0s0 1gb
d10: Soft Partition is setup
# metainit d71 1 1 d61
metainit: betadbjxc: 3012: d71: The necessary rounding would result in data loss. You can avoid this by concatenating additional devices totaling at least 3012 blocks, or by increasing the size of the specified component by exactly 3012 blocks.
AVAILABLE DISK SELECTIONS:
0. c0t0d0 <SEAGATE-ST373207LC-0002 cyl 44304 alt 2 hd 4 sec 809> oracle
/<a href="mailto:pci@1f" target="_blank">pci@1f</a>,4000/<a href="mailto:scsi@3" target="_blank">scsi@3</a>/<a href="mailto:sd@0" target="_blank">sd@0</a>,0
1. c0t1d0 <FUJITSU-MAT3073NC-0104 cyl 65533 alt 2 hd 2 sec 1095>
/<a href="mailto:pci@1f" target="_blank">pci@1f</a>,4000/<a href="mailto:scsi@3" target="_blank">scsi@3</a>/<a href="mailto:sd@1" target="_blank">sd@1</a>,0
THX for help
regards oliver
[1210 byte] By [
] at [2007-11-25 23:02:07]

# 2
i would like to mirror two disks.
so I following these instructions:
(<a href="http://sysunconfig.net/unixtips/soft-partitions.html" target="_blank">http://sysunconfig.net/unixtips/soft-partitions.html</a&g t;)
-- 8< -
Mirroring Soft Partitions
Once you have created soft partitions, what can you do with them? Well, one thing to do is to create mirrors out of them. Unfortunately, even though a soft partition is a metadevice, they cannot serve directly as a submirror. For example:
# metainit d10 -p c1t11d0s4 100m
d10: Soft Partition is setup
# metainit d20 -m d10
metainit: hostname: d10: invalid unit
Instead, you must first take the soft partition and create a simple concat/stripe out of it. For example:
# metainit d10 -p c1t0d0s0 100m
d10: Soft Partition is setup
# metainit d20 1 1 d10
d20: Concat/Stripe is setup
# metainit d30 -m d20
d30: Mirror is setup
# metainit d11 -p c2t0d0s0 100m
d11: Soft Partition is setup
# metainit d21 1 1 d11
d21: Concat/Stripe is setup
# metattach d30 d21
d30: submirror d21 is attached
-- 8< -
why does creating soft partition failed ?
regards ole
at 2007-7-5 17:54:13 >

# 3
I am also getting this error:
bash-3.00# metastat d80
d80: Soft Partition
Device: c1d0s3
State: Okay
Size: 12582912 blocks (6.0 GB)
DeviceStart Block Dbase Reloc
c1d0s3 0NoYes
Extent Start Block Block count
06291456612582912
Device Relocation Information:
DeviceReloc Device ID
c1d0Yesid1,cmdk@AHITACHI_HDS7280SASUN82G__0544LXYR5N=PFDB32S5UXYR5N
bash-3.00# metainit d81 1 1 d80
metainit: sequoia: 960: d81: The necessary rounding would result in data loss. You can avoid this by concatenating additional devices totaling at least 960 blocks, or by increasing the size of the specified component by exactly 960 blocks.
Did you solve your problem Ole?