Jump to content
XPEnology Community
  • 0

aprl and sataportmap config when using hp p222 pci controller on gen8 microserver


wanye

Question

so my psu blew on my gen8 microserver a couple of weeks ago. it took out the first two sata ports on the onboard controller as well (thanksfully not the backplane too!)

 

ive since bought a hp p222 controller and i'm trying to get it working. i have dsm6.2 on there currently, so need to upgrade to DSM7 to get the new card working

 

testing ARPL on a single spare drive to see how i get on, i chose DS3622xs+

 

compile the bootloader and reboot, im getting "no disks found"

 

i've disabled the onboard controller and set the p222 to the first available controller in bios.

 

checking dmesg on the arpl bootup, i see this:

 

[    4.939842] HP HPSA Driver (v 3.4.20-200)
[    4.939854] hpsa 0000:07:00.0: can't disable ASPM; OS doesn't have ASPM control
[    4.940768] hpsa 0000:07:00.0: Logical aborts not supported
[    4.940771] hpsa 0000:07:00.0: HP SSD Smart Path aborts not supported
[    4.956915] tg3 0000:03:00.0 eth0: Tigon3 [partno(N/A) rev 5720000] (PCI Express) MAC address b0:5a:da:87:7f:24
[    4.956921] tg3 0000:03:00.0 eth0: attached PHY is 5720C (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
[    4.956923] tg3 0000:03:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
[    4.956924] tg3 0000:03:00.0 eth0: dma_rwctrl[00000001] dma_mask[64-bit]
[    4.967838] tg3 0000:03:00.1 eth1: Tigon3 [partno(N/A) rev 5720000] (PCI Express) MAC address b0:5a:da:87:7f:25
[    4.967842] tg3 0000:03:00.1 eth1: attached PHY is 5720C (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
[    4.967843] tg3 0000:03:00.1 eth1: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
[    4.967845] tg3 0000:03:00.1 eth1: dma_rwctrl[00000001] dma_mask[64-bit]
[    4.977599] scsi host1: hpsa
[    4.977755] hpsa can't handle SMP requests
[    4.984042] hpsa 0000:07:00.0: scsi 1:0:0:0: added RAID              HP       P222             controller SSDSmartPathCap- En- Exp=1
[    4.984046] hpsa 0000:07:00.0: scsi 1:0:1:0: added Direct-Access     ATA      WDC WD100EZAZ-11 PHYS DRV SSDSmartPathCap- En- Exp=1
[    4.984049] hpsa 0000:07:00.0: scsi 1:0:2:0: masked Enclosure         PMCSIERA SRCv8x6G         enclosure SSDSmartPathCap- En- Exp=0
[    4.984085] hpsa can't handle SMP requests
[    4.984172] scsi 1:0:0:0: RAID              HP       P222             8.32 PQ: 0 ANSI: 5
[    4.984307] scsi 1:0:0:0: Attached scsi generic sg1 type 12
[    4.984362] hpsa can't handle SMP requests
[    4.984757] scsi 1:0:1:0: Direct-Access     ATA      WDC WD100EZAZ-11 0A83 PQ: 0 ANSI: 6
[    4.985938] sd 1:0:1:0: Attached scsi generic sg2 type 0
[    4.986829] sd 1:0:1:0: [sdb] 19532873728 512-byte logical blocks: (10.0 TB/9.10 TiB)
[    4.986834] sd 1:0:1:0: [sdb] 4096-byte physical blocks
[    4.987018] sd 1:0:1:0: [sdb] Write Protect is off
[    4.987021] sd 1:0:1:0: [sdb] Mode Sense: 46 00 10 08
[    4.987378] sd 1:0:1:0: [sdb] Write cache: enabled, read cache: enabled, supports DPO and FUA
[    5.077006]  sdb: sdb1 sdb2 sdb5 sdb6
[    5.078518] sd 1:0:1:0: [sdb] Attached SCSI disk
[    5.355690] udevadm (168) used greatest stack depth: 14056 bytes left
[    5.366430] ip (198) used greatest stack depth: 13832 bytes left
[    5.378070] NET: Registered PF_INET6 protocol family
[    5.378514] Segment Routing with IPv6
[    5.378519] In-situ OAM (IOAM) with IPv6
[    5.394258] 8021q: 802.1Q VLAN Support v1.8
[    6.511541] random: crng init done
[    6.511543] random: 7 urandom warning(s) missed due to ratelimiting
[    7.601324] blkid (256) used greatest stack depth: 13680 bytes left
[    8.157687] EXT4-fs (sda2): mounted filesystem without journal. Opts: (null). Quota mode: none.
[    8.222490] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[    8.525665] ip (352) used greatest stack depth: 13656 bytes left
[    9.004682] tg3 0000:03:00.0 eth0: Link is up at 1000 Mbps, full duplex
[    9.004687] tg3 0000:03:00.0 eth0: Flow control is on for TX and on for RX
[    9.004688] tg3 0000:03:00.0 eth0: EEE is disabled
[    9.004709] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[    9.114327] tg3 0000:03:00.1 eth1: Link is up at 1000 Mbps, full duplex
[    9.114332] tg3 0000:03:00.1 eth1: Flow control is on for TX and on for RX
[    9.114333] tg3 0000:03:00.1 eth1: EEE is disabled
[    9.114341] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[   11.513738] udevd (158) used greatest stack depth: 13176 bytes left

 

i cant work out what i need to set sataportmap to so i can see the drives on the p222. can someone explain how i translate above output?

 

once i've got this working, im gonna try upgrading my dsm6 setup and putting the 4 SHR drives back in. any tips on the best process to follow to do this so i dont break the array and/or lose my data? (my theory is use arpl to upgrade to 7.0.1 and then to a later version?)

Edited by wanye
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

heres the output from hp smart storage admin

 

Quote

ADU Version                             2.10.14.0
Diagnostic Module Version               8.1.13.0
Time Generated                          Saturday September 09, 2023 1:29:11PM

Device Summary:
   Smart Array P222 in slot 1

Consolidated Error Report:

Report for Smart Array P222 in slot 1
-------------------------------------

Smart Array P222 in slot 1 : Identify Controller

   Configured Logical Drives            0 (0x00)
   Configuration Signature              0xa374be20
   RAM Firmware Revision                8.32
   ROM Firmware Revision                8.32
   Hardware Revision                    0x01
   Boot Block Revision                  1.90
   Drive Present Map                    0x00000000
   External Drive Map                   0x00000000
   Board ID                             0x3350103c
   Swapped Cable Flags                  0x00
   Non Disk Map                         0x00000000
   Bad Host RAM Addr                    0x00
   CPU Revision                         0x28
   PDPI Revision                        0x00
   EPIC Revision                        0x00
   WCXC Revision                        0x00
   Marketing Revision                   B
   Controller Flags                     0x8c
                                        Position Controller Flag                                                                                                                                        Status        
                                        -------- ------------------------------------------------------------------------------------------------------------------------------------------------------ ------------- 
                                        2        Firmware has been upgraded to support capacity expansion operations that require more than 65535 sectors (32 MiB) to be relocated per expand iteration Informational 
                                        3        Firmware supports 15 drives per SCSI bus                                                                                                               Informational 
                                        7        Firmware supports the new big drive assignment maps (128 bits) as well as the big physical drive numbering (0x80+)                                     Informational 

   Host Flags                           0x02
   Expand Disable Code                  0x00
   Protocol Chip Count                  0x01
   Maximum Blocks                       65535 (0x0000ffff)
   Controller Clock                     0x00003f35
   Drives Per Bus                       0 (0x00)
   Big Drive Present Map                0x01 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
                                        Position Device                               Status        
                                        -------- ------------------------------------ ------------- 
                                        0        Physical Drive (10 TB SATA HDD) 2I:1 Informational 

   Big External Drive Map               All Zeroes (16 x [0x00])
   Big Non Disk Map                     All Zeroes (16 x [0x00])
   Task Flags                           0x0100
   Busses For ICL                       0 (0x00)
   Supported Controller Modes           0x00
   Current Controller Mode              Not Redundant (0x00)
   Controller Status                    0x00
                                        Position Controller Status Status        
                                        -------- ----------------- ------------- 
                                        0        Location External Informational 

   Redundant Failure Reason             0x00
   Unsupported NILE Busses              0x00
   Host I2C Autorev                     0x07
   CPLD Revision                        0x0c
   Fibre Chip Count                     0 (0x00)
   Daughterboard Type                   0x00
   More Swapped Cable Flags             0x00
   License Key Status                   0x08
                                        Position License Key Status          Status        
                                        -------- --------------------------- ------------- 
                                        3        License Keys Supported True Informational 
                                        2        No Keys Stored              Informational 

   Access Module Status                 0x07
   ADG Support                          0xc1
   Features Supported                   0xff 0xfc 0x00 0x00 0xfd 0x03 0x00 0x01 0x00 0x00 0x00
   ROM Inactive Revision                8.32
   Active ROM Status                    0x00
   PPC to PCI Bridge Status             0x00
   Redundant Server Info                0x00000000
   Percent Write Cache                  0% (0x00)
   Cache Size In MiB                    512 MiB (0x0200)
   Cache Battery Count                  1 (0x01)
   Total Controller Memory Size         0x0200
   More Controller Flags                0xf8
                                        Position Controller Flag                                                                     Status        
                                        -------- ----------------------------------------------------------------------------------- ------------- 
                                        3        Firmware supports deferred code load drive firmware updates                         Informational 
                                        4        Firmware supports basic splitting and resyncing of mirrored volumes                 Informational 
                                        5        Controller implements SAS changes documented in the firmware spec                   Informational 
                                        6        Controller supports variable-length extended physical drive map and drive numbering Informational 
                                        7        Firmware supports greater than 2TB logical volumes                                  Informational 

   XBoard Host I2C Autorev              0x00
   Battery PIC Revision                 0x32
   DDFF Version                         0202
   Maximum Logical Devices Supported    64 (0x0040)
   Extended Logical Unit Count          0 (0x0000)
   Maximum Physical Devices Supported   384 (0x0180)
   Maximum Physical Drives Per Logical Unit 128 (0x0080)
   Enclosure Count                      0 (0x00)
   Expander Count                       0 (0x00)
   Offset To Extended Drive Present Map 290 (0x0122)
   Offset To Extended External Drive Map 338 (0x0152)
   Offset To Extended Non Disk Map      386 (0x0182)
   Internal Port Status                 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
   External Port Status                 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
   Yet More Controller Flags            0xfa57a216
                                        Position Controller Flag                              Status        
                                        -------- -------------------------------------------- ------------- 
                                        1        This is a SAS controller that supports OBDR  Informational 
                                        2        Reorder logical drive operation is supported Informational 
                                        4        Multiple Parity Groups Supported             Informational 
                                        9        Ncq Supported                                Informational 
                                        13       PHY-to-PHY map is supported                  Informational 
                                        15       Sat Pass Through Read Supported              Informational 
                                        16       Sat Pass Through Write Supported             Informational 
                                        17       Multi Domain Supported                       Informational 
                                        18       Sas Zoning Supported                         Informational 
                                        20       Fixed Fields Length Supported                Informational 
                                        22       Sense Expansion Ability Supported            Informational 
                                        25       Hba Mode Supported                           Informational 
                                        27       Cache Config Flags Supported                 Informational 
                                        28       Boot Volume Supported                        Informational 
                                        29       Periodic Sampling Supported                  Informational 
                                        30       Step Internal Option Rom Supported           Informational 
                                        31       Flash Backed Write Cache Supported           Informational 

   Last Lockup                          0x00
   PCI Slot                             1 (0x01)
   Firmware Build Number                0x0000
   Maximum Safe Full Stripe Size MiB    12 MiB (0x0000000c)
   Total Structure Length               482 (0x000001e2)
   Vendor ID                            HP      
   Product ID                           P222            
   Extended Last Lockup                 0x00000000
   Maximum RAID01 Stripe Size           0xffff
   Maximum RAID45 Stripe Size           0x0800
   Maximum RAID6 Stripe Size            0x0800
   Yet More Swapped Cable Flags         0x0000
   Maximum Device Paths                 0x04
   Offset To Zoned In Drive Map         0 (0x0000)
   Fixed Structure Length               290 (0x00000122)
   Firmware Compile Time Stamp          Sep 12 2017 17:18:30
   Even More Controller Flags           0x20c7d630
                                        Position Controller Flag                                Status        
                                        -------- ---------------------------------------------- ------------- 
                                        16       Rapid Parity Initialization Supported          Informational 
                                        17       Io Bypass Function Supported                   Informational 
                                        18       Roaming Spares Supported                       Informational 
                                        22       Rsync Rollback Supported                       Informational 
                                        23       Enhanced Rapid Parity Initialization Supported Informational 
                                        29       Rapid Rebuild Supported                        Informational 

   Host Initialization Code             0x0220
   Orca Image Size                      0x0000
   Option ROM Version                   empty
   Option ROM Build                     0x0000
   Encryption Status                    0x00000000
   Extra Controller Flags               0x00000004
                                        Position Extra Controller Flags Status        
                                        -------- ---------------------- ------------- 
                                        2        Opo Supported          Informational 

   PCIE Generation                      0x01
   PCIE Width                           0x00
   Controller Mode                      0x00
   Extended Drive Present Map           0x01 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
                                        0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
                                        Position Device                               Status        
                                        -------- ------------------------------------ ------------- 
                                        0        Physical Drive (10 TB SATA HDD) 2I:1 Informational 

   Extended External Drive Map          All Zeroes (48 x [0x00])
   Extended Non Disk Map                0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
                                        0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x10
                                        Position Device                  Status        
                                        -------- ----------------------- ------------- 
                                        380      SEP (PMCSIERA SRCv8x6G) Informational 


Smart Array P222 in slot 1 : Cache Config Status

   Cache Disabled Map                   0x00000000
   Read Cache Size                      0 (0x0000)
   Write Cache Size                     0 (0x0000)
   Disable Flag                         Disabled (0x01)
   Offset To Extended Cache Disabled Map 0 (0x0000)
   Offset To Extended Cache Failure Map 0 (0x0000)
   Offset To Extended Read Cache Disabled Map 0 (0x0000)
   Cache Configuration Flags            0x00
   Total Structure Length               280 (0x00000118)
   Maximum Logical Devices Supported    64 (0x0040)
   Offset To Extended Write Cache Disabled Map 0 (0x0000)
   Fixed Structure Length               256 (0x00000100)
   Cache Flags                          0x00010000
                                        Position Cache Flag                         Status        
                                        -------- ---------------------------------- ------------- 
                                        16       Flash Backed Cache Module Attached Informational 

   Cache Disable Code                   0x0000
   Total Cache Memory Size              304 MiB (0x0130)
   Battery Count                        1 (0x0001)
   Battery Status                       0x0001
   Parity Read Errors                   0 (0x0000)
   Parity Write Errors                  0 (0x0000)
   Error Log                            All Zeroes (160 x [0x00])
   Failed Batteries                     0 (0x0000)
   Board Present                        0x01
   Cache Failure Map                    0x00000000
   Max Error Log Entries                12 (0x0c)
   NVRAM Load Status                    0x00
   Memory Size Shift Factor             10 (0x0a)
   Non Battery Backed Memory Size       0 (0x0000)
   Memory State                         0x00
   Cache Auto Rev                       0x32
   Total Controller Memory Size         512 MiB (0x0200)
   Percent Read Cache                   0% (0x00)
   Percent Write Cache                  0% (0x00)
   Default Percent Read Cache           25% (0x19)
   Default Percent Write Cache          75% (0x4b)
   Installed Batteries                  0x0001
   Cache Support Flags                  0x1c
   Reserved2                            0x00
   Detailed Battery Status              All Zeroes (16 x [0x00])
   Detailed Flashlight Hardware Status  0x11 0x01 0x10 0x00 0x01 0x00 0x00 0x00
   Extended Cache Disabled Map          0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00

Smart Array P222 in slot 1 : Controller Parameters

   LED Flag                             0x00
   Command List Verification            0x00
   Backed Out Write Drives              0 (0x00)
   Parity Stripes                       0x0000
   Controller Configuration Flags       0x00
                                        Position Controller Configuration Flag              Status        
                                        -------- ------------------------------------------ ------------- 
                                        2        Inconsistency Repair Policy Disabled       Informational 
                                        3        Degraded Performance Optimization Disabled Informational 

   Queue Depth                          0xffff
   Elevator Trend                       0x0032
   Elevator State                       Enabled (0x00)
   Force Scan Complete                  0x00
   Forced Transfer Mode                 Automatic Detection (0x00)
   Forced Transfer Width                Automatic Detection (0x00)
   Rebuild Priority                     Rapid High (0x00)
   Expand Priority                      Medium (0x00)
   Host Sdb ASIC Fix                    0x00
   PDPI Burst Disabled                  0x00
   Software Name                        empty
   Hardware Name                        empty
   Bridge Revision                      0x00
   Snapshot Priority                    0x00
   OS Specific                          0x00000000
   POST Prompt Timeout                  0x00
   Automatic Drive Slamming             0x00
                                        Position Automatic Drive Slamming Status        
                                        -------- ------------------------ ------------- 
                                        0        Disabled                 Informational 

   Device Path Selection Method         Automatic (0x00)
   NVRAM Flags                          0x0c
   Cache NVRAM Flags                    0x00
   Drive Configuration Flags            0x00
                                        Position Drive Configuration Flag                             Status        
                                        -------- ---------------------------------------------------- ------------- 
                                        0        Drive Write Cache Disabled                           Informational 
                                        2        Skip Never Accessed Regions During Expansion Enabled Informational 
                                        3        Skip Never Accessed Regions During Rebuild Enabled   Informational 

   Over Temperature Warning             0x00
   Over Temperature Shutdown            0x00
   Over Temperature Condition Cancelled 0x00
   Max Coalesce Commands                1 (0x01)
   Max Coalesce Delay                   0 microseconds (0x00000000)
   ORCA Password                        empty
   Access ID                            empty
   Primary Boot LUN                     empty
   Secondary Boot LUN                   empty
   Total Structure Length               204 (0x000000cc)
   RAM Drive Number                     0x0000
   RAM Drive Size In Mi B               0x0000
   More Config Flags                    0x00000000
   More NVRAM Flags                     0x00000000
   Elevator Latency Setting             0x00

Smart Array P222 in slot 1 : Maintenance Operation

   Duration                             0 second(s) (0x00000000)
   Elapsed                              0 second(s) (0x00000000)
   Maintenance Flags                    All Zeroes (256 x [0x00])
   Offset To Extended Maintenance Flags 276 (0x0114)
   Maximum Physical Devices Supported   384 (0x0180)
   Total Structure Length               660 (0x00000294)
   Fixed Structure Length               276 (0x00000114)
   Extended Maintenance Flags           All Zeroes (384 x [0x00])

Smart Array P222 in slot 1 : MNP Status

   Current Drive                        0x0000
   Timer Remaining                      0 minute(s) (0x0000)
   MNP Delay                            0 minute(s) (0x0000)

Smart Array P222 in slot 1 : SubSystem Parameters

   Controller Slot Number               0 (0x00)
   Chassis Serial Number                CZ154600EW
   Port Name                            5001438035799640 (0x50 0x01 0x43 0x80 0x35 0x79 0x96 0x40)
   Controller Serial Number             PDSXH0BRH8T1TY
   Cache Serial Number                  PCMBH0BRH7H0EM
   Linked Port Name                     0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
   Linked Controller Serial Number      empty
   Linked Cache Serial Number           empty
   System Board Serial Number           empty
   Power Backplane Serial Number        empty
   SCSI Drive Backplane Serial Number   empty
   Fan Module Serial Number             empty
   Power Supply 0 Serial Number         empty
   Power Supply 1 Serial Number         empty
   Power Bay Fan Module Serial Number   empty
   Fibre Daughter Board Serial Number   empty
   Node Name                            empty
   Drive Backplane 1 Serial Number      empty
   Fan Module 1 Serial Number           empty
   Internal Port Count                  1 (0x01)
   External Port Count                  1 (0x01)
   Internal Port Info                   Index Controller Phy Map Physical Port 
                                        ----- ------------------ ------------- 
                                        0     0x000000000000000f 2I            
                                        1     0x0000000000000000 empty         
                                        2     0x0000000000000000 empty         
                                        3     0x0000000000000000 empty         
                                        4     0x0000000000000000 empty         
                                        5     0x0000000000000000 empty         
                                        6     0x0000000000000000 empty         
                                        7     0x0000000000000000 empty         

   External Port Info                   Index Controller Phy Map Physical Port 
                                        ----- ------------------ ------------- 
                                        0     0x00000000000000f0 1E            
                                        1     0x0000000000000000 empty         
                                        2     0x0000000000000000 empty         
                                        3     0x0000000000000000 empty         
                                        4     0x0000000000000000 empty         
                                        5     0x0000000000000000 empty         
                                        6     0x0000000000000000 empty         
                                        7     0x0000000000000000 empty         

   Product ID                           empty
   Total Structure Length               1260 (0x000004ec)
   Additional Internal Port Info        Index SAS Address                                                
                                        ----- ---------------------------------------------------------- 
                                        0     5001438035799640 (0x50 0x01 0x43 0x80 0x35 0x79 0x96 0x40) 
                                        1     0000000000000000 (0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00) 
                                        2     0000000000000000 (0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00) 
                                        3     0000000000000000 (0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00) 
                                        4     0000000000000000 (0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00) 
                                        5     0000000000000000 (0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00) 
                                        6     0000000000000000 (0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00) 
                                        7     0000000000000000 (0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00) 

   Additional External Port Info        Index SAS Address                                                
                                        ----- ---------------------------------------------------------- 
                                        0     5001438035799644 (0x50 0x01 0x43 0x80 0x35 0x79 0x96 0x44) 
                                        1     0000000000000000 (0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00) 
                                        2     0000000000000000 (0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00) 
                                        3     0000000000000000 (0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00) 
                                        4     0000000000000000 (0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00) 
                                        5     0000000000000000 (0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00) 
                                        6     0000000000000000 (0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00) 
                                        7     0000000000000000 (0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00) 

   Controller Temperature               0x57
   Cache Module Temperature             0x22
   Supercap Temperature                 0x1c
   HBA Firmware Version                 All Zeroes (16 x [0x00])
   HBA Mode Option ROM Version          All Zeroes (16 x [0x00])
   Cache Module Data Width              0x0020
   Cache Module Xfer Rate               0x0535
   Cable Info                           Cable State Vendor Part Number       Vendor Revision Vendor Serial Number     Cable Length 
                                        ----------- ------------------------ --------------- ------------------------ ------------ 
                                        0x00000000  All Zeroes (16 x [0x00]) 0x00 0x00       All Zeroes (16 x [0x00]) 0x0000       
                                        0x00000000  All Zeroes (16 x [0x00]) 0x00 0x00       All Zeroes (16 x [0x00]) 0x0000       
                                        0x00000000  All Zeroes (16 x [0x00]) 0x00 0x00       All Zeroes (16 x [0x00]) 0x0000       
                                        0x00000000  All Zeroes (16 x [0x00]) 0x00 0x00       All Zeroes (16 x [0x00]) 0x0000       
                                        0x00000000  All Zeroes (16 x [0x00]) 0x00 0x00       All Zeroes (16 x [0x00]) 0x0000       
                                        0x00000000  All Zeroes (16 x [0x00]) 0x00 0x00       All Zeroes (16 x [0x00]) 0x0000       
                                        0x00000000  All Zeroes (16 x [0x00]) 0x00 0x00       All Zeroes (16 x [0x00]) 0x0000       
                                        0x00000000  All Zeroes (16 x [0x00]) 0x00 0x00       All Zeroes (16 x [0x00]) 0x0000       


Smart Array P222 in slot 1 : Surface Status

   Current Drive                        0x0000
   Current Head                         All Zeroes (32 x [0x00])
   Current Cylinder                     All Zeroes (32 x [0x0000])
   Timer Remaining                      0 second(s) (0x0000)
   Surface Delay                        0 second(s) (0x0000)
   Current Block                        All Zeroes (32 x [0x00000000])
   Surface Analysis Status              0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
   Inconsistent Block                   All Zeroes (8 x [0x00000000])
   Surface Analysis Pass Time           All Zeroes (32 x [0x00000000])
   Surface Analysis Pass Count          All Zeroes (32 x [0x00000000])
   Controller Resets                    All Zeroes (32 x [0x0000])
   Blocks Reassigned                    All Zeroes (32 x [0x00000000])
   Big Current Block                    All Zeroes (128 x [0x00000000])
   Big Surface Analysis Status          All Zeroes (32 x [0x00])
   Big Inconsistent Block               All Zeroes (32 x [0x00000000])
   Current Volume                       0xffff
   Initialization Percentage Complete   0% (0x00)
   Offset To Extended Surface Analysis Status 0 (0x00000000)
   Offset To Extended Surface Analysis Pass Time 0 (0x00000000)
   Offset To Extended Surface Analysis Pass Count 0 (0x00000000)
   Offset To Extended Controller Resets 0 (0x00000000)
   Offset To Extended Blocks Reassigned 0 (0x00000000)
   Offset To Extended Inconsistent Block 0 (0x00000000)
   Offset To Extended Current Block     0 (0x00000000)
   Total Structure Length               7842 (0x00001ea2)
   Maximum Logical Devices Supported    64 (0x0040)
   Maximum Physical Devices Supported   384 (0x0180)
   Fixed Structure Length               1442 (0x000005a2)
   Offset To Volume Parity Inconsistencies Repaired 0 (0x00000000)
   Offset To Drive Parity Inconsistencies Repaired 0 (0x00000000)
   Offset To Extended Initialization Percent Complete 0 (0x00000000)
   Max Parallel Scan Limit              0x00
   Current Parallel Scan Limit          0x00
   Extended Surface Analysis Status     All Zeroes (64 x [0x0000])
   Extended Surface Analysis Pass Time  All Zeroes (64 x [0x00000000])
   Extended Surface Analysis Pass Count All Zeroes (64 x [0x00000000])
   Extended Controller Resets           All Zeroes (32 x [0x00000000])
   Extended Blocks Reassigned           All Zeroes (64 x [0x00000000])
   Extended Inconsistent Block          All Zeroes (64 x [0x0000000000000000])
   Extended Current Block               0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000
                                        0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000
                                        0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000
                                        0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000
                                        0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000
                                        0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000
                                        0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000
                                        0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000
                                        0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000
                                        0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000
                                        0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000
                                        0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000
                                        0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000
                                        0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000
                                        0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000
                                        0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000
                                        0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000
                                        0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000
                                        0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000
                                        0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000
                                        0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000
                                        0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000
                                        0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000
                                        0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000
                                        0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000
                                        0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000
                                        0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000
                                        0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000
                                        0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0xffff000000000000
                                        0x0000000000000000 0x0000000000000000 0x0000000000000000 0x1ea2000000000000 0x05a2018000400000 0x0000000000000000
                                        0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000
                                        0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000
                                        0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000
                                        0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000
                                        0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000
                                        0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000
                                        0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000
                                        0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000
                                        0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000
                                        0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000
                                        0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000
                                        0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000
                                        0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000
                                        0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000
                                        0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000
                                        0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000
                                        0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000
                                        0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000
                                        0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000
                                        0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000
                                        0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000
                                        0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000
                                        0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000
                                        0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000
                                        0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000
                                        0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000
                                        0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000
                                        0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000
                                        0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000
                                        0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000
                                        0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000
                                        0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000
                                        0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000
                                        0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000

Smart Array P222 in slot 1 : Sense Expansion Ability

   Support Flags                        0x0000001f
                                        Position Support Flag                           Status        
                                        -------- -------------------------------------- ------------- 
                                        0        Volume Expansion Supported             Informational 
                                        1        Stripe Size Migration Supported        Informational 
                                        2        Raid Level Migration Supported         Informational 
                                        3        Logical Drive Extension Supported      Informational 
                                        4        Expansion Memory Size Field Applicable Informational 

   Expansion Memory Size                303 MiB (0x0004bf10)
   Transformation Capability Status     0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01
                                        0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01
   Offset To Extended Transformation Capability Status 52 (0x0034)
   Maximum Logical Devices Supported    64 (0x0040)
   Total Structure Length               116 (0x00000074)
   Fixed Structure Length               52 (0x00000034)
   Extended Transformation Capability Status 0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01
                                             0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01
                                             0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01

Smart Array P222 in slot 1 : Sense Erase Progress

   Offset To Physical Drive Erase State 28 (0x0000001c)
   Offset To Logical Drive Erase State  796 (0x0000031c)
   Maximum Physical Devices Supported   384 (0x0180)
   Maximum Logical Devices Supported    64 (0x0040)
   Total Structure Length               924 (0x0000039c)
   Fixed Structure Length               28 (0x0000001c)
   Support Flags                        0x00
   Option Flags                         0x00
   Physical Drive Erase State           All Zeroes (384 x [0x0000])
   Logical Drive Erase State            All Zeroes (64 x [0x0000])

Smart Array P222 in slot 1 : VPD Page 80 - Serial Number

   Product Serial Number                PDSXH0BRH8T1TY  

Smart Array P222 in slot 1 : VPD Page 83 - Array Information

   Array                                Code Set Identifier Type Association Identifier Length Identifier                                                                      
                                        -------- --------------- ----------- ----------------- ------------------------------------------------------------------------------- 
                                        0x02     0x00            0x00        0x10              0x50 0x44 0x53 0x58 0x48 0x30 0x42 0x52 0x48 0x38 0x54 0x31 0x54 0x59 0x00 0x00 
                                        0x01     0x00            0x00        0x04              0x00 0x00 0x00 0x00                                                             


Smart Array P222 in slot 1 : Controller NVRAM

   GPIO Flag                            0x00
   Board ID                             0x3350103c
   Global Configuration Signature       0xa374be20
   Configuration Signature 1            0xa374be20 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
                                        0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
                                        0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
                                        0x00000000 0x00000000
   Error Log                            Trap Address High Or Post Results Lockup Reason Or Post Error RIS Updates Or Post Error Detail Firmware Version Trap Address Low 
                                        --------------------------------- --------------------------- -------------------------------- ---------------- ---------------- 
                                        0x0000                            0x0000                      0x00000000                       0x0000           0x0000           
                                        0x0000                            0x0000                      0x00000000                       0x0000           0x0000           
                                        0x0000                            0x0000                      0x00000000                       0x0000           0x0000           
                                        0x0000                            0x0000                      0x00000000                       0x0000           0x0000           
                                        0x0000                            0x0000                      0x00000000                       0x0000           0x0000           
                                        0x0000                            0x0000                      0x00000000                       0x0000           0x0000           
                                        0x0000                            0x0000                      0x00000000                       0x0000           0x0000           
                                        0x0000                            0x0000                      0x00000000                       0x0000           0x0000           
                                        0x0000                            0x0000                      0x00000000                       0x0000           0x0000           
                                        0x0000                            0x0000                      0x00000000                       0x0000           0x0000           
                                        0x0000                            0x0000                      0x00000000                       0x0000           0x0000           
                                        0x0000                            0x0000                      0x00000000                       0x0000           0x0000           
                                        0x0000                            0x0000                      0x00000000                       0x0000           0x0000           
                                        0x0000                            0x0000                      0x00000000                       0x0000           0x0000           
                                        0x0000                            0x0000                      0x00000000                       0x0000           0x0000           
                                        0x0000                            0x0000                      0x00000000                       0x0000           0x0000           

   Memory State                         0x00
   Bridge Revision                      0x00
   NVRAM Flags                          0x0c
   Current Host Serial Number           CZ154600EW
   Incarnation Number                   0x0006
   Previous Host Serial Number 1        CZ3541HLC2
   Previous Host Serial Number 2        CN&6190AKn
   Previous Host Serial Number 3        USE623N1ZQ
   Access ID                            empty
   Last Lockup                          0x00
   PCI Slot                             1 (0x01)
   SAS Phy Settings                     All Zeroes (8 x [0x00000000])
   Phy Settings Valid                   0x00
   Phy Enable                           0x00
   CLP Flags                            0x00
   WWID Number                          0007000000000000 (0x00 0x07 0x00 0x00 0x00 0x00 0x00 0x00)
   Configuration Signature 2            All Zeroes (32 x [0x00000000])
   License Keys                         Key   RTC Install Date 
                                        ----- ---------------- 
                                        empty 0x00000000       
                                        empty 0x00000000       
                                        empty 0x00000000       
                                        empty 0x00000000       
                                        empty 0x00000000       
                                        empty 0x00000000       
                                        empty 0x00000000       
                                        empty 0x00000000       

   Checksum 1                           0x0000
   Checksum 2                           0x5200
   NVRAM Raw Hex Dump                   00 00 3c 10 50 33 20 be 74 a3 20 be 74 a3 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 0c 43 5a 31 35 34 36 30 30 45 57 00 00 00 00 00 00 06 00 43 5a 33 35 34 31 48 4c 43
                                        32 00 00 00 00 00 00 43 4e 26 36 31 39 30 41 4b 6e 00 00 00 00 00 00 55 53 45 36 32 33 4e 31 5a 51 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 07 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 20 30 f9 b5 00 00 00 00
                                        00 f0 f8 b5 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 52 00 31 3c 10 50 33 20 be 74 a3 20 be 74 a3 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0c 43 5a 31 35 34 36 30 30 45 57 00
                                        00 00 00 00 00 06 00 43 5a 33 35 34 31 48 4c 43 32 00 00 00 00 00 00 43 4e 26 36 31 39 30 41 4b 6e 00 00 00 00 00 00 55
                                        53 45 36 32 33 4e 31 5a 51 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 07 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 20 30 f9 b5 00 00 00 00 00 f0 f8 b5 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                                        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 52

Smart Array P222 in slot 1 : License Key Records

   List Length                          0x0000
   Record                               Feature Name License Key Key TLE                  Hardware Serial Number Hardware Series Key Entry Date Firmware Status Key Status 
                                        ------------ ----------- ------------------------ ---------------------- --------------- -------------- --------------- ---------- 
                                        empty        empty       All Zeroes (36 x [0x00]) empty                  empty           0x00000000     0x00            0x0000     
                                        empty        empty       All Zeroes (36 x [0x00]) empty                  empty           0x00000000     0x00            0x0000     
                                        empty        empty       All Zeroes (36 x [0x00]) empty                  empty           0x00000000     0x00            0x0000     
                                        empty        empty       All Zeroes (36 x [0x00]) empty                  empty           0x00000000     0x00            0x0000     
                                        empty        empty       All Zeroes (36 x [0x00]) empty                  empty           0x00000000     0x00            0x0000     
                                        empty        empty       All Zeroes (36 x [0x00]) empty                  empty           0x00000000     0x00            0x0000     
                                        empty        empty       All Zeroes (36 x [0x00]) empty                  empty           0x00000000     0x00            0x0000     
                                        empty        empty       All Zeroes (36 x [0x00]) empty                  empty           0x00000000     0x00            0x0000     


Smart Array P222 in slot 1 : Created By Data


Smart Array P222 in slot 1 : SEP (PMCSIERA SRCv8x6G) : Physical Drive Status

   SCSI Bus                             23 (0x17)
   SCSIID                               12 (0x0c)
   Block Size                           0 Bytes Per Block (0x0000)
   Total Blocks                         0 GB (0x00000000)
   Reserved Blocks                      0x00010000
   Drive Model                          PMCSIERASRCv8x6G        
   Drive Serial Number                  empty
   Drive Firmware Revision              RevB
   SCSI Inquiry Bits                    0x02
   Compaq Drive Stamped                 Not Stamped For Monitoring (0x00)
   Last Failure Reason                  No Failure (0x00)
   Device Flags                         0x02
                                        Position Device Flag             Status        
                                        -------- ----------------------- ------------- 
                                        1        Non Disk Device Present Informational 

   More Device Flags                    0x00
                                        Position Device Flag                            Status        
                                        -------- -------------------------------------- ------------- 
                                        0        SMART Predictive Failure Not Supported Informational 
                                        4        Device Attached To Internal Connector  Informational 

   SCSI Lun                             0x00
   Yet More Device Flags                0x20
                                        Position Device Flag                            Status  
                                        -------- -------------------------------------- ------- 
                                        5        Does Not Support Redundant Controllers Warning 

   Even More Device Flags               0x10
                                        Position Device Flag                 Status        
                                        -------- --------------------------- ------------- 
                                        4        PHY To PHY Map Is Supported Informational 

   Spi Speed Rules                      0x00000000
   Physical Port                        empty
   Physical Box                         0 (0x00)
   Physical Bay                         0 (0x00)
   RPM                                  0 RPM (0x00000000)
   Device Type                          SEP (0x06)
   SATA Version                         0x00
   Big Total Block Count                0x0000000000000000
   RIS Starting LBA                     0x0000000000000800
   RIS Size                             160 KiB (0x00000140)
   WWID                                 500143803579964f (0x50 0x01 0x43 0x80 0x35 0x79 0x96 0x4f 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00)
   Controller PHY Map                   0x00 0x01 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
                                        0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
   PHY Count                            1 (0x0001)
   PHY Connected Device Type            0x07 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
                                        0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
                                        0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
                                        0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
                                        0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
                                        0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
                                        0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
                                        0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
                                        0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
                                        0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
                                        0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
   PHY To Drive Bay Number              All Zeroes (256 x [0x00])
   PHY To Attached Device Index         0xfffe 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000
                                        0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000
                                        0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000
                                        0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000
                                        0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000
                                        0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000
                                        0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000
                                        0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000
                                        0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000
                                        0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000
                                        0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000
                                        0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000
                                        0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000
                                        0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000
                                        0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000
                                        0x0000
   Box Index                            255 (0xff)
   MSA Support                          0x00
   Extra Device Flags                   0x0000
   Negotiated Link Rate                 All Zeroes (256 x [0x00])
   Phy To Phy Map                       All Zeroes (256 x [0x00])
   Redundant Path Present Map           0x01
   Redundant Path Failure Map           0x00
   Active Path Number                   0x00
   Multi Path Port 1                    1E
   Multi Path Port 2                    empty
   Multi Path Port 3                    empty
   Multi Path Port 4                    empty
   Multi Path Port 5                    empty
   Multi Path Port 6                    empty
   Multi Path Port 7                    empty
   Multi Path Port 8                    empty
   Multi Path Box 1                     0x00
   Multi Path Box 2                     0x00
   Multi Path Box 3                     0x00
   Multi Path Box 4                     0x00
   Multi Path Box 5                     0x00
   Multi Path Box 6                     0x00
   Multi Path Box 7                     0x00
   Multi Path Box 8                     0x00
   Multi LUN Device LUN Count           0x01
   Minimum Good Firmware Revision       empty
   Vendor Unique Inquiry Bytes          All Zeroes (20 x [0x00])
   Current Temperature                  0xff
   Temperature Threshold                0x00
   Maximum Temperature                  0x00
   Logical Blocks Per Physical Block    0x00
   Current Q Depth Limit                0x0001
   Switch Name                          All Zeroes (10 x [0x00])
   Switch Port                          0x0000
   Alternate Paths Switch Name          All Zeroes (40 x [0x00])
   Alternate Paths Switch Port          0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
   Power On Hours                       0x0000
   Percent Endurance Used               0x0000
   Drive Authentication                 0x00
   Smart Carrier Authentication         0x00
   Smart Carrier Application Version    0x00
   Smart Carrier Bootloader Version     0x00
   Sanititze Erase Support              0x00
   Encryption Flags                     0x00
   Encryption Key Name                  empty
   Misc Drive Flags                     0x00

Smart Array P222 in slot 1 : Physical Drive (10 TB SATA HDD) 2I:1 : Physical Drive Status

   SCSI Bus                             0 (0x00)
   SCSIID                               0 (0x00)
   Block Size                           512 Bytes Per Block (0x0200)
   Total Blocks                         2.1 TB (0xffffffff)
   Reserved Blocks                      0x00010000
   Drive Model                          ATA     WDC WD100EZAZ-11
   Drive Serial Number                  JEK6T8EZ            
   Drive Firmware Revision              83.H0A83
   SCSI Inquiry Bits                    0x02
   Compaq Drive Stamped                 Stamped For Monitoring (0x01)
   Last Failure Reason                  No Failure (0x00)
   Device Flags                         0x01
                                        Position Device Flag                   Status        
                                        -------- ----------------------------- ------------- 
                                        0        Drive Present And Operational Informational 

   More Device Flags                    0x85
                                        Position Device Flag                            Status        
                                        -------- -------------------------------------- ------------- 
                                        0        SMART Predictive Failure Supported     Informational 
                                        2        SMART Predictive Failure Is Enabled    Informational 
                                        4        Device Attached To Internal Connector  Informational 
                                        7        Write Cache Enabled In Saved Mode Page Informational 

   SCSI Lun                             0x00
   Yet More Device Flags                0xa0
                                        Position Device Flag                             Status        
                                        -------- --------------------------------------- ------------- 
                                        5        Does Not Support Redundant Controllers  Warning       
                                        7        Drive Write Cache Setting Is Changeable Informational 

   Even More Device Flags               0xd0
                                        Position Device Flag                 Status        
                                        -------- --------------------------- ------------- 
                                        4        PHY To PHY Map Is Supported Informational 
                                        6        Ncq Capable                 Informational 
                                        7        Ncq Enabled                 Informational 

   Spi Speed Rules                      0x00000000
   Physical Port                        2I
   Physical Box                         0 (0x00)
   Physical Bay                         1 (0x01)
   RPM                                  5400 RPM (0x00001518)
   Device Type                          SATA (0x01)
   SATA Version                         0x00
   Big Total Block Count                0x000000048c400000
   RIS Starting LBA                     0x000000048c3f0800
   RIS Size                             160 KiB (0x00000140)
   WWID                                 3001438035799640 (0x30 0x01 0x43 0x80 0x35 0x79 0x96 0x40 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00)
   Controller PHY Map                   0x01 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
                                        0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
   PHY Count                            1 (0x0001)
   PHY Connected Device Type            0x07 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
                                        0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
                                        0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
                                        0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
                                        0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
                                        0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
                                        0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
                                        0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
                                        0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
                                        0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
                                        0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
   PHY To Drive Bay Number              All Zeroes (256 x [0x00])
   PHY To Attached Device Index         0xfffe 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000
                                        0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000
                                        0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000
                                        0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000
                                        0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000
                                        0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000
                                        0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000
                                        0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000
                                        0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000
                                        0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000
                                        0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000
                                        0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000
                                        0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000
                                        0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000
                                        0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000
                                        0x0000
   Box Index                            255 (0xff)
   MSA Support                          0x00
   Extra Device Flags                   0x0000
   Negotiated Link Rate                 0x0a 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
                                        0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
                                        0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
                                        0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
                                        0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
                                        0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
                                        0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
                                        0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
                                        0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
                                        0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
                                        0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
   Phy To Phy Map                       All Zeroes (256 x [0x00])
   Redundant Path Present Map           0x01
   Redundant Path Failure Map           0x00
   Active Path Number                   0x00
   Multi Path Port 1                    2I
   Multi Path Port 2                    empty
   Multi Path Port 3                    empty
   Multi Path Port 4                    empty
   Multi Path Port 5                    empty
   Multi Path Port 6                    empty
   Multi Path Port 7                    empty
   Multi Path Port 8                    empty
   Multi Path Box 1                     0x00
   Multi Path Box 2                     0x00
   Multi Path Box 3                     0x00
   Multi Path Box 4                     0x00
   Multi Path Box 5                     0x00
   Multi Path Box 6                     0x00
   Multi Path Box 7                     0x00
   Multi Path Box 8                     0x00
   Multi LUN Device LUN Count           0x00
   Minimum Good Firmware Revision       empty
   Vendor Unique Inquiry Bytes          All Zeroes (20 x [0x00])
   Current Temperature                  0x23
   Temperature Threshold                0x37
   Maximum Temperature                  0x29
   Logical Blocks Per Physical Block    0x03
   Current Q Depth Limit                0x0010
   Switch Name                          All Zeroes (10 x [0x00])
   Switch Port                          0x0000
   Alternate Paths Switch Name          All Zeroes (40 x [0x00])
   Alternate Paths Switch Port          0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
   Power On Hours                       0x6344
   Percent Endurance Used               0x0000
   Drive Authentication                 0x80
   Smart Carrier Authentication         0x00
   Smart Carrier Application Version    0x00
   Smart Carrier Bootloader Version     0x00
   Sanititze Erase Support              0x00
   Encryption Flags                     0x00
   Encryption Key Name                  HP_HDD_SATA__10000GB_05K_WDC_WD100EZAZ-11_JEK6T8EZ____________
   Misc Drive Flags                     0x00

Smart Array P222 in slot 1 : Physical Drive (10 TB SATA HDD) 2I:1 : Monitor and Performance Statistics (Since Factory)

   Serial Number                        empty
   Firmware Revision                    empty
   Product Revision                     empty
   Reference Time                       0x00000002
   Sectors Read                         0x0000000000000a89
   Read Errors Hard                     0x00000000
   Read Errors Retry Recovered          0x00000000
   Read Errors ECC Corrected            0x0000000000000000
   Sectors Written                      0x0000000000000000
   Write Errors Hard                    0x00000000
   Write Errors Retry Recovered         0x00000000
   Seek Count                           0xffffffffffffffff
   Seek Errors                          0xffffffffffffffff
   Spin Cycles                          0x00000000
   Spin Up Time                         0x0000
   Performance Test 1                   0x0000
   Performance Test 2                   0xffff
   Performance Test 3                   0xffff
   Performance Test 4                   0xffff
   Reallocation Sectors                 0xffffffff
   Reallocated Sectors                  0xffffffff
   DRQ Time Outs                        0xffff
   Other Time Outs                      0x0000
   Drive Rebuild Count                  0 (0x0000)
   Spin Retries                         65535 (0xffff)
   Recovers Failed Read                 0x0000
   Recovers Failed Write                0x0000
   Format Errors                        0x0000
   Self Test Failures                   0xffff
   Not Ready Failures                   0x00000000
   Remap Abort Failures                 0xffffffff
   IRQ Deglitch Count                   4294967295 (0xffffffff)
   Bus Faults                           0x00000000
   Hot Plug Count                       0 (0x00000000)
   Track Rewrite Errors                 0xffff
   Write Errors After Remap             0x0000
   Background Firmware Revision         0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
   Media Failures                       0x0000
   Hardware Errors                      0x0000
   Aborted Command Failures             0x0000
   Spin Up Failures                     0x0000
   Bad Target Count                     0 (0x0000)
   Predictive Failure Errors            0x00000000

Smart Array P222 in slot 1 : Physical Drive (10 TB SATA HDD) 2I:1 : Monitor and Performance Statistics (Since Reset)

   Serial Number                        empty
   Firmware Revision                    empty
   Product Revision                     empty
   Reference Time                       0x00000002
   Sectors Read                         0x0000000000000a89
   Read Errors Hard                     0x00000000
   Read Errors Retry Recovered          0x00000000
   Read Errors ECC Corrected            0x0000000000000000
   Sectors Written                      0x0000000000000000
   Write Errors Hard                    0x00000000
   Write Errors Retry Recovered         0x00000000
   Seek Count                           0xffffffffffffffff
   Seek Errors                          0xffffffffffffffff
   Spin Cycles                          0x00000000
   Spin Up Time                         0x0000
   Performance Test 1                   0x0000
   Performance Test 2                   0xffff
   Performance Test 3                   0xffff
   Performance Test 4                   0xffff
   Reallocation Sectors                 0xffffffff
   Reallocated Sectors                  0xffffffff
   DRQ Time Outs                        0xffff
   Other Time Outs                      0x0000
   Drive Rebuild Count                  0 (0x0000)
   Spin Retries                         65535 (0xffff)
   Recovers Failed Read                 0x0000
   Recovers Failed Write                0x0000
   Format Errors                        0x0000
   Self Test Failures                   0xffff
   Not Ready Failures                   0x00000000
   Remap Abort Failures                 0xffffffff
   IRQ Deglitch Count                   4294967295 (0xffffffff)
   Bus Faults                           0x00000000
   Hot Plug Count                       0 (0x00000000)
   Track Rewrite Errors                 0xffff
   Write Errors After Remap             0x0000
   Background Firmware Revision         0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
   Media Failures                       0x0000
   Hardware Errors                      0x0000
   Aborted Command Failures             0x0000
   Spin Up Failures                     0x0000
   Bad Target Count                     0 (0x0000)
   Predictive Failure Errors            0x00000000

Smart Array P222 in slot 1 : Physical Drive (10 TB SATA HDD) 2I:1 : Serial SCSI Physical Drive Error Log

   Entry Size                           20 (0x14)
   Entry Count                          64 (0x0040)
   Next Entry Offset                    0x05
   Errors Logged                        5 (0x00000005)
   Physical Drive Error Log Entries     Error Type SCSI Operation Code SCSI Status CAM Status Sense Key ASC  ASCQ Block Valid Block      Reference Time Additional Information 
                                        ---------- ------------------- ----------- ---------- --------- ---- ---- ----------- ---------- -------------- ---------------------- 
                                        0x01       0x00                0x02        0x04       0x06      0x29 0x00 0x00        0x00000000 0x64fc72d4     0x0000                 
                                        0x02       0x03                0x00        0x22       0x00      0x00 0x00 0x00        0x00000000 0x64fc72d4     0x0000                 
                                        0x01       0x85                0x02        0x04       0x0b      0x00 0x00 0x00        0x00000000 0x64fc72d4     0x0000                 
                                        0x01       0x5a                0x02        0x04       0x05      0x24 0x00 0x00        0x00000000 0x64fc7318     0x0000                 
                                        0x01       0x5a                0x02        0x04       0x05      0x24 0x00 0x00        0x00000000 0x64fc7328     0x0000                 

   Reference Time                       0x00000002

Smart Array P222 in slot 1 : Physical Drive (10 TB SATA HDD) 2I:1 : Mode Sense 10

   Header                               0x00 0x49 0x00 0x10 0x00 0x00 0x00 0x08 0xff 0xff 0xff 0xff 0x00 0x00 0x02 0x00
   Mode Page                            Page Number Page Data                                                                                           
                                        ----------- --------------------------------------------------------------------------------------------------- 
                                        0x01        0x01 0x0a 0x80 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00                                         
                                        0x08        0x08 0x12 0x04 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 
                                        0x0a        0x0a 0x0a 0x04 0x12 0x00 0x00 0x00 0x00 0xff 0xff 0xff 0xff                                         
                                        0x1c        0x1c 0x0a 0x00 0x06 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00                                         
                                        0x2e        0x2e 0x01 0x0a                                                                                      


Smart Array P222 in slot 1 : Physical Drive (10 TB SATA HDD) 2I:1 : VPD Page 80 - Serial Number

   Product Serial Number                JEK6T8EZ            

Smart Array P222 in slot 1 : Physical Drive (10 TB SATA HDD) 2I:1 : VPD Page 83 - Array Information

   Array                                Code Set Identifier Type Association Identifier Length Identifier                              
                                        -------- --------------- ----------- ----------------- --------------------------------------- 
                                        0x01     0x03            0x00        0x08              0x50 0x00 0xcc 0xa2 0x67 0xed 0x5b 0xda 


Smart Array P222 in slot 1 : Physical Drive (10 TB SATA HDD) 2I:1 : Workload Information

   Power-on Hours                       25412
   Total LBA Read                       152259147248
   Total LBA Written                    92934664128
   Workload Rating (TB/Yr)              None Available
   Month(s) of Operation                34.810959
   Total Bytes Read (TB)                77.956683
   Total Bytes Written (TB)             47.582548
   Total Combined Read/Write Bytes (TB) 125.539231
   Workload Rate (TB/Month)             3.606314
   Projected Rate (TB/Year)             43.275762
   SSD Usage Remaining (%)              Not Applicable

 

Link to comment
Share on other sites

  • 0

so i eventually got everything working.... i ended up running TCRP and it correctly worked out sataportmap=1 / diskidxmap=0, i got a recovery screen upon boot, and am now repairing the various broken apps/user permissions due to the 6.22>7.0.1 upgrade

 

i'll have a crack at a full howto once i get a moment, but might have to wait till i get back off holiday

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...