Manager"
To
ADSM-L@VM.MARIST.EDU
cc
Subject
Re: SQL to find all NT nodes with V5.2.2.0
I copied & pasted your command into the TSM Admin CLI, and it ran just
fine.
It would help to have some additional detail about what "it didn't work"
means.
Regards,
Andy
An
I copied & pasted your command into the TSM Admin CLI, and it ran just
fine.
It would help to have some additional detail about what "it didn't work"
means.
Regards,
Andy
Andy Raibeck
IBM Software Group
Tivoli Storage Manager Client Development
Internal Notes e-mail: Andrew Raibeck/Tucson/[EMAI
2
2
Perhaps you don't have any clients at that level?
Ben
-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of
Hoa V Nguyen
Sent: Wednesday, February 23, 2005 10:17 AM
To: ADSM-L@VM.MARIST.EDU
Subject: SQL to find all NT nodes with V5.2.2.
Hi Folks,
I'm trying to list all NT nodes with TSM Client V5.2.2.0 from the server.
I have tried:
select node_name,platform_name,client_version,client_release,client_level
from nodes where client_version = 5 and client_release = 2 and
client_level = 2 and platform_name like 'WinNT'
but it didn't