ADSM-L

Re: dsadmc -consolemode

2002-05-06 14:34:00
Subject: Re: dsadmc -consolemode
From: Alex Paschal <AlexPaschal AT FREIGHTLINER DOT COM>
Date: Mon, 6 May 2002 11:33:18 -0700
Don, I just tail -f'd my dsmulog logfile.  It appears to cache, so that
won't be a realtime look at what is happening.

Gerald, you might try a wrapper that prepends a timestamp.  Maybe something
like:

#!/usr/bin/ksh
function timestamp {
   while read line; do
      ts=`date +"%D   %T"`
      echo "$ts $line"
   done
}
dsmadmc -id=? -pa=? -console | timestamp

Alex Paschal
Storage Administrator
Freightliner, LLC
(503) 745-6850 phone/vmail


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