>Y'know, I'd never thought of doing it like that! I tend to get my
>scripts to query TSM and extract the nodenames and loop through them.
>Never clicked that I could use select that way!
>
>Matt.
A good practice, Matt. Most of the commands accept wildcards only for queries:
for changes, the comma
Of
Adrian Mazarache
Sent: Wednesday, August 18, 2004 8:26 AM
To: [EMAIL PROTECTED]
Subject: Re: updating multiple nodes
Oh thanks Arnaud!
You have an answer for 100 points.
On Wed, 2004-08-18 at 10:13, PAC Brion Arnaud wrote:
> Adrian,
>
> I believe the correct syntax for what you're
update node * password
-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of
Adrian Mazarache
Sent: Wednesday, August 18, 2004 2:46 AM
To: [EMAIL PROTECTED]
Subject: updating multiple nodes
Hello list!
Can anyone help with some tricky hints about u
Oh thanks Arnaud!
You have an answer for 100 points.
On Wed, 2004-08-18 at 10:13, PAC Brion Arnaud wrote:
> Adrian,
>
> I believe the correct syntax for what you're trying to achieve would be
> :
> select 'update node ' || node_name || 'password' from nodes.
> Off course you'll have to send the o
Adrian,
I believe the correct syntax for what you're trying to achieve would be
:
select 'update node ' || node_name || 'password' from nodes.
Off course you'll have to send the output of the select in a script or a
macro to achieve your goal !
Hope this helped ...
Cheers
Arnaud
**