Can anyone shed any light on the above error?
My problem is with the 3ware RAID controller software, but I actually want a bit more info on how to solve the issue (not specifically related to the 3dm2 service just services that lock in general...)
So first I check the service status:
I get the message:
So I thought I'd stop the service:
It reports that it failed to stop the 3ware diskswitch deamon
So next I try removing the 3dm2 file from the subsys lock:
then I check the service status and now its:
GREAT! I think... so I try starting it:
Starts the daemon OK. Awesome! Check the status:
Wahhhh
Due to the nature of the machine I cannot reboot it today (will need to wait for tomorrow). Until then though can anyone offer any knowledge on what's happening to this service and why it keeps locking?
Cheers.
My problem is with the 3ware RAID controller software, but I actually want a bit more info on how to solve the issue (not specifically related to the 3dm2 service just services that lock in general...)
So first I check the service status:
Code:
sudo /etc/init.d/tdm2 status
I get the message:
3dm2 dead but subsys locked
So I thought I'd stop the service:
Code:
sudo /etc/init.d/tdm2 stop
It reports that it failed to stop the 3ware diskswitch deamon
So next I try removing the 3dm2 file from the subsys lock:
Code:
rm -f /var/lock/subsys/3dm2
then I check the service status and now its:
3dm2 is stopped
GREAT! I think... so I try starting it:
Code:
sudo /etc/init.d/tdm2 start
Starts the daemon OK. Awesome! Check the status:
3dm2 dead but subsys locked
Wahhhh
Due to the nature of the machine I cannot reboot it today (will need to wait for tomorrow). Until then though can anyone offer any knowledge on what's happening to this service and why it keeps locking?
Cheers.