ADSM-L

Antwort: [ADSM-L]

2005-06-17 03:06:57
Subject: Antwort: [ADSM-L]
From: Dierk Harbort <Dierk.Harbort AT BUERGEL DOT DE>
To: ADSM-L AT VM.MARIST DOT EDU
Date: Fri, 17 Jun 2005 07:59:58 +0200
No, i am on the tsm server, and so i am in a linux box and on the same
machine.

regards, Dierk


                                                                                
                                                      
                    "ADSM: Dist                                                 
                                                      
                    Stor Manager"        An:     ADSM-L AT VM.MARIST DOT EDU    
                                                             
                    <ADSM-L AT VM DOT MA        Kopie:                          
                                                             
                    RIST.EDU>            Thema:  [ADSM-L]                       
                                                      
                                                                                
                                                      
                    16.06.2005                                                  
                                                      
                    16:56                                                       
                                                      
                    Bitte                                                       
                                                      
                    antworten an                                                
                                                      
                    "ADSM: Dist                                                 
                                                      
                    Stor Manager"                                               
                                                      
                                                                                
                                                      
                                                                                
                                                      




You are aware of the fact that the redirect will go to the local machine
you're sitting on? So if you're on a Windows box, redirecting to a path
with '/' in it will fail?

If so, do you have write authority to the specified path? Have you tried
redirecting to another location?

Best Regards

Daniel Sparrman
-----------------------------------
Daniel Sparrman
Exist i Stockholm AB
Propellervägen 6B
183 62 TÄBY
Växel: 08 - 754 98 00
Mobil: 070 - 399 27 51



Dierk Harbort <Dierk.Harbort AT BUERGEL DOT DE>
Sent by: "ADSM: Dist Stor Manager" <ADSM-L AT VM.MARIST DOT EDU>
2005-06-16 16:52
Please respond to
"ADSM: Dist Stor Manager" <ADSM-L AT VM.MARIST DOT EDU>


To
ADSM-L AT VM.MARIST DOT EDU
cc

Subject







hi all !

there is a need to now all archived files from a special node, so i tried
the following:

select LL_NAME,count(*) from archives where NODE_NAME='cob03' group by
LL_NAME
 ...it worked fine.

but now i want this output in a file (linux), so i typed

select LL_NAME,count(*) from archives where NODE_NAME='cob03' group by
LL_NAME > /path/filename
the result is ANR8038E ...unable to open file '/path/filename' for
redirection

i wondered, and tried
select LL_NAME,count(*) from archives where NODE_NAME='cob03' group by
LL_NAME > /filename
the result seems to be allright, but the file 'filename' is not on the
system - 'find' couldn't find it anywhere

can anyone tell me, what the solution is ??
any idea is welcome

thank you very much!

regards,
Dierk



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