Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

show schedules with some expiration value only

Status
Not open for further replies.

rogwall

IS-IT--Management
Dec 2, 2005
6
I want to see what client schedules have some value for the Expiration field.

One way is to run TSM> q sched type-client f=d, and save it to a file and run a grep on the output. The file is too long so I dont want to/cant do that.

Is there a way to do it within TSM admin client to query such schedules only?

thanks in advance.
 
select * from client_schedules where expiration is not null
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top