Disk_err9


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Disk_err9
# 1  
Old 06-08-2013
Disk_err9

I am a ton of SC_DISK_ERR9 errors.
What exactly is this error? errpt doesn't really explain..
# 2  
Old 06-10-2013
Try this pipeline of commands to look up what SC_DISK_ERR9 is...
Code:
errpt -t | awk '/SC_DISK_ERR9/ {print $1}' | xargs errpt -atj

 
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question