#!/bin/sh

ps -ef|grep dsmserv|grep -v grep

if [[ $? -ne 0 ]]; then
        mail -s "WARNING: TSM is down!" root <<- EOF
        Please investigate...
        EOF
fi

Shawn L. Bierman
Unix Technical Support Analyst II
Methodist Healthcare
Information Systems
(901) 516-0143 (office)
(901) 516-0043 (fax)

>>> [EMAIL PROTECTED] 3/15/02 10:02:16 AM >>>
Hi All -

Does anyone have a script that will send out an email alert if the TSM
server goes down.

I am running AIX 4.3.0
TSM 3.7.4

Thanks!
Marc Levitan
Storage Manager
PFPC Global Fund Services

Reply via email to