crontab -e man pages are great.
R. -----Original Message----- From: Yuhico, Alexandra [mailto:[EMAIL PROTECTED] Sent: Thursday, October 07, 2004 11:40 AM To: [EMAIL PROTECTED] Subject: Re: AW: DSMSERV UNLOADDB guys.... I've finished the DSMSERV LOADDB!!! previous q db gave a Maximum reduction of zero and a PCT Util of 68% but my current q db shows the following : Available Assigned Maximum Maximum Page Total Used Pct Max. Space Capacity Extension Reduction Size Usable Pages Util Pct (MB) (MB) (MB) (MB) (bytes) Pages Util --------- -------- --------- --------- ------- --------- --------- ----- ----- 32,768 32,768 0 17,436 4,096 8,388,608 3,928,814 46.8 46.8 Now... silly question... how do you edit the crontab? I thought it was crontab -C but that doesn't seem to work Alexandra -----Original Message----- From: Sternecker, Peter [mailto:[EMAIL PROTECTED] Sent: Friday, 8 October 2004 2:16 AM To: [EMAIL PROTECTED] Subject: AW: AW: DSMSERV UNLOADDB well, well he is right as always. OH NO , no best shell discussion 8-). Peter Sternecker R+V Allgemeine Versicherung AG * mailto:[EMAIL PROTECTED] > -----Urspr�ngliche Nachricht----- > Von: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] Im > Auftrag von Richard Sims > Gesendet: Donnerstag, 7. Oktober 2004 17:56 > An: [EMAIL PROTECTED] > Betreff: Re: AW: DSMSERV UNLOADDB > > > On Oct 7, 2004, at 11:34 AM, Sternecker, Peter wrote: > > > if your TSM-Server runs on Unix > > > > shell command | tee path_to_logfile > > > > this sends output to the terminal and the logfile. > > That will pipe Stdout, but not Stderr, where scary stuff > goes. You may instead want to do > > shell command 2>&1 | tee path_to_logfile > > or more conveniently use Cshell: > > command |& tee path_to_logfile > > This keeps important msgs from being lost. > > Richard Sims > This e-mail is privileged and may contain confidential information intended only for the person(s) named above. If you receive this e-mail in error, please notify the addressee immediately by telephone or return e-mail. Although the sender endeavours to maintain a computer virus-free network, the sender does not warrant that this transmission is virus-free and will not be liable for any damages resulting from any virus transmitted.
