This always works for me: nohup dsmc sched 2>&1 >/dev/null </dev/null &
-----Original Message----- From: Steven Pemberton [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 07, 2004 4:22 PM To: [EMAIL PROTECTED] Subject: Re: AIX startup of TSM scheduler I've found the following to work pretty well: (dsmc sched 2>&1 >/dev/null &) The parenthesis drop it into a sub-shell and cleanly detaches from your current session. Regards, Steven P. -- Steven Pemberton Senior Enterprise Management Consultant IBK, Senetas Group Mobile: +61/0 418 335 136 | Phone: +61/3 9820 5811 | Fax: +61/3 9820 9907 Level 1, 11 Queens Road, Melbourne, Victoria, 3004, Australia http://www.senetas.com.au | http://www.ibk.com.au | http://www.datum.com.au
