Behalf Of Robert
Jose
Sent: 12 August 2015 17:34
To: ADSM-L@VM.MARIST.EDU
Subject: Re: [ADSM-L] Enhancement request
Hello
Thanks Francisco for your feedback. I will get your enhancement requests to the
appropriate people.
I would be interested to hear of any other enhancements that your feel OC
Of Loon,
EJ van (ITOPT3) - KLM
Sent: Tuesday, August 11, 2015 10:23 AM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: [ADSM-L] Enhancement request
Hi Remco!
Is anyone using OC then? ;-)
Kind regards,
Eric van Loon
AF/KLM Storage Engineering
-Original Message-
From: ADSM: Dist Stor Manager
e way to checking/checkout tapes.
>9.- OC should have a central reporting.
>...
>Maybe I forget sth.
>
>In summary,
>
>we will need a tool to remove the CLI.
>
>Fran
>
> De: "Loon, EJ van (ITOPT3) - KLM"
> Para: ADSM-L@VM.MARIST.EDU
> Enviado:
> To: ADSM-L@VM.MARIST.EDU
>> Date: 08/11/2015 09:58 AM
>> Subject: Re: [ADSM-L] Enhancement request
>> Sent by: "ADSM: Dist Stor Manager"
>>
>> Hi,
>>
>> I am using OC for a few things. The dashboard is very useful in a at
>> glance
ed Systems CTO Office
| | linkedin.com/in/gergana
| | (+1 US) 520 799 5716T/L 321-5716
From: "Vandeventer, Harold [OITS]"
To: ADSM-L@VM.MARIST.EDU
Date: 08/12/2015 01:06 PM
Subject:Re: [ADSM-L] Enhancement request
Sent by:"ADSM: Dist Stor Manager&
at my security guys constantly harass me about.
-Original Message-
From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Robert
Jose
Sent: Wednesday, August 12, 2015 11:34 AM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: [ADSM-L] Enhancement request
Hello
Thanks Francisco for
e on 08/11/2015
09:57:29 AM:
> From: Francisco Molero
> To: ADSM-L@VM.MARIST.EDU
> Date: 08/11/2015 09:58 AM
> Subject: Re: [ADSM-L] Enhancement request
> Sent by: "ADSM: Dist Stor Manager"
>
> Hi,
>
> I am using OC for a few things. The dashboard is very usefu
C should have a central reporting.
...
Maybe I forget sth.
In summary,
we will need a tool to remove the CLI.
Fran
De: "Loon, EJ van (ITOPT3) - KLM"
Para: ADSM-L@VM.MARIST.EDU
Enviado: Martes 11 de agosto de 2015 16:22
Asunto: Re: Enhancement request
Hi Remco
ecute?use_case=viewRfe&CR_ID=75293
> Kind regards,
> Eric van Loon
> AF/KLM Storage Engineering
>
> From: Loon, EJ van (ITOPT3) - KLM
> Sent: dinsdag 11 augustus 2015 14:42
> To: ADSM-L
> Subject: Enhancement request
>
> Hi guys!
> I would like to submit an enha
ecute?use_case=viewRfe&CR_ID=75293
> Kind regards,
> Eric van Loon
> AF/KLM Storage Engineering
>
> From: Loon, EJ van (ITOPT3) - KLM
> Sent: dinsdag 11 augustus 2015 14:42
> To: ADSM-L
> Subject: Enhancement request
>
> Hi guys!
> I would like to submit an enhancem
ww.ibm.com/developerworks/rfe/execute?use_case=viewRfe&CR_ID=75293
Kind regards,
Eric van Loon
AF/KLM Storage Engineering
From: Loon, EJ van (ITOPT3) - KLM
Sent: dinsdag 11 augustus 2015 14:42
To: ADSM-L
Subject: Enhancement request
Hi guys!
I would like to submit an enhancement request for t
Hi guys!
I would like to submit an enhancement request for the TSM Windows Admin
Commandline interface (add the connected servername to the title bar), but I
can't find how to submit one. IBM has a site called IBM RFE Community for these
requests, but TSM is not listed on that site...
T
On Mon, 20 Sep 2004, TSM_User wrote:
> Perl is installed by default with the NT resource kits and active perl has become a
> pretty standard language for Windows. You don't need to install anything from
> cygwin. Also you can use acitve states perl devlopers kit to complie a *.pl into an
> *.
Perl is installed by default with the NT resource kits and active perl has become a
pretty standard language for Windows. You don't need to install anything from cygwin.
Also you can use acitve states perl devlopers kit to complie a *.pl into an *.exe and
then you don't even need to install pe
On Mon, 20 Sep 2004, Deon George wrote:
> I started writing a perl script once upon a time ago to do exactly that -
> a customer wanted to know what wasnt going into TSM... So this script
> might do what you want YMMV - its been a while, so it might need some fine
> tuning:
>
> I wrote it on Linux
I started writing a perl script once upon a time ago to do exactly that -
a customer wanted to know what wasnt going into TSM... So this script
might do what you want YMMV - its been a while, so it might need some fine
tuning:
I wrote it on Linux, with the intention that it run on Unix systems - s
On Fri, 17 Sep 2004, TSM_User wrote:
> If you believe that the client accurately reports files it skips, which we do, then
> you can have a script run against the TSM server to list out all the files that were
> skipped or failed. We have a report that runs every morning that give us such a
>
If you believe that the client accurately reports files it skips, which we do, then
you can have a script run against the TSM server to list out all the files that were
skipped or failed. We have a report that runs every morning that give us such a list.
We use that to determine what things we
This is probably not the most elegant way of doing things, but I think this
will work until your enhancement request is granted! Basically build 2
filelists, sort them together and show only the unique entries that reside
on the client.
#!/bin/sh
#
# Compares TSM filespace to actual filespace
great idea ..
- Original Message -
From: "Mike" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, September 17, 2004 2:53 PM
Subject: Re: dsmc enhancement request
> On Fri, 17 Sep 2004, Richard Sims wrote:
>
> > Interesting propsal, Mike: effe
On Fri, 17 Sep 2004, Richard Sims wrote:
> Interesting propsal, Mike: effectively a -preview mode for Backup.
> Note that, on Unix systems at least, an analogous function may be
> performed via the 'find' command, using a -mtime value relative to
> the last backup time for the filespace, which is
Interesting propsal, Mike: effectively a -preview mode for Backup.
Note that, on Unix systems at least, an analogous function may be
performed via the 'find' command, using a -mtime value relative to
the last backup time for the filespace, which is granular to 24 hour
time intervals. (Finer granul
Since dsmc already knows how to read the local filesystem,
how to parse the dsm.opt/dsm.sys/inclexcl.list, and how
to talk with the tsm server, please (whomever) enhance dsmc
with a switch such that when run on a local node, not with
-virtualnodename, the program will load the dsm.opt, scan
all loc
I did.
I had raised a request to ask if TSM can provide Bare Metal Restore. There
is an internal database that accept enhancement request.
Regards
William
Tivoli Software, IBM Software Group, IBM China/Hong Kong Limited
11/F, PCCW Tower, Taikoo Place, 979 King's Road, Hong Kong
Int
: [EMAIL PROTECTED]
Subject: TSM Client product enhancement request
Anyone had experience or recommend the proper way to request a product
enhancement to the TSM B/A client??
Thanks,
Matt Adams
Tivoli Storage Manager Team
Hermitage Site Tech
Deloitte & Touche USA LLP
- This message (including
Anyone had experience or recommend the proper way to request a product
enhancement to the TSM B/A client??
Thanks,
Matt Adams
Tivoli Storage Manager Team
Hermitage Site Tech
Deloitte & Touche USA LLP
- This message (including any attachments) contains confidential information
intended for a spe
26 matches
Mail list logo