BladeSystem - General
1753970 Members
8143 Online
108811 Solutions
New Discussion

hdparam/fio on ProLiant BL460c Gen8 (Smart Array P220i)

 
bigsuport
Occasional Contributor

hdparam/fio on ProLiant BL460c Gen8 (Smart Array P220i)

Hi,

 

the host is running Scientific Linux 6.5, kenrle 2.6.32-504.1.3.el6.x86_64. The RAID is recognized by the system and it's using hpsa driver:

 

*-storage
                description: RAID bus controller
                product: Smart Array Gen8 Controllers
                vendor: Hewlett-Packard Company
                physical id: 0
                bus info: pci@0000:03:00.0
                logical name: scsi0
                version: 01
                width: 64 bits
                clock: 33MHz
                capabilities: storage pm msi msix pciexpress bus_master cap_list rom
                configuration: driver=hpsa latency=0

 and the disc and its partiotins are propertly shown:

 

              *-disk
                   description: SCSI Disk
                   product: LOGICAL VOLUME
                   vendor: HP
                   physical id: 0.0.0
                   bus info: scsi@0:0.0.0
                   logical name: /dev/sda
                   version: 3.42
                   serial: PCQVU0CRH4A3M9
                   size: 419GiB (450GB)
                   capabilities: 15000rpm partitioned partitioned:dos
                   configuration: ansiversion=5 signature=00076850
                 *-volume:0
                      description: EXT3 volume
                      vendor: Linux
                      physical id: 1
                      bus info: scsi@0:0.0.0,1
                      logical name: /dev/sda1
                      logical name: /boot
                      version: 1.0
                      serial: 1a9635dd-2185-4fe3-bf30-be82031b9392
                      size: 512MiB
                      capacity: 512MiB
                      capabilities: primary bootable journaled extended_attributes large_files recover ext3 ext2 initialized
                      configuration: created=2014-09-12 08:49:43 filesystem=ext3 modified=2014-09-12 09:44:27 mount.fstype=ext3 mount.options=rw,relatime,errors=continue,user_xattr,acl,barrier=1,data=ordered mounted=2014-09-12 09:44:27 state=mounted

 

But when I run hdparam -I it gives an error:

 

# hdparm -I /dev/sda

/dev/sda:
SG_IO: bad/missing sense data, sb[]:  70 00 05 00 00 00 00 0a 00 00 00 00 20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

ATA device, with non-removable media
Standards:
        Likely used: 1
Configuration:
        Logical         max     current
        cylinders       0       0
        heads           0       0
        sectors/track   0       0
        --
        Logical/Physical Sector size:           512 bytes
        device size with M = 1024*1024:           0 MBytes
        device size with M = 1000*1000:           0 MBytes 
        cache/buffer size  = unknown
Capabilities:
        IORDY not likely
        Cannot perform double-word IO
        R/W multiple sector transfer: not supported
        DMA: not supported
        PIO: pio0 

 

Why is hdparam not able to print disc information?

 

Also, anyone has run fio over this disk? any result that I could use for comparing?

 

Many thanks in advance,

Arnau