From: Peter S. <pe...@co...> - 2012-06-21 14:59:34
|
E200i is at latest firmware - 1.86 Attempting with -d cciss,0 produces : ------------------------------------------------------------ smartctl -a -d cciss,0 /dev/pass1 smartctl 5.42 2011-10-20 r3458 [FreeBSD 9.0-RELEASE-p3 amd64] (local build) Copyright (C) 2002-11 by Bruce Allen, http://smartmontools.sourceforge.net CCISS ioctl error 3 (fd -1 CDBLen 12 buf_size 8328) Standard Inquiry (36 bytes) failed [Device not configured] Retrying with a 64 byte Standard Inquiry CCISS ioctl error 3 (fd -1 CDBLen 12 buf_size 8328) Standard Inquiry (64 bytes) failed [Device not configured] A mandatory SMART command failed: exiting. To continue, add one or more '-T permissive' options. Adding -T permissive gives me: -------------------------------------------------------------------- smartctl -a -T permissive -d cciss,0 /dev/pass1 smartctl 5.42 2011-10-20 r3458 [FreeBSD 9.0-RELEASE-p3 amd64] (local build) Copyright (C) 2002-11 by Bruce Allen, http://smartmontools.sourceforge.net CCISS ioctl error 3 (fd -1 CDBLen 12 buf_size 8328) Standard Inquiry (36 bytes) failed [Device not configured] Retrying with a 64 byte Standard Inquiry CCISS ioctl error 3 (fd -1 CDBLen 12 buf_size 8328) Standard Inquiry (64 bytes) failed [Device not configured] CCISS ioctl error 3 (fd -1 CDBLen 12 buf_size 8328) CCISS ioctl error 3 (fd -1 CDBLen 12 buf_size 8328) Request Sense failed, [Device not configured] CCISS ioctl error 3 (fd -1 CDBLen 12 buf_size 8328) Error Counter logging not supported CCISS ioctl error 3 (fd -1 CDBLen 12 buf_size 8328) Device does not support Self Test logging ------ Peter From: Alex Samorukov [mailto:ml...@os...] Sent: Wednesday, June 20, 2012 5:20 PM To: Peter Sprokkelenburg Cc: sma...@li... Subject: Re: [smartmontools-support] HP BL460C G1 with E200i On 06/20/2012 10:05 PM, Peter Sprokkelenburg wrote: Ciss driver is loaded - kldstat Id Refs Address Size Name 1 5 0xffffffff80200000 11cdab0 kernel 2 1 0xffffffff813ce000 10278 ciss.ko Also have enabled in /boot/loader.conf hw.ciss.expose_hidden_physical=1 You may also try with -d cciss,N (see manual) to get information. Also sometime firmware update may help. |