From: Farren Minns [mailto:[EMAIL PROTECTED]
> We have a machine that we'll call FRED. It is very large and has been
> registered on the TSM server as FRED and subsequently backed up. Now
> (please don't ask me why) we are having to change the hostname of this
> machine to FRED.companyname.com (ye
Having AIX 4.3.3 you can upgrade to ITSM v5.1.x (but not to 5.2!). But if
the ITSM server box is on AIX 5L (or other supported), you can have v5.2
server and v5.1.x clients - this is a supported combination.
>From you question is looks like you are not using any TDP. Therefore you
can continue not
Hi to all
Run this everyday to collect the amount of MB and length of backup nodes.
SELECT ENTITY AS NODE, -
CAST(SUM(BYTES/1024/1024) -
AS DECIMAL(8,2)) AS "MB", -
substr(cast(min(start_time) as char(26)),1,19) as "DATETIME
", -
cast(substr(cast(max(end_time)-min(start_time