ADSM-L

Re: scheduled session vs non-scheduled client session

2002-05-23 19:29:03
Subject: Re: scheduled session vs non-scheduled client session
From: Don France <DFrance-TSM AT ATT DOT NET>
Date: Thu, 23 May 2002 16:29:20 -0700
Len,

The session query is what you want, for a script to ascertain which
sessions to cancel... "q se f=d" might indicate session_type;  if not,
use the SQL query...
        select session_id, session_type from sessions

You'll need to use a shell script which runs this as batch dsmadmc, trap
the output, then parse for the session_type (4, I think) for scheduled
session.

This info is reported in accounting records, SUMMARY table and SESSIONS
table.

Hope this helps.

Don France
Technical Architect   Tivoli Certified Consultant
Professional Association of Contract Employees (P.A.C.E.)
San Jose, CA
(408) 257-3037
mailto:don_france AT att DOT net

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