[mythtv-users] [OT] Updated 3ware 9500 management agent

Stephen Tait tait at digitallaw.co.uk
Tue Sep 28 12:50:34 EDT 2004


I know there are a fair few people here using or contemplating using 3ware 
9500's, so I thought this information might be useful to some of you.

3ware have recently posted a beta candidate of 3dm2 which now works with 
the stock driver in 2.6.8.1 (as long as you have legacy /proc/scsi support 
enabled). Basic init script for gentoo shown below.

#!/sbin/runscript

depend() {
(use logger)
}

start() {
ebegin "Starting 3ware monitoring service"
start-stop-daemon --start --quiet --exec /usr/sbin/3dm2 &>/dev/null
return=$?
eend $result
}

stop() {
ebegin "Stopping 3ware monitoring service"
start-stop-daemon --stop --quiet --exec /usr/sbin/3dm2 &>/dev/null
return=$?
eend $result
}



More information about the mythtv-users mailing list