Results 1 to 2 of 2
-
07-30-2012, 02:43 PM #1Newcomer
- Join Date
- Aug 2006
- Posts
- 450
- Thanks
- 5
- Thanked 0 Times in 0 Posts
Need a script to count NON dissociated windows clients
Hi,
Does anyone have a script or know a command to count the number of windows nodes/clients left on a server that ARE NOT DISSOCIATED? we have dissociated a number of nodes and I would like to count the remaining clients left. However I don't want to include the dissociated clients that are still left on the TSM Server
Thanks for any help!
-
07-30-2012, 02:47 PM #2Moderator
- Join Date
- Aug 2005
- Location
- Somewhere in the US
- Posts
- 5,300
- Thanks
- 2
- Thanked 137 Times in 135 Posts
Try this from (as a starting point) http://thobias.org/tsm/sql/index.html#toc24:
SELECT node_name FROM nodes WHERE node_name NOT IN (SELECT node_name FROM associations)Ed
-
The Following User Says Thank You to moon-buddy For This Useful Post:
tsmhelum (07-30-2012)
Similar Threads
-
Need a script to show Windows 200 clients
By tsmhelum in forum ScriptingReplies: 3Last Post: 09-26-2011, 10:31 AM -
Script for installing clients in Windows
By luisvidal in forum ScriptingReplies: 3Last Post: 05-12-2010, 09:19 AM -
Script to count the node version
By khawts in forum ScriptingReplies: 4Last Post: 03-06-2009, 10:49 AM -
Script to count the maxscratch of a pool
By khawts in forum ScriptingReplies: 3Last Post: 05-05-2008, 07:40 AM -
Script to count the number for tapes
By khawts in forum ScriptingReplies: 3Last Post: 06-15-2007, 12:39 PM


Reply With Quote