ADSM-L

[ADSM-L] AW: [ADSM-L] Reset platform value in nodes table

2008-04-19 08:02:23
Subject: [ADSM-L] AW: [ADSM-L] Reset platform value in nodes table
From: Thomas Rupp <Thomas.Rupp AT ILLWERKE DOT AT>
To: ADSM-L AT VM.MARIST DOT EDU
Date: Sat, 19 Apr 2008 13:46:29 +0200
I think it depends on the version of the TDP client.
We once had some older TDP clients that didn't set the 
platform properly.
Try

select platform_name as Platform, - 
client_os_level as OS_VER, - 
node_name as Node, - 
cast(cast(client_version as char(2)) || '.' - 
|| cast(client_release as char(2)) || '.' - 
|| cast(client_level as char(2)) || '.' - 
|| cast(client_sublevel as char(2)) - 
as char(15)) as "Client" - 
from nodes - 
order by platform_name, "Client", Node  

to see what clients don't return a platform.

HTH
Thomas Rupp


-----Ursprüngliche Nachricht-----
Von: ADSM: Dist Stor Manager [mailto:ADSM-L AT VM.MARIST DOT EDU] Im Auftrag 
von Remco Post
Gesendet: Samstag, 19. April 2008 13:06
An: ADSM-L AT VM.MARIST DOT EDU
Betreff: Re: [ADSM-L] Reset platform value in nodes table


egonle AT NETSCAPE DOT NET wrote:
> Hello,
>
> we have some TSM clients with TDP installed. Some of them haven't set
> the "real" platform (e.g. Linux) but some TDP-... string. How does TSM
> set this value and how to reset this value for a specific node(s).
>

This value is set every time a cliet makes a back-up (or maybe even when
the client connects). How to reset it: make sure you don't use one
nodename to run multiple clients.

> Thanks,
>

--

Met vriendelijke groeten,

Remco Post
Vorarlberger Illwerke AG ein Unternehmen von illwerke vkw
Rechtsform: Aktiengesellschaft, Sitz: Bregenz, Firmenbuchnummer: FN 59202 m, 
Firmenbuchgericht: LG Feldkirch, UID-Nr.: ATU 36737402

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