Results 1 to 9 of 9
Thread: TSM - Help SELECT part 2
-
03-03-2011, 12:38 PM #1Member
- Join Date
- Feb 2011
- Posts
- 91
- Thanks
- 1
- Thanked 1 Time in 1 Post
TSM - Help SELECT part 2
Dear,
How do I list via SQL command data NAME OF CLIENT, CLIENT VERSION TSM and SO.
Thank you for your attention,
Ramon
-
03-03-2011, 12:40 PM #2Senior Member
- Join Date
- Nov 2005
- Location
- Montreal, CA
- Posts
- 636
- Thanks
- 0
- Thanked 4 Times in 4 Posts
select * from nodes
-
03-03-2011, 01:12 PM #3
go through these commands for any sqlcommand
select * from syscat.tables
select * from syscat.columns where tabname='TABLE_NAME'*Everybody loves TSM (if understood
)
Sandeep
-
03-03-2011, 01:15 PM #4Member
- Join Date
- Feb 2011
- Posts
- 91
- Thanks
- 1
- Thanked 1 Time in 1 Post
Thanks, Rore!
But in this SELECT statement:
SELECT node_name, varchar (client_version )||'.'|| varchar (client_release )||'.'|| varchar (client_level )||'.'|| varchar (client_sublevel) from nodes
Listed are the NODE (Client) and the version of TSM, correct?
How to include this same command to list the OS which corresponds to the NODE, without having to use the SELECT * FROM NODES?
Thank you for your attention,
Ramon
-
03-03-2011, 01:16 PM #5
-
03-03-2011, 01:19 PM #6
-
03-03-2011, 01:22 PM #7
Rore, I was just giving him overall idea so that he can check and make sql commands
*Everybody loves TSM (if understood
)
Sandeep
-
03-03-2011, 01:28 PM #8Member
- Join Date
- Feb 2011
- Posts
- 91
- Thanks
- 1
- Thanked 1 Time in 1 Post
Thanks, Rore.
-
03-03-2011, 01:34 PM #9Senior Member
- Join Date
- Nov 2005
- Location
- Montreal, CA
- Posts
- 636
- Thanks
- 0
- Thanked 4 Times in 4 Posts
sandeepkontham, ok cool.
Similar Threads
-
Does TSM for ERP is a part of TSM for database ?
By hungng89 in forum TSM ClientReplies: 1Last Post: 07-29-2010, 03:44 AM -
TSM 5.4 Database Conversion - Part 2
By gmoores11 in forum TSM ServerReplies: 1Last Post: 05-08-2008, 09:08 AM -
Thanx All Part II
By Harry_Redl in forum Training and CertificationReplies: 4Last Post: 07-13-2004, 05:37 AM -
Two part question :-)
By mikle in forum Backup / Archive DiscussionReplies: 3Last Post: 05-26-2004, 09:54 AM -
Retired WS-DSF / ADSM / TSM Admin - Part Time TSM Work Wanted; not a Job.
By joef in forum Storage Management JobsReplies: 0Last Post: 07-23-2003, 01:08 PM


Reply With Quote
