STG type directory

2016-11-10 Thread Robert Ouzen
Hello all

I am now in TSM server 7.1.7.0 , in the past I used the command move nodedata  
to move client from stg1 to stg2.

Now my storages are of type DIRECTORY , I figure how now to move client from 
one STG pool of type directory to another STG pool of type directory.

Any ideas 

Regards Robert

[cid:image001.png@01D1284F.C3B0B400]

רוברט אוזן
ראש תחום שרידות וזמינות נתונים.
אוניברסיטת חיפה
משרד: בניין ראשי, חדר 5015
טלפון:  04-8240345 (פנימי: 2345)
דואר: rou...@univ.haifa.ac.il
_
אוניברסיטת חיפה | שד' אבא חושי 199 | הר הכרמל, חיפה | מיקוד: 3498838
אתר אגף מחשוב ומערכות מידע: 
http://computing.haifa.ac.il


Convert stg help

2016-10-29 Thread Robert Ouzen
Hello All

I want to begin the process CONVERT STG from File to   Directory  om my TSM 
server version 7.1.7.0 .

Any suggestions , tips as when to run the convert process, preparation to do 
about defining the directory storage etc etc…

Any help will be really appreciate….

T.I.A  Best Regards

Robert


Versions

2016-10-04 Thread Robert Ouzen
Hello all

A quick question , if my TSM server version is 7.1.6.0  can it possible to 
upgrade my TSM for VE to 7.1.6.2 ???

Or I need before to upgrade my TSM Server version to 7.1.7.0 before ?

T.I.A Regards

Robert


השב: [ADSM-L] Add on tools /software

2016-09-30 Thread Robert Ouzen
Hello
Try tsmmanager program
Robert



נשלח מסמארטפון ה-Samsung Galaxy שלי.


 הודעה מקורית 
מאת: Saravanan Palanisamy 
תאריך: 30.9.2016 18:39 (GMT+02:00)
אל: ADSM-L@VM.MARIST.EDU
נושא: [ADSM-L] Add on tools /software

Greetings !!

Do we have any tool or software to manage tsm client scheduler from centralised 
tool/software ??

Something like checking tsm logs and restarting tsm services without logging 
into client server

Would really appreciate your inputs

Regards
Sarav
+65 9857 8665


Re: VM restore output

2016-09-25 Thread Robert Ouzen
Hello Fran

First thanks for the script .

What is strange is for activity BACKUP I got in Sub_entity the name of the 
machine but for activity RESTORE the Sub_entity is null !

Regards Robert

-Original Message-
From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of 
Francisco Molero
Sent: Sunday, September 25, 2016 12:42 PM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: [ADSM-L] VM restore output

Hello, 

I think you are not choosing the right table ( summary_extended ). 

One example: 

select cast((sub_entity) as char(36)) as "VM MACHINE",  cast((entity) as 
char(36)) as "Data Mover",DATE(start_time) as DATE, TRANSLATE('a bc:de:fg', 
DIGITS(end_time-start_time), '___abcdefgh_',' ') as "ELAPTIME",  
cast((activity) as char(15)) as OPERATION,  CAST((bytes/1024/1024/1024) AS 
decimal(8,1)) AS "GBYTES", successful   from summary_extended   WHERE ( 
activity='RETRIEVE' OR activity='RESTORE') and Sub_entity is not null  ORDER BY 
DATE  DESC 

I also think the VMware operations are only restores and not retrieves.. 

I hope this help you. 

Fran



  De: Dmitry Dukhov 
 Para: ADSM-L@VM.MARIST.EDU
 Enviado: Domingo 25 de septiembre de 2016 10:34
 Asunto: Re: VM restore output
   
nope
it’s impossible

names of vm are inside filespace

Dmitry


> On 25 Sep 2016, at 09:26, Robert Ouzen  wrote:
> 
> Hello all
> 
> Try to figure how to retrieve information of restore VM from TSM for VE.
> 
> I wrote a script to retrieve , restore information but got for entity the 
> name of the proxy and not the name of the VM machine.
> 
> Here the script:
> 
> SELECT cast((entity) as char(36)) as "Node Postback" , 
> DATE(start_time) as DATE, cast((activity) as char(15)) as OPERATION, 
> cast(float(SUM(bytes))/1024/1024/1024 as DEC(8,1)) as GB FROM summary 
> WHERE  activity='RETRIEVE' OR activity='RESTORE' GROUP BY 
> entity,DATE(start_time),activity ORDER BY DATE  DESC
> 
> 
> T.I.A Regards

   


VM restore output

2016-09-25 Thread Robert Ouzen
Hello all

Try to figure how to retrieve information of restore VM from TSM for VE.

I wrote a script to retrieve , restore information but got for entity the name 
of the proxy and not the name of the VM machine.

Here the script:

SELECT cast((entity) as char(36)) as "Node Postback" , DATE(start_time) as 
DATE, cast((activity) as char(15)) as OPERATION, 
cast(float(SUM(bytes))/1024/1024/1024 as DEC(8,1)) as GB FROM summary WHERE  
activity='RETRIEVE' OR
activity='RESTORE' GROUP BY entity,DATE(start_time),activity ORDER BY DATE  DESC


T.I.A Regards


VM restore output

2016-09-24 Thread Robert Ouzen
Hello all

Try to figure how to retrieve information of restore VM from TSM for VE.

I wrote a script to retrieve , restore information but got for entity the name 
of the proxy and not the name of the VM machine.

Here the script:

SELECT cast((entity) as char(36)) as "Node Postback" , DATE(start_time) as 
DATE, cast((activity) as char(15)) as OPERATION, 
cast(float(SUM(bytes))/1024/1024/1024 as DEC(8,1)) as GB FROM summary WHERE  
activity='RETRIEVE' OR
activity='RESTORE' GROUP BY entity,DATE(start_time),activity ORDER BY DATE  DESC

Output:

tsm: POSTBACK>run restore_list

Node Postback DATE  
   OPERATION GB
-  --- 
   ---
HAIFA_DATACENTER (VMPROXY2)2016-09-22 RESTORE   
 100.0

T.I.A Regards


Script help

2016-09-24 Thread Robert Ouzen
Hi  to all


I have this script to receive information about restore and retrieve activity.

SELECT cast((entity) as char(36)) as "Node Adsm2" , DATE(start_time) as DATE, 
cast((activity) as char(15)) as OPERATION, 
cast(float(SUM(bytes))/1024/1024/1024 as DEC(8,1)) as GB FROM summary WHERE  
activity='RETRIEVE' OR activity='RESTORE' GROUP BY 
entity,DATE(start_time),activity ORDER BY DATE   ESC

I want to add ADDRESS  , field in summary table too.

But when I added it I got a lot of entries of each ADDRESS  even when I added 
ADDRESS to GROUP BY

Any idea to get for a single  ADDRESS ?

Best Regards

Robert


Backup image question

2016-09-12 Thread Robert Ouzen
Hi to all

I want to make a backup image of a drive , we not need to backup anymore.

My question is if it’s a limit of the image created ?

Windows drive , backup image P:

tsm: ADSM2>q occ vod4

Node Name  Type Filespace  FSID Storage Number of   
 Physical Logical
  Name  
Pool Name   FilesSpace Space

   Occupied Occupied

   (MB) (MB)
--  --  --  
---   --- ---
VOD4 Bkup \\vod4\p$ 4 LTO5
14,185  1,775,444.5 1,774,923.7

TSM  client 7.1.2.2
Tsm Server  7.1.6.0

Best Regards

Robert


[cid:image001.png@01D1284F.C3B0B400]

רוברט אוזן
ראש תחום שרידות וזמינות נתונים.
אוניברסיטת חיפה
משרד: בניין ראשי, חדר 5015
טלפון:  04-8240345 (פנימי: 2345)
דואר: rou...@univ.haifa.ac.il
_
אוניברסיטת חיפה | שד' אבא חושי 199 | הר הכרמל, חיפה | מיקוד: 3498838
אתר אגף מחשוב ומערכות מידע: 
http://computing.haifa.ac.il


Re: Backup VE via Resource Pool

2016-08-10 Thread Robert Ouzen
Hello Marcel and Bas

Thank you for the information

I  will try with the option VMFOLDER=, 

It's a possibility to do it in command line for testing (before adding it at 
dsm.opt)

BACKUP VM ..

 I did not find the correct syntax ?

T.I.A Regards

Robert


-Original Message-
From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Marcel 
Anthonijsz
Sent: Wednesday, August 10, 2016 3:31 PM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: [ADSM-L] Backup VE via Resource Pool

Hi Robert,

There is no option (yet) to directly backup a VMware Resource Pool. If you have 
a look at the dsmc backup command, there are following options for VMware 
backup:
Ref:
https://www.ibm.com/support/knowledgecenter/SSGSG7_7.1.3/client/r_cmd_bkupvm.html
and :
https://www.ibm.com/support/knowledgecenter/SSGSG7_7.1.3/client/r_opt_domainvmfull.html

The domain level parameters are:
all-vm
all-windows
vmhost
vmfolder
vmhostcluster
vmdatastore

No vmresourcepool option here :-(. You could create an RFE for that.

I manage a lot of backups using the VMFOLDER option, i.e. move a VM into a 
dedicated VMware folder and it gets backupped by that datamover.
A workaround that we have discussed in last Dutch Spectrum Protect User group 
is to create a script to list the VMs and create a backup script from that list.
This requires scheduled (manual or automated) regeneration of the scripts, so I 
opted for the VMFOLDER option as this is easy manageable, also by the VMware 
administrators. We have found out that nested VMfolders also work, so you can 
have multiple folders with the same name in your folder structure, the TDP for 
VE picks up all those VMs in the folders.




2016-08-10 3:40 GMT+02:00 Robert Ouzen :

> Hello to all
>
> We decided to back up our VMware environment with TSM VE 7.1.6 via
> Resource Pool   !
>
> Did you have example what line I need to add in  adequate dsm.opt  to 
> configure Resource Pool backup???
>
> T.I.A .Best Regards
>
> Robert
>



--
Kind Regards, Groetje,

Marcel Anthonijsz
T: +31(0)299-776768
M:+31(0)6-53421341


Backup VE via Resource Pool

2016-08-09 Thread Robert Ouzen
Hello to all

We decided to back up our VMware environment with TSM VE 7.1.6 via Resource 
Pool   !

Did you have example what line I need to add in  adequate dsm.opt  to configure 
Resource Pool backup???

T.I.A .Best Regards

Robert


Move Container question

2016-08-06 Thread Robert Ouzen
Hi to all

Can anybody give me more information of the process for Storage of type 
DIRECTORY

ANR0986I Process 263 for Move Container (Automatic)   running in the BACKGROUND 
processed 73,945 items for a
  total of 10,705,469,440 bytes with a completion state 
of  SUCCESS at 03:23:06. (PROCESS: 263)

It’s run automatic , where is the configuration about it ?

There with a way to create a script to get report of this running. When I tried 
the regular  Q ACT begind=-3 s= ANR0986I

Got also Reclamation and Move Container and Identify Duplicates and ….

Thanks Tobert


Question about restore db

2016-07-09 Thread Robert Ouzen
Hello All

A quick question about restore db . I f I made the backup db with  TSM server  
version 7.1.5.200.

Can I do a restore db if I previously install TSM server 7.1.6 ?

Or I need first to install TSM server version 7.1.5.200 , made the restore db 
and after it update version to 7.1.6 ?

T.I.A Regards

Robert


VM snapshot question

2016-06-21 Thread Robert Ouzen
HI to all

A quick question before I investigate , using  TSM for VE V7.1.4 to back up our 
VMware environment .

I  wonder if I have a VM  with on it several snapshot ,  if after a VE backup 
and restoring the VM in alternate place.

What will be the status of this machine meaning If I will  see as  at the 
original machine those snapshots ???

Best Regards

Robert


[cid:image001.png@01D1284F.C3B0B400]

רוברט אוזן
ראש תחום שרידות וזמינות נתונים.
אוניברסיטת חיפה
משרד: בניין ראשי, חדר 5015
טלפון:  04-8240345 (פנימי: 2345)
דואר: rou...@univ.haifa.ac.il
_
אוניברסיטת חיפה | שד' אבא חושי 199 | הר הכרמל, חיפה | מיקוד: 3498838
אתר אגף מחשוב ומערכות מידע: 
http://computing.haifa.ac.il


Re: selective backup

2016-06-09 Thread Robert Ouzen
Or INCREMENTAL  with Absolute mode (no need of parameter)

Robert Ouzen
Haifa University
Israel

-Original Message-
From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Lee, 
Gary
Sent: Thursday, June 9, 2016 5:30 PM
To: ADSM-L@VM.MARIST.EDU
Subject: [ADSM-L] selective backup

Ok, for whatever reason I am having a bad brain day.

I would like to do a selective backup for an entire client.
Subdir=yes is in the options file.

What should be in the "object" field in the schedule?

"/*" perhaps?


Percent Total Space Saved calculation

2016-04-21 Thread Robert Ouzen
I Guys

I tried to figure with version TSM server 7.1.5 and the compression feature is 
On , on a stg pool of type directory.

How the percent of a Total Space Saved is calculated  in my case 58.26%

The command  Q STG DEDUPCONTAINER f=d   show:

sm: TSMREP>q stg dedup* f=d

   Storage Pool Name: DEDUPCONTAINER
   Storage Pool Type: Primary
   Device Class Name:
   Storage Type: DIRECTORY
   Estimated Capacity: 10,240 G
  Space Trigger Util:
  Pct Util: 3.5
  Description: TSMREP Replication
Delay Period for Container Reuse: 0
 Deduplicate Data?: Yes
Processes For Identifying Duplicates:
Compressed: Yes
   Deduplication Savings: 166,578 M (18.89%)
  Compression Savings: 339 G (48.54%)
   Total Space Saved: 502 G (58.26%)

If I run a select * for stgpools got only the SPACE_SAVED_MB and not the 
percent.

Any ideas ???

Best Regards


Robert


Re: Help on Directory Container

2016-03-22 Thread Robert Ouzen
Hello Guys

Thanks’ a lot for the output…. Really appreciate

Best Regards

Robert Ouzen
Haifa University
Israel


From: Ron Delaware [mailto:ron.delaw...@us.ibm.com]
Sent: Tuesday, March 22, 2016 1:30 PM
To: ADSM: Dist Stor Manager 
Cc: רוברט אוזן 
Subject: Fw: [ADSM-L] Help on Directory Container




Robert,

you run protect stgpool prior to replicate node. By doing the protect first, 
you can reduce the amount of traffic needed for the replicate node process. 
Also, without performing protect stgpool, you loose the ability to use REPAIR 
STGPOOL as it depends on Protect Stgpool being performed.

Protect Stgpool and Node replication perform two different functions, but 
complement each other. Node replication will send stgpool data and catalog 
metadata.  To insure the logical consistency of the metadata, it will lock the 
data it is replicating (not positive at what level).  After doing node 
replication, you can recover client data.

Protect stgpool moves the data, as well, but does not lock as badly, so it will 
have less of an impact to other operations.  Once it completes, you can recover 
stgpool data (which can happen automatically if Protect senses a data 
corruption in the source pool), also Protect Stgpool gives you chunk level 
recovery that hooks into REPAIR Stgpool.


Best Regards.

Ron Delaware





From:Robert Ouzen 
mailto:rou...@univ.haifa.ac.il>>
To:ADSM-L@VM.MARIST.EDU<mailto:ADSM-L@VM.MARIST.EDU>
Date:03/20/16 22:52
Subject:[ADSM-L] Help on Directory Container
Sent by:"ADSM: Dist Stor Manager" 
mailto:ADSM-L@VM.MARIST.EDU>>




Hi to all

I need a little bit more information about all the administrative process on my 
TSM environment .

I have a TSM server 7.1.5 on an O.S Windows server 2008 R2 64B.
I have mix STGPOOLS , some of type FILE (with DEDUP on server side) and some of 
type DIRECTORY

For now my order process of administrative tasks is:


1.   At late afternoon for few hours , run IDENTIFY DUPLICATES

2.   At morning 07:00 ,   run EXPIRE INVENTORY

3.   After it, run 
BACKUP DB

4.   After it, run 
RECLAIM STG

Now because I created new STGpools with type DIRECTORY (inline dedup), and  
create too an TARGET  server version 7.1.5..
Update my stgpools of type DIRECTORYwith the option:  
PROTECTstgpool=Targetstgppol  (on Target server)

Now the questions:

What will be the correct order process to add the new tasks as:

PROTECT STGPOOL
REPLICATE NODE

And what will be the correct command to repair damage container in source STG   
?

As  AUDIT CONTAINER ( with which options ??) and REPAIR CONTAINER???

T.I.A  Regards

Robert


[cid:image001.png@01D1284F.C3B0B400]<http://computing.haifa.ac.il/>

רוברט אוזן
ראש תחום שרידות וזמינות נתונים.
אוניברסיטת חיפה
משרד: בניין ראשי, חדר 5015
טלפון:  04-8240345 (פנימי: 2345)
דואר: rou...@univ.haifa.ac.il<mailto:rou...@univ.haifa.ac.il>
_
אוניברסיטת חיפה | שד' אבא חושי 199 | הר הכרמל, חיפה | מיקוד: 3498838
אתר אגף מחשוב ומערכות מידע: 
http://computing.haifa.ac.il<http://computing.haifa.ac.il/><http://computing.haifa.ac.il/>


Help on Directory Container

2016-03-20 Thread Robert Ouzen
Hi to all

I need a little bit more information about all the administrative process on my 
TSM environment .

I have a TSM server 7.1.5 on an O.S Windows server 2008 R2 64B.
I have mix STGPOOLS , some of type FILE (with DEDUP on server side) and some of 
type DIRECTORY

For now my order process of administrative tasks is:


1.   At late afternoon for few hours , run IDENTIFY DUPLICATES

2.   At morning 07:00 ,   run EXPIRE INVENTORY

3.   After it, run 
BACKUP DB

4.   After it, run 
RECLAIM STG

Now because I created new STGpools with type DIRECTORY (inline dedup), and  
create too an TARGET  server version 7.1.5..
Update my stgpools of type DIRECTORYwith the option:  
PROTECTstgpool=Targetstgppol  (on Target server)

Now the questions:

What will be the correct order process to add the new tasks as:

PROTECT STGPOOL
REPLICATE NODE

And what will be the correct command to repair damage container in source STG   
?

As  AUDIT CONTAINER ( with which options ??) and REPAIR CONTAINER???

T.I.A  Regards

Robert


[cid:image001.png@01D1284F.C3B0B400]

רוברט אוזן
ראש תחום שרידות וזמינות נתונים.
אוניברסיטת חיפה
משרד: בניין ראשי, חדר 5015
טלפון:  04-8240345 (פנימי: 2345)
דואר: rou...@univ.haifa.ac.il
_
אוניברסיטת חיפה | שד' אבא חושי 199 | הר הכרמל, חיפה | מיקוד: 3498838
אתר אגף מחשוב ומערכות מידע: 
http://computing.haifa.ac.il


Re: VM machine with SQL database

2016-02-16 Thread Robert Ouzen
HI Del



Thanks for the paper ...



I made a test on one of my machine IBROWSE with Microsoft SQL



I add in dsm.opt:   INCLUDE.VMTSMVSS  ibrowse



I run too:   dsmc set password -type=vmguest ibrowse  guest_admin_id guest 
admin_pw



Run the backup form console:



tsm> backup vm ibrowse -vmbackuptype=fullvm -mode=ifincremental



And got:



Full BACKUP VM of virtual machines 'ibrowse'.





Backup VM command started.  Total number of virtual machines to process: 1

<   0  B> [  -]

Starting Full VM backup of VMware Virtual Machine 'ibrowse'

   mode:'Incremental Forever - Incremental'

target node name:'HAIFA_DATACENTER'

data mover node name:'HAIFA_DATACENTER'

application protection type: 'TSM VSS'

application(s) protected:'MS SQL 2008 R2'

ANS9417E IBM Tivoli Storage Manager application protection could not freeze the 
VSS writers on the virtual machine named 'ibrowse'

. See the TSM error log for more details.



ANS2330E Failed to unfreeze the VSS writers because the snapshot time exceeded 
the 10 second timeout limitation.



ANS4174E Full VM backup of VMware Virtual Machine 'ibrowse' failed with RC=6511 
mode=Incremental Forever - Incremental, target nod

e name='HAIFA_DATACENTER', data mover node name='HAIFA_DATACENTER'



On dsmerror.log got:



02/16/2016 10:50:11 ANS4174E Full VM backup of VMware Virtual Machine 'ibrowse' 
failed with RC=6511 mode=Incremental Forever - Incremental, target node 
name='HAIFA_DATACENTER', data mover node name='HAIFA_DATACENTER'

02/16/2016 10:50:11 ANS1228E Sending of object 'ibrowse' failed.

02/16/2016 10:50:11 ANS9431E IBM Tivoli Storage Manager application protection 
failed to thaw VSS writers on virtual machine 'ibrowse'. See the TSM error log 
for more details.



Any Idea what wrong 



TDP for VE V7.1.4.0

TSM Client V7.1.4.1

TSM Server V7.4.1.100





Regards Robert















-Original Message-
From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Del 
Hoobler
Sent: Monday, February 15, 2016 2:33 PM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: [ADSM-L] VM machine with SQL database



Hi Robert,







http://www-01.ibm.com/support/knowledgecenter/SS8TDQ_7.1.4/ve.user/t_vesql_configvm.html







Del



----





"ADSM: Dist Stor Manager" mailto:ADSM-L@VM.MARIST.EDU>> 
wrote on 02/14/2016

03:54:37 AM:



> From: Robert Ouzen mailto:rou...@univ.haifa.ac.il>>

> To: ADSM-L@VM.MARIST.EDU<mailto:ADSM-L@VM.MARIST.EDU>

> Date: 02/14/2016 03:56 AM

> Subject: VM machine with SQL database

> Sent by: "ADSM: Dist Stor Manager" 
> mailto:ADSM-L@VM.MARIST.EDU>>

>

> Hi to all

>

> I backup a VM machine  name ibrowse with on it SQL  database , with

> TDP for VE V7.1.4

>

> I add on the dsm.opt the line:

>

> INCLUDE.VMTSMVSS  ibrowse

>

> I wonder if this backup delete the logs at the end of the backup or I

> need to install  a TDP for SQL

>

> T.I.A  Best Regards

>

> Robert


VM machine with SQL database

2016-02-14 Thread Robert Ouzen
Hi to all

I backup a VM machine  name ibrowse with on it SQL  database , with TDP for VE 
V7.1.4

I add on the dsm.opt the line:

INCLUDE.VMTSMVSS  ibrowse

I wonder if this backup delete the logs at the end of the backup or I need to 
install  a TDP for SQL

T.I.A  Best Regards

Robert




[cid:image001.png@01D1284F.C3B0B400]

רוברט אוזן
ראש תחום שרידות וזמינות נתונים.
אוניברסיטת חיפה
משרד: בניין ראשי, חדר 5015
טלפון:  04-8240345 (פנימי: 2345)
דואר: rou...@univ.haifa.ac.il
_
אוניברסיטת חיפה | שד' אבא חושי 199 | הר הכרמל, חיפה | מיקוד: 3498838
אתר אגף מחשוב ומערכות מידע: 
http://computing.haifa.ac.il


Delete containers from stg pool directory

2016-02-06 Thread Robert Ouzen
Hi to all

I figure it it is a way to delete all containers from a STGpool name of type 
directory in V7.1.4

When running q container stg=v3700_D1  I saw:

Container Storage  Containe-
 State
  Pool Namer Type
-  -
 ---
c:\mountpoints\V3700_D1\stg10\00\000- V3700_D1 Dedup
 Available
a.dcf
c:\mountpoints\V3700_D1\stg10\00\000- V3700_D1 Non Dedup
 Available
00010.ncf
c:\mountpoints\V3700_D1\stg10\00\000- V3700_D1 Dedup
 Available
0001e.dcf
c:\mountpoints\V3700_D1\stg10\00\000- V3700_D1 Dedup
 Available
0002f.dcf
c:\mountpoints\V3700_D1\stg10\00\000- V3700_D1 Dedup
 Available
0003a.dcf
c:\mountpoints\V3700_D1\stg10\00\000- V3700_D1 Dedup
 Available
00044.dcf
c:\mountpoints\V3700_D1\stg10\00\000- V3700_D1 Dedup
 Available
00050.dcf
c:\mountpoints\V3700_D1\stg10\00\000- V3700_D1 Non Dedup
 Available
0005b.ncf
c:\mountpoints\V3700_D1\stg10\00\000- V3700_D1 Dedup
 Available
0007e.dcf
c:\mountpoints\V3700_D1\stg10\00\000- V3700_D1 Dedup
 Available

I want to empty all those containers from this STG but did not find any delete 
command 

Regards Robert


Re: VM backup question

2016-01-30 Thread Robert Ouzen
Hi Ray

Thanks for this input ..

It is a way to do a general  INCLUDE for "Hard Disk 1"   (ALL VM needs the 
"Hard Disk 1"  to be backup) .

For machines I need to back up more than the "Hard disk 1"  I will add for each 
of them :

INCLUDE.VMDISK VMACHINE1  "Hard Disk 2"
INCLUDE.VMDISK VMACHINE1  "Hard Disk 3"

Best Regards

Robert



-Original Message-
From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of 
Storer, Raymond
Sent: Thursday, January 28, 2016 3:16 PM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: [ADSM-L] VM backup question

Robert, you might use the -vm parameter to exclude certain VMs in your DSM.OPT 
file.
DOMAIN.VMFULL VMHOSTCLUSTER=CLUSTER_NAME;-VM=VM_TO_EXCLUDE1,VM_TO_EXCLUDE2

Also, in your DSM.OPT file you can add INCLUDE.VMDISK options to specifically 
target VM disks you want (which excludes the other disks you do not 
specifically include).
INCLUDE.VMDISK EXACT VM NAME GOES HERE "Hard Disk 1"

Disk(s) not specifically included restore blank at their full size during a 
full VM restore.  I forget if a way exists to prevent the other disks from 
restoring in a full restore.

If you see issues with VM backups or restores, you might also consider adding 
testflag VMBACKUP_UPDATE_UUID to your DSM.OPT file to force the backup to save 
the UUID every time you perform a VM backup.

Good luck!

Ray Storer
NIBCO INC.
574.295.3457

-Original Message-
From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Robert 
Ouzen
Sent: Wednesday, January 27, 2016 11:31 PM
To: ADSM-L@VM.MARIST.EDU
Subject: [ADSM-L] VM backup question

Hi to all

I have a VMware farm with around 300 VM machines and I try to figure the best  
way to configure the backup with TSM for VE V7.1.4 .


1.   Need to backup for all the machines the "Hard disk 1"

2.   Our structure don't let us to do it with VMfolder , think about 
domain.vmfull vmdatastore= data1.,data2, etc

3.   Need for some VM machines to backup all disks or at least more than 
"Hard disk 1" ,  and some machines not to back up at all

Any help will be appreciated 

Best Regards

Robert



CONFIDENTIALITY NOTICE: This email and any attachments are for the exclusive 
and confidential use of the intended recipient. If you are not the intended 
recipient, please do not read, distribute or take action in reliance upon this 
message. If you have received this in error, please notify us immediately by 
return email and promptly delete this message and its attachments from your 
computer system. We do not waive attorney-client or work product privilege by 
the transmission of this message.


VM backup question

2016-01-27 Thread Robert Ouzen
Hi to all

I have a VMware farm with around 300 VM machines and I try to figure the best  
way to configure the backup with TSM for VE V7.1.4 .


1.   Need to backup for all the machines the “Hard disk 1”

2.   Our structure don’t let us to do it with VMfolder , think about 
domain.vmfull vmdatastore= data1.,data2, etc….

3.   Need for some VM machines to backup all disks or at least more than 
“Hard disk 1” ,  and some machines not to back up at all

Any help will be appreciated ….

Best Regards

Robert


Re: Copy Mode: Absolute misunderstanding

2016-01-23 Thread Robert Ouzen
Hi Erwann

IN client 6.x.x..x I have to the option of copy mode ABSOLUTE . so why I 
nned client vrsion 7+ ?
It will not work ?

Best Regards Robert

-Original Message-
From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Erwann 
SIMON
Sent: Saturday, January 23, 2016 8:08 PM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: [ADSM-L] Copy Mode: Absolute misunderstanding

Hello Robert,

If you only have client whose version is 7.1 or later, you can also use the 
absolute option :

Use the absolute option with the incremental command to force a backup of all 
files and directories that match the file specification or domain, even if the 
objects were not changed since the last incremental backup.

This option overrides the management class copy group mode parameter for backup 
copy groups; it does not affect the frequency parameter or any other backup 
copy group parameters.


--
Best regards / Cordialement / مع تحياتي
Erwann SIMON

- Mail original -
De: "Robert Ouzen" 
À: ADSM-L@VM.MARIST.EDU
Envoyé: Samedi 23 Janvier 2016 16:12:07
Objet: Re: [ADSM-L] Copy Mode: Absolute misunderstanding

Hi Keith

I am curious of the result . 

I need too, to back up to a new storage pool of type directory container (new 
feature inV7.1.4).  Cannot do a nextstg or move nodedata.

So want to try your suggestion COPY MODE ABSOLUTE for now I did in another way.

Rename the node to node_OLD   (all FI are with extension _OLD after it) , 
recreate the node and change the destination to the new storage directory.

After a wild delete the OLD FI and OLD node.

My copypool looks like this:

Policy Domain Policy Set Name  Mgmt Class Name   Versions Data Exists   
 Versions Data Deleted Retain Extra Versions  Retain Only 
VersionCopy Mode Copy Destination

CC   ACTIVE  MGCC12 
  4  1  
 No Limit60 
 Modified  NET_TSM

So  need to change to

Policy Domain Policy Set Name  Mgmt Class Name   Versions Data Exists   
 Versions Data Deleted Retain Extra Versions  Retain Only 
VersionCopy Mode  Copy Destination

CC   ACTIVE  MGCC12 
  4  1  
 10  10 
 Absolute V7000_D1

So after 10-11 days all my 3 inactive versions will vanish  from STG NET_TSM 
... correct >

Best Regards

Robert
-Original Message-
From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of 
Arbogast, Warren K
Sent: Friday, January 22, 2016 8:22 PM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: [ADSM-L] Copy Mode: Absolute misunderstanding

Hi Thomas,
Thank you for your insight. RETONLY was 60 days during the absolute backups. We 
just reduced it to 30 days this morning when we saw unexpected files on the 
VTL. Perhaps tomorrow the VTL will look better.

Best wishes,
Keith Arbogast
Indiana University






On 1/22/16, 13:11, "ADSM: Dist Stor Manager on behalf of Thomas Denier" 
 wrote:

>Is RETONLY also set to 30 days? If RETONLY is longer than 30 days, backup 
>copies some files deleted before the absolute backups would be retained for 
>more than 30 days after the absolute backups.
>
>Thomas Denier
>Thomas Jefferson University
>
>-Original Message-
>From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf 
>Of Arbogast, Warren K
>
>We have implemented directory container pools in TSM version 7.1.4 and are 
>happy with it.  All new backups are written to the DEDUP pool, and old backups 
>are being migrated from the VTL to the DEDUP pool through a process of 
>replicating existing nodes' files to a DEDUP pool on a target server,  then 
>replicating them back to the DEDUP pool on the source server. That process 
>works well.
>
>There is an urgency to empty the storage previously used on the VTL so it can 
>be re-purposed. To hurry the migration to the DEDUP pool along we devised a 
>strategy of running FULL backups (COPY MODE: ABSOLUTE) on certain small 
>servers in policy domains whose destination was the DEDUP pool. That would 
>promote all of a node’s previous backups on the VTL to Inactive status. And, 
>since the pertinent RETAIN EXTRA VERSIONS setting was ’30’, we expected within 
>30 days all inactive versions would be expired and removed from the VTL.
>
>It’s 30 days later, and the strategy did not work perfectly. There are 
>thousands of files remaining on the VTL for nodes which had  a COPY MODE: 
>ABSOLUTE backup.
>
>What am I misunderstanding about COPY MODE: ABSOLUTE?  

Re: Copy Mode: Absolute misunderstanding

2016-01-23 Thread Robert Ouzen
Hi Keith

I am curious of the result . 

I need too, to back up to a new storage pool of type directory container (new 
feature inV7.1.4).  Cannot do a nextstg or move nodedata.

So want to try your suggestion COPY MODE ABSOLUTE for now I did in another way.

Rename the node to node_OLD   (all FI are with extension _OLD after it) , 
recreate the node and change the destination to the new storage directory.

After a wild delete the OLD FI and OLD node.

My copypool looks like this:

Policy Domain Policy Set Name  Mgmt Class Name   Versions Data Exists   
 Versions Data Deleted Retain Extra Versions  Retain Only 
VersionCopy Mode Copy Destination

CC   ACTIVE  MGCC12 
  4  1  
 No Limit60 
 Modified  NET_TSM

So  need to change to

Policy Domain Policy Set Name  Mgmt Class Name   Versions Data Exists   
 Versions Data Deleted Retain Extra Versions  Retain Only 
VersionCopy Mode  Copy Destination

CC   ACTIVE  MGCC12 
  4  1  
 10  10 
 Absolute V7000_D1

So after 10-11 days all my 3 inactive versions will vanish  from STG NET_TSM 
... correct >

Best Regards

Robert
-Original Message-
From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of 
Arbogast, Warren K
Sent: Friday, January 22, 2016 8:22 PM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: [ADSM-L] Copy Mode: Absolute misunderstanding

Hi Thomas,
Thank you for your insight. RETONLY was 60 days during the absolute backups. We 
just reduced it to 30 days this morning when we saw unexpected files on the 
VTL. Perhaps tomorrow the VTL will look better.

Best wishes,
Keith Arbogast
Indiana University






On 1/22/16, 13:11, "ADSM: Dist Stor Manager on behalf of Thomas Denier" 
 wrote:

>Is RETONLY also set to 30 days? If RETONLY is longer than 30 days, backup 
>copies some files deleted before the absolute backups would be retained for 
>more than 30 days after the absolute backups.
>
>Thomas Denier
>Thomas Jefferson University
>
>-Original Message-
>From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of 
>Arbogast, Warren K
>
>We have implemented directory container pools in TSM version 7.1.4 and are 
>happy with it.  All new backups are written to the DEDUP pool, and old backups 
>are being migrated from the VTL to the DEDUP pool through a process of 
>replicating existing nodes' files to a DEDUP pool on a target server,  then 
>replicating them back to the DEDUP pool on the source server. That process 
>works well.
>
>There is an urgency to empty the storage previously used on the VTL so it can 
>be re-purposed. To hurry the migration to the DEDUP pool along we devised a 
>strategy of running FULL backups (COPY MODE: ABSOLUTE) on certain small 
>servers in policy domains whose destination was the DEDUP pool. That would 
>promote all of a node’s previous backups on the VTL to Inactive status. And, 
>since the pertinent RETAIN EXTRA VERSIONS setting was ’30’, we expected within 
>30 days all inactive versions would be expired and removed from the VTL.
>
>It’s 30 days later, and the strategy did not work perfectly. There are 
>thousands of files remaining on the VTL for nodes which had  a COPY MODE: 
>ABSOLUTE backup.
>
>What am I misunderstanding about COPY MODE: ABSOLUTE?  I had understood it 
>would force a 100% full backup, with no mitigation by include and exclude  
>statements. Apparently that’s not the case. Could someone clarify how it works?
>
>The information contained in this transmission contains privileged and 
>confidential information. It is intended only for the use of the person named 
>above. If you are not the intended recipient, you are hereby notified that any 
>review, dissemination, distribution or duplication of this communication is 
>strictly prohibited. If you are not the intended recipient, please contact the 
>sender by reply email and destroy all copies of the original message.
>
>CAUTION: Intended recipients should NOT use email communication for emergent 
>or urgent health care matters.
>


VM dsm.opt configuration

2016-01-23 Thread Robert Ouzen
Hello all

I want to figure how to back up in TSM for VE V7.1.4  all my VM’machine (300) 
in my Data Center .

For all of them only “Hard Disk 1” and only for specific VM’s more disks

What will be the correct syntax in my dsm.opt.

T.I.A Regards

Robert


Directory Container STG pool

2016-01-16 Thread Robert Ouzen
Hi to all

In TSM server version  7.1.4.0 , new stgpool configuration as Directory 
Container . But still not possible to do  a move nodedata from an old stg pool 
configuration to the new stg directory container  pool.

Anybody now when is plan ?  In which version ? For now as to begin from scratch 
.

Best Regards

Robert Ouzen


PROTECT STG feature

2015-12-23 Thread Robert Ouzen
Hello

Today I made a test on the source sever I run:

Protect stg sourrce stg purgedata=all

Got the output:

2/23/2015 11:44:49  ANR4980I The protect storage pool process for V7000_5 
is   completed. Extents protected: 0 of 0. Extents deleted:
 940733 of 940733. Amount protected: 0.00 of 0.00. 
Amount  failed: 0.00. Amount transferred: 0.00. Elapsed time: 0   Day(s), 0 
Hour(s), 3 Minute(s). (SESSION: 12979)

So far so good …

Run on both servers  source and target: an expire inv

But still om my target server have data  !!!  (1.3%)

tsm: TSMREP>q stg dedupcontainer

Storage Device Storage   Estimated   Pct
Pool Name   Class Name TypeCapacity  Util

--- -- - -- -
DEDUPCONTA-DIRECTORY   10,231 G   1.3
IINER

And ..

tsm: TSMREP>q container

Container Storage  Containe-
 State
  Pool Namer Type
-  -
 ---
h:\dcd1\00\004e.dcf   DEDUPCONTAI- Dedup
 Available
   NER
h:\dcd1\00\004f.dcf   DEDUPCONTAI- Dedup
 Available
   NER
h:\dcd1\00\0051.dcf   DEDUPCONTAI- Dedup
 Available
   NER
h:\dcd1\00\0052.dcf   DEDUPCONTAI- Dedup
 Available
   NER
h:\dcd1\00\0053.dcf   DEDUPCONTAI- Dedup
 Available
   NER
h:\dcd1\00\0054.dcf   DEDUPCONTAI- Dedup
 Available
   NER
h:\dcd1\00\0055.dcf   DEDUPCONTAI- Dedup
 Available
   NER
h:\dcd1\00\0056.dcf   DEDUPCONTAI- Dedup
 Available
   NER
h:\dcd1\00\0057.dcf   DEDUPCONTAI- Dedup
 Available
   NER
h:\dcd1\00\0058.dcf   DEDUPCONTAI- Dedup
 Available
   NER
h:\dcd1\00\0059.dcf   DEDUPCONTAI- Dedup
 Available
   NER
h:\dcd1\00\005a.dcf   DEDUPCONTAI- Dedup
 Available
   NER

My reuse is:   Delay Period for Container Reuse: 0

I made a protect stg again to see if it will begin from scratch but NO:

12/23/2015 12:12:38  ANR4980I The protect storage pool process for V7000_5 
is  completed. Extents protected: 0 of 0. Extents deleted: 0
  of 0. Amount protected: 0.00 of 0.00. Amount failed:  
  0.00. Amount transferred: 0.00. Elapsed time: 0 Day(s),  0 Hour(s), 0 
Minute(s). (SESSION: 12979)


What I missed ???

Best Regards  Robert



Hello all

A question about the new feature PROTECT STG in V7.1.3 , I made a test and it’s 
working fine.

I wonder how to delete the data in the target server , if I want to stop to  
protect my primary stg .

I figure I need first to run:

1.protect stgpoolsourcepool   purgedata=all
Will delete only the data on the targetpool of the specific sourcepool 
(correct ?)

2.upd stg sourcepool protect=””

Did I need other commands ?

Best Regards

Robert


PROTECT STG feature

2015-12-22 Thread Robert Ouzen
Hello all

A question about the new feature PROTECT STG in V7.1.3 , I made a test and it’s 
working fine.

I wonder how to delete the data in the target server , if I want to stop to  
protect my primary stg .

I figure I need first to run:

1.protect stgpoolsourcepool   purgedata=all
Will delete only the data on the targetpool of the specific sourcepool 
(correct ?)

2.upd stg sourcepool protect=””

Did I need other commands ?

Best Regards

Robert


Re: Protect stgpool question

2015-12-20 Thread Robert Ouzen
Hi Stefan

So it's a mix between

1. PROTECT STG  for protecting containers
2. REPLICATE NODE   for node protection node  

So I will create a script with those steps:

protect stg v7000_5 maxsess=4 FORCEREConcile=no  purgedata=no wait=yes
replicate node VIEW_HU_DATACENTER maxsess=4

Now questions :

When to use the parameter  FORCEREConcile=YES  in PROTECT STG (Once a while or 
in daily period)
When to use the parameter PURGEdata= deleted in PROTECT STG (Once a while or in 
daily period)

On REPLICATE NODE it's alsso a parameter  FORCEREConcile , when to run it with 
=YES ?

If I have a container damaged , what will be the correct process to repair it , 
by running and REPAIR STG or AUDIT  CONTAINER ???

Best Regards

Robert


-Original Message-
From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Stefan 
Folkerts
Sent: Sunday, December 20, 2015 11:07 PM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: [ADSM-L] Protect stgpool question

Hi Robert,

The protect stgpool replicates the data in the pool to the replication target 
server you defined, you still need to run a replicate node to replicate the 
metadata.
I believe that automatic recovery of damaged files happen at the end of the 
replicate node command but they might have put that in the protect storagepool 
command as well, it used to be at the end of the replicate node command iirc.

So you don't use the restore command and since there can only be one 
replication server it is replicating to it will know where to get the data from.

Regards,
   Stefan


On Sun, Dec 20, 2015 at 10:35 AM, Robert Ouzen 
wrote:

> Hello all
>
> In TSM server version 7.1.3 is a news feature called PROTECT STG for 
> storage at type DIRECTORY
>
> I wonder if I update  a storage  with option proctect=target_stgpool  
> , run a PROTECT STG command.
>
> After it will made my primary storage pool at state UNAVAILABLE , run 
> a restore … TSM will know to  restore from the target_stgpool  
>
> T.I.A  Regards
>
> Robert
>


Protect stgpool question

2015-12-20 Thread Robert Ouzen
Hello all

In TSM server version 7.1.3 is a news feature called PROTECT STG for storage at 
type DIRECTORY

I wonder if I update  a storage  with option proctect=target_stgpool  , run a 
PROTECT STG command.

After it will made my primary storage pool at state UNAVAILABLE , run a restore 
… TSM will know to  restore from the target_stgpool  

T.I.A  Regards

Robert


Re: Question about protectstgpool

2015-12-15 Thread Robert Ouzen
Hi Del

Great it was my question  !

Regards

Robert

-Original Message-
From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Del 
Hoobler
Sent: Tuesday, December 15, 2015 2:55 PM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: [ADSM-L] Question about protectstgpool

Hi Robert,

I am not entirely sure what you are asking here, but yes, PROTECT STGPOOL can 
be run from multiple source pools to the same target.


Thank you,

Del



"ADSM: Dist Stor Manager"  wrote on 12/14/2015
12:05:24 PM:

> From: Robert Ouzen 
> To: ADSM-L@VM.MARIST.EDU
> Date: 12/14/2015 12:06 PM
> Subject: Question about protectstgpool Sent by: "ADSM: Dist Stor 
> Manager" 
> 
> Hello All
> 
> I create in my source TSM server version 7.1.3.100 ,  2 new STG pools  
> (SOURCE1  SOURCE2) with type= directory (for inbound dedup).
> 
> At my TSM replication  server (target) , I create too an STG pool
> (TARGET) with type=directory
> 
> I wonder if I can in my 2 source STG update them with the sane option  
> protectstgpool=TARGET.
> 
> Meaning the same protectstpool=TARGET for the both STG source.
> 
> And when occur the update of the STG in the target ?
> 
> Regards Robert
> 


Question about protectstgpool

2015-12-14 Thread Robert Ouzen
Hello All

I create in my source TSM server version 7.1.3.100 ,  2 new STG pools  (SOURCE1 
 SOURCE2) with type= directory (for inbound dedup).

At my TSM replication  server (target) , I create too an STG pool  (TARGET) 
with type=directory

I wonder if I can in my 2 source STG update them with the sane option  
protectstgpool=TARGET.

Meaning the same protectstpool=TARGET for the both STG source.

And when occur the update of the STG in the target ?

Regards Robert


השב: [ADSM-L] AW: Bring back TSM Administr ator's Guide

2015-12-12 Thread Robert Ouzen
Me too



נשלח ממכשיר ה-Samsung שלי


 הודעה מקורית 
מאת: Michael Malitz 
תאריך: 12/12/2015 12:43 (GMT+02:00)
אל: ADSM-L@VM.MARIST.EDU
נושא: [ADSM-L] AW: Bring back TSM Administrator's Guide

Agree Agree Agree!!!

Michael Malitz

-Ursprüngliche Nachricht-
Von: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] Im Auftrag von
Roger Deschner
Gesendet: Samstag, 12. Dezember 2015 02:39
An: ADSM-L@VM.MARIST.EDU
Betreff: Bring back TSM Administrator's Guide

A great book is gone. The TSM Administrator's Guide has been obsoleted as of
v7.1.3. Its priceless collection of how-to information has been scattered to
the winds, which basically means it is lost. A pity, because this book had
been a model of complete, well-organized, documentation.

The "Solution Guides" are suitable only for planning a new TSM installation,
and do not address existing TSM sites. Furthermore, they are much too
narrow, and do not cover real-world existing TSM customers.
For instance, we use a blended disk and tape solution (D2D2D2T) to create a
good working compromise between faster restore and storage cost.

Following links to topics in the online Information Center is a haphazard
process at best, which is never repeatable. There is no Index or Table of
Contents for the online doc - so you cannot even see what information is
there. Unless you actually log in, there is no way to even leave a "trail of
breadcrumbs". Browser bookmarks are useless here, due to IBM's habit of
changing URLs frequently. This is an extremely inefficient use of my time in
finding out how to do something in TSM.

Search is not an acceptable replacement for good organization. Search is
necessary, but it cannot stand alone.

Building a "collection" is not an answer to this requirement. It still lacks
a coherent Index or Table of Contents, so once my collection gets sizeable,
it is also unuseable. And with each successive version, I will be required
to rebuild my collection from scratch all over again.

Despite the fact that it had become fairly large, I humbly ask that the
Administrator's Guide be published again, as a single PDF, in v7.1.4.

Roger Deschner  University of Illinois at Chicago rog...@uic.edu
==I have not lost my mind -- it is backed up on tape somewhere.=


Directory Container

2015-12-08 Thread Robert Ouzen
Hello all,

I define a new storage pool with type=directory container , new feature in 
7.1.3.

I wonder now how.


Þ The equivalent command of Q MOUNT  (to view volumes mounted during a 
backup / restore).

The only thing I found is Q CONTAINER * STG=pool_name  , give me the containers 
 which belong to a specific stg



Þ Or the equivalent command of Q NODEDATA  nodename for nodename on stg 
container ?


Regards Robert



Question about replication 7.1.3.100

2015-11-16 Thread Robert Ouzen
Hi to all

I want to implant a replication server with TSM server 7.1.3.100 and to use the 
new feature for STGpool “Directory Containers”.

I want to replicate backups of Oracle DB , TDP for SAP , TDP for Exchange and 
regular files.

I am wondering if is better to create on the replicate server several STG pools 
or only a big one ???

Any experience ? ideas will be really appreciate.

Source and Target servers are with:


· Windows 2008/2012 R2 64B

· TSM server version 7.1.3.100

· TSM client version   7.1.3.1.
Best Regards


Robert Ouzen
Haifa University


Question about Define a directory-container storage pool in V7.1.3

2015-10-26 Thread Robert Ouzen
Hello to all

I wonder  if in the new feature on V7.1.3.100 call  “Define a 
directory-container storage pool”   , improving dedup inbound.  Did I need the 
same process as in previous version.

In previous version for running a deduplication from the client side need to 
registering or updating a node with  the option deduplication=ClientorServer .

And to add in the client opt the line:  deduplication=yes

Best Regards

Robert


Question about different MGM in inclexcl file

2015-10-26 Thread Robert Ouzen
Hi to all

I want to be in the safe side , I need to back up the PST files on another 
management class ( another storage pool)

Here  what I have in my inclexcl file

exclude"/.../*"

include"/media/nss/.../*.*" mgcc12
include"/media/nss/.../*.pst"   mgpst

Did the syntax is correct ??

Here the output of q copypool  for mgm MGCC12 and mgm MGPST

tsm: ADSM2>q co cc active mgcc12 f=d

PolicyPolicyMgmt  Copy  Copy  Version- Version-  Retain  
Retain  Copy Mode   Copy Serializ- Copy  Copy Destin-
DomainSet Name  Class Group Group  s Data   s DataExtra
Only  ation  Frequency ation
NameName  Name  TypeExists  Deleted Versions 
Version

- - - - -    
--- --- -- - 
CCACTIVEMGCC12STANDARD  Backup   41 No Limit
  60 ModifiedDynamic0 DEDUPTSM


tsm: ADSM2>q co cc active mgpst f=d

PolicyPolicyMgmt  Copy  Copy  Version- Version-  Retain  
Retain  Copy Mode   Copy Serializ- Copy  Copy Destin-
DomainSet Name  Class Group Group  s Data   s DataExtra
Only  ation  Frequency ation
NameName  Name  TypeExists  Deleted Versions 
Version

- - - - -    
--- --- -- - 
CCACTIVEMGPST STANDARD  Backup   41 No Limit
  60 ModifiedShared Static  0 V7000_2

Best Regards

Robert


Re: Question about O.C V7.1.3

2015-10-25 Thread Robert Ouzen
Hi Erwann

My previous version of server and O.C  was V7.1.1.200

I have to server one HUB ( Postback) and one spoke (Adsm2)  , both are now  at 
version V7.1.3.100

O.C works fine (I think) no problem , but as I said in my previous message a 
lot of entries in Q SE

Bet Regards,

Robert

-Original Message-
From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Erwann 
Simon
Sent: Monday, October 26, 2015 8:28 AM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: [ADSM-L] Question about O.C V7.1.3

Hello Robert,

Which were your previous versions of server and oc ?

Do you have a single server, or do you have spoke servers also ? If so, what 
are their respective versions ?

Is OC responsive or is it slow ?

No idea or supposed known defect, just to be curious. I'll work on a similar 
environnement this week : one hub server (with no clients) just upgraded to 
7.1.3, and 3 spoke servers (one 7.1.1.300 and two 6.3.5.100 to be upgraded to 
7.1.1.300).

Regards,
Erwann

Le 26 octobre 2015 06:57:37 CET, Robert Ouzen  a écrit 
:
>Hi to all
>
>After upgrading my TSM server to version V7.1.3.0 + V7.1.3.100 and my 
>Operations center to V7.1.3.0.
>
>I notice that I have in  Q SE a lot of:  IBM-OC-POSTBACK client name 
>which is the client name for O.C in the Hub server
>
>Sess  Comm.  SessWait   Bytes   Bytes  Sess
>   Platform Client Name
>Number Method StateTimeSent   Recvd
>Type
>-- -- -- -- --- ---
>---  --
>20 Tcp/Ip Run  0 S8.7 M 145 Admin  
>WinNTROBERT
>31 Tcp/Ip Run  0 S   23.2 M 262.2 K Admin  
>DSMAPI   IBM-OC-POSTBACK
>13,742 Tcp/Ip IdleW3 S   62.2 K  40.2 M
>Admin   Windows  ADSM2
>26,735 Tcp/Ip Run  0 S  351.0 K 163
>Admin   WinNTROBERT
>27,126 Tcp/Ip Run  0 S   40.5 K 715
>Admin   WinNTROBERT
>27,847 Tcp/Ip IdleW2 S  269.3 K 117.3 K
>Admin   DSMAPI   IBM-OC-POSTBACK
>28,068 Tcp/Ip IdleW  3.4 M  170 198
>Admin   DSMAPI   IBM-OC-POSTBACK
>28,078 Tcp/Ip IdleW  3.3 M  170 198
>Admin   DSMAPI   IBM-OC-POSTBACK
>28,086 Tcp/Ip IdleW  3.2 M  170 198
>Admin   DSMAPI   IBM-OC-POSTBACK
>28,094 Tcp/Ip IdleW  3.1 M  170 198
>Admin   DSMAPI   IBM-OC-POSTBACK
>28,101 Tcp/Ip IdleW  3.1 M  170 198
>Admin   DSMAPI   IBM-OC-POSTBACK
>28,116 Tcp/Ip IdleW  2.9 M  170 198
>Admin   DSMAPI   IBM-OC-POSTBACK
>28,122 Tcp/Ip IdleW  2.8 M  170 198
>Admin   DSMAPI   IBM-OC-POSTBACK
>28,127 Tcp/Ip IdleW  2.7 M  170 198
>Admin   DSMAPI   IBM-OC-POSTBACK
>28,133 Tcp/Ip IdleW  2.6 M  170 198
>Admin   DSMAPI   IBM-OC-POSTBACK
>28,138 Tcp/Ip IdleW  2.6 M  170 198
>Admin   DSMAPI   IBM-OC-POSTBACK
>28,144 Tcp/Ip IdleW  2.5 M  170 198
>Admin   DSMAPI   IBM-OC-POSTBACK
>28,150 Tcp/Ip IdleW  2.4 M  170 198
>Admin   DSMAPI   IBM-OC-POSTBACK
>28,155 Tcp/Ip IdleW  2.3 M  170 198
>Admin   DSMAPI   IBM-OC-POSTBACK
>28,158 Tcp/Ip IdleW  2.3 M  170 198
>Admin   DSMAPI   IBM-OC-POSTBACK
>28,163 Tcp/Ip IdleW  2.2 M  170 198
>Admin   DSMAPI   IBM-OC-POSTBACK
>28,168 Tcp/Ip IdleW  2.1 M  170 198
>Admin   DSMAPI   IBM-OC-POSTBACK
>28,174 Tcp/Ip IdleW  2.1 M  170 198
>Admin   DSMAPI   IBM-OC-POSTBACK
>28,179 Tcp/Ip IdleW  2.0 M  170 198
>Admin   DSMAPI   IBM-OC-POSTBACK
>28,185 Tcp/Ip IdleW  1.9 M  170 198
>Admin   DSMAPI   IBM-OC-POSTBACK
>28,193 Tcp/Ip IdleW  1.8 M  170 198
>Admin   DSMAPI   IBM-OC-POSTBACK
>28,201 Tcp/Ip IdleW  1.7 M  170 198
>Admin   DSMAPI   IBM-OC-POSTBACK
>28,208 Tcp/Ip IdleW  1.6 M  170 198
>Admin   DSMAPI   IBM-OC-POSTBACK
>28,216 Tcp/Ip IdleW  1.6 M  170 198
>Admin   DSMAPI   IBM-OC-POSTBACK
>28,2

Question about O.C V7.1.3

2015-10-25 Thread Robert Ouzen
Hi to all

After upgrading my TSM server to version V7.1.3.0 + V7.1.3.100 and my 
Operations center to V7.1.3.0.

I notice that I have in  Q SE a lot of:  IBM-OC-POSTBACK client name  which is 
the client name for O.C in the Hub server

Sess  Comm.  SessWait   Bytes   Bytes  Sess
Platform Client Name
Number Method StateTimeSent   Recvd Type
-- -- -- -- --- --- --- 
 --
20 Tcp/Ip Run  0 S8.7 M 145 Admin   
WinNTROBERT
31 Tcp/Ip Run  0 S   23.2 M 262.2 K Admin   
DSMAPI   IBM-OC-POSTBACK
13,742 Tcp/Ip IdleW3 S   62.2 K  40.2 M Admin   
Windows  ADSM2
26,735 Tcp/Ip Run  0 S  351.0 K 163 Admin   
WinNTROBERT
27,126 Tcp/Ip Run  0 S   40.5 K 715 Admin   
WinNTROBERT
27,847 Tcp/Ip IdleW2 S  269.3 K 117.3 K Admin   
DSMAPI   IBM-OC-POSTBACK
28,068 Tcp/Ip IdleW  3.4 M  170 198 Admin   
DSMAPI   IBM-OC-POSTBACK
28,078 Tcp/Ip IdleW  3.3 M  170 198 Admin   
DSMAPI   IBM-OC-POSTBACK
28,086 Tcp/Ip IdleW  3.2 M  170 198 Admin   
DSMAPI   IBM-OC-POSTBACK
28,094 Tcp/Ip IdleW  3.1 M  170 198 Admin   
DSMAPI   IBM-OC-POSTBACK
28,101 Tcp/Ip IdleW  3.1 M  170 198 Admin   
DSMAPI   IBM-OC-POSTBACK
28,116 Tcp/Ip IdleW  2.9 M  170 198 Admin   
DSMAPI   IBM-OC-POSTBACK
28,122 Tcp/Ip IdleW  2.8 M  170 198 Admin   
DSMAPI   IBM-OC-POSTBACK
28,127 Tcp/Ip IdleW  2.7 M  170 198 Admin   
DSMAPI   IBM-OC-POSTBACK
28,133 Tcp/Ip IdleW  2.6 M  170 198 Admin   
DSMAPI   IBM-OC-POSTBACK
28,138 Tcp/Ip IdleW  2.6 M  170 198 Admin   
DSMAPI   IBM-OC-POSTBACK
28,144 Tcp/Ip IdleW  2.5 M  170 198 Admin   
DSMAPI   IBM-OC-POSTBACK
28,150 Tcp/Ip IdleW  2.4 M  170 198 Admin   
DSMAPI   IBM-OC-POSTBACK
28,155 Tcp/Ip IdleW  2.3 M  170 198 Admin   
DSMAPI   IBM-OC-POSTBACK
28,158 Tcp/Ip IdleW  2.3 M  170 198 Admin   
DSMAPI   IBM-OC-POSTBACK
28,163 Tcp/Ip IdleW  2.2 M  170 198 Admin   
DSMAPI   IBM-OC-POSTBACK
28,168 Tcp/Ip IdleW  2.1 M  170 198 Admin   
DSMAPI   IBM-OC-POSTBACK
28,174 Tcp/Ip IdleW  2.1 M  170 198 Admin   
DSMAPI   IBM-OC-POSTBACK
28,179 Tcp/Ip IdleW  2.0 M  170 198 Admin   
DSMAPI   IBM-OC-POSTBACK
28,185 Tcp/Ip IdleW  1.9 M  170 198 Admin   
DSMAPI   IBM-OC-POSTBACK
28,193 Tcp/Ip IdleW  1.8 M  170 198 Admin   
DSMAPI   IBM-OC-POSTBACK
28,201 Tcp/Ip IdleW  1.7 M  170 198 Admin   
DSMAPI   IBM-OC-POSTBACK
28,208 Tcp/Ip IdleW  1.6 M  170 198 Admin   
DSMAPI   IBM-OC-POSTBACK
28,216 Tcp/Ip IdleW  1.6 M  170 198 Admin   
DSMAPI   IBM-OC-POSTBACK
28,224 Tcp/Ip IdleW  1.5 M  170 198 Admin   
DSMAPI   IBM-OC-POSTBACK
28,233 Tcp/Ip IdleW  1.4 M  170 198 Admin   
DSMAPI   IBM-OC-POSTBACK
28,240 Tcp/Ip IdleW  1.3 M  170 198 Admin   
DSMAPI   IBM-OC-POSTBACK
28,250 Tcp/Ip IdleW  1.2 M  170 198 Admin   
DSMAPI   IBM-OC-POSTBACK
28,257 Tcp/Ip IdleW  1.1 M  170 198 Admin   
DSMAPI   IBM-OC-POSTBACK
28,266 Tcp/Ip IdleW  1.1 M  170 198 Admin   
DSMAPI   IBM-OC-POSTBACK
28,273 Tcp/Ip IdleW   58 S  170 198 Admin   
DSMAPI   IBM-OC-POSTBACK
28,281 Tcp/Ip IdleW   53 S  170 198 Admin   
DSMAPI   IBM-OC-POSTBACK
28,293 Tcp/Ip IdleW   43 S  170 198 Admin   
DSMAPI   IBM-OC-POSTBACK
28,303 Tcp/Ip IdleW   33 S  170 198 Admin   
DSMAPI   IBM-OC-POSTBACK
28,309 Tcp/Ip IdleW   28 S  170 198 Admin   
DSMAPI   IBM-OC-POSTBACK
28,319 Tcp/Ip IdleW   17 S  170 198 Admin   
DSMAPI   IBM-OC-POSTBAC

Re: TSM 7.1.3 and Directory-container storage pools

2015-10-07 Thread Robert Ouzen
Del 

Great news ! 

Thanks Robert

-Original Message-
From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Del 
Hoobler
Sent: Wednesday, October 7, 2015 9:37 PM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: [ADSM-L] TSM 7.1.3 and Directory-container storage pools

For those that want to move existing data into the new directory-container 
storage pools, and don't want to use node replication, you will need to wait 
until 1H16. 
That is when we are targeting "move in" for the new directory-container storage 
pools.


Del



"ADSM: Dist Stor Manager"  wrote on 10/07/2015
10:39:21 AM:

> From: "Ryder, Michael S" 
> To: ADSM-L@VM.MARIST.EDU
> Date: 10/07/2015 10:41 AM
> Subject: Re: TSM 7.1.3 and Directory-container storage pools Sent by: 
> "ADSM: Dist Stor Manager" 
> 
> Hello Deirdre --
> 
> Can you comment on when we might see a better way to migrate existing 
> storagepools into directory-container storagepools?  Perhaps an
adjustment
> of "move data" or a new command, that doesn't require multiple steps 
> hopping through a replication server?  It sounds like this is a needed 
> feature that some of us can't get to without this functionality.
> 
> Best regards,
> 
> Mike <http://rbbuswiki.bbg.roche.com/wiki/ryderm_page:start>, x7942 
> RMD IT Client Services <http://rmsit.dia.roche.com/Pages/default.aspx>
> 
> On Tue, Oct 6, 2015 at 5:52 AM, Erwann SIMON 
wrote:
> 
> > Hi,
> >
> > As previously said by Deirdre, see the FAQ :
> >
> > https://www.ibm.com/developerworks/community/wikis/home?lang=en#!/
> wiki/Tivoli%20Storage%20Manager/page/Directory-container%20storage%
> 20pools%20FAQs
> >
> > --
> > Best regards / Cordialement / مع تحياتي Erwann SIMON
> >
> > - Mail original -
> > De: "Robert Ouzen" 
> > À: ADSM-L@VM.MARIST.EDU
> > Envoyé: Mardi 6 Octobre 2015 11:47:12
> > Objet: Re: [ADSM-L] TSM 7.1.3 and Directory-container storage pools
> >
> > Hi to all
> >
> > Today in my V7.1.3 test environment , tried to move data from old 
> > stg fashion (file) to  directory container storage without any success
> > Tried with commands:   move nodedata and move data
> >
> > Here output
> >
> > tsm: TSMTEST>move nodedata test from=tsmstg1 to=stg_dir ANR3385E 
> > MOVE NODEDATA: The operation is not allowed for container
storage
> > pools.
> >
> > tsm: TSMTEST>move data C:\MOUNTPOINTS\STORAGE_1\STG1\0267.BFS
> > stg=stg_dir
> > ANR3385E MOVE DATA: The operation is not allowed for container 
> > storage pools.
> >
> > I tried too , to do a nextstg
> > TSMTEST>upd stg tsmstg1 nextstg=stg_dir
> > ANR2399E UPDATE STGPOOL: Storage pool STG_DIR is not a sequential
pool.
> >
> > I of course define stg with stgtype=directory (stg_dir) and after it 
> > define stgpooldirectory
> >
> > Anybody know a way to move old stg to new stg with stgtype=directory

> >
> > Regards
> >
> > Robert
> >
> >
> >
> >
> > -Original Message-
> > From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On 
> > Behalf
Of
> > Stefan Folkerts
> > Sent: Friday, September 18, 2015 9:49 AM
> > To: ADSM-L@VM.MARIST.EDU
> > Subject: Re: [ADSM-L] TSM 7.1.3 and Directory-container storage 
> > pools
> >
> > I believe you can "move data" data into the container pools, you 
> > just can't get the data out with traditional methods at the moment 
> > but only
via
> > TSM node replication.
> > I like the new pool type but they are only suitable to a specific 
> > type
of
> > setup, the good news is that this setup covers a lot of the new type
of TSM
> > deployments we are doing!
> >
> > On Wed, Sep 16, 2015 at 9:24 PM, Sergio O. Fuentes 
> > 
> > wrote:
> >
> > > This question is relevant.  How do I move from a file devclass
stgpool
> > > to a directory-container pool.  And what's the impact on the DB if 
> > > I
do
> > this?
> > >  I already had multi-site configured for our environment with the 
> > > tools that exist in versions <7.1.3.  I'm not getting another 
> > > 200TB array to move data to new directory-container pools.
> > >
> > > Thanks!
> > >
> > > SF
> > >
> > > On 9/16/15, 10:49 AM, "ADSM: Dist Stor Manager on behalf of Ryder, 
> > > Michael S" 
> > wrote:
> > >
> > > >I am very in

Re: TSM 7.1.3 and Directory-container storage pools

2015-10-06 Thread Robert Ouzen
Hi to all

Today in my V7.1.3 test environment , tried to move data from old stg fashion 
(file) to  directory container storage without any success
Tried with commands:   move nodedata and move data

Here output

tsm: TSMTEST>move nodedata test from=tsmstg1 to=stg_dir
ANR3385E MOVE NODEDATA: The operation is not allowed for container storage 
pools.

tsm: TSMTEST>move data C:\MOUNTPOINTS\STORAGE_1\STG1\0267.BFS stg=stg_dir
ANR3385E MOVE DATA: The operation is not allowed for container storage pools.

I tried too , to do a nextstg
TSMTEST>upd stg tsmstg1 nextstg=stg_dir
ANR2399E UPDATE STGPOOL: Storage pool STG_DIR is not a sequential pool.

I of course define stg with stgtype=directory (stg_dir) and after it define 
stgpooldirectory

Anybody know a way to move old stg to new stg with stgtype=directory  

Regards 

Robert


 

-Original Message-
From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Stefan 
Folkerts
Sent: Friday, September 18, 2015 9:49 AM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: [ADSM-L] TSM 7.1.3 and Directory-container storage pools

I believe you can "move data" data into the container pools, you just can't get 
the data out with traditional methods at the moment but only via TSM node 
replication.
I like the new pool type but they are only suitable to a specific type of 
setup, the good news is that this setup covers a lot of the new type of TSM 
deployments we are doing!

On Wed, Sep 16, 2015 at 9:24 PM, Sergio O. Fuentes  wrote:

> This question is relevant.  How do I move from a file devclass stgpool 
> to a directory-container pool.  And what's the impact on the DB if I do this?
>  I already had multi-site configured for our environment with the 
> tools that exist in versions <7.1.3.  I'm not getting another 200TB 
> array to move data to new directory-container pools.
>
> Thanks!
>
> SF
>
> On 9/16/15, 10:49 AM, "ADSM: Dist Stor Manager on behalf of Ryder, 
> Michael S"  
> wrote:
>
> >I am very interested in directory-container storage pools.
> >
> >But...
> >
> >If Migration or Move Data are not options, then how does one 
> >transition data from existing primary storage pools to a 
> >directory-container storage pool?
> >
> >Mike
> >
> >Best regards,
> >
> >Mike , x7942 
> >RMD IT Client Services 
> >
> >
> >On Wed, Sep 16, 2015 at 9:23 AM, Rick Adamson 
> >
> >wrote:
> >
> >> I may be wrong but from reading the 7.1.3 doco new container 
> >> approach combined with the inline dedup eliminate the need for some 
> >> of these processes. Also, where traditionally a "copy" storage pool 
> >> was used they now refer to it as a "protect" storage pool which has 
> >> the ability to be replicated to another "onsite" or "offsite" container 
> >> storage pool.
> >>
> >> Remember that with deduplicated data many of the processes you 
> >>mentioned  required that the data be rehydrated to be performed. An 
> >>added benefit is  if in fact these processes are no longer required 
> >>it will free up system  resources and as a result lower storage 
> >>costs and increase scalability.
> >>
> >> Fortunately, there are some good resources for additional information:
> >> IBM you tube channel:
> >> https://www.youtube.com/channel/UCGkjRNkO0AQNyQbWhS1tTzw
> >> IBM knowledge center for 7.1.3:
> >>
> >>
> http://www-01.ibm.com/support/knowledgecenter/SSGSG7_7.1.3/tsm/welcome
> .ht
> >>ml
> >>
> >> I will be installing it on two systems today to begin testing, 
> >> hopefully I'll be able to comment more soon..
> >>
> >>
> >> -Rick Adamson
> >>
> >>
> >> -Original Message-
> >> From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On 
> >> Behalf
> Of
> >> James Thorne
> >> Sent: Wednesday, September 16, 2015 5:41 AM
> >> To: ADSM-L@VM.MARIST.EDU
> >> Subject: Re: [ADSM-L] TSM 7.1.3 and Directory-container storage 
> >> pools
> >>
> >> Hi Karel.
> >>
> >> That's the conclusion we came to too.
> >>
> >> James.
> >>
> >> -Original Message-
> >> From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On 
> >> Behalf
> Of
> >> Karel Bos
> >> Sent: 16 September 2015 10:17
> >> To: ADSM-L@VM.MARIST.EDU
> >> Subject: [ADSM-L] TSM 7.1.3 and Directory-container storage pools
> >>
> >> Hi,
> >>
> >> So we get a new type of storage pools, the directory-container 
> >> storage pools. These enable TSM to do in flight dedup. But you 
> >> cannot use any of the following functions with directory-container storage 
> >> pools:
> >>
> >>- Migration
> >>- Reclamation
> >>- Aggregation
> >>- Collocation
> >>- Simultaneous-write
> >>- Storage pool backup
> >>- Virtual volumes
> >>
> >> So having in flight dedupe removes any way of doing bck stg other 
> >>than use  node replication to get the data in a second place. Pretty 
> >>bad limitation  in my opinion or am I missing something?
> >>
> >> Kind regards,
> >>
> >> Karel
> >>
>

Version 7.1.3

2015-09-23 Thread Robert Ouzen
Hello All

I wonder if people  , already upgrade to version 7.1.3 and have comments , 
appreciation …. I understand that it’s a new big concept as STG container for 
inline dedup.

Anyone use it ? and can share remarks !

T.I.A Robert


very low dedup percent on TDP for SAP archives

2015-09-15 Thread Robert Ouzen
Hi to all

We had to move our clients with TDP for SAP oracle 6.2.1 from our Data Domain 
to a new storage V7000 with RTC.

This Storage V7000_1 is configure with dedup and only from the server side

Our policy looks like:

1.Once a week the SAP is DOWN OFFLINE and an ARCHIVE for The fs is taken (fie 
level)
2..Every day there is a FULL backup of TDP for SAP
3..Monthly is ALSO a Full TDP for SAP

4..All SAP clients ( TDP and F.S) are backup to the same storage pool V7000_1

In dsmverv.opt we have the configuration:

numopenvolsallowed 200

DedupTier2FileSize100

DedupTier3FileSize400

ServerDedupTxnLimit   2000



Our devclass looks like:



tsm: ADSM2>q devc fileclassv7000



Device  Device  Storage Device  
Format   Est/Max  Mount

Class  Access  PoolType 
Capacity  Limit

Name   Strategy   Count 
  (MB)

--- ---  
-   --    --

FILECLASSV7000   Sequential   2   FILE  
 DRIVE  51,200.04,096



I saw a new parameter on register node call: (Leave it at default  YES)


Split Large Objects: Yes  (default)

My problem after a lot of full archives got a very LOW dedup percent. Here an 
output of a script

tsm: ADSM2>run dedupreport

Stgpool on Adsm2 serverREPORTING_MB before Dedup in GB  
 LOGICAL_MB after Dedup in GB   Saved space in GB   
Saved in %
 -- 
 -- 
 -- ---
V7000_1   23685.36  
22079.84
   1605.52  
  6

Our SAP clients are configured in utl files with:

MULTIPLEXING  1
RC_COMPRESSION   NO

>From the TSM server all clients are with:  Compression: No

Any ideas ? Maybe missed something ?

TSM server version 7.1.1.200
O.S Windows 2008R2 64B 128G memory

Best Regards

Robert


Re: Script question

2015-09-08 Thread Robert Ouzen
Sorry I did not mention the operating system ... for Windows 2008 R2 TSM server

Regards

Robert

-Original Message-
From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of 
Rhodes, Richard L.
Sent: Tuesday, September 08, 2015 2:06 PM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: [ADSM-L] Script question

You didn't indicate which operating system.
Here is a AIX/KSH script to prompt for and change a node password.

#!/usr/bin/ksh

print ""
print "Dialog to change a NODE password."
print ""
print "Please enter a node name, or partial node name.  I'll do a lookup on it 
for you!"
read Inode
print ""
print "You entered $Inode , performing lookukp . . . "
/tsmdata/tsm_scripts/q_node.ksh $Inode
print ""
print "There, it should be one of the above. "
print "Please enter the FULL NODE NAME from above."
Inode=""
read Inode
print ""
print "The node we are going to change is $Inode"
print ""
print "Please enter the TSM instance of the node."
read Itsm
print ""
print "The node is in  $Itsm"
print ""
print "Please enter the new password."
read Ipwd
print ""
print "TODO: chg pwd for  node= $Inode  tsm= $Itsm  newpwd= $Ipwd"
print "type \"ok\" to proceed"
read Iok
if [[ $Iok == 'ok' ]]; then
print ""
print "performing change . . . "
    /tsmdata/tsm_scripts/run_cmd.ksh $Itsm "update node $Inode $Ipwd"
print ""
print "all done"
else
print ""
print "terminating"
fi




-Original Message-
From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Robert 
Ouzen
Sent: Monday, September 07, 2015 9:48 PM
To: ADSM-L@VM.MARIST.EDU
Subject: Script question

Hi to all

Anybody have an example for during a script , asking for a parameter. Waiting 
for the input and after pass the parameter to a command

For example something like this:

"Please enter the process number   $1 "
Waiting ...
can pr   $1

Best Regards

Robert


-

The information contained in this message is intended only for the personal and 
confidential use of the recipient(s) named above. If the reader of this message 
is not the intended recipient or an agent responsible for delivering it to the 
intended recipient, you are hereby notified that you have received this 
document in error and that any review, dissemination, distribution, or copying 
of this message is strictly prohibited. If you have received this communication 
in error, please notify us immediately, and delete the original message.


Script question

2015-09-07 Thread Robert Ouzen
Hi to all

Anybody have an example for during a script , asking for a parameter. Waiting 
for the input and after pass the parameter to a command

For example something like this:

“Please enter the process number   $1 “
Waiting ………..
can pr   $1

Best Regards

Robert


Re: mismatch capacity

2015-08-19 Thread Robert Ouzen
Hello Erwann

Thanks I completely forgot !

Best Regards Robert

-Original Message-
From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Erwann 
SIMON
Sent: Wednesday, August 19, 2015 1:43 PM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: [ADSM-L] mismatch capacity

Hello Robert,

As your storage pools are configured for deduplication, you have to choose the 
reporting_mb column (and not logical_mb) in order to have the same statistics 
with Q OCC ans SELECT FROM OCCUPANCY.

-- 
Best regards / Cordialement / مع تحياتي
Erwann SIMON

- Mail original -
De: "Robert Ouzen" 
À: ADSM-L@VM.MARIST.EDU
Envoyé: Mercredi 19 Août 2015 11:19:19
Objet: [ADSM-L] mismatch capacity

H I to all

I wanted to know for a specific nodename the amount of data backup on a 
specific stgpool

Here the script:

tsm: ADSM2>select sum(logical_mb) / 1024 as "Capacity of Data" from occupancy 
where node_name='MNHL2_CLUSTER' and stgpool_name='V7000_2'

  Capacity of Data
--
745.50

But when done the query:  q   occ mnhl2_clusterI got a different 
summary !

As you see much more data on storage V7000_2 ?

I run too before a audit license

tsm: ADSM2>q occ mnhl2_cluster

Node Name  Type Filespace  FSID Storage  Number of  
  Physical Logical
NamePool NameFiles  
 Space   Space

  OccupiedOccupied

  (MB)(MB)
--  --  -- --- 
--- ---
MNHL2_CLU- Bkup /media/ns-1 DEDUPTSM49  
 -2.04
STERs/APPS
MNHL2_CLU- Bkup /media/ns-3 DEDUPTSM   367,258  
 -  540,014.69
STERs/CSMS1
MNHL2_CLU- Bkup /media/ns-3 V7000_2 44  
 -   74,920.13
STERs/CSMS1
MNHL2_CLU- Bkup /media/ns-4 DEDUPTSM   221,781  
 - 1,224,645.8
STERs/CSMS2 
8
MNHL2_CLU- Bkup /media/ns-5 DEDUPTSM   135,968  
 - 1,324,964.7
STERs/CSMS3 
5
MNHL2_CLU- Bkup /media/ns-5 V7000_2 10  
 -3,060.52
STERs/CSMS3
MNHL2_CLU- Bkup /media/ns-2 DEDUPTSM19,294  
 -  471,033.91
STERs/CSMS4
MNHL2_CLU- Bkup /media/ns-2 V7000_2  1  
 -  137.14
STERs/CSMS4
MNHL2_CLU- Bkup /media/ns-6 DEDUPTSM 1,758,166  
 -  799,055.63
STERs/DATA
MNHL2_CLU- Bkup /media/ns-6 V7000_2176  
 -  441,244.84
STERs/DATA
MNHL2_CLU- Bkup /media/ns-7 DEDUPTSM   366,650  
 -  901,211.44
STERs/DATA2
MNHL2_CLU- Bkup /media/ns-7 V7000_2332  
 -  733,649.63
STERs/DATA2
MNHL2_CLU- Bkup /media/ns-9 DEDUPTSM 1,286,727  
 - 2,253,114.2
STERs/NSCI  
5
MNHL2_CLU- Bkup /media/ns-9 V7000_2 46  
 -   14,892.99
STERs/NSCI


Best Regrards

Robert


mismatch capacity

2015-08-19 Thread Robert Ouzen
H I to all

I wanted to know for a specific nodename the amount of data backup on a 
specific stgpool

Here the script:

tsm: ADSM2>select sum(logical_mb) / 1024 as "Capacity of Data" from occupancy 
where node_name='MNHL2_CLUSTER' and stgpool_name='V7000_2'

  Capacity of Data
--
745.50

But when done the query:  q   occ mnhl2_clusterI got a different 
summary !

As you see much more data on storage V7000_2 ?

I run too before a audit license

tsm: ADSM2>q occ mnhl2_cluster

Node Name  Type Filespace  FSID Storage  Number of  
  Physical Logical
NamePool NameFiles  
 Space   Space

  OccupiedOccupied

  (MB)(MB)
--  --  -- --- 
--- ---
MNHL2_CLU- Bkup /media/ns-1 DEDUPTSM49  
 -2.04
STERs/APPS
MNHL2_CLU- Bkup /media/ns-3 DEDUPTSM   367,258  
 -  540,014.69
STERs/CSMS1
MNHL2_CLU- Bkup /media/ns-3 V7000_2 44  
 -   74,920.13
STERs/CSMS1
MNHL2_CLU- Bkup /media/ns-4 DEDUPTSM   221,781  
 - 1,224,645.8
STERs/CSMS2 
8
MNHL2_CLU- Bkup /media/ns-5 DEDUPTSM   135,968  
 - 1,324,964.7
STERs/CSMS3 
5
MNHL2_CLU- Bkup /media/ns-5 V7000_2 10  
 -3,060.52
STERs/CSMS3
MNHL2_CLU- Bkup /media/ns-2 DEDUPTSM19,294  
 -  471,033.91
STERs/CSMS4
MNHL2_CLU- Bkup /media/ns-2 V7000_2  1  
 -  137.14
STERs/CSMS4
MNHL2_CLU- Bkup /media/ns-6 DEDUPTSM 1,758,166  
 -  799,055.63
STERs/DATA
MNHL2_CLU- Bkup /media/ns-6 V7000_2176  
 -  441,244.84
STERs/DATA
MNHL2_CLU- Bkup /media/ns-7 DEDUPTSM   366,650  
 -  901,211.44
STERs/DATA2
MNHL2_CLU- Bkup /media/ns-7 V7000_2332  
 -  733,649.63
STERs/DATA2
MNHL2_CLU- Bkup /media/ns-9 DEDUPTSM 1,286,727  
 - 2,253,114.2
STERs/NSCI  
5
MNHL2_CLU- Bkup /media/ns-9 V7000_2 46  
 -   14,892.99
STERs/NSCI


Best Regrards

Robert


Re: Different management class

2015-08-13 Thread Robert Ouzen
Hi Karel

I think I found the solution, to change on the backup copy group on the 
management class  mgtest1 the copy mode to absolute.

Run an incremental backup  , the pst will be rebound and store to the correct 
storage pool and put back the copy mode to modified

Best Regards

Robert

-Original Message-
From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Karel 
Bos
Sent: Thursday, August 13, 2015 10:00 AM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: [ADSM-L] Different management class

New backup copies will go to new stg, existing backup copies gets rebound to 
new mgmt class but won't be automatically moved from 1 stg pool to another.
Op 13 aug. 2015 08:05 schreef "Robert Ouzen" :

> I to all
>
> I try to figure a scenario to change a backup for a client that only 
> pst files to go to another storage I created a new management class 
> and different copygroup destination for pst files call:  mgtest1
>
>
> ? For all files   management mgtest (default)   go to TSMSTG1 storage
>
> ? For pst files management mgtest1   go to TSMSTG2
> storage
>
> ?
> Here the copygroup output:
>
> tsm: TSMTEST>q co test active mgtest* f=d
>
> Policy Policy Mgmt  Copy   Copy
> Versions  Versions  Retain  Retain Copy Mode   Copy
> Serialization  CopyCopy Destination  Table of
> DomainSet Name  ClassGroupGroup  Data
> Data   ExtraOnly
>  Frequency
> Contents
> Name  Name  Name   Type
>   Exists DeletedVersions Version
>
>(TOC) Destination
>
> -
> TEST  ACTIVEMGTESTSTANDARDBackup   3
> 1No Limit  90  Modified
>Shared Static   0 TSMSTG1
>TSMSTG1
>
> TEST   ACTIVEMGTEST1   STANDARDBackup  2
>130  60Modified
> Shared Static  0
>  TSMSTG2   TSMSTG2
>
> In my dsm.opt I add another include statement:
>
> include "c:\...\*.*" mgtest
> include "c:\...\*.pst" mgtest1
>
> Run an incremental backup with the new include pst statement:
>
> Here the output:
>
> 08/13/2015 08:02:19  ANE4952I (Session: 1629, Node: TEST)  Total
> number of  objects inspected:   44,375
> (SESSION: 1629)
> 08/13/2015 08:02:19  ANE4954I (Session: 1629, Node: TEST)  Total
> number of  objects backed up:   24
> (SESSION: 1629)
> 08/13/2015 08:02:19  ANE4958I (Session: 1629, Node: TEST)  Total
> number of  objects updated:  0
> (SESSION: 1629)
> 08/13/2015 08:02:19  ANE4960I (Session: 1629, Node: TEST)  Total
> number of  objects rebound:  9
> (SESSION: 1629)
> 08/13/2015 08:02:19  ANE4957I (Session: 1629, Node: TEST)  Total
> number of  objects deleted:  0
> (SESSION: 1629)
> 08/13/2015 08:02:19  ANE4970I (Session: 1629, Node: TEST)  Total
> number of  objects expired:  0
> (SESSION: 1629)
> 08/13/2015 08:02:19  ANE4959I (Session: 1629, Node: TEST)  Total
> number of  objects failed:   0
> (SESSION: 1629)
> 08/13/2015 08:02:19  ANE4197I (Session: 1629, Node: TEST)  Total
> number of  objects encrypted:0
> (SESSION: 1629)
> 08/13/2015 08:02:19  ANE4965I (Session: 1629, Node: TEST)  Total
> number of  subfile objects:  0
> (SESSION: 1629)
> 08/13/2015 08:02:19  ANE4914I (Session: 1629, Node: TEST)  Total
> number of  objects grew: 0
> (SESSION: 1629)
> 08/13/2015 08:02:19  ANE4916I (Session: 1629, Node: TEST)  Total
> number of  retries:  0
> (SESSION: 1629)
> 08/13/2015 08:02:19  ANE4977I (Session: 1629, Node: TEST)  Total
> number of  bytes inspected:  12.99 GB
> (SESSION: 1629)
> 08/13/2015 08:02:19  ANE4961I (Session: 1629, Node: TEST)  Total
> number of   

Re: Different management class

2015-08-13 Thread Robert Ouzen
Hi Karel

Did is a way to trigger the move ? I think a full backup maybe will do it . But 
I tried to figure another workaround , huge client.

Best Regards 

Robert

-Original Message-
From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Karel 
Bos
Sent: Thursday, August 13, 2015 10:00 AM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: [ADSM-L] Different management class

New backup copies will go to new stg, existing backup copies gets rebound to 
new mgmt class but won't be automatically moved from 1 stg pool to another.
Op 13 aug. 2015 08:05 schreef "Robert Ouzen" :

> I to all
>
> I try to figure a scenario to change a backup for a client that only 
> pst files to go to another storage I created a new management class 
> and different copygroup destination for pst files call:  mgtest1
>
>
> ? For all files   management mgtest (default)   go to TSMSTG1 storage
>
> ? For pst files management mgtest1   go to TSMSTG2
> storage
>
> ?
> Here the copygroup output:
>
> tsm: TSMTEST>q co test active mgtest* f=d
>
> Policy Policy Mgmt  Copy   Copy
> Versions  Versions  Retain  Retain Copy Mode   Copy
> Serialization  CopyCopy Destination  Table of
> DomainSet Name  ClassGroupGroup  Data
> Data   ExtraOnly
>  Frequency
> Contents
> Name  Name  Name   Type
>   Exists DeletedVersions Version
>
>(TOC) Destination
>
> -
> TEST  ACTIVEMGTESTSTANDARDBackup   3
> 1No Limit  90  Modified
>Shared Static   0 TSMSTG1
>TSMSTG1
>
> TEST   ACTIVEMGTEST1   STANDARDBackup  2
>130  60Modified
> Shared Static  0
>  TSMSTG2   TSMSTG2
>
> In my dsm.opt I add another include statement:
>
> include "c:\...\*.*" mgtest
> include "c:\...\*.pst" mgtest1
>
> Run an incremental backup with the new include pst statement:
>
> Here the output:
>
> 08/13/2015 08:02:19  ANE4952I (Session: 1629, Node: TEST)  Total
> number of  objects inspected:   44,375
> (SESSION: 1629)
> 08/13/2015 08:02:19  ANE4954I (Session: 1629, Node: TEST)  Total
> number of  objects backed up:   24
> (SESSION: 1629)
> 08/13/2015 08:02:19  ANE4958I (Session: 1629, Node: TEST)  Total
> number of  objects updated:  0
> (SESSION: 1629)
> 08/13/2015 08:02:19  ANE4960I (Session: 1629, Node: TEST)  Total
> number of  objects rebound:  9
> (SESSION: 1629)
> 08/13/2015 08:02:19  ANE4957I (Session: 1629, Node: TEST)  Total
> number of  objects deleted:  0
> (SESSION: 1629)
> 08/13/2015 08:02:19  ANE4970I (Session: 1629, Node: TEST)  Total
> number of  objects expired:  0
> (SESSION: 1629)
> 08/13/2015 08:02:19  ANE4959I (Session: 1629, Node: TEST)  Total
> number of  objects failed:   0
> (SESSION: 1629)
> 08/13/2015 08:02:19  ANE4197I (Session: 1629, Node: TEST)  Total
> number of  objects encrypted:0
> (SESSION: 1629)
> 08/13/2015 08:02:19  ANE4965I (Session: 1629, Node: TEST)  Total
> number of  subfile objects:  0
> (SESSION: 1629)
> 08/13/2015 08:02:19  ANE4914I (Session: 1629, Node: TEST)  Total
> number of  objects grew: 0
> (SESSION: 1629)
> 08/13/2015 08:02:19  ANE4916I (Session: 1629, Node: TEST)  Total
> number of  retries:  0
> (SESSION: 1629)
> 08/13/2015 08:02:19  ANE4977I (Session: 1629, Node: TEST)  Total
> number of  bytes inspected:  12.99 GB
> (SESSION: 1629)
> 08/13/2015 08:02:19  ANE4961I (Session: 1629, Node: TEST)  Total
> number of  bytes transferred:25.16 MB
> (SESSION: 1629)
> 08/13/2015 08:02:19  ANE4963I (Session: 1629

Different management class

2015-08-12 Thread Robert Ouzen
I to all

I try to figure a scenario to change a backup for a client that only pst files 
to go to another storage
I created a new management class and different copygroup destination for pst 
files call:  mgtest1


? For all files   management mgtest (default)   go to TSMSTG1 storage

? For pst files management mgtest1   go to TSMSTG2 storage

?
Here the copygroup output:

tsm: TSMTEST>q co test active mgtest* f=d

Policy Policy Mgmt  Copy   Copy
Versions  Versions  Retain  Retain Copy Mode   Copy 
Serialization  CopyCopy Destination  Table of
DomainSet Name  ClassGroupGroup  Data   
   Data   ExtraOnly 
Frequency   
   Contents
Name  Name  Name   Type  
Exists DeletedVersions Version  

 (TOC) Destination
-
TEST  ACTIVEMGTESTSTANDARDBackup   3
  1No Limit  90  Modified   
Shared Static   0 TSMSTG1   
TSMSTG1

TEST   ACTIVEMGTEST1   STANDARDBackup  2
 130  60Modified
  Shared Static  0 TSMSTG2   
TSMSTG2

In my dsm.opt I add another include statement:

include "c:\...\*.*" mgtest
include "c:\...\*.pst" mgtest1

Run an incremental backup with the new include pst statement:

Here the output:

08/13/2015 08:02:19  ANE4952I (Session: 1629, Node: TEST)  Total number of  
objects inspected:   44,375  (SESSION: 1629)
08/13/2015 08:02:19  ANE4954I (Session: 1629, Node: TEST)  Total number of  
objects backed up:   24  (SESSION: 1629)
08/13/2015 08:02:19  ANE4958I (Session: 1629, Node: TEST)  Total number of  
objects updated:  0  (SESSION: 1629)
08/13/2015 08:02:19  ANE4960I (Session: 1629, Node: TEST)  Total number of  
objects rebound:  9  (SESSION: 1629)
08/13/2015 08:02:19  ANE4957I (Session: 1629, Node: TEST)  Total number of  
objects deleted:  0  (SESSION: 1629)
08/13/2015 08:02:19  ANE4970I (Session: 1629, Node: TEST)  Total number of  
objects expired:  0  (SESSION: 1629)
08/13/2015 08:02:19  ANE4959I (Session: 1629, Node: TEST)  Total number of  
objects failed:   0  (SESSION: 1629)
08/13/2015 08:02:19  ANE4197I (Session: 1629, Node: TEST)  Total number of  
objects encrypted:0  (SESSION: 1629)
08/13/2015 08:02:19  ANE4965I (Session: 1629, Node: TEST)  Total number of  
subfile objects:  0  (SESSION: 1629)
08/13/2015 08:02:19  ANE4914I (Session: 1629, Node: TEST)  Total number of  
objects grew: 0  (SESSION: 1629)
08/13/2015 08:02:19  ANE4916I (Session: 1629, Node: TEST)  Total number of  
retries:  0  (SESSION: 1629)
08/13/2015 08:02:19  ANE4977I (Session: 1629, Node: TEST)  Total number of  
bytes inspected:  12.99 GB  (SESSION: 1629)
08/13/2015 08:02:19  ANE4961I (Session: 1629, Node: TEST)  Total number of  
bytes transferred:25.16 MB  (SESSION: 1629)
08/13/2015 08:02:19  ANE4963I (Session: 1629, Node: TEST)  Data transfer 
time:0.21 sec  (SESSION: 1629)
08/13/2015 08:02:19  ANE4966I (Session: 1629, Node: TEST)  Network data 
 transfer rate:  117,985.53 KB/sec  (SESSION:   
   1629)
08/13/2015 08:02:19  ANE4967I (Session: 1629, Node: TEST)  Aggregate data   
   transfer rate:445.70 KB/sec  (SESSION: 1629)
08/13/2015 08:02:19  ANE4968I (Session: 1629, Node: TEST)  Objects 
compressed  by:0%   (SESSION: 
1629)
08/13/2015 08:02:19  ANE4976I (Session: 1629, Node: TEST)  Total data 
reduction  ratio:   99.82%   (SESSION: 1629)
08/13/2015 08:02:19  ANE4969I (Sessi

Dedup question

2015-08-03 Thread Robert Ouzen
Hello All

I have now in my TSM environment  few storages with  deduplication ON. The 
deduplication is  done on the server side by identity and reclamation process/

In my organization we have lot of data types as word, excel, PowerPoint ,text 
file , pst  etc etc …. Also audio , video …

Lot of TDP’s as for Sap , Oracle , Sql , Exchange , VE and lots of O.S as AIX , 
Linux, Windows , Mac.

The default in dsmserv.opt is for those parameters:


ÞDeduptier2Filesize  100

ÞDeduptier3Filesize  400
I got suggestion to change it to:


ÞDeduptier2Filesize  200

ÞDeduptier3Filesize  1000
I wonder if anybody have experience with dedup and those parameters ?

Any other suggestion will be welcome.

Best Regards

Robert Ouzen





Re: archivelog question

2015-08-01 Thread Robert Ouzen
Hi Remco

Can be done in the fly or need to halt the server  ?

Thank you for the output 

Regards Robert

-Original Message-
From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Remco 
Post
Sent: Saturday, August 01, 2015 10:22 PM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: [ADSM-L] archivelog question

If your only goal is to increase the log, you can just grow the file system, no 
fuzz. DB2 will instantly recognize the new size and use it.

Verstuurd vanaf mijn iPhone

> Op 1 aug. 2015 om 07:44 heeft Robert Ouzen  het 
> volgende geschreven:
> 
> Hello all
> I want to increase my ARCHIVELOG and here the procedure I got from 
> documentation.
> I only wondered why step 4 is before step 5 ?
> TSM server version 7.1.1.200 on Windows 2008 R2 64B Best Regards 
> Robert Ouzen Moving only the archive log You can move only the archive 
> log from one directory to another.
> 1. Halt the server.
> 2. Create an archive log directory by issuing the following command:
> [AIX operating systems][HP-UX operating systems][Linux operating 
> systems][Oracle Solaris operating systems] mkdir /archivelog2 [Windows 
> operating systems] mkdir q:\tsm\archivelog
> 3. Update the dsmserv.opt option file for the new archive log directory 
> by issuing the following command:
> [AIX operating systems][HP-UX operating systems][Linux operating 
> systems][Oracle Solaris operating systems] archlogdirectory 
> /archivelog2 [Windows operating systems] archlogdirectory 
> q:\tsm\archivelog
> 4. Restart the server.
> 5. Move the archive logs from the old directory to the new directory. 
> Preserve any subdirectory structure. Use and verify a recursive copy 
> directory command. For example:
> 
> [AIX operating systems][HP-UX operating systems][Linux operating 
> systems][Oracle Solaris operating systems]
> cp -r /archivelog/*   /archivelog2
> 
> [Windows operating systems]
> xcopy /s k:\tsm\archivelog\*   q:\tsm\archivelog
> 6.   Optional: Remove the old directory.


archivelog question

2015-08-01 Thread Robert Ouzen
Hello all
I want to increase my ARCHIVELOG and here the procedure I got from 
documentation.
I only wondered why step 4 is before step 5 ?
TSM server version 7.1.1.200 on Windows 2008 R2 64B
Best Regards
Robert Ouzen
Moving only the archive log
You can move only the archive log from one directory to another.
1. Halt the server.
2. Create an archive log directory by issuing the following command:
[AIX operating systems][HP-UX operating systems][Linux operating 
systems][Oracle Solaris operating systems]
mkdir /archivelog2
[Windows operating systems]
mkdir q:\tsm\archivelog
3. Update the dsmserv.opt option file for the new archive log directory by 
issuing the following command:
[AIX operating systems][HP-UX operating systems][Linux operating 
systems][Oracle Solaris operating systems]
archlogdirectory /archivelog2
[Windows operating systems]
archlogdirectory q:\tsm\archivelog
4. Restart the server.
5. Move the archive logs from the old directory to the new directory. 
Preserve any subdirectory structure. Use and verify a recursive copy directory 
command. For example:

[AIX operating systems][HP-UX operating systems][Linux operating 
systems][Oracle Solaris operating systems]
cp -r /archivelog/*   /archivelog2

[Windows operating systems]
xcopy /s k:\tsm\archivelog\*   q:\tsm\archivelog
6.   Optional: Remove the old directory.


HALT process

2015-08-01 Thread Robert Ouzen
Hello all

On one of my TSM server 7.1.1.200 Windows2008R2 64B , after HALTING the server, 
I see after a few seconds that I cannot reach it anymore --- O.K

But the service TSM SERVER1 take a very long time to STOP !

I suppose is a process to shut down the DB2 , but why so long ?

Any idea what to check or improve ?

Best Regards

Robert Ouzen


Re: Delete F.S

2015-07-25 Thread Robert Ouzen
HI  Krzysztof

It's why I am doing now , running on those volumes an audit vol fix=yes.

When finishing will re-run a move nodedata

Bu if this will no help I am stuck !.

Thinking to rename the F.S to _OLD and to run a fresh backup . But will 
lose history !

Regards  Robert




-Original Message-
From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of 
Krzysztof Przygoda
Sent: Saturday, July 25, 2015 12:49 PM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: [ADSM-L] Delete F.S

Hi Robert
Did you try to repair data/volumes in that old storage pool (even with audit 
vol  fix=yes if you don't care about that data ) ? After fixing try to run move 
nodedata agian.

ps. I guess you want rather to delete old storage pool than filespace (as 
filespace itself doest chane after move nodedata proccess and that is not error 
if its spread on more that one storage pool).

Kind regards
Krzysztof

2015-07-25 9:34 GMT+02:00 Robert Ouzen :

> Hi to all
>
> I made today a MOVE NODEDATA of a client WWW from storage DD_EDUCATION 
> to storage V3700_1
>
> The process did not finish successfully , some volumes with read errors.
>
> Now I got with command Q OCC WWW
>
> The same FSID for OLD and NEW Storage  (FSID  8  ,  9)
>
> I want to delete the OLD FS  on DD_EDUCATION, and continue the backup 
> to the NEW storage V7300_1
>
> Any way ?
>
>
> tsm: POSTBACK>q occ www
>
>Node Name: WWW
> Type: Bkup
>   Filespace Name: /
> FSID: 9
>Storage Pool Name: DD_EDUCATION
>  Number of Files: 56,449
> Physical Space Occupied (MB): 1,719.86 Logical Space Occupied (MB): 
> 1,711.06
>
>Node Name: WWW
> Type: Bkup
>   Filespace Name: /
> FSID: 9
>Storage Pool Name: V3700_1
>  Number of Files: 63,634
> Physical Space Occupied (MB): -
> Logical Space Occupied (MB): 5,371.13
>
>Node Name: WWW
> Type: Bkup
>   Filespace Name: /var/www
> FSID: 8
>Storage Pool Name: DD_EDUCATION
>  Number of Files: 54,792
> Physical Space Occupied (MB): 6,359.07 Logical Space Occupied (MB): 
> 6,323.58
>
>Node Name: WWW
> Type: Bkup
>   Filespace Name: /var/www
> FSID: 8
>Storage Pool Name: V3700_1
>  Number of Files: 511,128
> Physical Space Occupied (MB): -
> Logical Space Occupied (MB): 20,257.35
>
> Best Regards
>
> Robert
>


Delete F.S

2015-07-25 Thread Robert Ouzen
Hi to all

I made today a MOVE NODEDATA of a client WWW from storage DD_EDUCATION to 
storage V3700_1

The process did not finish successfully , some volumes with read errors.

Now I got with command Q OCC WWW

The same FSID for OLD and NEW Storage  (FSID  8  ,  9)

I want to delete the OLD FS  on DD_EDUCATION, and continue the backup to the 
NEW storage V7300_1

Any way ?


tsm: POSTBACK>q occ www

   Node Name: WWW
Type: Bkup
  Filespace Name: /
FSID: 9
   Storage Pool Name: DD_EDUCATION
 Number of Files: 56,449
Physical Space Occupied (MB): 1,719.86
Logical Space Occupied (MB): 1,711.06

   Node Name: WWW
Type: Bkup
  Filespace Name: /
FSID: 9
   Storage Pool Name: V3700_1
 Number of Files: 63,634
Physical Space Occupied (MB): -
Logical Space Occupied (MB): 5,371.13

   Node Name: WWW
Type: Bkup
  Filespace Name: /var/www
FSID: 8
   Storage Pool Name: DD_EDUCATION
 Number of Files: 54,792
Physical Space Occupied (MB): 6,359.07
Logical Space Occupied (MB): 6,323.58

   Node Name: WWW
Type: Bkup
  Filespace Name: /var/www
FSID: 8
   Storage Pool Name: V3700_1
 Number of Files: 511,128
Physical Space Occupied (MB): -
Logical Space Occupied (MB): 20,257.35

Best Regards

Robert


RTC on DB SSD disks

2015-07-24 Thread Robert Ouzen
Hello all

We are in process installing a new Storage V7000 from IBM in our organization.

Coming with the feature RTC ( Real time compression) , I wonder if for our new 
SSD for TSM DB , I can enable RTC on those Lun’s.

Any experience , suggestions ???  Will be appreciate …

TSM server version 7.1.1.200 on O.S windows 2008R2 64B

Best Regards

Robert


Moving DB , LOG , ARCHLOG

2015-07-22 Thread Robert Ouzen
Hello

I am in stage of moving my DB , Activelog and Archivelog from old storage to 
faster storage,   DB on SSD disks

I am wonder if I can do it in one step, meaning:


1.   Creating new volumes for DB on SSD lists, create a list on dbdir.file

2.   Create a new volume of 150G for  activelogas:  X:\tsmactlog

3.   Create a new volume of 400G for archivelog  as:  Y:\tsmarchlog

4.   On dsmserv.opt update those entries as:  ACTIVELOGDirectory
X:\tsmactlog


 ARCHLOGDirectory   Y:\tsmarchlog

5.   Run a full backup DB

6.   Halt the server

7.   Run dsmserv removedb  TSMDB1

8.   Run dsmserv restore DB todate=today on=dbdir.file

9.   Restart the server

10.   Move the archivelog from the old directory to the new directory as:

Xcopy /s  OLDDIRECTORY\*  Y:\tsmarchlog



Or need to do it in 3 steps ? (meaning 3 halt of server)



1.   ACTIVELOG  change in dsmserv.opt  , halt server and restart server

2.   ARCHIVELOG  change in dsmser.opt , halt server and restart server

3.   DB , backupdb  ,halt server , restore DB on=dbfile , restart server

TSM server version 7.1.1.200 on Windows 2008R2 64B

Best Regards

Robert Ouzen


TSM server V7.1.1.300

2015-07-07 Thread Robert Ouzen
Hello all

Consider to upgrade my TSM servers to version 7.1.1.300 , want to know if 
someone already did it  and have any issues ?

Best Regards

Robert Ouzen


Re: השב: [ADSM-L] Backup and res tore question

2015-06-17 Thread Robert Ouzen
Hello Erwann , Paul-Andre

You are completely correct -mode=incremental works only on a restore of:
restore image \\nasw\F$   F: -incremental –deletefiles 

NO on an -imagetofile !

Made a test today and works fine

Very appreciate your support ...

Best Regards

Robert  Ouzen

Haifa University
Israel

-Original Message-
From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of 
Paul-Andre Chasse
Sent: Wednesday, June 17, 2015 5:49 PM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: [ADSM-L] השב: [ADSM-L] Backup and res tore question

Hi Erwann,

I should have read the entire discussion before replying to you question.

Erwann is right, the -imagetofile option can restore only a full image backup.

A full image backup is a block by block copy of your disk partition.  An 
incremental image backup is a file backup of the files that had changed since 
the last full image backup.

When you ask to restore an image backup with the -incremental option, the TSM 
client starts by restoring the full image backup and after that it apply the 
changes needed by the subsequent incremental backups.

When you ask to restore an image backup to a file, TSM cannot reconstruct a new 
image from an image from a full image backup and files from subsequent 
incremental backups.  That would be too much complicated.

Regards,

Paul-André

__
*Paul-André Chassé*, B. Sc.
Analyste de l'informatique - Centre de calcul scientifique (John-S.-Bourque) 
Service des technologies de l'information Université de Sherbrooke

Tél. : 819 821-8000, poste 62582
Courriel : paul-andre.cha...@usherbrooke.ca


Le 2015-06-17 09:12, Robert Ouzen a écrit :
> Hi Erwann
>
> I am really lost..
> As sent in my previus message , in the test I did.After an backup 
> image (fulll) made a change on one file.
> And run a backup image F: -mode=incremental And so in the stat that 
> only one file was backup !
> So the option -mode=in remental is valid and respected the problem 
> after it when run ing a restore backup image got the source file and not the 
> changed file.
>
> Regards Robert
>
>
>
>
>
>
>
> נשלח מהטלפון הנייד של Samsung
>
>
>  הודעה מקורית 
> מאת: Erwann SIMON
> תאריך:06/17/2015 1:35 PM (GMT+02:00)
> אל: ADSM-L@VM.MARIST.EDU
> נושא: Re: [ADSM-L] Backup and restore question
>
> Hi Robert,
>
> I think that -incremental and –deletefiles are not available (or ignored) 
> with -imagetofile. It makes sense since -incremental would lead to a file 
> restore whereas -imagetofile leads to a bloc restore.
>
> You should note that –deletefiles is not availbale (or ignored) if 
> your backup has been done like you do : backup image F: 
> -mode=incremental
>
> --
> Best regards / Cordialement / مع تحياتي Erwann SIMON
>
> - Mail original -
> De: "Robert Ouzen" 
> À: ADSM-L@VM.MARIST.EDU
> Envoyé: Mercredi 17 Juin 2015 11:57:18
> Objet: Re: [ADSM-L] Backup and restore question
>
> Hello Ronald
>
> Make sense ….  But still
>
> I made today a little test
>
> 1.Run a backup image   F:  (Full)   (On it I have there a file test.txt 
> with content: “First full backup Image”)
>
> 2.  Edit this file test.txt and overwrite with “Incremental backup image”
>
> 3.: run a backup image F: -mode=incremental
>
> See  below the output (seems good)
>
> tsm> backup image f: -mode=incremental
>
> Total number of objects inspected:   16
> Total number of objects backed up:1
> Total number of objects updated:  0
> Total number of objects rebound:  0
> Total number of objects deleted:  0
> Total number of objects expired:  0
> Total number of objects failed:   0
> Total number of objects encrypted:0
> Total number of objects grew: 0
> Total number of retries:  0
> Total number of bytes inspected:  41.51 KB
> Total number of bytes transferred:  240  B
> Data transfer time:0.00 sec
> Network data transfer rate:0.00 KB/sec
> Aggregate data transfer rate:  0.03 KB/sec
> Objects compressed by:0%
> Total data reduction ratio:   99.44%
> Elapsed processing time:   00:00:07
>
> 4.  did an:   restore image F: E:\DiskF.iso –imagetofile  -incremental 
> –deletefiles
>
> 5.But on the file DiskF.iso I see on the test.txt file the content of: “First 
> full backup Image”  and not  “Incremental backup image”
>
> I know I missed something but I can’t figure WHAT ???
>
> Best Regards
>
> Robert
>
> From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf 
> 

השב: [ADSM-L] Backup and restore question

2015-06-17 Thread Robert Ouzen
Hi Erwann

I am really lost..
As sent in my previus message , in the test I did.After an backup image (fulll)
made a change on one file.
And run a backup image F: -mode=incremental
And so in the stat that only one file was backup !
So the option -mode=in remental is valid and respected
the problem after it when run ing a restore backup image got the source file 
and not the changed file.

Regards Robert







נשלח מהטלפון הנייד של Samsung


 הודעה מקורית 
מאת: Erwann SIMON
תאריך:06/17/2015 1:35 PM (GMT+02:00)
אל: ADSM-L@VM.MARIST.EDU
נושא: Re: [ADSM-L] Backup and restore question

Hi Robert,

I think that -incremental and –deletefiles are not available (or ignored) with 
-imagetofile. It makes sense since -incremental would lead to a file restore 
whereas -imagetofile leads to a bloc restore.

You should note that –deletefiles is not availbale (or ignored) if your backup 
has been done like you do : backup image F: -mode=incremental

--
Best regards / Cordialement / مع تحياتي
Erwann SIMON

- Mail original -
De: "Robert Ouzen" 
À: ADSM-L@VM.MARIST.EDU
Envoyé: Mercredi 17 Juin 2015 11:57:18
Objet: Re: [ADSM-L] Backup and restore question

Hello Ronald

Make sense ….  But still

I made today a little test

1.Run a backup image   F:  (Full)   (On it I have there a file test.txt 
with content: “First full backup Image”)

2.  Edit this file test.txt and overwrite with “Incremental backup image”

3.: run a backup image F: -mode=incremental

See  below the output (seems good)

tsm> backup image f: -mode=incremental

Total number of objects inspected:   16
Total number of objects backed up:1
Total number of objects updated:  0
Total number of objects rebound:  0
Total number of objects deleted:  0
Total number of objects expired:  0
Total number of objects failed:   0
Total number of objects encrypted:0
Total number of objects grew: 0
Total number of retries:  0
Total number of bytes inspected:  41.51 KB
Total number of bytes transferred:  240  B
Data transfer time:0.00 sec
Network data transfer rate:0.00 KB/sec
Aggregate data transfer rate:  0.03 KB/sec
Objects compressed by:0%
Total data reduction ratio:   99.44%
Elapsed processing time:   00:00:07

4.  did an:   restore image F: E:\DiskF.iso –imagetofile  -incremental 
–deletefiles

5.But on the file DiskF.iso I see on the test.txt file the content of: “First 
full backup Image”  and not  “Incremental backup image”

I know I missed something but I can’t figure WHAT ???

Best Regards

Robert

From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Ron 
Delaware
Sent: Wednesday, June 17, 2015 9:34 AM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: [ADSM-L] Backup and restore question

Robert,

You cannot perform a normal incremental once you have performed a full image, 
unless you have two separate nodes, one doing image backups and one doing file 
by file backups.  You can do incremental image backups but not an file by file 
incremental.



Best Regards,


Re: Backup and restore question

2015-06-17 Thread Robert Ouzen
Hello Ronald

Make sense ….  But still

I made today a little test

1.Run a backup image   F:  (Full)   (On it I have there a file test.txt 
with content: “First full backup Image”)

2.  Edit this file test.txt and overwrite with “Incremental backup image”

3.: run a backup image F: -mode=incremental

See  below the output (seems good)

tsm> backup image f: -mode=incremental

Total number of objects inspected:   16
Total number of objects backed up:1
Total number of objects updated:  0
Total number of objects rebound:  0
Total number of objects deleted:  0
Total number of objects expired:  0
Total number of objects failed:   0
Total number of objects encrypted:0
Total number of objects grew: 0
Total number of retries:  0
Total number of bytes inspected:  41.51 KB
Total number of bytes transferred:  240  B
Data transfer time:0.00 sec
Network data transfer rate:0.00 KB/sec
Aggregate data transfer rate:  0.03 KB/sec
Objects compressed by:0%
Total data reduction ratio:   99.44%
Elapsed processing time:   00:00:07

4.  did an:   restore image F: E:\DiskF.iso –imagetofile  -incremental 
–deletefiles

5.But on the file DiskF.iso I see on the test.txt file the content of: “First 
full backup Image”  and not  “Incremental backup image”

I know I missed something but I can’t figure WHAT ???

Best Regards

Robert

From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Ron 
Delaware
Sent: Wednesday, June 17, 2015 9:34 AM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: [ADSM-L] Backup and restore question

Robert,

You cannot perform a normal incremental once you have performed a full image, 
unless you have two separate nodes, one doing image backups and one doing file 
by file backups.  You can do incremental image backups but not an file by file 
incremental.



Best Regards,


Re: Backup and restore question

2015-06-16 Thread Robert Ouzen
Hello Erwann

I admit I am quite lost .

I run a regular incremental backup on disk F:   (first time , so like full 
backup)

As:   INC  F:  -su=yes

I run a full image backup of F: as:   backup image F:

But if I run after a backup image with  -mode=incremental got error:

tsm> backup image f:  -mode=incremental
ANS1813E Image Backup processing of '\\nasw\f$' finished with failures.

ANS1229E MODE=INCREMENTAL is not valid on 
\\?\GLOBALROOT\Device\HarddiskVolumeShadowCopy17. Image backup not processed.

I erased everything an made a test without doing a regular incremental backup 
of disk F as shown below:

tsm> backup image F:

Image backup of volume 'F:'

Total number of objects inspected:1
Total number of objects backed up:1
Total number of objects updated:  0
Total number of objects rebound:  0
Total number of objects deleted:  0
Total number of objects expired:  0
Total number of objects failed:   0
Total number of objects encrypted:0
Total number of objects grew: 0
Total number of retries:  0
Total number of bytes inspected:  19.99 GB
Total number of bytes transferred:86.41 MB
Data transfer time:4.00 sec
Network data transfer rate:   22,123.01 KB/sec
Aggregate data transfer rate: 13,869.33 KB/sec
Objects compressed by:0%
Total data reduction ratio:   99.58%
Elapsed processing time:   00:00:06
tsm> backup image F: -mode=incremental

Total number of objects inspected:   16
Total number of objects backed up:0
Total number of objects updated:  0
Total number of objects rebound:  0
Total number of objects deleted:  0
Total number of objects expired:  0
Total number of objects failed:   0
Total number of objects encrypted:0
Total number of objects grew: 0
Total number of retries:  0
Total number of bytes inspected:  41.56 KB
Total number of bytes transferred:0  B
Data transfer time:0.00 sec
Network data transfer rate:0.00 KB/sec
Aggregate data transfer rate:  0.00 KB/sec
Objects compressed by:0%
Total data reduction ratio:  100.00%
Elapsed processing time:   00:00:06
tsm>

Of course NO data in the -mode=incremental but NO error 

What is the correct sequence to have combination of regular incremental backup 
and iimage backup ??

Thanks again for the advice

Best Regards

Robert



-Original Message-
From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Erwann 
SIMON
Sent: Tuesday, June 16, 2015 11:26 AM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: [ADSM-L] Backup and restore question

Hello Robert,

The –deletefiles flag won't be an option if you don't run regular incremental 
backup which is able to mark deleted files as inactive.

The -mode=incremental flag uses incremental by date method that does not, so 
TSM DB is not aware of file deletion.

-- 
Best regards / Cordialement / مع تحياتي
Erwann SIMON

- Mail original -
De: "Robert Ouzen" 
À: ADSM-L@VM.MARIST.EDU
Envoyé: Lundi 15 Juin 2015 14:50:58
Objet: Re: [ADSM-L] Backup and restore question

Hello Erwann

I need a little bit more explanations.

 if I understand correctly ,I need to do;

 1. backup image E:
(full backup)
2. backup image E:  -mode=incremental   (only new files are backup 
, fast backup

I want to use (test) the restore with option imagetofile
 
Restore image E: F:\diskE.iso -imagetofile  -incremental –deletefiles

So NO need  for regular  incremental  backup  ???

T.I.A  Best Regards

Robert 
 

-Original Message-
From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Erwann 
SIMON
Sent: Sunday, June 14, 2015 10:18 AM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: [ADSM-L] Backup and restore question

Hello Robert,

Backup image is a full image done at block level. When specifiying 
mode=incremental, il a file level incremental that is done : only files having 
a modified date later than the previous backup image are backed up.

The -deletefiles flag when restoring an image backup is only to be used when 
backup of the same volume is done twice : block level (image backup) and file 
level (regular forever incremental).

See this excellent presentation (from slide 28) :
http://tsm-symposium.oucs.ox.ac.uk/2007/papers/Andy%20Raibeck%20-%20Potpourri%20du%20Backup.pdf

-- 
Best regards / Cordialement / مع تحياتي
Erwann SIMON

- Mail original -
De: "Robert Ouzen" 
À: ADSM-L@VM.MARIST.EDU
Envoyé: Dimanche 14 Juin 2015 04:47:33
Objet: [ADSM-L] Backup and restore question

Re: Backup and restore question

2015-06-15 Thread Robert Ouzen
Hello Erwann

I need a little bit more explanations.

 if I understand correctly ,I need to do;

 1. backup image E:
(full backup)
2. backup image E:  -mode=incremental   (only new files are backup 
, fast backup

I want to use (test) the restore with option imagetofile
 
Restore image E: F:\diskE.iso -imagetofile  -incremental –deletefiles

So NO need  for regular  incremental  backup  ???

T.I.A  Best Regards

Robert 
 

-Original Message-
From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Erwann 
SIMON
Sent: Sunday, June 14, 2015 10:18 AM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: [ADSM-L] Backup and restore question

Hello Robert,

Backup image is a full image done at block level. When specifiying 
mode=incremental, il a file level incremental that is done : only files having 
a modified date later than the previous backup image are backed up.

The -deletefiles flag when restoring an image backup is only to be used when 
backup of the same volume is done twice : block level (image backup) and file 
level (regular forever incremental).

See this excellent presentation (from slide 28) :
http://tsm-symposium.oucs.ox.ac.uk/2007/papers/Andy%20Raibeck%20-%20Potpourri%20du%20Backup.pdf

-- 
Best regards / Cordialement / مع تحياتي
Erwann SIMON

- Mail original -
De: "Robert Ouzen" 
À: ADSM-L@VM.MARIST.EDU
Envoyé: Dimanche 14 Juin 2015 04:47:33
Objet: [ADSM-L] Backup and restore question

Hi to all

Question for people using BACKUP AND RESTORE IMAGE

I have a Windows client  with millions of files and I am thinking of using 
backup image on it.

Some questions ,  after the first backup image of disk E:  (full Image) as :  
backup image E:

In the documentation I can use after it and incremental backup image as:  
backup image E:   -mode=incrementalCORRECT ?

Of course the content of disk E: will change, files will be added and deleted.

So the correct syntax for restoring the image will be:Restore image  E:   
X:   -incremental–deletefiles

Any advice will be appreciate

Best Regards

Robert Ouzen

Haifa University


Re: Backup and restore question

2015-06-14 Thread Robert Ouzen
Hello Erwann

Thank's a lot for the input

Best Regard  / תודה

Robert Ouzen

-Original Message-
From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Erwann 
SIMON
Sent: Sunday, June 14, 2015 10:18 AM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: [ADSM-L] Backup and restore question

Hello Robert,

Backup image is a full image done at block level. When specifiying 
mode=incremental, il a file level incremental that is done : only files having 
a modified date later than the previous backup image are backed up.

The -deletefiles flag when restoring an image backup is only to be used when 
backup of the same volume is done twice : block level (image backup) and file 
level (regular forever incremental).

See this excellent presentation (from slide 28) :
http://tsm-symposium.oucs.ox.ac.uk/2007/papers/Andy%20Raibeck%20-%20Potpourri%20du%20Backup.pdf

-- 
Best regards / Cordialement / مع تحياتي
Erwann SIMON

- Mail original -
De: "Robert Ouzen" 
À: ADSM-L@VM.MARIST.EDU
Envoyé: Dimanche 14 Juin 2015 04:47:33
Objet: [ADSM-L] Backup and restore question

Hi to all

Question for people using BACKUP AND RESTORE IMAGE

I have a Windows client  with millions of files and I am thinking of using 
backup image on it.

Some questions ,  after the first backup image of disk E:  (full Image) as :  
backup image E:

In the documentation I can use after it and incremental backup image as:  
backup image E:   -mode=incrementalCORRECT ?

Of course the content of disk E: will change, files will be added and deleted.

So the correct syntax for restoring the image will be:Restore image  E:   
X:   -incremental–deletefiles

Any advice will be appreciate

Best Regards

Robert Ouzen

Haifa University


Mountpoints configuration

2015-06-13 Thread Robert Ouzen
Hi to all

I have a question about using mountpoints drive instead of specific drives for 
TSM DB in Windows server environment .

For years used several letters configuring my DB space.

Meaning for 800GB DB , I configured 4 drives as:


? E:\DB01  (200GB)

? F:\DB02  (200GB)

? G:\DB03 (200GB)

? H:\DB04 (200GB)

But now I am short of letters on my Widows server , so thinking of using 
mountpoints instead as:

Adding 800GB to the Windows server with letter W:

On it doing the process of mountpoints as:


? W:\DB01

? W:\DB02

? W:\DB03

? W:\DB04

And last step doing a:dsmserv restore db todate=today on=dbdir.file

When on dbdir.file I have the list :


? W:\DB01

? W:\DB02

? W:\DB03

? W:\DB04

Anybody have experience with this kind of configuration , impact on performance 
etc etc …

T.I.A, Best Regards

Robert Ouzen


Backup and restore question

2015-06-13 Thread Robert Ouzen
Hi to all

Question for people using BACKUP AND RESTORE IMAGE

I have a Windows client  with millions of files and I am thinking of using 
backup image on it.

Some questions ,  after the first backup image of disk E:  (full Image) as :  
backup image E:

In the documentation I can use after it and incremental backup image as:  
backup image E:   -mode=incrementalCORRECT ?

Of course the content of disk E: will change, files will be added and deleted.

So the correct syntax for restoring the image will be:Restore image  E:   
X:   -incremental–deletefiles

Any advice will be appreciate

Best Regards

Robert Ouzen

Haifa University


TSM VE report

2015-05-20 Thread Robert Ouzen
Hello to all


In TSM VE V7.1.2 I have a strange output on:   Report --- Datacenter Occupancy

Got on Occupancy field :  22.85GB

I don’t quite understand this parameter   ??

Did a query :   q audito   haiafa_datacenter  f=s

   Node Name: HAIFA_DATACENTER
Backup Storage Used (MB): 12,529,351.00
   Backup Storage Used In Copy Pool (MB): 0.00
   Archive Storage Used (MB): 0.00
  Archive Storage Used In Copy Pool (MB): 0.00
 Space-Managed Storage Used (MB): 0.00
Space-Managed Storage Used In Copy Pool (MB): 0.00
 Total Storage Used (MB): 12,529,351.00
 Backup Storage Used In Active Pool (MB): 0.00

Any explanation ??

Best Regards

Robert Ouzen
Haifa University
Israel


ARCHLOG question

2015-05-17 Thread Robert Ouzen
Hi to All

Fast question, want to increase my ARCHLOG from 200GB to 400GB , can I do it on 
the fly meaning without halting the Tsm server

TSM server Windows 2008R2 64B
TSM server version 7.1.1.100
TSM client 7.1.2.0

Best Regards Robert


השב: [ADSM-L] the usual trouble backing up invalid file names 6.4.2 client on ubuntu

2015-04-29 Thread Robert Ouzen
Try LC_CTYPE=en_US also
Robert Ouzen
Haifa Universty


נשלח מהטלפון הנייד של Samsung


 הודעה מקורית 
מאת: "Lee, Gary"
תאריך:29/04/2015 17:33 (GMT+02:00)
אל: ADSM-L@VM.MARIST.EDU
נושא: [ADSM-L] the usual trouble backing up invalid file names 6.4.2 client on 
ubuntu

Using the client acceptor on a Ubuntu system.

In the dsmcad script, I am exporting

LANG=en_US

As specified in the manual, but still getting  ans4042e messages about 
unrecognized characters in the file name.

This is an ongoing problem on both redhat and Ubuntu systems that I have not 
been able to solve.

Where from here?


VM application protection question

2015-04-15 Thread Robert Ouzen
Hi to all

I have TSM for VE install V7.1.1.100 and have some VM ‘s with SQL Server2008.

I add in the appropriate dsm.opt the line:

INCLUDE.VMTSMVSS  websrv01

In the past when checking as:Q VM websrv01 –detail

Got: Application protection type: TSM VSS
 Application(s) protected: MS SQL 2008

Now when I type : Q VM websrv01 –detail

Got:  tsm> Q vm websrv01 -detail
Query Virtual Machine for Full VM backup

#  Backup Date   Mgmt Class  Size Type   A/I Virtual Machine
---  ---  --  ---  -- --- ---
  1  04/08/2015 02:02:24  MGDEDUP   340.64 GB  IFINCR  A  websrv01
The size of this incremental backup: 5.57 GB
The number of incremental backups since last full: 1
The amount of extra data: 1
The TSM objects fragmentation: 2
Backup is represented by: 2753 TSM objects
Application protection type: VMware
Disk[1]Label:   Hard Disk 5
Disk[1]Name:[vnx-sata-1T-1] 
websrv01.haifa.edu/websrv01.haifa.edu_4-02.vmdk
Disk[1]Status:  Skipped: User
Disk[2]Label:   Hard Disk 1
Disk[2]Name:[vnx-sata-1T-1] 
websrv01.haifa.edu/websrv01.haifa.edu-01.vmdk
Disk[2]Status:  Protected
Disk[3]Label:   Hard Disk 2
Disk[3]Name:[vnx-sata-1T-1] 
websrv01.haifa.edu/websrv01.haifa.edu_1-01.vmdk
Disk[3]Status:  Protected
Disk[4]Label:   Hard Disk 3
Disk[4]Name:[vnx-sata-1T-1] 
websrv01.haifa.edu/websrv01.haifa.edu_2-01.vmdk
Disk[4]Status:  Protected
Disk[5]Label:   Hard Disk 4
Disk[5]Name:[vnx-sata-1T-1] 
websrv01.haifa.edu/websrv01.haifa.edu_3-01.vmdk
Disk[5]Status:  Protected
Disk[6]Label:   Hard Disk 6
Disk[6]Name:[vnx2_Vcloud_Gadi_197] websrv01/websrv01-01.vmdk
Disk[6]Status:  Protected
-
All averages are calculated only for incremental forever backups 
displayed above.
The average size of incremental backup: 5.57 GB
The average number of incremental backups since last full: 1
The average overhead of extra data: 1
The average TSM objects fragmentation: 2
The average number of TSM objects per backup: 2753

In Application protection type got: VMware ?

How can I double check if this VM is protected MS SQL 2008 

Best Regards

Robert


Re: So long, and thank you...

2015-04-05 Thread Robert Ouzen
Dear Wanda

I just can approve with all the previous messages and felicitations for your 
great support and work !!!

>From  me too,  a huge THANK YOU and enjoy your retirement

Best Regards

Robert Ouzen
Haifa University
Israel 

-Original Message-
From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of 
Gergana V Markova
Sent: Saturday, April 04, 2015 12:54 AM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: [ADSM-L] So long, and thank you...

Dear Wanda,
TSM will not be what it is today without you!
Thank you for your absolutely constructive insights, sharing your knowledge 
with the ADSM community and our development team, and keeping us all on our 
toes to get it~ how things work, focus on what is coming next and make things 
happen NOW. Asking WHY and WHY not has been quite powerful coming from you.. !
You have put your clear mark to the TSM family will miss you greatly!

THANK YOU, THANK YOU, THANK YOU!! Enjoy your retirement :)

Regards/Pozdravi, Gergana

| |  ~\\  !  //~
| |   ( ( 'o . o' ) )Imagination can change the equation . .
| |(  w  )
| |  Gergana V Markova   gmark...@us.ibm.com
| | (+1 US) 520 799 5716T/L 321-5716
| |  IBM CTO Storage Office

''o' 'Check the awesome TSM OC Live Demo on Service Engage!
https://www.ibmserviceengage.com/on-premises-solutions



From:   "Mitchell, Ruth Slovik" 
To: ADSM-L@VM.MARIST.EDU
Date:   04/03/2015 02:46 PM
Subject:Re: [ADSM-L] So long, and thank you...
Sent by:"ADSM: Dist Stor Manager" 



Wanda,

This list wouldn't be what it is today without your perceptive, intelligent, 
good-natured input. So many of us have benefitted from your wisdom over the 
years.

I, for one, shall miss you. Wishing you the very best in your retirement!

Ruth
U of Illinois, Urbana, IL.

-Original Message-
From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of 
Prather, Wanda
Sent: Friday, April 03, 2015 4:10 PM
To: ADSM-L@VM.MARIST.EDU
Subject: [ADSM-L] So long, and thank you...

This is my last day at ICF, and the first day of my retirement!

I'm moving on to the next non-IT-support chapter in life.


I can't speak highly enough of the people who give of their time and expertise 
on this list.

I've learned most of what I know about TSM here.


You all are an amazing group, and it has been a  wonderful experience in 
world-wide collaboration.


Thank you all!


Best wishes,

Wanda


DB and ACTIVELOG relocation question

2015-03-23 Thread Robert Ouzen
Hello

Another question about this , is if I need before the dsmserv restore db 
command to do:

dsmserv removedb TSMDB1   ?

Best Regards

Robert

Hello to all

TSM server version 7.1.1.100

I wonder if I can relocate my DB and  ACTIVELOG in the same step .


?  In dsmserv.opt  change   ACTIVELOGDirectoryH:\tsmlog   (NEW 
location)

?  dsmserv restore db todate=today on=dbdir.file   
(dbdir.file   NEW location)

OR need to do it in two steps ?

Best Regards

Robert


DB and ACTIVELOG relocation question

2015-03-23 Thread Robert Ouzen
Hello to all

TSM server version 7.1.1.100

I wonder if I can relocate my DB and  ACTIVELOG in the same step .


?  In dsmserv.opt  change   ACTIVELOGDirectoryH:\tsmlog   (NEW 
location)

?  dsmserv restore db todate=today on=dbdir.file   
(dbdir.file   NEW location)

OR need to do it in two steps ?

Best Regards

Robert


Increase performance with SSD disls

2015-03-10 Thread Robert Ouzen
Hi to all

To increase performance on my  TSM servers 7.1.1.0 , I think to install my 
databases on SSD disks.

I have some questions:


Þ Will be more efficient to put  the active log  too on the SSD disks

Þ Can I move  in the same step the database and the active log as:

o   On dsmserv.opt  change the activelogdir  to the new path for SSD disk   
(before I un the restore db)

o   dsmserv restore db todate=today on=dbdir.file(on dbdir.file the new 
path for SSD disks)
Best Regards

Robert


SET REPLRECOVERDAMAGED question

2015-03-03 Thread Robert Ouzen
Hi to all

In TSM Version 7.1.1+ there is a new feature called  SET REPLRECOVERDAMAGED

To use it need to be ON with the command:  SET REPLRECOVERDAMAGED  ON

Here the help below but don’t understand what is the default  YES or NO ?  
During a replicate node.

RECOVERDamaged--=--+-Yes--
+-No---
+-Only-

RECOVERDamaged
   Specifies whether a recovery process is started on a targetreplication 
server after the node replication process is completed.
   This parameter is optional, and it overrides any value that youspecified 
for the RECOVERDamaged parameter when you defined or  updated a node. You can 
specify one of the following values:

   Yes
  Specifies that a replication process is started to recover damaged  
files, but only if the setting for the REPLRECOVERDAMAGED system
  parameter is ON. If the setting is OFF, damaged files are not  recovered.

   No
  Specifies that damaged files are not recovered.

   Only
  Specifies that a replication process is started for the sole purpose of 
recovering damaged files, but only if the setting for
  the REPLRECOVERDAMAGED system parameter is ON. If the setting is   
OFF, damaged files are not recovered, and you receive a  notification that 
recovery was not started.

Best Regards


Robert Ouzen
Haifa University
Israel


TSM VE question

2015-02-25 Thread Robert Ouzen
Hi o all

I  am backing my VMware   environment with TSM for VE 7.1.1.0.  I  have two 
data movers VMPROXY and VMPROXY2 .

My configuration is as:


· CLDVCENTER

o   VMCLI

§  MYSITE_DATACENTER

· LOC_MP_WIN / LOC_MP_LNX

o   VMPROXY

o   VMPROXY2
Every time I access thru one of my data mover I see in the actlog this entry:

02/25/2015 11:30:03  ANR1639I Attributes changed for node VMCLI: TCP Name 
from   VMPROXY2 to VMPROXY, TCP Address from XXX.XX.XX.XX to
  YYY.YY.YY.YY, GUID from xx.xx.xx.xx.xx.xx.xx.xx.xx to 
yy.yy.yy.yy.yy.yy.yy.yy.yy (SESSION: 109625)

I wonder if is the correct configuration (by the way it’s working well) or need 
another VMCLI  

Best Regards

Robert


TSM for VE question

2015-02-09 Thread Robert Ouzen
Hi to all

I wondering what will be the most efficient configuration to backup  only disk1 
for virtual machines on my VMware environment.

I have around 250 machines for now and for at least 200 machines need to  
backup only disk1.

I am searching for a better solution that to add for each machine the line in 
dsm.opt:

INCLUDE.VMDISK VMmachine "Hard Disk 1"

Work with TSM for VE 7.1.1.0

Best Regards

Robert


Deuplocation Client side with 7.1.1.0

2015-01-26 Thread Robert Ouzen
Hello

I am wondering if anyone use DEDUPLICATON from the client side with TSM version 
7.1.1.0 and Client version 7.1.+.   On server side option for nodename is  
deduplication=clientorserver

With new features on the client side as:  enablededupcache  yes  / 
dedupcachepath  ….  / dedupcachesize

The option for dedupcachesize have a range to 2048 MB  (default 256)

Any feedback as slowdown very much the backup  ? CPU ?  Paremeter for 
dedupcachesize ?

Any tips will be appreciated ..

Best Regards

Robert Ouzen


Tsm for VE restore question

2014-12-27 Thread Robert Ouzen
Hi

I am doing a backup of my VMware environment with TSM for VE 7.1.1.0 on a TSM 
server 7.1.1.0.

I am wondering thru the GUI of TSm for VE how to restore for a VM machine only 
one disk Hard Disk 1  ( this VM machine have 4 disks)   

Or only can be done from the command line as:

restore vm "vmmachine:vmdk=Hard Disk 1 " -vmname="vmmachine" 
-datacenter="datacentername " -host="localhost" -datastore="localstore"

Best Regards

Robert Ouzen


Re: 7.1.1 Documentaion

2014-11-13 Thread Robert Ouzen
Hi Ann

Thanks 

Best Regards

Robert Ouzen
Haifa University
Israel


-Original Message-
From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Ann 
Brett
Sent: Thursday, November 13, 2014 12:33 PM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: [ADSM-L] 7.1.1 Documentaion

Hi Robert,

The Tivoli Storage Manager documentation can be found at 
http://www-01.ibm.com/support/knowledgecenter/SSGSG7_7.1.1/com.ibm.itsm.tsm.doc/welcome.html

Regards,
Ann

Ann Brett
Information Developer
IBM Software | Cloud & Smarter Infrastructure

Building 5300, Airport Business Park, Cork, Ireland

Office: +353 21 7506177
Email:  brett...@ie.ibm.com




From:   Robert Ouzen 
To: ADSM-L@VM.MARIST.EDU
Date:   11/13/2014 10:22 AM
Subject:[ADSM-L] 7.1.1 Documentaion
Sent by:"ADSM: Dist Stor Manager" 



Hi to all

Anybody have a link of the last documentation 7.1.1 ?

T.I.A

Robert


7.1.1 Documentaion

2014-11-13 Thread Robert Ouzen
Hi to all

Anybody have a link of the last documentation 7.1.1 ?

T.I.A

Robert


Re: VMCLI question

2014-11-10 Thread Robert Ouzen
Hello Stefan

Thanks for the info  make sense

Best Regards

Robert 

-Original Message-
From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Stefan 
Bender
Sent: Monday, November 10, 2014 11:29 AM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: [ADSM-L] VMCLI question

Hi Robert,
looks like you are using two TDP VMware  GUIs. For the same vCenter I would 
expect that this is only one GUI and that this single GUI instance is working 
with all your data mover nodes. 
Here is an overview of the node setup: 
http://www.ibm.com/support/knowledgecenter/SS8TDQ_7.1.1/com.ibm.itsm.ve.doc/c_ve_overview_tsmnode.html?lang=en
For one vCenter the TDP VMware client can only work with one VMCLI node on TSM. 

When you initially set the password of that VMCLI node on one system (proxy1), 
the vmcli executable is connecting to TSM, authenticating and generating a new 
password. 
If you now connect from an other system (proxy2) using the same VMCLI node to 
TSM, it will fail. Resetting the password and connecting to TSM will result in 
a new password, which is different from the one on the previous system 
(proxy1). 

In your case it looks to me as if you should run the GUI on the first system 
(proxy1) and use the second system for the data mover, only. 

Mit freundlichen Grüßen / best regards

Stefan Bender

Hechtsheimer Strasse 2 / 55131 Mainz / Germany IBM Software Group, Tivoli 
Software Development  "Tivoli Storage Manager" 
Tel. ++49-6131-846989 or ++49-7034-643-2773 / Fax. ++49-06131 -84-2520 /
email: stefan.ben...@de.ibm.com
--
IBM Deutschland Research & Development GmbH / Vorsitzende des
Aufsichtsrats: Martina Koederitz
Geschäftsführung: Dirk Wittkopp
Sitz der Gesellschaft: Böblingen / Registergericht: Amtsgericht Stuttgart, HRB 
243294 



From:   Robert Ouzen 
To: ADSM-L@VM.MARIST.EDU
Date:   11/07/2014 18:36
Subject:[ADSM-L] VMCLI question
Sent by:"ADSM: Dist Stor Manager" 



Hi to all

Again another question about TSM for VE 7.1.1.0. Two datamover nodes
vmproxy1 , vmproxy2.

Backups , restores works fine ?

But strange can only reach the TSM VE gui only one by one meaning after a 
success login to the first one as: 
https://vmproxy1_address:9081/TsmVMwareUI/

Trying to reach the second one as:   
https://vmproy2_address:9081/TsmVMwareUI/  got this error:

GVM0025I Successfully determined which product or products installed.
GVM0021I A connecton with the vCenter server has been established.
GVM0022E The VMCLI inquire configuration command failed, the following messages 
describe the error.
ANS0282E (RC168) Pasword file is not available. NODE=VMCLI, Asnode=(null)

From the Edit Configuration gui done a Reset VMCLI node and it?s work but then 
the first TSM VE datamover gui (vmproxy1) give me now this error. Do the 
previous step and now this datamover gui is working but neutralize the second , 
and vice versa ?.

Did it a possibility to run both of them without every time the need of 
Resetting the VMCLI node ?

Best Regards

Robert Ouzen


VMCLI question

2014-11-07 Thread Robert Ouzen
Hi to all

Again another question about TSM for VE 7.1.1.0. Two datamover nodes vmproxy1 , 
vmproxy2.

Backups , restores works fine …

But strange can only reach the TSM VE gui only one by one meaning after a 
success login to the first one as: https://vmproxy1_address:9081/TsmVMwareUI/

Trying to reach the second one as:   https://vmproy2_address:9081/TsmVMwareUI/  
got this error:

GVM0025I Successfully determined which product or products installed.
GVM0021I A connecton with the vCenter server has been established.
GVM0022E The VMCLI inquire configuration command failed, the following messages 
describe the error.
ANS0282E (RC168) Pasword file is not available. NODE=VMCLI, Asnode=(null)

>From the Edit Configuration gui done a Reset VMCLI node and it’s work but then 
>the first TSM VE datamover gui (vmproxy1) give me now this error. Do the 
>previous step and now this datamover gui is working but neutralize the second 
>, and vice versa ….

Did it a possibility to run both of them without every time the need of 
Resetting the VMCLI node ?

Best Regards

Robert Ouzen


TSM for VE question

2014-11-06 Thread Robert Ouzen
Hi to all

Using TSM for VE 7.1.1 to back up our VMware environment , using for now two 
virtual proxy machine, datamover node (vmprox1 vmproxy2). I configure the 
schedulers thru TSM for VMware UI gui.

Some VM’s are scheduled thru vmproxy1 and some VM’s are scheduled thru vmproxy2 
. I tried to figure out how I can get a report to know  from which datamover 
node the scheduler (VM’S) program is , maybe script ?

Best Regards

Robert


Re: Rename aFilesystem name for a VM machine

2014-10-23 Thread Robert Ouzen
Hi Stefan

Absolutely  correct !

For now run the command with force=yes

I found too , a fix patch for the TSM server about it

Thanks

Robert Ouzen

Haifa University
Israel

-Original Message-
From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Stefan 
Bender
Sent: Thursday, October 23, 2014 1:19 PM
To: ADSM-L@VM.MARIST.EDU

Subject: Re: [ADSM-L] Rename aFilesystem name for a VM machine

Hello Robert,
the behavior of the TSM server was changed as we received PMRs from users not 
being able to access their VM backups after such renames. 
Thus with APAR IC92869 (
https://www-304.ibm.com/support/entdocview.wss?uid=swg1IC92869) the ability to 
rename file spaces of VM backups was disabled. 

What is the reason, why you rename the file space? Is the original VM disposed 
and you want to mark this deletion in the file space name by renaming it? 
So do you want to keep the file space as inactive until you finally delete it? 
In that case you may use the "FORCE=YES" option together with the rename file 
space command. This will bring back the old behavior of the command. 

However
- once a file space is renamed it will no longer show up when you look for 
existing backups in the VE GUI
- If you want to rename the file space because the VM was renamed, you will not 
be able to access any old backup under the new name. You will have a mixture of 
accessible and inaccessible backups within one file space. 
- Once renamed you have to rename the file space back to the original name, if 
you want to access VM backups. 

I hope that helps. 

Mit freundlichen Grüßen / best regards

Stefan Bender

IBM Software Group, Tivoli Software Development  "Tivoli Storage Manager" 
--
IBM Deutschland Research & Development GmbH / Vorsitzende des
Aufsichtsrats: Martina Koederitz
Geschäftsführung: Dirk Wittkopp
Sitz der Gesellschaft: Böblingen / Registergericht: Amtsgericht Stuttgart, HRB 
243294 



From:   Robert Ouzen 
To: ADSM-L@VM.MARIST.EDU
Date:   10/23/2014 11:23
Subject:[ADSM-L] Rename aFilesystem name for a VM machine
Sent by:"ADSM: Dist Stor Manager" 



Hello

Tried to rename a filespace of a VM machine backuped with TSM for VE 7.1.1 on a 
TSM server version 7.1.1

The datacenter node name is:  HAIFA_DATACENTER

Doing  a query as:  q fi   HAIFA_DATACENTER   (here the output)

Node NameFilespace Name   FSIDPlatform 
Filespace Type   Is Filespace Unicode   Capacity Pct 
Util
--- -    
--   -- -- 
   --- --
HAIFA_DATACENTER \VMFULL-mdb2106  TDP VMware API:TSMVM 
 No0 KB 0.0


Did the command: ren fi   HAIFA_DATACENTER   \VMFULL-mdb2 
\VMFULL-mdb2_OLD

But got this error !

ANR1998E RENAME FILESPACE: Invalid value for current_file_space_name parameter 
- \VMFULL-mdb2.

I did it so many times but this is the first time for a VM machine !

Any help   

Regards Robert


Rename aFilesystem name for a VM machine

2014-10-23 Thread Robert Ouzen
Hello

Tried to rename a filespace of a VM machine backuped with TSM for VE 7.1.1 on a 
TSM server version 7.1.1

The datacenter node name is:  HAIFA_DATACENTER

Doing  a query as:  q fi   HAIFA_DATACENTER   (here the output)

Node NameFilespace Name   FSIDPlatform  
   Filespace Type   Is Filespace Unicode   Capacity   Pct Util
--- -   
--   -- --  
  --- --
HAIFA_DATACENTER \VMFULL-mdb2106  TDP VMware API:TSMVM  
No0 KB0.0


Did the command: ren fi   HAIFA_DATACENTER   \VMFULL-mdb2
\VMFULL-mdb2_OLD

But got this error !

ANR1998E RENAME FILESPACE: Invalid value for current_file_space_name parameter 
- \VMFULL-mdb2.

I did it so many times but this is the first time for a VM machine !

Any help   

Regards Robert


Re: Antwort: [ADSM-L] Tivoli Storage Manager Client Management Services feature

2014-10-18 Thread Robert Ouzen
Hi Rob Jose

Thank for the info

About 2. I check my dsmerror.log and dsmsched.log are in format time of 
MM-dd-

I check the file client-configuration.xml and the format there was dd-MM- . 
I change it to MM-dd- , stop and start the service but still no output !

The other information in this file are correct.

Abou3t 3. Don’t quite undertstand about zone aest of UTC , I am working at 
Israel !

Best Regards

Robert

Hi Robert
You did not miss anything, this is the purpose of the CMS.  Here are some
things for you to verify:

1. That you have errors in your log file that are 72 hours or younger
2. That the client-configuration.xml file is configured correctly. The
things to verify are the node, tsmServer, port, logPath, and dateTimeFormat
(this one is very important, make sure it matches the date time format that
the error log has).
3.  There is a known defect where CMS doe not work when run from a time
zone east of UTC.  Please contact support if you have that situation and
they can get the fix to you.
4. If none of these issues work, please email me the
client-configuration.xml and error logs and I will try to debug the issue.

Rob Jose
TSM OC UI Developer

"ADSM: Dist Stor Manager"  wrote on 10/17/2014
08:39:29:

> From: Robert Ouzen 
> To: ADSM-L@VM.MARIST.EDU
> Date: 10/17/2014 08:41
> Subject: [ADSM-L] Tivoli Storage Manager Client Management Services
feature
> Sent by: "ADSM: Dist Stor Manager" 
>
> Hello
>
> I today installed on one of my client the “7.1.1.000-TIV-TSMCMS-
> Windows64.exe” , when the installation finished I saw in the
> services the new service name:
>
> « Tivoli Storage Manager Client Management Services »  in status
> Started an Automatic.
>
> When from my Operations Center version 7.1.1.0 I load  Diagnosis
> under the section Clients I got always:
>
> “There are no recommendations available. For more information, see
> the Tivoli Storage Manager Documentation.”
>
> On the below part of the window, client Logs show nothing.
>
> Don’t quite understand the purpose , I think I missed something . I
> though with this utility I can review logs without logging to the
> system as with TSMmanager.
>
> Anybody test it and advise …
>
> Best Regards
>
> Robert Ouzen


Tivoli Storage Manager Client Management Services feature

2014-10-17 Thread Robert Ouzen
Hello

I today installed on one of my client the “7.1.1.000-TIV-TSMCMS-Windows64.exe” 
, when the installation finished I saw in the services the new service name:

« Tivoli Storage Manager Client Management Services »  in status Started an 
Automatic.

When from my Operations Center version 7.1.1.0 I load  Diagnosis  under the 
section Clients I got always:

“There are no recommendations available. For more information, see the Tivoli 
Storage Manager Documentation.”

On the below part of the window, client Logs show nothing.

Don’t quite understand the purpose , I think I missed something . I though with 
this utility I can review logs without logging to the system as with TSMmanager.

Anybody test it and advise …

Best Regards

Robert Ouzen


AT Risk nodes in O.C 7.1.1

2014-10-12 Thread Robert Ouzen
Hi to all

It’s a new feature in O.C call node at risk with three values:


· Default Interval

· Bypass

· Custom

I created script to isolate nodes for bypass and custom value but no success 
for Default interval.

The option parameter is ATRISK_TYPE for them are  on a select command as:


· Default internal  no value (blank)

· Bypass   0

· Custom  1

I tried all the possible combination I know but impossible to get the nodes 
with Default Interval.

Script for bypass as:  select node_name as "Bypass Nodes at Risk" from 
nodes where ATRISK_TYPE=0 order by 1

Script for custom as: select node_name as "Custom Nodes at Risk", 
ATRISK_INTERVAL as "Interval Risk in Hours" from nodes where ATRISK_TYPE=1

Tried for default but wrong output:select node_name as "Default Nodes at 
Risk" , ATRISK_INTERVAL as "Interval Risk" , ATRISK_TYPE from nodes where  
ATRISK_TYPE <> '0' or  ATRISK_TYPE <> '1'
   
select node_name as "Default Nodes at Risk" , ATRISK_INTERVAL as "Interval Risk 
i" , ATRISK_TYPE from nodes where  ATRISK_TYPE  not like ('%%0%%') or 
ATRISK_TYPE not like ('%%1%%')

Best Regards

Robert


Exchange DAG question

2014-10-12 Thread Robert Ouzen
Hi to all

I have an environment for my Exchange as:


· 2 servers with exchange 2010

· O.S Windows 2008R2 64B

· TSM client version  7.1.1

· TSM TDP for exchange version  7.1.0

· TSM server version 7.1.1

I backup those exchange server with DAG configuration  ( only one filesystem) 
with the configuration of proxy as:

Target Node Agent Node
--- -
EXCHSRVAN_DBEXCHSRVA
EXCHSRVBN_DBEXCHSRVB
DAG_EXCHANGEEXCHSRVA EXCHSRVAN_DB EXCHSRVB EXCHSRVBN_DB

All the databases’ are configure on each server as half active and passive and 
vice versa.

I run every day 3 logs backups and one a week a full backup for each server 
with those commands:

Logs:

start /B tdpexcc backup * incr /MIN=60  /EXCLUDEDAGPASsive /SKIPINTEGRITYCHECK 
/tsmoptfile=dsm.opt  /DAGNODE=DAG_EXCHANGE  /logfile=excsch.log >> excincr.log

Full:

start /B tdpexcc backup * full /MIN=60 /EXCLUDEDAGPASsive /SKIPINTEGRITYCHECK 
/tsmoptfile=dsm.opt  /DAGNODE=DAG_EXCHANGE   /logfile=excsch.log >> excfull.log


I understand via documentation that  DP/Exchange does not actually truncate the 
logs, the Exchange Server does the actual truncation.

When a DP/Exchange backup completes successfully, it will tell the Exchange 
Server that it has stored the backup and that it can truncate the logs.

At that point, the Exchange Server decides on the appropriate time to truncate 
the logs.



So if one or more of my DB log  got full I need first to increase the space on 
each server  and only after it to run a log or full backup of this specific DB  
to clean the logs?



It’s a parameter /PREFERDAGPAS that I don’t quite understand the purpose and if 
I need it on the commands ? Any other suggestions will be appreciate too.



Best Regards



Robert Ouzen


TSM Replication 7.1.1 question about environment.

2014-10-05 Thread Robert Ouzen
Hi to all

I am in phase of running TSM for Replication for my two backup servers, both of 
them in version 7.1.1 with O.S Windows2008R2 64B  E5530 @ 2.40GHz (2 Processors)

When I tested it,  my replicate server was to a Windows2008R2 64bB with 64GB 
memory.

Now for production I am wondering what will be the correct environment to do it 
, your input guys who are already doing it will be really appreciate.

O.S using ? How many core ? Memory ? etc etc ….

Only critical nodes at stage one will be replicate using different policies as 
version 7.1.1 allow it.

T.I.A and best regards

Robert


Re: Vsphere Web Client again

2014-09-19 Thread Robert Ouzen
Hi Del

Now make  sense !

I will check with our VMware team after the weekend

Thanks al lot

Robert

-Original Message-
From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Del 
Hoobler
Sent: Friday, September 19, 2014 7:30 PM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: [ADSM-L] Vsphere Web Client again

You need to be on the machine where the vSphere web client software is 
installed, not where DP for VMWare is installed (unless you put it on the same 
machine, which does not seem to be the case.)

If you cannot find the directory, you are looking on the wrong machine.

Also, I left log directory out of the path, i.e. log is in

C:\ProgramData\VMware\vSphere Web Client\serviceability\logs


Thank you,

Del



"ADSM: Dist Stor Manager"  wrote on 09/19/2014
11:21:16 AM:

> From: Robert Ouzen 
> To: ADSM-L@VM.MARIST.EDU
> Date: 09/19/2014 11:23 AM
> Subject: Re: Vsphere Web Client again
> Sent by: "ADSM: Dist Stor Manager" 
>
> Hi Del
>
>
> Didn't find the directory   C:\ProgramData/Vmware/vSphere Web
Client/
>
> Did a search for   vsphere_client_virgo.log   without success
>
> But what is strange a login to my other Data Mover (for another
> VCENTER) where the installation works . I see in this vSphere WEB 
> Client the IBM Data Protection
>
> And there to I didn't find the folder  C:\ProgramData/Vmware/vSphere 
> Web Client/
>
> Regards
>
> Robert
>
>
>
>
>
> -Original Message-
> From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf 
> Of Del Hoobler
> Sent: Friday, September 19, 2014 5:26 PM
> To: ADSM-L@VM.MARIST.EDU
> Subject: Re: [ADSM-L] Vsphere Web Client again
>
>
>
> Hi Robert,
>
>
>
>
>
> Since registered, we need to determine why the web client is not using 
> the package. The check procedure is as follows:
>
>
>
> 1. If the web client is successful in retrieving the DPE zip file,
>
>the resulting location is:
>
>
>
> - Windows:
>
>  C:\ProgramData/Vmware/vSphere Web Client/vc-packages/ 
> vsphere-client-serenity
>
>
>
> - Linux
>
> /var/lib/vmware/vsphere-client/vc-packages/vsphere-client-serenity
>
>
>
>
>
>
>
> 2. If the package is not installed, use the web client log file
>
>to troubleshoot:
>
>
>
> - Windows
>
>  C:\ProgramData\VMware\vSphere Web Client\serviceability 
> \vsphere_client_virgo.log
>
>
>
> - Linux
>
>  /var/log/vmware/vsphere-client/logs/vsphere_client_virgo.log
>
>
>
>In the Virgo log, it is useful to look for references to the GUI
hostname.
>
>
>
>
>
> If this doesn't reveal anything, let's get a PMR opened.
>
>
>
>
>
>
>
> Del
>
>
>
> 
>
>
>
> "ADSM: Dist Stor Manager" mailto:ADSM-L@VM.MARIST.EDU
> >> wrote on 09/19/2014
>
> 01:51:59 AM:
>
>
>
> > From: Robert Ouzen mailto:rou...@univ.haifa.ac.il>>
>
> > To: ADSM-L@VM.MARIST.EDU<mailto:ADSM-L@VM.MARIST.EDU>
>
> > Date: 09/19/2014 01:52 AM
>
> > Subject: Re: Vsphere Web Client again
>
> > Sent by: "ADSM: Dist Stor Manager"  mailto:ADSM-L@VM.MARIST.EDU>>
>
> >
>
> > Hi Del
>
> >
>
> > First thanks for this information 
>
> >
>
> > I am talking about IBM Data Protection I got in the vSphere Web 
> > login
>
> > with two tabs "Getting Started" and "Connections".
>
> >
>
> > I only got it on one of my Vcenter in the other one I don't see  it.
>
> >
>
> > About section 3 in your message. I tries to run the setup again , 
> > run
>
> > the modify option but still cannot rich the option to check the
>
> > "vSphere Web Client  Plug in"
>
> >
>
> > Did I need to uninstall and re-install ?
>
> >
>
> > I read the paper in the link  and  I do some investigation under the
>
> > "VMware Managed Object Browser (MOB)"  .
>
> >
>
> > The results:
>
> >
>
> > I login to the MOB and under content -- Extension Manager  I see the
>
> > key  com.ibm.tsm.tdpvmware.IBMDataProtection
>
> >
>
> > I look at client and see:  "https://XX.haifa.edu:9081/
>
> > TsmVMwareUI/plugin/IBMRecovery.zip"(X is my correct DataMover
>
> node)
>
> >
>
> > I check to the file IBMRecovery.zip   is present  under folder :
>
> >
>
> > c:\IBM\tivoli\tsm\tdpvmware\webserver\usr\servers\veProfile\apps
>
> > \tsmVmGUI.war\plugin\IBM
>
> >
>
> > I check to the file:  config.xml  seems OK
>
> >
>
> > But still No IBM Data Protection tag in my vSphere Web client
>
> >
>
> > Regards Robert
>


Re: Vsphere Web Client again

2014-09-19 Thread Robert Ouzen
Hi Del


Didn't find the directory   C:\ProgramData/Vmware/vSphere Web Client/

Did a search for   vsphere_client_virgo.log   without success

But what is strange a login to my other Data Mover (for another VCENTER) where 
the installation works . I see in this vSphere WEB Client the IBM Data 
Protection

And there to I didn't find the folder  C:\ProgramData/Vmware/vSphere Web Client/

Regards

Robert





-Original Message-
From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Del 
Hoobler
Sent: Friday, September 19, 2014 5:26 PM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: [ADSM-L] Vsphere Web Client again



Hi Robert,





Since registered, we need to determine why the web client is not using the 
package. The check procedure is as follows:



1. If the web client is successful in retrieving the DPE zip file,

   the resulting location is:



- Windows:

 C:\ProgramData/Vmware/vSphere Web 
Client/vc-packages/vsphere-client-serenity



- Linux

/var/lib/vmware/vsphere-client/vc-packages/vsphere-client-serenity







2. If the package is not installed, use the web client log file

   to troubleshoot:



- Windows

 C:\ProgramData\VMware\vSphere Web 
Client\serviceability\vsphere_client_virgo.log



- Linux

 /var/log/vmware/vsphere-client/logs/vsphere_client_virgo.log



   In the Virgo log, it is useful to look for references to the GUI hostname.





If this doesn't reveal anything, let's get a PMR opened.







Del







"ADSM: Dist Stor Manager" mailto:ADSM-L@VM.MARIST.EDU>> 
wrote on 09/19/2014

01:51:59 AM:



> From: Robert Ouzen mailto:rou...@univ.haifa.ac.il>>

> To: ADSM-L@VM.MARIST.EDU<mailto:ADSM-L@VM.MARIST.EDU>

> Date: 09/19/2014 01:52 AM

> Subject: Re: Vsphere Web Client again

> Sent by: "ADSM: Dist Stor Manager" 
> mailto:ADSM-L@VM.MARIST.EDU>>

>

> Hi Del

>

> First thanks for this information 

>

> I am talking about IBM Data Protection I got in the vSphere Web login

> with two tabs "Getting Started" and "Connections".

>

> I only got it on one of my Vcenter in the other one I don't see  it.

>

> About section 3 in your message. I tries to run the setup again , run

> the modify option but still cannot rich the option to check the

> "vSphere Web Client  Plug in"

>

> Did I need to uninstall and re-install ?

>

> I read the paper in the link  and  I do some investigation under the

> "VMware Managed Object Browser (MOB)"  .

>

> The results:

>

> I login to the MOB and under content -- Extension Manager  I see the

> key  com.ibm.tsm.tdpvmware.IBMDataProtection

>

> I look at client and see:  "https://XX.haifa.edu:9081/

> TsmVMwareUI/plugin/IBMRecovery.zip"(X is my correct DataMover

node)

>

> I check to the file IBMRecovery.zip   is present  under folder :

>

> c:\IBM\tivoli\tsm\tdpvmware\webserver\usr\servers\veProfile\apps

> \tsmVmGUI.war\plugin\IBM

>

> I check to the file:  config.xml  seems OK

>

> But still No IBM Data Protection tag in my vSphere Web client

>

> Regards Robert


Re: Vsphere Web Client again

2014-09-18 Thread Robert Ouzen
Hi Del



First thanks for this information 



I am talking about IBM Data Protection I got in the vSphere Web login with two 
tabs "Getting Started" and "Connections".



I only got it on one of my Vcenter in the other one I don't see  it.



About section 3 in your message. I tries to run the setup again , run the 
modify option but still cannot rich the option to check the "vSphere Web Client 
 Plug in"



Did I need to uninstall and re-install ?



I read the paper in the link  and  I do some investigation under  the "VMware 
Managed Object Browser (MOB)"  .



The results:



I login to the MOB and under content -- Extension Manager  I see the key  
com.ibm.tsm.tdpvmware.IBMDataProtection



I look at client and see:  
"https://XX.haifa.edu:9081/TsmVMwareUI/plugin/IBMRecovery.zip";(X is 
my correct DataMover node)



I check to the file IBMRecovery.zip   is present  under folder :



c:\IBM\tivoli\tsm\tdpvmware\webserver\usr\servers\veProfile\apps\tsmVmGUI.war\plugin\IBM



I check to the file:  config.xml  seems OK



But still No IBM Data Protection tag in my vSphere Web client



Regards Robert











-Original Message-
From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Del 
Hoobler
Sent: Thursday, September 18, 2014 9:46 PM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: [ADSM-L] Vsphere Web Client again



Hi Robert,



When you say "plug-in" - are you talking about the icon that shows up under 
"Classic Solutions" in the vSphere Web Client, or the new IBM Data Protection 
GUI that some people still call a "plug-in."



In case you are talking about IBM Data Protection GUI...the basic things to 
check for are:



1) vSphere Web Client is running at build level 5.5. Update 1 or higher.



2) The IBM Data Protection GUI is registered in the vCenter being managed

   by the vSphere Web Client.  The registration keys are discussed on page

12

   of the 7.1.1 Data Protection for VMware User's Guide.



http://www-01.ibm.com/support/knowledgecenter/SS8TDQ_7.1.1/com.ibm.itsm.ve.doc/c_ve_gui_extensions.html

   You should use the vSphere Managed Object Browser on the vCenter to

   check if the keys are present.



3) If the keys are not present, then issue occurred at install, and should 
re-install

   and make sure register extension in web client is selected when installing 
the GUI.

   If the keys are present, then likely a connectivity issue.

   For connectivity, confirm that the machine where the web client is running 
can access

   the machine where the DP for VMWare GUI software is installed - use the MOB 
to go to

   the extension content, and find the URL that is being used to reach the host 
where

   the GUI software (web server) is installed.



If you are talking about the older plugin that shows up under "Classic 
Solutions"

in the vSphere Web Client, and it shows up in a desktop client but not the web 
client, then make sure the classic plugin is enabled in the web client, by doing

following:



1) add in file webclient.properties

   in C:\ProgramData\VMware\vSphere Web Client



  scriptPlugin.enabled = true



2) Restart the web client service





If none of this helps, please open a PMR.





Thank you,



Del







"ADSM: Dist Stor Manager" mailto:ADSM-L@VM.MARIST.EDU>> 
wrote on 09/18/2014

12:50:00 PM:



> From: Robert Ouzen mailto:rou...@univ.haifa.ac.il>>

> To: ADSM-L@VM.MARIST.EDU<mailto:ADSM-L@VM.MARIST.EDU>

> Date: 09/18/2014 01:04 PM

> Subject: Vsphere Web Client again

> Sent by: "ADSM: Dist Stor Manager" 
> mailto:ADSM-L@VM.MARIST.EDU>>

>

> Hello

>

> Till now no answer…

>

> I will refresh this issue. In TSM for VE version 7.1.1 on VMware 5.5

> has now 3 possibilities to restore VM’s thru

>

>

> 1.   TSM VE Web Gui

>

> 2.vSphere Client

>

> 3.   vSphere WEB Client  (new plug in)

>

> I did two installations on two Vcenter , on my first one got all 3

> plug in… working . On my second one  I only see 1 and 2.

>

> NO plug in in my vSphere WEB client !! The product is working fine but

> cannot understand why the plug in was not install.

>

> Rerun the upgrade but cannot rich the possibility to check the third

> plug in .Tried modify / repair  , no success.

>

> I really don’t want to uninstall and reinstall from scratch.

>

> Regards Robert

>




Vsphere Web Client again

2014-09-18 Thread Robert Ouzen
Hello

Till now no answer…

I will refresh this issue. In TSM for VE version 7.1.1 on VMware 5.5 has now 3 
possibilities to restore VM’s thru


1.   TSM VE Web Gui

2.vSphere Client

3.   vSphere WEB Client  (new plug in)

I did two installations on two Vcenter , on my first one got all 3 plug in… 
working . On my second one  I only see 1 and 2.

NO plug in in my vSphere WEB client !! The product is working fine but cannot 
understand why the plug in was not install.

Rerun the upgrade but cannot rich the possibility to check the third plug in 
.Tried modify / repair  , no success.

I really don’t want to uninstall and reinstall from scratch.

Regards Robert



Hello to all

After upgrading my VMware environment to version 5.5 . I have now a possibility 
to manage my environment thru the vSphere Web client 5.5.0.

But on it I do not see the TDP for VE plug in.

Thru the regular vSphere client  , no problem …

I miss something obviously .

Any ideas ?

Regards

Robert


TSM VE 7.1.1 vShere Web Client

2014-09-14 Thread Robert Ouzen
Hello

I installed today on my TSM server Windows 2008R2 the new version 7.1.1 , 
successfully

After it  I installed on my first  proxy the TSM for VE version 7.1.1  managing 
my first Vcenter , successfully .

During the installation ask for creating the plug in for the new feature  
vSphere Web Client did it , and now see the possibility thru the vSphere Web 
Client to restore web machine.



I installed on my second proxy  the TSM for VE version 7.1.1 managing my second 
Vcenter , successfully

I did exactly the same installation as in my first proxy , but here on my 
vSphere Web Client     the name is: IBM Data 
Protection

I tried to reload the installation but on Modify / Repair I cannot reach the 
possibility to check again 

I really don’t want to remove the entire installation to get back all the 
possibilities



Can anybody know,  how can I do it without  removing / installing ,  but just 
get back the windows for installing the plug in ( in total 3:  1. vSphere 
Client  2. TSM Gui  3. vSphere Web Client)

The number 3 is the problematic .


Best Regards

Robert


Vspher Web Client

2014-09-10 Thread Robert Ouzen
Hello to all

After upgrading my VMware environment to version 5.5 . I have now a possibility 
to manage my environment thru the vSphere Web client 5.5.0.

But on it I do not see the TDP for VE plug in.

Thru the regular vSphere client  , no problem …

I miss something obviously .

Any ideas ?

Regards

Robert


Re: eroor ANS2903E

2014-09-08 Thread Robert Ouzen
Hi Jean

Exactly . I run the scan  process and now run correctly

Thanks and best Regards

Robert Ouzen
Haifa University
Israel


-Original Message-
From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Jean X 
Yu
Sent: Tuesday, September 09, 2014 1:47 AM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: [ADSM-L] eroor ANS2903E

Hi,

I noticed "#ERROR Failed to get VMguest password for datacenter HU DATACENTER." 
in your email, and this indicated that VM guest OS credential was not set in 
your environment. This step is required so that the scan operation can 
authenticate to each vm guest machine before our scan code is injected to vms. 
Currently, the administrator who installs/configures TSM DP for VMware is 
expected to define a single user/password to be used for all vms in a vCenter 
(for the purpose of scan).

There are two ways to configure the vm guest credential for a vCenter:

Method 1. from the DP for VMware GUI
Use the configuration wizard, you can find "Scan Password" under "Configuration 
Settings)

Method 2.
>From the machine where tsmcli command-line is installed, run the following
command:

vmcli -f set_password -type VMGuest -I password.txt

password.txt is an input text file with data center/user/password information. 
"datacentername", "username", and "password" are predefined keywords. Below is 
an example of entries in a password.txt file:

datacentername:My DataCenter 1 username:MyWindowsDomain1\scanuser1
password:secretpw1
datacentername:My DataCenter 2 username:MyWindowsDoamin22\scanuser1
password:secretpw2
datacentername:My DataCenter 3 username:scanuser1 password:secretpw3

Regards,

Jean Yu
TSM Development
email: x...@us.ibm.com


  1   2   3   4   5   6   7   >