ADSM-L

Re: script to see if TSM Server is down

2002-03-15 14:31:45
Subject: Re: script to see if TSM Server is down
From: "PINNI, BALANAND (SBCSI)" <bp3965 AT SBC DOT COM>
Date: Fri, 15 Mar 2002 12:05:18 -0600
just say
ps -ef|grep dsmserv|grep -v grep
if [ $? -ne 0 ];then
mail -s "text"  userid AT mail.domain DOT com< `echo TSM is down" `
Or use Unix third party pager service to send the text.With pager cmd.
Else use patrol.
Balanand Pinni