ADSM-L

Re: Select Statement Syntax

2006-10-05 11:18:14
Subject: Re: Select Statement Syntax
From: "Choudarapu, Ramakrishna (GTI)" <Ramakrishna_Choudarapu AT ML DOT COM>
To: ADSM-L AT VM.MARIST DOT EDU
Date: Thu, 5 Oct 2006 10:54:02 -0400
dsmadmc -se=<tsm server> -id=<admin id> -pa=<passwd> -commad
-outfile=<outputfilename> select
node_name,filespace_name,date(backup_start) as
start_date,time(backup_start) as start_time,date(backup_end) as
end_date,time(backup_end) as end_time from filespaces where node_name
like 'NAS%' or node_name like 'SERVER%'

Regards,
Rama





-----Original Message-----
From: ADSM: Dist Stor Manager [mailto:ADSM-L AT VM.MARIST DOT EDU] On Behalf Of
Joni Moyer
Sent: Thursday, October 05, 2006 9:00 AM
To: ADSM-L AT VM.MARIST DOT EDU
Subject: [ADSM-L] Select Statement Syntax


Hello Everyone,

I have been trying to figure out how to have the syntax of the below
output so that it will all go on 1 line, but so far I have been very
unsuccessful.

Here is the statement I am issuing:

select node_name,filespace_name,backup_start,backup_end from filespaces
where node_name like 'NAS%' or node_name like 'SERVER%'

And here is the output:

NODE_NAME              FILESPACE_NAME               BACKUP_START
BACKUP_END
------------------     ------------------     ------------------
------------------
NAS_SERVER_2_OFFS-     /                              2006-10-04
2006-10-04
 ITE                                             21:20:32.000000
21:23:03.000000
NAS_SERVER_2_OFFS-     /.etc_common                   2006-10-04
2006-10-05
 ITE                                             21:20:32.000000
02:34:44.000000
NAS_SERVER_2_OFFS-     /apache                        2006-10-04
2006-10-05
 ITE                                             21:20:32.000000
02:21:08.000000
NAS_SERVER_2_OFFS-     /clearcase_prod                2006-10-04
2006-10-04
 ITE                                             21:20:32.000000
22:36:12.000000

As you can see the node_name column wraps.  I tried to do a left justify
and I also tried to make it 20 characters wide, but I guess I am doing
something wrong because I continue to get the same output.

I was also wondering if there is a way to change the backup_start to go
on
1 line as well and to make it include the date and the time to be just
hh:mm:ss?

Thank you in advance for any pointers you might have!

********************************
Joni Moyer
Highmark
Storage Systems, Senior Systems Programmer
Phone Number: (717)302-9966
Fax: (717) 302-9826
joni.moyer AT highmark DOT com
********************************
--------------------------------------------------------

If you are not an intended recipient of this e-mail, please notify the sender, 
delete it and do not read, act upon, print, disclose, copy, retain or 
redistribute it. Click here for important additional terms relating to this 
e-mail.     http://www.ml.com/email_terms/
--------------------------------------------------------

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