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
-----Original Message-----
From: Don France (TSMnews) [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 03, 2002 2:12 PM
To: [EMAIL PROTECTED]
Subject: Re: dsadmc -consolemode
Probably not... however, if you are using AIX, you could run the dsmulog
daemon to capture the console log to a file (much like the old SYSLOG
feature on MVS), then you could "monitor" that file with "more" or "tail".
See the AIX Admin Guide for details.
Don France
Technical Architect - Tivoli Certified Consultant
Professional Association of Contract Employees (P.A.C.E.)
San Jose, CA
(408) 257-3037
[EMAIL PROTECTED]
----- Original Message -----
From: "Gerald Wichmann" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, May 02, 2002 3:26 PM
Subject: dsadmc -consolemode
> Normally running dsmadmc -consolemode doesn't display any date/time stamp
> with each message. Is it possible to make it do so such as what gets
> displayed when you do a "q act"? I don't see anything in the guide so as
far
> as I can tell no..
>
> Gerald Wichmann
> Sr. Systems Development Engineer
> Zantaz, Inc.
> 925.598.3099 w
> 408.836.9062 c
>