Wrong message:
Smart Values Read failed: Input/output error
hda: drive_cmd: status=0x41 { DriveReady Error }
hda: drive_cmd: error=0x04 { DriveStatusError }
why ,how to do .
thx
had a wrong message "smart values read failed" in the vmware .
-
yudh1z
-
BR_3984
Re: had a wrong message "smart values read failed" in the vm
Hello
I have the same error messages on my OXE (R9.1) VM, after a quite successfull installation.
The same series of messages below is reported by CPU each few minutes :
_____________________________________________
hda: drive_cmd: status=0x41 { DriveReady Error }
hda: drive_cmd: error=0x04 { DriveStatusError }
Smart Values Read failed: Input/output error
_____________________________________________
Does someone know what the reason could be and how to solve it ?
Many thanks in advance.
Regards
I have the same error messages on my OXE (R9.1) VM, after a quite successfull installation.
The same series of messages below is reported by CPU each few minutes :
_____________________________________________
hda: drive_cmd: status=0x41 { DriveReady Error }
hda: drive_cmd: error=0x04 { DriveStatusError }
Smart Values Read failed: Input/output error
_____________________________________________
Does someone know what the reason could be and how to solve it ?
Many thanks in advance.
Regards
Re: had a wrong message "smart values read failed" in the vm
Hi,
Those are smart tool output logs. Deactived the smart tool (check smartctl command)
Regards
Sadim
Those are smart tool output logs. Deactived the smart tool (check smartctl command)
Regards
Sadim
-
BR_3984
Re: had a wrong message "smart values read failed" in the vm
Hi Sadim
Thanks for the valuable recommendation.
But in my case it seems impossible to deactivate it. I use the follwong command "smartctl -d /dev/hda" (which seems to be the right one) and get the following answer from the system :
hda: drive_cmd: status=0x41 { DriveReady Error }
hda: drive_cmd: error=0x04 { DriveStatusError }
Smart Disable failed: Input/output error
Smartctl: Smart Enable Failed
Obviously the issue has to do with the virtualization with WMWare, but I did not notice any malfunction on the application level.
Regards
Thanks for the valuable recommendation.
But in my case it seems impossible to deactivate it. I use the follwong command "smartctl -d /dev/hda" (which seems to be the right one) and get the following answer from the system :
hda: drive_cmd: status=0x41 { DriveReady Error }
hda: drive_cmd: error=0x04 { DriveStatusError }
Smart Disable failed: Input/output error
Smartctl: Smart Enable Failed
Obviously the issue has to do with the virtualization with WMWare, but I did not notice any malfunction on the application level.
Regards
Re: had a wrong message "smart values read failed" in the vm
Hi
smartctl is being invoked by an internal oxe process. So, the easiest way to stop these errors is to replace that executable by something that does not do anything. Example:
login as root
cd /usr/sbin
mkdir smarttool_bck
mv smart* smarttool_bck
touch smartctl
chmod +x smartctl
Regards
Sadim
smartctl is being invoked by an internal oxe process. So, the easiest way to stop these errors is to replace that executable by something that does not do anything. Example:
login as root
cd /usr/sbin
mkdir smarttool_bck
mv smart* smarttool_bck
touch smartctl
chmod +x smartctl
Regards
Sadim

