This is the old XigmaNAS forum in read only mode,
it will taken offline by the end of march 2021!



I like to aks Users and Admins to rewrite/take over important post from here into the new fresh main forum!
Its not possible for us to export from here and import it to the main forum!

Rocketraid 2740 Woes

Hard disks, HDD, RAID Hardware, disk controllers, SATA, PATA, SCSI, IDE, On Board, USB, Firewire, CF (Compact Flash)
Forum rules
Set-Up GuideFAQsForum Rules
Post Reply
JP-l33t
Starter
Starter
Posts: 15
Joined: 26 Jan 2014 03:05
Status: Offline

Rocketraid 2740 Woes

Post by JP-l33t »

Hello All!
New to N4F, but have been toying with options and builds since late 2012 (FreeNAS, Ubuntu w/ZFS, and now N4F).

BACKSTORY: Bought a High Point Rocketraid 2740 for pennies on amazon. Had I known how much work it would be, I would have passed on the deal... I've been trying different builds for the past year and a half, with no success. Almost to the end of my rope here...

Anyway, I have the system assembled, N4F running peachy, but after modifying /cf/boot/loader.conf according to instructions posted by daoyama (found in this post viewtopic.php?f=59&t=1535&p=20247&hilit ... aid#p20247) I get errors referenced in that same thread, but never addressed:

I added the line

Code: Select all

hpt27xx_load="YES"
at the end of the loader.conf. Honestly don't know if that makes a difference or not.

255 iterations of the following:
kernel: (probe254:hpt27xx0:0:254:0): INQUIRY. CDB: 12 00 00 00 24 00
kernel: (probe254:hpt27xx0:0:254:0): CAM status: Invalid Target ID
kernel: (probe254:hpt27xx0:0:254:0): Error 22, Unretryable error
WITH NO DRIVES CONNECTED

With drives connected, I get a boot hang at iSCSI boot driver version 0.2.6.

In a previous attempt at making the NAS work based on Ubuntu server, I've seen the card register, without drives, so I know it works.

Any help would be greatly appreciated. Many thanks in advance!
-JP

JP-l33t
Starter
Starter
Posts: 15
Joined: 26 Jan 2014 03:05
Status: Offline

Re: Rocketraid 2740 Woes

Post by JP-l33t »

Also, as a secondary note, I'm a self proclaimed linux noob, though I've had my share of time compiling drivers and unloading modules and the like. Talk to me like I don't know what I'm doing, since I probably don't.

FROM FREE BSD HARDWARE SUPPORT PAGE
To compile this driver into the kernel, place the following line in your kernel configuration file:
"device hpt27xx"
Alternatively, to load the driver as a module at boot time, place the following line in loader.conf:
hpt27xx_load="YES"

I'm fuzzy on what that means, and why they offer the same alternative as daoyama, yet it doesn't work, unless there's a step I missed.
Thanks

RedAntz
experienced User
experienced User
Posts: 125
Joined: 11 Jul 2012 07:46
Location: Sydney, Australia
Status: Offline

Re: Rocketraid 2740 Woes

Post by RedAntz »

You can load kernel module by adding hpt27xx_load via WebGUI at : System|Advanced|loader.conf

Image

JP-l33t
Starter
Starter
Posts: 15
Joined: 26 Jan 2014 03:05
Status: Offline

Re: Rocketraid 2740 Woes

Post by JP-l33t »

Thanks for the reply RedAntz, but no avail. Same thing as before...

Random non sequitur, do I need to boot in ACPI mode?

I'm wondering about the extra 0 after the module name... maybe it's nothing. But I still can't access the disks... I've only got one attached right now. Once I get that working, I'll plug the rest back in.

kernel: (probe254:hpt27xx0:0:254:0): INQUIRY. CDB: 12 00 00 00 24 00

What are your thoughts?

Here's a pic of my loader.conf page:
Image

RedAntz
experienced User
experienced User
Posts: 125
Joined: 11 Jul 2012 07:46
Location: Sydney, Australia
Status: Offline

Re: Rocketraid 2740 Woes

Post by RedAntz »

Don't think so, but you can try.

Can you check if the driver is loaded ?
[urlhttp://forums.nas4free.org/viewtopic.php?f=17&t=4725#wrap[/url]

According to dnar's output, you do see 'hpt27xx0' in camcontrol output :-
viewtopic.php?f=17&t=4725#wrap

JP-l33t
Starter
Starter
Posts: 15
Joined: 26 Jan 2014 03:05
Status: Offline

Re: Rocketraid 2740 Woes

Post by JP-l33t »

Good call. It's not loaded. What gives? If I'm not mistaken, the driver is included in the current build, so after a reboot it should be loaded...

Code: Select all

$ kldstat
Id Refs Address            Size     Name
 1   13 0xffffffff80200000 1942610  kernel
 2    1 0xffffffff81b43000 23d298   zfs.ko
 3    2 0xffffffff81d81000 84d0     opensolaris.ko
 4    1 0xffffffff90c8a000 1e3e8    isboot.ko

JP-l33t
Starter
Starter
Posts: 15
Joined: 26 Jan 2014 03:05
Status: Offline

Re: Rocketraid 2740 Woes

Post by JP-l33t »

Help me RedAntz... you're my only hope...

RedAntz
experienced User
experienced User
Posts: 125
Joined: 11 Jul 2012 07:46
Location: Sydney, Australia
Status: Offline

Re: Rocketraid 2740 Woes

Post by RedAntz »

Can you try to load it manually to see if it works ?

Type below in console :

Code: Select all

kldload hpt27xx
and check again using 'kldstat'

JP-l33t
Starter
Starter
Posts: 15
Joined: 26 Jan 2014 03:05
Status: Offline

Re: Rocketraid 2740 Woes

Post by JP-l33t »

It did not load. Output of kdlstat same as before... we're getting somwhere...

RedAntz
experienced User
experienced User
Posts: 125
Joined: 11 Jul 2012 07:46
Location: Sydney, Australia
Status: Offline

Re: Rocketraid 2740 Woes

Post by RedAntz »

JP-l33t wrote:It did not load. Output of kdlstat same as before... we're getting somwhere...
What's the message you got when you try to load the module ?

JP-l33t
Starter
Starter
Posts: 15
Joined: 26 Jan 2014 03:05
Status: Offline

Re: Rocketraid 2740 Woes

Post by JP-l33t »

I get no message at all. I'm doing it from the command section of Web interface. I'll try it from the server itself when I get back. Standby...

RedAntz
experienced User
experienced User
Posts: 125
Joined: 11 Jul 2012 07:46
Location: Sydney, Australia
Status: Offline

Re: Rocketraid 2740 Woes

Post by RedAntz »

Since you mentioned it complained that it's loaded, can you please check with command below and paste the output here :

Code: Select all

camcontrol devlist -v

JP-l33t
Starter
Starter
Posts: 15
Joined: 26 Jan 2014 03:05
Status: Offline

Re: Rocketraid 2740 Woes

Post by JP-l33t »

Code: Select all

scbus0 on siisch0 bus 0:
<>                                 at scbus0 target -1 lun -1 ()
scbus1 on siisch1 bus 0:
<>                                 at scbus1 target -1 lun -1 ()
scbus2 on ata0 bus 0:
<>                                 at scbus2 target -1 lun -1 ()
scbus3 on ata1 bus 0:
<>                                 at scbus3 target -1 lun -1 ()
scbus4 on ata2 bus 0:
<>                                 at scbus4 target -1 lun -1 ()
scbus5 on ata3 bus 0:
<>                                 at scbus5 target -1 lun -1 ()
scbus6 on ata4 bus 0:
<>                                 at scbus6 target -1 lun -1 ()
scbus7 on ata5 bus 0:
<>                                 at scbus7 target -1 lun -1 ()
scbus8 on ata6 bus 0:
<>                                 at scbus8 target -1 lun -1 ()
scbus9 on ata7 bus 0:
<>                                 at scbus9 target -1 lun -1 ()
scbus10 on ctl2cam0 bus 0:
<>                                 at scbus10 target -1 lun -1 ()
scbus11 on hpt27xx0 bus 0:
<>                                 at scbus11 target -1 lun -1 ()
scbus12 on umass-sim0 bus 0:
<SanDisk Cruzer 8.02>              at scbus12 target 0 lun 0 (da0,pass0)
scbus-1 on xpt0 bus 0:
<>                                 at scbus-1 target -1 lun -1 (xpt0)

RedAntz
experienced User
experienced User
Posts: 125
Joined: 11 Jul 2012 07:46
Location: Sydney, Australia
Status: Offline

Re: Rocketraid 2740 Woes

Post by RedAntz »

JP-l33t wrote: scbus11 on hpt27xx0 bus 0:
<> at scbus11 target -1 lun -1 ()
Looks like it's detected your HighPoint card. Try plugging in a disk to the controller ?

JP-l33t
Starter
Starter
Posts: 15
Joined: 26 Jan 2014 03:05
Status: Offline

Re: Rocketraid 2740 Woes

Post by JP-l33t »

Just got in front of it.
kldload hpt27xx
kldload: can't load hpt27xx: File exists

JP-l33t
Starter
Starter
Posts: 15
Joined: 26 Jan 2014 03:05
Status: Offline

Re: Rocketraid 2740 Woes

Post by JP-l33t »

I've got 4 750GB disks in right now. Had 1 before. 2 are formatted already and have files on them.

Looking at the output on screen after plugging in the other 3 disks, I get the following message:

hpt27xx: port reset not complete success, ignore the port (2)
hpt27xx: port reset not complete success, ignore the port (3)
hpt27xx: 5 retrying failed, disk down!

RedAntz
experienced User
experienced User
Posts: 125
Joined: 11 Jul 2012 07:46
Location: Sydney, Australia
Status: Offline

Re: Rocketraid 2740 Woes

Post by RedAntz »

Do you have a disk connected to your controller ?

If there is, I am not seeing it in your 'camcontrol' output, and I'd redirect you to ask the question at FreeBSD forum instead as this is beyond what I can do.

JP-l33t
Starter
Starter
Posts: 15
Joined: 26 Jan 2014 03:05
Status: Offline

Re: Rocketraid 2740 Woes

Post by JP-l33t »

A pciconf -l shows:
hpt27xx0@pci0:6:0:0: class=0x010400 card=0x00001103 chip=0x27401103 rev=0x03 hdr=0x00
hpt27xx1@pci0:7:0:0: class=0x010400 card=0x00001103 chip=0x27401103 rev=0x03 hdr=0x00

RedAntz
experienced User
experienced User
Posts: 125
Joined: 11 Jul 2012 07:46
Location: Sydney, Australia
Status: Offline

Re: Rocketraid 2740 Woes

Post by RedAntz »

Just checking FreeBSD 9.2 that hpt27xx is included, so you don't have to load the module manually anymore (Sorry I built and tested this against 9.1)

According to a user's feedback, you should be able to see hardisks connected to your RocketRAID via camcontrol, e.g. :-

Code: Select all

    nas4free# camcontrol devlist
    <HPT DISK 0_0 4.00>                at scbus7 target 0 lun 0 (pass0,da0)
    <HPT DISK 0_1 4.00>                at scbus7 target 1 lun 0 (pass1,da1)
    <HPT DISK 0_2 4.00>                at scbus7 target 2 lun 0 (pass2,da2)
    <HPT DISK 0_3 4.00>                at scbus7 target 3 lun 0 (pass3,da3)
    <HPT DISK 0_4 4.00>                at scbus7 target 4 lun 0 (pass4,da4)
Are you sure your card is RocketRAID 2740 and not Rocket 2740 ?

Can you provide the output from console as well ?

Code: Select all

dmesg

JP-l33t
Starter
Starter
Posts: 15
Joined: 26 Jan 2014 03:05
Status: Offline

Re: Rocketraid 2740 Woes

Post by JP-l33t »

Code: Select all

$ camcontrol devlist
<SanDisk Cruzer 8.02>              at scbus12 target 0 lun 0 (da0,pass0)

Code: Select all

$ dmesg
hpt27xx: port reset not complete success, ignore the port (2)
hpt27xx: port reset not complete success, ignore the port (3)
hpt27xx: 5 Retrying failed, disk down!!!
(probe0:hpt27xx0:0:0:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe0:hpt27xx0:0:0:0): CAM status: Invalid Target ID
(probe0:hpt27xx0:0:0:0): Error 22, Unretryable error
(probe1:hpt27xx0:0:1:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe1:hpt27xx0:0:1:0): CAM status: Invalid Target ID
(probe1:hpt27xx0:0:1:0): Error 22, Unretryable error
(probe2:hpt27xx0:0:2:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe2:hpt27xx0:0:2:0): CAM status: Invalid Target ID
(probe2:hpt27xx0:0:2:0): Error 22, Unretryable error
(probe3:hpt27xx0:0:3:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe3:hpt27xx0:0:3:0): CAM status: Invalid Target ID
(probe3:hpt27xx0:0:3:0): Error 22, Unretryable error
(probe4:hpt27xx0:0:4:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe4:hpt27xx0:0:4:0): CAM status: Invalid Target ID
(probe4:hpt27xx0:0:4:0): Error 22, Unretryable error
(probe5:hpt27xx0:0:5:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe5:hpt27xx0:0:5:0): CAM status: Invalid Target ID
(probe5:hpt27xx0:0:5:0): Error 22, Unretryable error
(probe6:hpt27xx0:0:6:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe6:hpt27xx0:0:6:0): CAM status: Invalid Target ID
(probe6:hpt27xx0:0:6:0): Error 22, Unretryable error
(probe7:hpt27xx0:0:7:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe7:hpt27xx0:0:7:0): CAM status: Invalid Target ID
(probe7:hpt27xx0:0:7:0): Error 22, Unretryable error
(probe8:hpt27xx0:0:8:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe8:hpt27xx0:0:8:0): CAM status: Invalid Target ID
(probe8:hpt27xx0:0:8:0): Error 22, Unretryable error
(probe9:hpt27xx0:0:9:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe9:hpt27xx0:0:9:0): CAM status: Invalid Target ID
(probe9:hpt27xx0:0:9:0): Error 22, Unretryable error
(probe10:hpt27xx0:0:10:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe10:hpt27xx0:0:10:0): CAM status: Invalid Target ID
(probe10:hpt27xx0:0:10:0): Error 22, Unretryable error
(probe11:hpt27xx0:0:11:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe11:hpt27xx0:0:11:0): CAM status: Invalid Target ID
(probe11:hpt27xx0:0:11:0): Error 22, Unretryable error
(probe12:hpt27xx0:0:12:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe12:hpt27xx0:0:12:0): CAM status: Invalid Target ID
(probe12:hpt27xx0:0:12:0): Error 22, Unretryable error
(probe13:hpt27xx0:0:13:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe13:hpt27xx0:0:13:0): CAM status: Invalid Target ID
(probe13:hpt27xx0:0:13:0): Error 22, Unretryable error
(probe14:hpt27xx0:0:14:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe14:hpt27xx0:0:14:0): CAM status: Invalid Target ID
(probe14:hpt27xx0:0:14:0): Error 22, Unretryable error
(probe15:hpt27xx0:0:15:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe15:hpt27xx0:0:15:0): CAM status: Invalid Target ID
(probe15:hpt27xx0:0:15:0): Error 22, Unretryable error
(probe16:hpt27xx0:0:16:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe16:hpt27xx0:0:16:0): CAM status: Invalid Target ID
(probe16:hpt27xx0:0:16:0): Error 22, Unretryable error
(probe17:hpt27xx0:0:17:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe17:hpt27xx0:0:17:0): CAM status: Invalid Target ID
(probe17:hpt27xx0:0:17:0): Error 22, Unretryable error
(probe18:hpt27xx0:0:18:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe18:hpt27xx0:0:18:0): CAM status: Invalid Target ID
(probe18:hpt27xx0:0:18:0): Error 22, Unretryable error
(probe19:hpt27xx0:0:19:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe19:hpt27xx0:0:19:0): CAM status: Invalid Target ID
(probe19:hpt27xx0:0:19:0): Error 22, Unretryable error
(probe20:hpt27xx0:0:20:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe20:hpt27xx0:0:20:0): CAM status: Invalid Target ID
(probe20:hpt27xx0:0:20:0): Error 22, Unretryable error
(probe21:hpt27xx0:0:21:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe21:hpt27xx0:0:21:0): CAM status: Invalid Target ID
(probe21:hpt27xx0:0:21:0): Error 22, Unretryable error
(probe22:hpt27xx0:0:22:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe22:hpt27xx0:0:22:0): CAM status: Invalid Target ID
(probe22:hpt27xx0:0:22:0): Error 22, Unretryable error
(probe23:hpt27xx0:0:23:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe23:hpt27xx0:0:23:0): CAM status: Invalid Target ID
(probe23:hpt27xx0:0:23:0): Error 22, Unretryable error
(probe24:hpt27xx0:0:24:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe24:hpt27xx0:0:24:0): CAM status: Invalid Target ID
(probe24:hpt27xx0:0:24:0): Error 22, Unretryable error
(probe25:hpt27xx0:0:25:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe25:hpt27xx0:0:25:0): CAM status: Invalid Target ID
(probe25:hpt27xx0:0:25:0): Error 22, Unretryable error
(probe26:hpt27xx0:0:26:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe26:hpt27xx0:0:26:0): CAM status: Invalid Target ID
(probe26:hpt27xx0:0:26:0): Error 22, Unretryable error
(probe27:hpt27xx0:0:27:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe27:hpt27xx0:0:27:0): CAM status: Invalid Target ID
(probe27:hpt27xx0:0:27:0): Error 22, Unretryable error
(probe28:hpt27xx0:0:28:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe28:hpt27xx0:0:28:0): CAM status: Invalid Target ID
(probe28:hpt27xx0:0:28:0): Error 22, Unretryable error
(probe29:hpt27xx0:0:29:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe29:hpt27xx0:0:29:0): CAM status: Invalid Target ID
(probe29:hpt27xx0:0:29:0): Error 22, Unretryable error
(probe30:hpt27xx0:0:30:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe30:hpt27xx0:0:30:0): CAM status: Invalid Target ID
(probe30:hpt27xx0:0:30:0): Error 22, Unretryable error
(probe31:hpt27xx0:0:31:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe31:hpt27xx0:0:31:0): CAM status: Invalid Target ID
(probe31:hpt27xx0:0:31:0): Error 22, Unretryable error
(probe32:hpt27xx0:0:32:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe32:hpt27xx0:0:32:0): CAM status: Invalid Target ID
(probe32:hpt27xx0:0:32:0): Error 22, Unretryable error
(probe33:hpt27xx0:0:33:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe33:hpt27xx0:0:33:0): CAM status: Invalid Target ID
(probe33:hpt27xx0:0:33:0): Error 22, Unretryable error
(probe34:hpt27xx0:0:34:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe34:hpt27xx0:0:34:0): CAM status: Invalid Target ID
(probe34:hpt27xx0:0:34:0): Error 22, Unretryable error
(probe35:hpt27xx0:0:35:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe35:hpt27xx0:0:35:0): CAM status: Invalid Target ID
(probe35:hpt27xx0:0:35:0): Error 22, Unretryable error
(probe36:hpt27xx0:0:36:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe36:hpt27xx0:0:36:0): CAM status: Invalid Target ID
(probe36:hpt27xx0:0:36:0): Error 22, Unretryable error
(probe37:hpt27xx0:0:37:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe37:hpt27xx0:0:37:0): CAM status: Invalid Target ID
(probe37:hpt27xx0:0:37:0): Error 22, Unretryable error
(probe38:hpt27xx0:0:38:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe38:hpt27xx0:0:38:0): CAM status: Invalid Target ID
(probe38:hpt27xx0:0:38:0): Error 22, Unretryable error
(probe39:hpt27xx0:0:39:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe39:hpt27xx0:0:39:0): CAM status: Invalid Target ID
(probe39:hpt27xx0:0:39:0): Error 22, Unretryable error
(probe40:hpt27xx0:0:40:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe40:hpt27xx0:0:40:0): CAM status: Invalid Target ID
(probe40:hpt27xx0:0:40:0): Error 22, Unretryable error
(probe41:hpt27xx0:0:41:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe41:hpt27xx0:0:41:0): CAM status: Invalid Target ID
(probe41:hpt27xx0:0:41:0): Error 22, Unretryable error
(probe42:hpt27xx0:0:42:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe42:hpt27xx0:0:42:0): CAM status: Invalid Target ID
(probe42:hpt27xx0:0:42:0): Error 22, Unretryable error
(probe43:hpt27xx0:0:43:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe43:hpt27xx0:0:43:0): CAM status: Invalid Target ID
(probe43:hpt27xx0:0:43:0): Error 22, Unretryable error
(probe44:hpt27xx0:0:44:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe44:hpt27xx0:0:44:0): CAM status: Invalid Target ID
(probe44:hpt27xx0:0:44:0): Error 22, Unretryable error
(probe45:hpt27xx0:0:45:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe45:hpt27xx0:0:45:0): CAM status: Invalid Target ID
(probe45:hpt27xx0:0:45:0): Error 22, Unretryable error
(probe46:hpt27xx0:0:46:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe46:hpt27xx0:0:46:0): CAM status: Invalid Target ID
(probe46:hpt27xx0:0:46:0): Error 22, Unretryable error
(probe47:hpt27xx0:0:47:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe47:hpt27xx0:0:47:0): CAM status: Invalid Target ID
(probe47:hpt27xx0:0:47:0): Error 22, Unretryable error
(probe48:hpt27xx0:0:48:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe48:hpt27xx0:0:48:0): CAM status: Invalid Target ID
(probe48:hpt27xx0:0:48:0): Error 22, Unretryable error
(probe49:hpt27xx0:0:49:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe49:hpt27xx0:0:49:0): CAM status: Invalid Target ID
(probe49:hpt27xx0:0:49:0): Error 22, Unretryable error
(probe50:hpt27xx0:0:50:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe50:hpt27xx0:0:50:0): CAM status: Invalid Target ID
(probe50:hpt27xx0:0:50:0): Error 22, Unretryable error
(probe51:hpt27xx0:0:51:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe51:hpt27xx0:0:51:0): CAM status: Invalid Target ID
(probe51:hpt27xx0:0:51:0): Error 22, Unretryable error
(probe52:hpt27xx0:0:52:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe52:hpt27xx0:0:52:0): CAM status: Invalid Target ID
(probe52:hpt27xx0:0:52:0): Error 22, Unretryable error
(probe53:hpt27xx0:0:53:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe53:hpt27xx0:0:53:0): CAM status: Invalid Target ID
(probe53:hpt27xx0:0:53:0): Error 22, Unretryable error
(probe54:hpt27xx0:0:54:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe54:hpt27xx0:0:54:0): CAM status: Invalid Target ID
(probe54:hpt27xx0:0:54:0): Error 22, Unretryable error
(probe55:hpt27xx0:0:55:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe55:hpt27xx0:0:55:0): CAM status: Invalid Target ID
(probe55:hpt27xx0:0:55:0): Error 22, Unretryable error
(probe56:hpt27xx0:0:56:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe56:hpt27xx0:0:56:0): CAM status: Invalid Target ID
(probe56:hpt27xx0:0:56:0): Error 22, Unretryable error
(probe57:hpt27xx0:0:57:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe57:hpt27xx0:0:57:0): CAM status: Invalid Target ID
(probe57:hpt27xx0:0:57:0): Error 22, Unretryable error
(probe58:hpt27xx0:0:58:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe58:hpt27xx0:0:58:0): CAM status: Invalid Target ID
(probe58:hpt27xx0:0:58:0): Error 22, Unretryable error
(probe59:hpt27xx0:0:59:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe59:hpt27xx0:0:59:0): CAM status: Invalid Target ID
(probe59:hpt27xx0:0:59:0): Error 22, Unretryable error
(probe60:hpt27xx0:0:60:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe60:hpt27xx0:0:60:0): CAM status: Invalid Target ID
(probe60:hpt27xx0:0:60:0): Error 22, Unretryable error
(probe61:hpt27xx0:0:61:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe61:hpt27xx0:0:61:0): CAM status: Invalid Target ID
(probe61:hpt27xx0:0:61:0): Error 22, Unretryable error
(probe62:hpt27xx0:0:62:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe62:hpt27xx0:0:62:0): CAM status: Invalid Target ID
(probe62:hpt27xx0:0:62:0): Error 22, Unretryable error
(probe63:hpt27xx0:0:63:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe63:hpt27xx0:0:63:0): CAM status: Invalid Target ID
(probe63:hpt27xx0:0:63:0): Error 22, Unretryable error
(probe64:hpt27xx0:0:64:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe64:hpt27xx0:0:64:0): CAM status: Invalid Target ID
(probe64:hpt27xx0:0:64:0): Error 22, Unretryable error
(probe65:hpt27xx0:0:65:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe65:hpt27xx0:0:65:0): CAM status: Invalid Target ID
(probe65:hpt27xx0:0:65:0): Error 22, Unretryable error
(probe66:hpt27xx0:0:66:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe66:hpt27xx0:0:66:0): CAM status: Invalid Target ID
(probe66:hpt27xx0:0:66:0): Error 22, Unretryable error
(probe67:hpt27xx0:0:67:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe67:hpt27xx0:0:67:0): CAM status: Invalid Target ID
(probe67:hpt27xx0:0:67:0): Error 22, Unretryable error
(probe68:hpt27xx0:0:68:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe68:hpt27xx0:0:68:0): CAM status: Invalid Target ID
(probe68:hpt27xx0:0:68:0): Error 22, Unretryable error
(probe69:hpt27xx0:0:69:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe69:hpt27xx0:0:69:0): CAM status: Invalid Target ID
(probe69:hpt27xx0:0:69:0): Error 22, Unretryable error
(probe70:hpt27xx0:0:70:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe70:hpt27xx0:0:70:0): CAM status: Invalid Target ID
(probe70:hpt27xx0:0:70:0): Error 22, Unretryable error
(probe71:hpt27xx0:0:71:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe71:hpt27xx0:0:71:0): CAM status: Invalid Target ID
(probe71:hpt27xx0:0:71:0): Error 22, Unretryable error
(probe72:hpt27xx0:0:72:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe72:hpt27xx0:0:72:0): CAM status: Invalid Target ID
(probe72:hpt27xx0:0:72:0): Error 22, Unretryable error
(probe73:hpt27xx0:0:73:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe73:hpt27xx0:0:73:0): CAM status: Invalid Target ID
(probe73:hpt27xx0:0:73:0): Error 22, Unretryable error
(probe74:hpt27xx0:0:74:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe74:hpt27xx0:0:74:0): CAM status: Invalid Target ID
(probe74:hpt27xx0:0:74:0): Error 22, Unretryable error
(probe75:hpt27xx0:0:75:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe75:hpt27xx0:0:75:0): CAM status: Invalid Target ID
(probe75:hpt27xx0:0:75:0): Error 22, Unretryable error
(probe76:hpt27xx0:0:76:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe76:hpt27xx0:0:76:0): CAM status: Invalid Target ID
(probe76:hpt27xx0:0:76:0): Error 22, Unretryable error
(probe77:hpt27xx0:0:77:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe77:hpt27xx0:0:77:0): CAM status: Invalid Target ID
(probe77:hpt27xx0:0:77:0): Error 22, Unretryable error
(probe78:hpt27xx0:0:78:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe78:hpt27xx0:0:78:0): CAM status: Invalid Target ID
(probe78:hpt27xx0:0:78:0): Error 22, Unretryable error
(probe79:hpt27xx0:0:79:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe79:hpt27xx0:0:79:0): CAM status: Invalid Target ID
(probe79:hpt27xx0:0:79:0): Error 22, Unretryable error
(probe80:hpt27xx0:0:80:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe80:hpt27xx0:0:80:0): CAM status: Invalid Target ID
(probe80:hpt27xx0:0:80:0): Error 22, Unretryable error
(probe81:hpt27xx0:0:81:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe81:hpt27xx0:0:81:0): CAM status: Invalid Target ID
(probe81:hpt27xx0:0:81:0): Error 22, Unretryable error
(probe82:hpt27xx0:0:82:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe82:hpt27xx0:0:82:0): CAM status: Invalid Target ID
(probe82:hpt27xx0:0:82:0): Error 22, Unretryable error
(probe83:hpt27xx0:0:83:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe83:hpt27xx0:0:83:0): CAM status: Invalid Target ID
(probe83:hpt27xx0:0:83:0): Error 22, Unretryable error
(probe84:hpt27xx0:0:84:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe84:hpt27xx0:0:84:0): CAM status: Invalid Target ID
(probe84:hpt27xx0:0:84:0): Error 22, Unretryable error
(probe85:hpt27xx0:0:85:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe85:hpt27xx0:0:85:0): CAM status: Invalid Target ID
(probe85:hpt27xx0:0:85:0): Error 22, Unretryable error
(probe86:hpt27xx0:0:86:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe86:hpt27xx0:0:86:0): CAM status: Invalid Target ID
(probe86:hpt27xx0:0:86:0): Error 22, Unretryable error
(probe87:hpt27xx0:0:87:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe87:hpt27xx0:0:87:0): CAM status: Invalid Target ID
(probe87:hpt27xx0:0:87:0): Error 22, Unretryable error
(probe88:hpt27xx0:0:88:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe88:hpt27xx0:0:88:0): CAM status: Invalid Target ID
(probe88:hpt27xx0:0:88:0): Error 22, Unretryable error
(probe89:hpt27xx0:0:89:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe89:hpt27xx0:0:89:0): CAM status: Invalid Target ID
(probe89:hpt27xx0:0:89:0): Error 22, Unretryable error
(probe90:hpt27xx0:0:90:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe90:hpt27xx0:0:90:0): CAM status: Invalid Target ID
(probe90:hpt27xx0:0:90:0): Error 22, Unretryable error
(probe91:hpt27xx0:0:91:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe91:hpt27xx0:0:91:0): CAM status: Invalid Target ID
(probe91:hpt27xx0:0:91:0): Error 22, Unretryable error
(probe92:hpt27xx0:0:92:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe92:hpt27xx0:0:92:0): CAM status: Invalid Target ID
(probe92:hpt27xx0:0:92:0): Error 22, Unretryable error
(probe93:hpt27xx0:0:93:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe93:hpt27xx0:0:93:0): CAM status: Invalid Target ID
(probe93:hpt27xx0:0:93:0): Error 22, Unretryable error
(probe94:hpt27xx0:0:94:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe94:hpt27xx0:0:94:0): CAM status: Invalid Target ID
(probe94:hpt27xx0:0:94:0): Error 22, Unretryable error
(probe95:hpt27xx0:0:95:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe95:hpt27xx0:0:95:0): CAM status: Invalid Target ID
(probe95:hpt27xx0:0:95:0): Error 22, Unretryable error
(probe96:hpt27xx0:0:96:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe96:hpt27xx0:0:96:0): CAM status: Invalid Target ID
(probe96:hpt27xx0:0:96:0): Error 22, Unretryable error
(probe97:hpt27xx0:0:97:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe97:hpt27xx0:0:97:0): CAM status: Invalid Target ID
(probe97:hpt27xx0:0:97:0): Error 22, Unretryable error
(probe98:hpt27xx0:0:98:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe98:hpt27xx0:0:98:0): CAM status: Invalid Target ID
(probe98:hpt27xx0:0:98:0): Error 22, Unretryable error
(probe99:hpt27xx0:0:99:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe99:hpt27xx0:0:99:0): CAM status: Invalid Target ID
(probe99:hpt27xx0:0:99:0): Error 22, Unretryable error
(probe100:hpt27xx0:0:100:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe100:hpt27xx0:0:100:0): CAM status: Invalid Target ID
(probe100:hpt27xx0:0:100:0): Error 22, Unretryable error
(probe101:hpt27xx0:0:101:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe101:hpt27xx0:0:101:0): CAM status: Invalid Target ID
(probe101:hpt27xx0:0:101:0): Error 22, Unretryable error
(probe102:hpt27xx0:0:102:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe102:hpt27xx0:0:102:0): CAM status: Invalid Target ID
(probe102:hpt27xx0:0:102:0): Error 22, Unretryable error
(probe103:hpt27xx0:0:103:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe103:hpt27xx0:0:103:0): CAM status: Invalid Target ID
(probe103:hpt27xx0:0:103:0): Error 22, Unretryable error
(probe104:hpt27xx0:0:104:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe104:hpt27xx0:0:104:0): CAM status: Invalid Target ID
(probe104:hpt27xx0:0:104:0): Error 22, Unretryable error
(probe105:hpt27xx0:0:105:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe105:hpt27xx0:0:105:0): CAM status: Invalid Target ID
(probe105:hpt27xx0:0:105:0): Error 22, Unretryable error
(probe106:hpt27xx0:0:106:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe106:hpt27xx0:0:106:0): CAM status: Invalid Target ID
(probe106:hpt27xx0:0:106:0): Error 22, Unretryable error
(probe107:hpt27xx0:0:107:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe107:hpt27xx0:0:107:0): CAM status: Invalid Target ID
(probe107:hpt27xx0:0:107:0): Error 22, Unretryable error
(probe108:hpt27xx0:0:108:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe108:hpt27xx0:0:108:0): CAM status: Invalid Target ID
(probe108:hpt27xx0:0:108:0): Error 22, Unretryable error
(probe109:hpt27xx0:0:109:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe109:hpt27xx0:0:109:0): CAM status: Invalid Target ID
(probe109:hpt27xx0:0:109:0): Error 22, Unretryable error
(probe110:hpt27xx0:0:110:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe110:hpt27xx0:0:110:0): CAM status: Invalid Target ID
(probe110:hpt27xx0:0:110:0): Error 22, Unretryable error
(probe111:hpt27xx0:0:111:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe111:hpt27xx0:0:111:0): CAM status: Invalid Target ID
(probe111:hpt27xx0:0:111:0): Error 22, Unretryable error
(probe112:hpt27xx0:0:112:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe112:hpt27xx0:0:112:0): CAM status: Invalid Target ID
(probe112:hpt27xx0:0:112:0): Error 22, Unretryable error
(probe113:hpt27xx0:0:113:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe113:hpt27xx0:0:113:0): CAM status: Invalid Target ID
(probe113:hpt27xx0:0:113:0): Error 22, Unretryable error
(probe114:hpt27xx0:0:114:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe114:hpt27xx0:0:114:0): CAM status: Invalid Target ID
(probe114:hpt27xx0:0:114:0): Error 22, Unretryable error
(probe115:hpt27xx0:0:115:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe115:hpt27xx0:0:115:0): CAM status: Invalid Target ID
(probe115:hpt27xx0:0:115:0): Error 22, Unretryable error
(probe116:hpt27xx0:0:116:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe116:hpt27xx0:0:116:0): CAM status: Invalid Target ID
(probe116:hpt27xx0:0:116:0): Error 22, Unretryable error
(probe117:hpt27xx0:0:117:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe117:hpt27xx0:0:117:0): CAM status: Invalid Target ID
(probe117:hpt27xx0:0:117:0): Error 22, Unretryable error
(probe118:hpt27xx0:0:118:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe118:hpt27xx0:0:118:0): CAM status: Invalid Target ID
(probe118:hpt27xx0:0:118:0): Error 22, Unretryable error
(probe119:hpt27xx0:0:119:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe119:hpt27xx0:0:119:0): CAM status: Invalid Target ID
(probe119:hpt27xx0:0:119:0): Error 22, Unretryable error
(probe120:hpt27xx0:0:120:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe120:hpt27xx0:0:120:0): CAM status: Invalid Target ID
(probe120:hpt27xx0:0:120:0): Error 22, Unretryable error
(probe121:hpt27xx0:0:121:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe121:hpt27xx0:0:121:0): CAM status: Invalid Target ID
(probe121:hpt27xx0:0:121:0): Error 22, Unretryable error
(probe122:hpt27xx0:0:122:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe122:hpt27xx0:0:122:0): CAM status: Invalid Target ID
(probe122:hpt27xx0:0:122:0): Error 22, Unretryable error
(probe123:hpt27xx0:0:123:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe123:hpt27xx0:0:123:0): CAM status: Invalid Target ID
(probe123:hpt27xx0:0:123:0): Error 22, Unretryable error
(probe124:hpt27xx0:0:124:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe124:hpt27xx0:0:124:0): CAM status: Invalid Target ID
(probe124:hpt27xx0:0:124:0): Error 22, Unretryable error
(probe125:hpt27xx0:0:125:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe125:hpt27xx0:0:125:0): CAM status: Invalid Target ID
(probe125:hpt27xx0:0:125:0): Error 22, Unretryable error
(probe126:hpt27xx0:0:126:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe126:hpt27xx0:0:126:0): CAM status: Invalid Target ID
(probe126:hpt27xx0:0:126:0): Error 22, Unretryable error
(probe127:hpt27xx0:0:127:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe127:hpt27xx0:0:127:0): CAM status: Invalid Target ID
(probe127:hpt27xx0:0:127:0): Error 22, Unretryable error
(probe128:hpt27xx0:0:128:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe128:hpt27xx0:0:128:0): CAM status: Invalid Target ID
(probe128:hpt27xx0:0:128:0): Error 22, Unretryable error
(probe129:hpt27xx0:0:129:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe129:hpt27xx0:0:129:0): CAM status: Invalid Target ID
(probe129:hpt27xx0:0:129:0): Error 22, Unretryable error
(probe130:hpt27xx0:0:130:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe130:hpt27xx0:0:130:0): CAM status: Invalid Target ID
(probe130:hpt27xx0:0:130:0): Error 22, Unretryable error
(probe131:hpt27xx0:0:131:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe131:hpt27xx0:0:131:0): CAM status: Invalid Target ID
(probe131:hpt27xx0:0:131:0): Error 22, Unretryable error
(probe132:hpt27xx0:0:132:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe132:hpt27xx0:0:132:0): CAM status: Invalid Target ID
(probe132:hpt27xx0:0:132:0): Error 22, Unretryable error
(probe133:hpt27xx0:0:133:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe133:hpt27xx0:0:133:0): CAM status: Invalid Target ID
(probe133:hpt27xx0:0:133:0): Error 22, Unretryable error
(probe134:hpt27xx0:0:134:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe134:hpt27xx0:0:134:0): CAM status: Invalid Target ID
(probe134:hpt27xx0:0:134:0): Error 22, Unretryable error
(probe135:hpt27xx0:0:135:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe135:hpt27xx0:0:135:0): CAM status: Invalid Target ID
(probe135:hpt27xx0:0:135:0): Error 22, Unretryable error
(probe136:hpt27xx0:0:136:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe136:hpt27xx0:0:136:0): CAM status: Invalid Target ID
(probe136:hpt27xx0:0:136:0): Error 22, Unretryable error
(probe137:hpt27xx0:0:137:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe137:hpt27xx0:0:137:0): CAM status: Invalid Target ID
(probe137:hpt27xx0:0:137:0): Error 22, Unretryable error
(probe138:hpt27xx0:0:138:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe138:hpt27xx0:0:138:0): CAM status: Invalid Target ID
(probe138:hpt27xx0:0:138:0): Error 22, Unretryable error
(probe139:hpt27xx0:0:139:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe139:hpt27xx0:0:139:0): CAM status: Invalid Target ID
(probe139:hpt27xx0:0:139:0): Error 22, Unretryable error
(probe140:hpt27xx0:0:140:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe140:hpt27xx0:0:140:0): CAM status: Invalid Target ID
(probe140:hpt27xx0:0:140:0): Error 22, Unretryable error
(probe141:hpt27xx0:0:141:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe141:hpt27xx0:0:141:0): CAM status: Invalid Target ID
(probe141:hpt27xx0:0:141:0): Error 22, Unretryable error
(probe142:hpt27xx0:0:142:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe142:hpt27xx0:0:142:0): CAM status: Invalid Target ID
(probe142:hpt27xx0:0:142:0): Error 22, Unretryable error
(probe143:hpt27xx0:0:143:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe143:hpt27xx0:0:143:0): CAM status: Invalid Target ID
(probe143:hpt27xx0:0:143:0): Error 22, Unretryable error
(probe144:hpt27xx0:0:144:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe144:hpt27xx0:0:144:0): CAM status: Invalid Target ID
(probe144:hpt27xx0:0:144:0): Error 22, Unretryable error
(probe145:hpt27xx0:0:145:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe145:hpt27xx0:0:145:0): CAM status: Invalid Target ID
(probe145:hpt27xx0:0:145:0): Error 22, Unretryable error
(probe146:hpt27xx0:0:146:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe146:hpt27xx0:0:146:0): CAM status: Invalid Target ID
(probe146:hpt27xx0:0:146:0): Error 22, Unretryable error
(probe147:hpt27xx0:0:147:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe147:hpt27xx0:0:147:0): CAM status: Invalid Target ID
(probe147:hpt27xx0:0:147:0): Error 22, Unretryable error
(probe148:hpt27xx0:0:148:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe148:hpt27xx0:0:148:0): CAM status: Invalid Target ID
(probe148:hpt27xx0:0:148:0): Error 22, Unretryable error
(probe149:hpt27xx0:0:149:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe149:hpt27xx0:0:149:0): CAM status: Invalid Target ID
(probe149:hpt27xx0:0:149:0): Error 22, Unretryable error
(probe150:hpt27xx0:0:150:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe150:hpt27xx0:0:150:0): CAM status: Invalid Target ID
(probe150:hpt27xx0:0:150:0): Error 22, Unretryable error
(probe151:hpt27xx0:0:151:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe151:hpt27xx0:0:151:0): CAM status: Invalid Target ID
(probe151:hpt27xx0:0:151:0): Error 22, Unretryable error
(probe152:hpt27xx0:0:152:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe152:hpt27xx0:0:152:0): CAM status: Invalid Target ID
(probe152:hpt27xx0:0:152:0): Error 22, Unretryable error
(probe153:hpt27xx0:0:153:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe153:hpt27xx0:0:153:0): CAM status: Invalid Target ID
(probe153:hpt27xx0:0:153:0): Error 22, Unretryable error
(probe154:hpt27xx0:0:154:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe154:hpt27xx0:0:154:0): CAM status: Invalid Target ID
(probe154:hpt27xx0:0:154:0): Error 22, Unretryable error
(probe155:hpt27xx0:0:155:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe155:hpt27xx0:0:155:0): CAM status: Invalid Target ID
(probe155:hpt27xx0:0:155:0): Error 22, Unretryable error
(probe156:hpt27xx0:0:156:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe156:hpt27xx0:0:156:0): CAM status: Invalid Target ID
(probe156:hpt27xx0:0:156:0): Error 22, Unretryable error
(probe157:hpt27xx0:0:157:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe157:hpt27xx0:0:157:0): CAM status: Invalid Target ID
(probe157:hpt27xx0:0:157:0): Error 22, Unretryable error
(probe158:hpt27xx0:0:158:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe158:hpt27xx0:0:158:0): CAM status: Invalid Target ID
(probe158:hpt27xx0:0:158:0): Error 22, Unretryable error
(probe159:hpt27xx0:0:159:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe159:hpt27xx0:0:159:0): CAM status: Invalid Target ID
(probe159:hpt27xx0:0:159:0): Error 22, Unretryable error
(probe160:hpt27xx0:0:160:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe160:hpt27xx0:0:160:0): CAM status: Invalid Target ID
(probe160:hpt27xx0:0:160:0): Error 22, Unretryable error
(probe161:hpt27xx0:0:161:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe161:hpt27xx0:0:161:0): CAM status: Invalid Target ID
(probe161:hpt27xx0:0:161:0): Error 22, Unretryable error
(probe162:hpt27xx0:0:162:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe162:hpt27xx0:0:162:0): CAM status: Invalid Target ID
(probe162:hpt27xx0:0:162:0): Error 22, Unretryable error
(probe163:hpt27xx0:0:163:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe163:hpt27xx0:0:163:0): CAM status: Invalid Target ID
(probe163:hpt27xx0:0:163:0): Error 22, Unretryable error
(probe164:hpt27xx0:0:164:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe164:hpt27xx0:0:164:0): CAM status: Invalid Target ID
(probe164:hpt27xx0:0:164:0): Error 22, Unretryable error
(probe165:hpt27xx0:0:165:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe165:hpt27xx0:0:165:0): CAM status: Invalid Target ID
(probe165:hpt27xx0:0:165:0): Error 22, Unretryable error
(probe166:hpt27xx0:0:166:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe166:hpt27xx0:0:166:0): CAM status: Invalid Target ID
(probe166:hpt27xx0:0:166:0): Error 22, Unretryable error
(probe167:hpt27xx0:0:167:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe167:hpt27xx0:0:167:0): CAM status: Invalid Target ID
(probe167:hpt27xx0:0:167:0): Error 22, Unretryable error
(probe168:hpt27xx0:0:168:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe168:hpt27xx0:0:168:0): CAM status: Invalid Target ID
(probe168:hpt27xx0:0:168:0): Error 22, Unretryable error
(probe169:hpt27xx0:0:169:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe169:hpt27xx0:0:169:0): CAM status: Invalid Target ID
(probe169:hpt27xx0:0:169:0): Error 22, Unretryable error
(probe170:hpt27xx0:0:170:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe170:hpt27xx0:0:170:0): CAM status: Invalid Target ID
(probe170:hpt27xx0:0:170:0): Error 22, Unretryable error
(probe171:hpt27xx0:0:171:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe171:hpt27xx0:0:171:0): CAM status: Invalid Target ID
(probe171:hpt27xx0:0:171:0): Error 22, Unretryable error
(probe172:hpt27xx0:0:172:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe172:hpt27xx0:0:172:0): CAM status: Invalid Target ID
(probe172:hpt27xx0:0:172:0): Error 22, Unretryable error
(probe173:hpt27xx0:0:173:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe173:hpt27xx0:0:173:0): CAM status: Invalid Target ID
(probe173:hpt27xx0:0:173:0): Error 22, Unretryable error
(probe174:hpt27xx0:0:174:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe174:hpt27xx0:0:174:0): CAM status: Invalid Target ID
(probe174:hpt27xx0:0:174:0): Error 22, Unretryable error
(probe175:hpt27xx0:0:175:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe175:hpt27xx0:0:175:0): CAM status: Invalid Target ID
(probe175:hpt27xx0:0:175:0): Error 22, Unretryable error
(probe176:hpt27xx0:0:176:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe176:hpt27xx0:0:176:0): CAM status: Invalid Target ID
(probe176:hpt27xx0:0:176:0): Error 22, Unretryable error
(probe177:hpt27xx0:0:177:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe177:hpt27xx0:0:177:0): CAM status: Invalid Target ID
(probe177:hpt27xx0:0:177:0): Error 22, Unretryable error
(probe178:hpt27xx0:0:178:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe178:hpt27xx0:0:178:0): CAM status: Invalid Target ID
(probe178:hpt27xx0:0:178:0): Error 22, Unretryable error
(probe179:hpt27xx0:0:179:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe179:hpt27xx0:0:179:0): CAM status: Invalid Target ID
(probe179:hpt27xx0:0:179:0): Error 22, Unretryable error
(probe180:hpt27xx0:0:180:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe180:hpt27xx0:0:180:0): CAM status: Invalid Target ID
(probe180:hpt27xx0:0:180:0): Error 22, Unretryable error
(probe181:hpt27xx0:0:181:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe181:hpt27xx0:0:181:0): CAM status: Invalid Target ID
(probe181:hpt27xx0:0:181:0): Error 22, Unretryable error
(probe182:hpt27xx0:0:182:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe182:hpt27xx0:0:182:0): CAM status: Invalid Target ID
(probe182:hpt27xx0:0:182:0): Error 22, Unretryable error
(probe183:hpt27xx0:0:183:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe183:hpt27xx0:0:183:0): CAM status: Invalid Target ID
(probe183:hpt27xx0:0:183:0): Error 22, Unretryable error
(probe184:hpt27xx0:0:184:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe184:hpt27xx0:0:184:0): CAM status: Invalid Target ID
(probe184:hpt27xx0:0:184:0): Error 22, Unretryable error
(probe185:hpt27xx0:0:185:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe185:hpt27xx0:0:185:0): CAM status: Invalid Target ID
(probe185:hpt27xx0:0:185:0): Error 22, Unretryable error
(probe186:hpt27xx0:0:186:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe186:hpt27xx0:0:186:0): CAM status: Invalid Target ID
(probe186:hpt27xx0:0:186:0): Error 22, Unretryable error
(probe187:hpt27xx0:0:187:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe187:hpt27xx0:0:187:0): CAM status: Invalid Target ID
(probe187:hpt27xx0:0:187:0): Error 22, Unretryable error
(probe188:hpt27xx0:0:188:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe188:hpt27xx0:0:188:0): CAM status: Invalid Target ID
(probe188:hpt27xx0:0:188:0): Error 22, Unretryable error
(probe189:hpt27xx0:0:189:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe189:hpt27xx0:0:189:0): CAM status: Invalid Target ID
(probe189:hpt27xx0:0:189:0): Error 22, Unretryable error
(probe190:hpt27xx0:0:190:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe190:hpt27xx0:0:190:0): CAM status: Invalid Target ID
(probe190:hpt27xx0:0:190:0): Error 22, Unretryable error
(probe191:hpt27xx0:0:191:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe191:hpt27xx0:0:191:0): CAM status: Invalid Target ID
(probe191:hpt27xx0:0:191:0): Error 22, Unretryable error
(probe192:hpt27xx0:0:192:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe192:hpt27xx0:0:192:0): CAM status: Invalid Target ID
(probe192:hpt27xx0:0:192:0): Error 22, Unretryable error
(probe193:hpt27xx0:0:193:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe193:hpt27xx0:0:193:0): CAM status: Invalid Target ID
(probe193:hpt27xx0:0:193:0): Error 22, Unretryable error
(probe194:hpt27xx0:0:194:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe194:hpt27xx0:0:194:0): CAM status: Invalid Target ID
(probe194:hpt27xx0:0:194:0): Error 22, Unretryable error
(probe195:hpt27xx0:0:195:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe195:hpt27xx0:0:195:0): CAM status: Invalid Target ID
(probe195:hpt27xx0:0:195:0): Error 22, Unretryable error
(probe196:hpt27xx0:0:196:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe196:hpt27xx0:0:196:0): CAM status: Invalid Target ID
(probe196:hpt27xx0:0:196:0): Error 22, Unretryable error
(probe197:hpt27xx0:0:197:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe197:hpt27xx0:0:197:0): CAM status: Invalid Target ID
(probe197:hpt27xx0:0:197:0): Error 22, Unretryable error
(probe198:hpt27xx0:0:198:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe198:hpt27xx0:0:198:0): CAM status: Invalid Target ID
(probe198:hpt27xx0:0:198:0): Error 22, Unretryable error
(probe199:hpt27xx0:0:199:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe199:hpt27xx0:0:199:0): CAM status: Invalid Target ID
(probe199:hpt27xx0:0:199:0): Error 22, Unretryable error
(probe200:hpt27xx0:0:200:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe200:hpt27xx0:0:200:0): CAM status: Invalid Target ID
(probe200:hpt27xx0:0:200:0): Error 22, Unretryable error
(probe201:hpt27xx0:0:201:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe201:hpt27xx0:0:201:0): CAM status: Invalid Target ID
(probe201:hpt27xx0:0:201:0): Error 22, Unretryable error
(probe202:hpt27xx0:0:202:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe202:hpt27xx0:0:202:0): CAM status: Invalid Target ID
(probe202:hpt27xx0:0:202:0): Error 22, Unretryable error
(probe203:hpt27xx0:0:203:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe203:hpt27xx0:0:203:0): CAM status: Invalid Target ID
(probe203:hpt27xx0:0:203:0): Error 22, Unretryable error
(probe204:hpt27xx0:0:204:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe204:hpt27xx0:0:204:0): CAM status: Invalid Target ID
(probe204:hpt27xx0:0:204:0): Error 22, Unretryable error
(probe205:hpt27xx0:0:205:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe205:hpt27xx0:0:205:0): CAM status: Invalid Target ID
(probe205:hpt27xx0:0:205:0): Error 22, Unretryable error
(probe206:hpt27xx0:0:206:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe206:hpt27xx0:0:206:0): CAM status: Invalid Target ID
(probe206:hpt27xx0:0:206:0): Error 22, Unretryable error
(probe207:hpt27xx0:0:207:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe207:hpt27xx0:0:207:0): CAM status: Invalid Target ID
(probe207:hpt27xx0:0:207:0): Error 22, Unretryable error
(probe208:hpt27xx0:0:208:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe208:hpt27xx0:0:208:0): CAM status: Invalid Target ID
(probe208:hpt27xx0:0:208:0): Error 22, Unretryable error
(probe209:hpt27xx0:0:209:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe209:hpt27xx0:0:209:0): CAM status: Invalid Target ID
(probe209:hpt27xx0:0:209:0): Error 22, Unretryable error
(probe210:hpt27xx0:0:210:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe210:hpt27xx0:0:210:0): CAM status: Invalid Target ID
(probe210:hpt27xx0:0:210:0): Error 22, Unretryable error
(probe211:hpt27xx0:0:211:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe211:hpt27xx0:0:211:0): CAM status: Invalid Target ID
(probe211:hpt27xx0:0:211:0): Error 22, Unretryable error
(probe212:hpt27xx0:0:212:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe212:hpt27xx0:0:212:0): CAM status: Invalid Target ID
(probe212:hpt27xx0:0:212:0): Error 22, Unretryable error
(probe213:hpt27xx0:0:213:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe213:hpt27xx0:0:213:0): CAM status: Invalid Target ID
(probe213:hpt27xx0:0:213:0): Error 22, Unretryable error
(probe214:hpt27xx0:0:214:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe214:hpt27xx0:0:214:0): CAM status: Invalid Target ID
(probe214:hpt27xx0:0:214:0): Error 22, Unretryable error
(probe215:hpt27xx0:0:215:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe215:hpt27xx0:0:215:0): CAM status: Invalid Target ID
(probe215:hpt27xx0:0:215:0): Error 22, Unretryable error
(probe216:hpt27xx0:0:216:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe216:hpt27xx0:0:216:0): CAM status: Invalid Target ID
(probe216:hpt27xx0:0:216:0): Error 22, Unretryable error
(probe217:hpt27xx0:0:217:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe217:hpt27xx0:0:217:0): CAM status: Invalid Target ID
(probe217:hpt27xx0:0:217:0): Error 22, Unretryable error
(probe218:hpt27xx0:0:218:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe218:hpt27xx0:0:218:0): CAM status: Invalid Target ID
(probe218:hpt27xx0:0:218:0): Error 22, Unretryable error
(probe219:hpt27xx0:0:219:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe219:hpt27xx0:0:219:0): CAM status: Invalid Target ID
(probe219:hpt27xx0:0:219:0): Error 22, Unretryable error
(probe220:hpt27xx0:0:220:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe220:hpt27xx0:0:220:0): CAM status: Invalid Target ID
(probe220:hpt27xx0:0:220:0): Error 22, Unretryable error
(probe221:hpt27xx0:0:221:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe221:hpt27xx0:0:221:0): CAM status: Invalid Target ID
(probe221:hpt27xx0:0:221:0): Error 22, Unretryable error
(probe222:hpt27xx0:0:222:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe222:hpt27xx0:0:222:0): CAM status: Invalid Target ID
(probe222:hpt27xx0:0:222:0): Error 22, Unretryable error
(probe223:hpt27xx0:0:223:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe223:hpt27xx0:0:223:0): CAM status: Invalid Target ID
(probe223:hpt27xx0:0:223:0): Error 22, Unretryable error
(probe224:hpt27xx0:0:224:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe224:hpt27xx0:0:224:0): CAM status: Invalid Target ID
(probe224:hpt27xx0:0:224:0): Error 22, Unretryable error
(probe225:hpt27xx0:0:225:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe225:hpt27xx0:0:225:0): CAM status: Invalid Target ID
(probe225:hpt27xx0:0:225:0): Error 22, Unretryable error
(probe226:hpt27xx0:0:226:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe226:hpt27xx0:0:226:0): CAM status: Invalid Target ID
(probe226:hpt27xx0:0:226:0): Error 22, Unretryable error
(probe227:hpt27xx0:0:227:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe227:hpt27xx0:0:227:0): CAM status: Invalid Target ID
(probe227:hpt27xx0:0:227:0): Error 22, Unretryable error
(probe228:hpt27xx0:0:228:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe228:hpt27xx0:0:228:0): CAM status: Invalid Target ID
(probe228:hpt27xx0:0:228:0): Error 22, Unretryable error
(probe229:hpt27xx0:0:229:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe229:hpt27xx0:0:229:0): CAM status: Invalid Target ID
(probe229:hpt27xx0:0:229:0): Error 22, Unretryable error
(probe230:hpt27xx0:0:230:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe230:hpt27xx0:0:230:0): CAM status: Invalid Target ID
(probe230:hpt27xx0:0:230:0): Error 22, Unretryable error
(probe231:hpt27xx0:0:231:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe231:hpt27xx0:0:231:0): CAM status: Invalid Target ID
(probe231:hpt27xx0:0:231:0): Error 22, Unretryable error
(probe232:hpt27xx0:0:232:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe232:hpt27xx0:0:232:0): CAM status: Invalid Target ID
(probe232:hpt27xx0:0:232:0): Error 22, Unretryable error
(probe233:hpt27xx0:0:233:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe233:hpt27xx0:0:233:0): CAM status: Invalid Target ID
(probe233:hpt27xx0:0:233:0): Error 22, Unretryable error
(probe234:hpt27xx0:0:234:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe234:hpt27xx0:0:234:0): CAM status: Invalid Target ID
(probe234:hpt27xx0:0:234:0): Error 22, Unretryable error
(probe235:hpt27xx0:0:235:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe235:hpt27xx0:0:235:0): CAM status: Invalid Target ID
(probe235:hpt27xx0:0:235:0): Error 22, Unretryable error
(probe236:hpt27xx0:0:236:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe236:hpt27xx0:0:236:0): CAM status: Invalid Target ID
(probe236:hpt27xx0:0:236:0): Error 22, Unretryable error
(probe237:hpt27xx0:0:237:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe237:hpt27xx0:0:237:0): CAM status: Invalid Target ID
(probe237:hpt27xx0:0:237:0): Error 22, Unretryable error
(probe238:hpt27xx0:0:238:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe238:hpt27xx0:0:238:0): CAM status: Invalid Target ID
(probe238:hpt27xx0:0:238:0): Error 22, Unretryable error
(probe239:hpt27xx0:0:239:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe239:hpt27xx0:0:239:0): CAM status: Invalid Target ID
(probe239:hpt27xx0:0:239:0): Error 22, Unretryable error
(probe240:hpt27xx0:0:240:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe240:hpt27xx0:0:240:0): CAM status: Invalid Target ID
(probe240:hpt27xx0:0:240:0): Error 22, Unretryable error
(probe241:hpt27xx0:0:241:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe241:hpt27xx0:0:241:0): CAM status: Invalid Target ID
(probe241:hpt27xx0:0:241:0): Error 22, Unretryable error
(probe242:hpt27xx0:0:242:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe242:hpt27xx0:0:242:0): CAM status: Invalid Target ID
(probe242:hpt27xx0:0:242:0): Error 22, Unretryable error
(probe243:hpt27xx0:0:243:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe243:hpt27xx0:0:243:0): CAM status: Invalid Target ID
(probe243:hpt27xx0:0:243:0): Error 22, Unretryable error
(probe244:hpt27xx0:0:244:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe244:hpt27xx0:0:244:0): CAM status: Invalid Target ID
(probe244:hpt27xx0:0:244:0): Error 22, Unretryable error
(probe245:hpt27xx0:0:245:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe245:hpt27xx0:0:245:0): CAM status: Invalid Target ID
(probe245:hpt27xx0:0:245:0): Error 22, Unretryable error
(probe246:hpt27xx0:0:246:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe246:hpt27xx0:0:246:0): CAM status: Invalid Target ID
(probe246:hpt27xx0:0:246:0): Error 22, Unretryable error
(probe247:hpt27xx0:0:247:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe247:hpt27xx0:0:247:0): CAM status: Invalid Target ID
(probe247:hpt27xx0:0:247:0): Error 22, Unretryable error
(probe248:hpt27xx0:0:248:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe248:hpt27xx0:0:248:0): CAM status: Invalid Target ID
(probe248:hpt27xx0:0:248:0): Error 22, Unretryable error
(probe249:hpt27xx0:0:249:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe249:hpt27xx0:0:249:0): CAM status: Invalid Target ID
(probe249:hpt27xx0:0:249:0): Error 22, Unretryable error
(probe250:hpt27xx0:0:250:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe250:hpt27xx0:0:250:0): CAM status: Invalid Target ID
(probe250:hpt27xx0:0:250:0): Error 22, Unretryable error
(probe251:hpt27xx0:0:251:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe251:hpt27xx0:0:251:0): CAM status: Invalid Target ID
(probe251:hpt27xx0:0:251:0): Error 22, Unretryable error
(probe252:hpt27xx0:0:252:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe252:hpt27xx0:0:252:0): CAM status: Invalid Target ID
(probe252:hpt27xx0:0:252:0): Error 22, Unretryable error
(probe253:hpt27xx0:0:253:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe253:hpt27xx0:0:253:0): CAM status: Invalid Target ID
(probe253:hpt27xx0:0:253:0): Error 22, Unretryable error
(probe254:hpt27xx0:0:254:0): INQUIRY. CDB: 12 00 00 00 24 00 
(probe254:hpt27xx0:0:254:0): CAM status: Invalid Target ID
(probe254:hpt27xx0:0:254:0): Error 22, Unretryable error
Okay, do I do remember having to flash the non-raid bios at one point (sorry, I had forgotten this). I was looking at the highpoint website, and it looks like they no longer offer that as an option. Do I need to reflash it back to raid bios?

RedAntz
experienced User
experienced User
Posts: 125
Joined: 11 Jul 2012 07:46
Location: Sydney, Australia
Status: Offline

Re: Rocketraid 2740 Woes

Post by RedAntz »

Not sure. I do not have HighPoint controllers. It's up to you to try or not.

JP-l33t
Starter
Starter
Posts: 15
Joined: 26 Jan 2014 03:05
Status: Offline

Re: Rocketraid 2740 Woes

Post by JP-l33t »

So what do you make of the dmesg output?

RedAntz
experienced User
experienced User
Posts: 125
Joined: 11 Jul 2012 07:46
Location: Sydney, Australia
Status: Offline

Re: Rocketraid 2740 Woes

Post by RedAntz »

JP-l33t wrote:So what do you make of the dmesg output?
Not much, unfortunately.

You don't happen to run 32bit NAS4Free with PAE enabled ?
http://www.freebsd.org/cgi/man.cgi?quer ... ormat=html
The hpt27xx driver only works on the i386 and amd64 platforms as it requires a binary blob object from the manufacturer which they only supply for these platforms. The hpt27xx driver does not work on i386 with pae(4) enabled.
I also found a post in FreeNAS related to HighPoint controllers :-
http://forums.freenas.org/threads/highp ... post-34105

JP-l33t
Starter
Starter
Posts: 15
Joined: 26 Jan 2014 03:05
Status: Offline

Re: Rocketraid 2740 Woes

Post by JP-l33t »

No, I'm running 64bit N4F on and intel cpu (e5700). It's a newer machine I built.

JP-l33t
Starter
Starter
Posts: 15
Joined: 26 Jan 2014 03:05
Status: Offline

Re: Rocketraid 2740 Woes

Post by JP-l33t »

Update:
I contacted Highpoint about the issues. Flashed a new bios to the card, hangs during boot with drives connected. They are RMAing the card.
Hopefully the replacement will work properly.

Post Reply

Return to “Hard disk & controller”