Sponsored Content
Operating Systems Solaris Different disk size on different controllers Post 302539280 by Garter on Saturday 16th of July 2011 07:51:09 AM
Old 07-16-2011
Different disk size on different controllers

Hi folks,
I just recently build myself a NAS with Oracle Solaris 11 Express.

MOBO: Asus M4N68T-M LE V2 nForce 630a AM3
PCI-e Controller: 2x Exsys EX-3503 with Sil3132 Chipset (latest FW)
HDD: 7x 2000GB Samsung EcoGreen F4 HD204UI 32MB 3.5" (latest FW)
OS: SunOS zaruba 5.11 snv_151a i86pc i386 i86pc Solaris

Since I'm totally new to Solaris I grabed some guides and started playing with creating some zpools. At first there weren't any problems but after some zpool destroy tank the nex zpool create tank ... produced following error message:
Code:
# format
Searching for disks...
Failed to inquiry this logical diskdone


AVAILABLE DISK SELECTIONS:
       0. c7d0 < cyl 19454 alt 2 hd 255 sec 63>
          /pci@0,0/pci-ide@8/ide@0/cmdk@0,0
       1. c8d0 <SAMSUNG-S2H7J90B50963-0001-1.82TB>
          /pci@0,0/pci-ide@8/ide@1/cmdk@0,0
       2. c9d0 <SAMSUNG-S2H7J90B51077-0001-1.82TB>
          /pci@0,0/pci-ide@8,1/ide@0/cmdk@0,0
       3. c10d0 <SAMSUNG-S2H7J90B50962-0001-1.82TB>
          /pci@0,0/pci-ide@8,1/ide@1/cmdk@0,0
       4. c13t0d0 <ATA-SAMSUNG HD204UI-0001-1.82TB>
          /pci@0,0/pci10de,3e8@9/pci1095,3132@0/disk@0,0
       5. c13t1d0 <ATA-SAMSUNG HD204UI-0001-1.82TB>
          /pci@0,0/pci10de,3e8@9/pci1095,3132@0/disk@1,0
       6. c14t0d0 <ATA-SAMSUNG HD204UI-0001-1.82TB>
          /pci@0,0/pci10de,3e9@b/pci1095,3132@0/disk@0,0
       7. c14t1d0 <ATA-SAMSUNG HD204UI-0001-1.82TB>
          /pci@0,0/pci10de,3e9@b/pci1095,3132@0/disk@1,0
Specify disk (enter its number): ^C
# zpool create tank mirror c8d0 c9d0 mirror c10d0 c13t0d0 mirror c13t1d0 c14t0d0 spare c14t1d0
invalid vdev specification
use '-f' to override the following errors:
mirror contains devices of different sizes

That totally blew my mind because it wasn't the case before. A quick iostat -E shows that's indeed true.
Code:
~# iostat -E
cmdk0     Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
Model: SAMSUNG HD161GJ Revision:  Serial No: S14DJ90B511278  Size: 160.04GB <160039305216 bytes>
Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0
Illegal Request: 0
cmdk1     Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
Model: SAMSUNG HD204UI Revision:  Serial No: S2H7J90B509630  Size: 2000.37GB <2000371580928 bytes>
Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0
Illegal Request: 0
cmdk2     Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
Model: SAMSUNG HD204UI Revision:  Serial No: S2H7J90B510778  Size: 2000.37GB <2000371580928 bytes>
Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0
Illegal Request: 0
cmdk3     Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
Model: SAMSUNG HD204UI Revision:  Serial No: S2H7J90B509629  Size: 2000.37GB <2000371580928 bytes>
Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0
Illegal Request: 0
sd1       Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
Vendor: ATA      Product: SAMSUNG HD204UI  Revision: 0001 Serial No:
Size: 2000.40GB <2000398934016 bytes>
Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0
Illegal Request: 14 Predictive Failure Analysis: 0
sd2       Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
Vendor: ATA      Product: SAMSUNG HD204UI  Revision: 0001 Serial No:
Size: 2000.40GB <2000398934016 bytes>
Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0
Illegal Request: 14 Predictive Failure Analysis: 0
sd3       Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
Vendor: ATA      Product: SAMSUNG HD204UI  Revision: 0001 Serial No:
Size: 2000.40GB <2000398934016 bytes>
Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0
Illegal Request: 13 Predictive Failure Analysis: 0
sd4       Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
Vendor: ATA      Product: SAMSUNG HD204UI  Revision: 0001 Serial No:
Size: 2000.40GB <2000398934016 bytes>
Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0
Illegal Request: 14 Predictive Failure Analysis: 0

The strange thing though is when I plug the apparently smaller disks from the MOBO controllers to the add-in controllers iostat -E shows 2000398934016 bytes instead of 2000371580928 bytes.
I don't know which is the correct value but like I said before this behavior didn't occur in the beginning. Also what's with the illegal requests Smilie

So long story short. My identical devices (they had the exact same Byte count before) are not identical anymore and I'd like to know why that is and how I can fix that. True it's just ~27MB missing so the whole pool would lose some 100MB but I still do wanna know what happened here.

Looking forward to your replies.
Best regards
Garter
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Size of Disk

First of all, hello there!!! Well, I' ve got one question: How may I get the size of the HD, I mean, wich command do I have to type? Thanks in advance, (6 Replies)
Discussion started by: saulolps
6 Replies

2. UNIX for Dummies Questions & Answers

command to know disk controllers in a machine

Hi!! I am these days working on a project, where I need to know about the disk controllers available in a machine (e.g., 3ware,IBM,etc). Please, let me know the command by which I can get the information. thnx, priyanka (3 Replies)
Discussion started by: reply2priyanka
3 Replies

3. UNIX for Dummies Questions & Answers

disk size

What is the easy way to see what size mydisk (total disk size) is ? similar to properties in windows ? Thanks. (7 Replies)
Discussion started by: xramm
7 Replies

4. UNIX for Dummies Questions & Answers

disk size help

Please could someone advise what disk size this would be ? Filesystem kbytes used avail capacity /dev/dsk/c0t1d0s2 282315967 65553 279427255 1% is it 280 meg ? regards venhart (2 Replies)
Discussion started by: venhart
2 Replies

5. AIX

How to increase Virtual Disk size

Hello, I am working AIX VIO server and extended Virtual Disk of one of the Partition with 10GB. After starting partition, i am not able to see increased size of disk. Can you please help me what I need to do to increase the size of virtual disk from partition? Thanks Kishor ... (7 Replies)
Discussion started by: kishorbhede
7 Replies

6. Solaris

free size of disk group

Hello Good morning all, Am not understanding the size of subdisk & group(length &offset).how we need to calculate this? Can anyone suggest me ? Thanks, Gowtham ---------- Post updated at 12:48 PM ---------- Previous update was at 08:30 AM ---------- I got the answer ... if want the... (0 Replies)
Discussion started by: gowthamakanthan
0 Replies

7. Solaris

Help Me! Get size on each directory on each disk

Hi, I want to know how to get size of each directory and each sub-directory on each disk, assume i have 20 disk. Could you help me to find out the solution, please? Thanks (1 Reply)
Discussion started by: edydsuranta
1 Replies

8. UNIX for Advanced & Expert Users

Physical disk IO size smaller than fragment block filesystem size ?

Hello, in one default UFS filesystem we have 8K block size (bsize) and 1K fragmentsize (fsize). At this scenary I thought all "FileSytem IO" will be 8K (or greater) but never smaller than the fragment size (1K). If a UFS fragment/blocksize is allwasy several ADJACENTS sectors on disk (in a ... (4 Replies)
Discussion started by: rarino2
4 Replies

9. Red Hat

Kdump disk size

We have a Oracle linux 6.4 servers and memory is around 256GB, we are planing to configure kdump and I am confused about disk size I should set. I need your suggestion what would be the best size I should define for kdump. (3 Replies)
Discussion started by: karthik9358
3 Replies
All times are GMT -4. The time now is 03:41 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy