check_ide_smart ioctl error

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
tiagocruz
Posts: 2
Joined: Wed Jan 21, 2015 8:16 am

Re: check_ide_smart ioctl error

Post by tiagocruz »

tgriep wrote:Try running this

Code: Select all

smartctl -a /dev/sdb
This is the result:

Code: Select all

[root@diveo33 ~]# smartctl -a /dev/sdb
smartctl 5.42 2011-10-20 r3458 [i686-linux-2.6.32.12-0.7.1.xs6.0.0.531.170662xen] (local build)
Copyright (C) 2002-11 by Bruce Allen, http://smartmontools.sourceforge.net

Vendor:               vices/pc
Product:              i0000:00/0000:00
Revision:             :1f.
User Capacity:        600,343,318,966,565,259 bytes [600 PB]
Logical block size:   774857829 bytes
>> Terminate command early due to bad response to IEC mode page
A mandatory SMART command failed: exiting. To continue, add one or more '-T permissive' options.
This is bad? :roll: :cry:

Code: Select all

[root@diveo33 ~]# smartctl -a /dev/sdb -T permissive
smartctl 5.42 2011-10-20 r3458 [i686-linux-2.6.32.12-0.7.1.xs6.0.0.531.170662xen] (local build)
Copyright (C) 2002-11 by Bruce Allen, http://smartmontools.sourceforge.net

Vendor:               vices/pc
Product:              i0000:00/0000:00
Revision:             :1f.
User Capacity:        600,343,318,966,565,259 bytes [600 PB]
Logical block size:   774857829 bytes
>> Terminate command early due to bad response to IEC mode page

Error Counter logging not supported
Device does not support Self Test logging
Thanks a lot!
User avatar
tgriep
Madmin
Posts: 9177
Joined: Thu Oct 30, 2014 9:02 am

Re: check_ide_smart ioctl error

Post by tgriep »

It looks like you drive doesn't support SMART. Is it connected to a RAID controller?
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked