ADSM-L

Re: Stop/Starting TSM client scheduler

2000-11-17 20:45:11
Subject: Re: Stop/Starting TSM client scheduler
From: "Cook, Dwight E" <cookde AT BP DOT COM>
Date: Fri, 17 Nov 2000 19:43:51 -0600
ps -ef | grep sched
then look for the process number
kill dsmc_sched_process_number

I set up in inittab
root>lsitab -a | grep sched
adsm:2:respawn:/usr/tivoli/tsm/client/ba/bin/dsmc sched >/dev/null 2>&1

now to start it from the aix prompt
nohup /usr/tivoli/tsm/client/ba/bin/dsmc sched >/dev/null 2>&1  &

later,
Dwight

<Prev in Thread] Current Thread [Next in Thread>