Re: Unicode on UNIX

2010-05-19 Thread Robert Ouzen Ouzen
Hi have the same approach as Leandro with this kind of error on Linux clients. 
I create a script to automate the backup with those export commands :

export LANG=he_IL.utf8
export LC_CTYPE=he_IL.utf8
dsmc I -su=yes .

And run a scheduler client with the option command

Regards Robert


-Original Message-
From: ADSM: Dist Stor Manager [mailto:ads...@vm.marist.edu] On Behalf Of 
Leandro Mazur
Sent: Wednesday, May 19, 2010 1:46 AM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: [ADSM-L] Unicode on UNIX

We had a lot of problems like that...the solution, at least in the cases
where the locale change was not possible, was to create a client schedule
(with action=command), create a script and put an export line in this
scriptsomething like this:

export LC_ALL=pt_BR.ISO8859-1
export LANG=pt_BR.ISO8859-1

dsmc inc -verbose -sub=yes  some_log


not exactly the same, but you've got the idea...we've tried to put the
export lines on the dsmc sched script, but it didn't work...when you do
export on the command line, that's only valid for that session and I think
that the two scripts are two sessions separated (in the OS)

I the cases where the change of locale was possible, the sysadmins put the
lines above in the /etc/environment...but the locales had to be installed
first.

On Tue, May 18, 2010 at 6:02 PM, Michael Green mishagr...@gmail.com wrote:

 On Tue, May 18, 2010 at 10:49 PM, km k...@grogg.org wrote:
  I would advice against overriding the default settings in a script and
  instead to set the correct locale for the system. Most system settings in
  RHEL based distros are made in the sysconfig directory:
 
 
 http://www.centos.org/docs/5/html/5.1/Deployment_Guide/s2-sysconfig-i18n.html
 

 Please let me disagree with you. I think it's a wrong approach to
 change locale for the entire OS for the sake of backups only.
 Besides, I'm not fully aware of consequences of changing the locale
 system wide.
 Are you?

  In this case, if the locale does not exist, just install it. Since the
 en_US
  locale is included in the glibc-common RPM try to reinstall or update
 that
  RPM.

 I didn't tell en_US locale doesn't exist. In contrary, it does. What I
 said is that Linux TSM client will not backup files with funny
 characters in filename after dsmcad is started from init script on
 _bootup_ with LC_CTYPE and LANG locales set to en_US in RHEL and SLES.

 I challenge anyone to show that it works for him/her in any version of
 RHEL or SLES.

  However, a user running CentOS thinks that en_US does not exist in that
 flavor of LINUX, so he misses 1000s of files each night.
 
  Anyone have any thoughts on this?

 Fred has touched here a major problem that has plagued TSM product
 line for ages and continues to go unresolved. This is absolutely
 unacceptable that TSM client skips files with filenames that do not
 conform to specific locale. In my view, every file that can be
 registered in a file system (ext3/reiser/xfs) supported by major
 commercial Linux distributions (RHEL/SLES) must be backed up no matter
 what.  As long as file system itself is consistent and underlying
 physical media is not damaged everything should just work.
 At around 2008 IBM published a paper called Tivoli Storage Manager
 and Localization. The paper contains explanations on why it doesn't
 work and describes in length how to deal with the files named in
 various barbarian languages. It's a fascinating reading, but doesn't
 help much in my situation. And besides, with all due respect, IMO
 that's not something I, as administrator, should be dealing with. If
 GNU tar can swallow and restore these files without messing with
 locale or anything else, why TSM cannot?
 --
 Warm regards,
 Michael Green




--
__
Leandro Mazur


ANE4018E again !!!!

2010-05-06 Thread Robert Ouzen Ouzen
Hi

 

I though this error was behind me … but not, I got an error message  ANE4018E 
(Session: 125660, Node: SCIF)  Error processing  
'/media/nss/DATA/Math/Mportnov/..  :  file name too long

  

I double check that I had   USEUNICODEFILENAMES  NO in my dsm.opt but still got 
the error.

 

TSM Client Version: Version 5, release 5, level 1.10

My OS: Linux86   2.6.5-7.2

 

Any other option need to be changed 

 

Regards 

 

Robert Ouzen

 

 


TSm and DataDomain question

2010-03-09 Thread Robert Ouzen Ouzen
Hi to all

 

We implant Data Domain Deduplication  in our organization with our TSM backup , 
I have a little question for people running this too about the configuration of 
file and vtl capacity .

 

For now we configure device type for file as 50GB and for vtl as 100GB when we 
use VTL only for database backup as Oracle , Sap , Exchange .. 

 

Any suggestions with your experience what will be the most appropriate size 
regarding reclamation etc …..

 

T.I.A Regards

 

Robert


Reclamation macro or script

2010-02-25 Thread Robert Ouzen Ouzen
Hi to all

 

Did anyone already wrote a macro or script to calculate how much data is 
expired after running expire inv and want to share it.

 

I already have a script giving me the reclaim pct of each volumes but need to 
figure the global  percent of data that can be reclaim.

 

Thanks in Advance

 

Robert 


Correct equation

2010-02-18 Thread Robert Ouzen Ouzen
Hi to all

 

I try to figure what will be the correct syntax to get the correct amount of 
data store in TSm server in Terabytes 

 

select cast(sum(physical_mb/1000/1000) as decimal(6,2)) as Total TB Adsm from 
occupancy

 

Did this correct  or another division

 

T.I.A Regards

 

Robert

 

 


Re: DP for SQL Server backup file size

2010-02-04 Thread Robert Ouzen Ouzen
Hi Del

About the stripes option I have Exchange 2003 with TDP 5.5.1.00 , we have 3 
storage groups and backup them with this following command:

start /B tdpexcc backup * full /tsmoptfile=dsm.opt /logfile=excsch.log  
excfull.log

My question it is a way to backup them in parallel without doing a backup of 
each of them separately  

Regards 

Robert Ouzen 

-Original Message-
From: ADSM: Dist Stor Manager [mailto:ads...@vm.marist.edu] On Behalf Of Del 
Hoobler
Sent: Wednesday, February 03, 2010 2:59 PM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: [ADSM-L] DP for SQL Server backup file size

Hi Eric,

Have you considered using the /STRIPes=n option?
It allows you to break up the single stream of bytes
into n stripes on different parallel sessions.

Thanks,

Del



ADSM: Dist Stor Manager ADSM-L@vm.marist.edu wrote on 02/03/2010
04:58:48 AM:

 [image removed]

 Re: DP for SQL Server backup file size

 Loon, EJ van - SPLXM

 to:

 ADSM-L

 02/03/2010 04:59 AM

 Sent by:

 ADSM: Dist Stor Manager ADSM-L@vm.marist.edu

 Please respond to ADSM: Dist Stor Manager

 Hi Dell!
 Jus one additional question: If I cannot set a maxsize to control the
 size of a DP for SQL backup file, how can I prevent a SQL Server backup
 from pinning the TSM recovery log?
 One of our DP for SQL clients is backing up a very large SQL database
 and it's running for several hours. Because DP for SQL is treating this
 as one single transaction which is running for a long time, it's pinning
 the recovery log (a show logpinned confirms this).
 Thanks again for your help!
 Kind regards,
 Eric van Loon

  Eric,
 
  There is no way to set a max file size for Data Protection for SQL.
 
  Thanks,
 
  Del
 
  
 
  ADSM: Dist Stor Manager ADSM-L@vm.marist.edu wrote on 01/18/2010
  01:50:14 PM:
 
  [image removed]
 
  DP for SQL Server backup file size
 
  Loon, EJ van - SPLXM
 
  to:
 
  ADSM-L
 
  01/18/2010 01:51 PM
 
  Sent by:
 
  ADSM: Dist Stor Manager ADSM-L@vm.marist.edu
 
  Please respond to ADSM: Dist Stor Manager
 
  Hi TSM-ers!
  Today and last weekend we encounted a filled recovery log on two
  different servers. It looks like both of them were caused by a
  pinned recoverylog. TSM started one incremental after the other, but
  could not free up space. I had to bounce both servers.
  I found two parameters to prevent the log from getting pinned
  (THROUGHPUTDATATHRESHOLD and THROUGHPUTTIMETHRESHOLD) but I found no
  recommended values...
  Another document talks about limiting the size of files written to
  the diskpool. Large files written to a fragmented diskpool tend to
  pin the log too. I know my SQL clients are the only clients writing
  very large backup files. I cannot find a DP for SQL Server parameter
  to tune this. I know you can set the file size in the DP for Oracle
  and SAP client. Is this also somehow possible in the SQL Server
 client?
  Thanks in advance for any reply!
  Kind regards,
  Eric van Loon



 **
 For information, services and offers, please visit our web site:
 http://www.klm.com. This e-mail and any attachment may contain
 confidential and privileged material intended for the addressee
 only. If you are not the addressee, you are notified that no part
 of the e-mail or any attachment may be disclosed, copied or
 distributed, and that any other action related to this e-mail or
 attachment is strictly prohibited, and may be unlawful. If you have
 received this e-mail by error, please notify the sender immediately
 by return e-mail, and delete this message.

 Koninklijke Luchtvaart Maatschappij NV (KLM), its subsidiaries
 and/or its employees shall not be liable for the incorrect or
 incomplete transmission of this e-mail or any attachments, nor
 responsible for any delay in receipt.
 Koninklijke Luchtvaart Maatschappij N.V. (also known as KLM Royal
 Dutch Airlines) is registered in Amstelveen, The Netherlands, with
 registered number 33014286
 **


Re: DP for SQL Server backup file size

2010-02-04 Thread Robert Ouzen Ouzen
Thanks del

robert

-Original Message-
From: ADSM: Dist Stor Manager [mailto:ads...@vm.marist.edu] On Behalf Of Del 
Hoobler
Sent: יום ה 04 פברואר 2010 16:13
To: ADSM-L@VM.MARIST.EDU
Subject: Re: [ADSM-L] DP for SQL Server backup file size

Hi Robert,

Microsoft had original intentions to add striping into
Exchange legacy-style backups, but opted against it,
most likely to focus their efforts on VSS backups.

DP/Exchange has nothing built in to break apart the
storage group list and create multiple streams.
The only way to do this is to create and launch
separate commands, specifying the individual storage groups.

I have heard of a few customers that have written
Perl scripts that query the storage groups and then build
the commands dynamically in order to do this
multiple-instance/parallelism automatically.

Thanks,

Del



ADSM: Dist Stor Manager ADSM-L@vm.marist.edu wrote on 02/04/2010
03:18:21 AM:

 [image removed]

 Re: DP for SQL Server backup file size

 Robert Ouzen Ouzen

 to:

 ADSM-L

 02/04/2010 03:19 AM

 Sent by:

 ADSM: Dist Stor Manager ADSM-L@vm.marist.edu

 Please respond to ADSM: Dist Stor Manager

 Hi Del

 About the stripes option I have Exchange 2003 with TDP 5.5.1.00 , we
 have 3 storage groups and backup them with this following command:

 start /B tdpexcc backup * full /tsmoptfile=dsm.opt /
 logfile=excsch.log  excfull.log

 My question it is a way to backup them in parallel without doing a
 backup of each of them separately 

 Regards

 Robert Ouzen


C:\windows\assembly exclude ????

2009-12-03 Thread Robert Ouzen Ouzen
Hi to all

 

I configure a new server to backup , Windows server 2008 with TSM version 
6.1.2.0  64Bit . I notice that the folder c:\windows\assembly is EXCLUDE (red 
mark)

 

I double check my dsm.opt and no sign of exclude or exclude.dir  at all  ??? 

 

How can I backup this folder , request of the administrator 

 

T.I.A Regards

 

Robert Ouzen


Re: C:\windows\assembly exclude ????

2009-12-03 Thread Robert Ouzen Ouzen
Richard 

Sorry forget it !!  I saw doing dsmc q inclexcl  that the assembly 
directory is exclude

Excl Directory C:\Windows\assemblyOperating System

It is a workaround to back it anyway ? 

I already did a lot of include option without any result.

Regards Robert 

-Original Message-
From: Richard Sims [mailto:r...@bu.edu] 
Sent: Thursday, December 03, 2009 1:59 PM
To: רוברט אוזן
Subject: Re: C:\windows\assembly exclude 

Robert -

As we keep telling people, DO NOT just look at your options files to  
see excludes, do 'dsmc q inclexcl' to get the compiled results, from  
server client options and the Windows OS.

Richard

On Dec 3, 2009, at 6:12 AM, Robert Ouzen Ouzen wrote:

 Hi to all



 I configure a new server to backup , Windows server 2008 with TSM  
 version 6.1.2.0  64Bit . I notice that the folder c:\windows 
 \assembly is EXCLUDE (red mark)



 I double check my dsm.opt and no sign of exclude or exclude.dir  at  
 all  ???



 How can I backup this folder , request of the administrator



 T.I.A Regards



 Robert Ouzen


Re: C:\windows\assembly exclude ????

2009-12-03 Thread Robert Ouzen Ouzen
Tchuise thank you . and to you all for very fast answers

Regards Robert



-Original Message-
From: ADSM: Dist Stor Manager [mailto:ads...@vm.marist.edu] On Behalf Of 
Tchuise, Bertaut
Sent: Thursday, December 03, 2009 5:20 PM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: [ADSM-L] C:\windows\assembly exclude 

Robert,

Yes, there is a workaround to backup the default Windows OS exclusion; that 
involves making changes in the registry (you shall play with the registry at 
your own risk). The registry location for all OS exclusions is at 
HKLM\SYSTEM\CurrentControlSet\Control\BackupRestore\FilesNotToBackup, look for 
the Assembly directory to remove it from the OS exclusion.

As Karel nicely noted, the assembly directory was excluded from TSM backups by 
the OS for a reason and you should look into what that directory does exactly 
and whether it ever needs to be backed up by TSM.

BERTAUT TCHUISE
TSM/NetApp Storage Administrator
Legg Mason Technology Services
*410-580-7032
btchu...@leggmason.com

-Original Message-
From: ADSM: Dist Stor Manager [mailto:ads...@vm.marist.edu] On Behalf Of Robert 
Ouzen Ouzen
Sent: Thursday, December 03, 2009 8:10 AM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: [ADSM-L] C:\windows\assembly exclude 

Richard

Sorry forget it !!  I saw doing dsmc q inclexcl  that the assembly 
directory is exclude

Excl Directory C:\Windows\assemblyOperating System

It is a workaround to back it anyway ?

I already did a lot of include option without any result.

Regards Robert

-Original Message-
From: Richard Sims [mailto:r...@bu.edu]
Sent: Thursday, December 03, 2009 1:59 PM
To: רוברט אוזן
Subject: Re: C:\windows\assembly exclude 

Robert -

As we keep telling people, DO NOT just look at your options files to see 
excludes, do 'dsmc q inclexcl' to get the compiled results, from server client 
options and the Windows OS.

Richard

On Dec 3, 2009, at 6:12 AM, Robert Ouzen Ouzen wrote:

 Hi to all



 I configure a new server to backup , Windows server 2008 with TSM
 version 6.1.2.0  64Bit . I notice that the folder c:\windows \assembly
 is EXCLUDE (red mark)



 I double check my dsm.opt and no sign of exclude or exclude.dir  at
 all  ???



 How can I backup this folder , request of the administrator



 T.I.A Regards



 Robert Ouzen

IMPORTANT:  E-mail sent through the Internet is not secure. Legg Mason 
therefore recommends that you do not send any confidential or sensitive 
information to us via electronic mail, including social security numbers, 
account numbers, or personal identification numbers. Delivery, and or timely 
delivery of Internet mail is not guaranteed. Legg Mason therefore recommends 
that you do not send time sensitive 
or action-oriented messages to us via electronic mail.

This message is intended for the addressee only and may contain privileged or 
confidential information. Unless you are the intended recipient, you may not 
use, copy or disclose to anyone any information contained in this message. If 
you have received this message in error, please notify the author by replying 
to this message and then kindly delete the message. Thank you.


OES Linus cluster question

2009-10-26 Thread Robert Ouzen Ouzen
Hello.

I'm looking for getting TSM configured in an OES2 Cluster environment. We 
currently have a two node (NodeA NodeB)  sharing a NSS volume , when one node 
is active (NodeA).

Nodea and  NodeB backup local volume , I created an another node (Node_cluster) 
to backup the NSS volume.

 

I added in each dsm.sys the instance for Node_cluster and load for NodeA  

1.Dsmcad (to backup local FS , local dsm.opt)

2. Dsmcad –optfile=/media/nss/APPS/tivoli/cluster.opt

 

For NodeB I load only  Dsmcad (to backup local FS , local dsm.opt), I have on 
this node exactly the same configuration to backup the NSS volume as NodeA (in 
dsm.sys the instance of Node_cluster too).

 

My question is how I can manage in case of failure of NodeA when NodeB became 
active the process of TSM (Dsmcad –optfile=/media/nss/APPS/tivoli/cluster.opt ) 
to be load automatic to continue to backup the NSS volume ??

 

T.I.A Regards 

 

Robert Ouzen

 

 


Re: systemstate error

2009-09-30 Thread Robert Ouzen Ouzen
Hi Andy

I checked it and the file vnetinst.dll  did not exist on the server , I have 
another server with the same configuration (Windows 2008 and Tsm client 
6.1.0.2) the systemstate backup is running correctly and there too the file 
vnetinst.dll did not exist !!!

On the server with the error I erased old backup of systemstate and made a new 
fresh backup systemstate and got the same error !!! By the way the backup of 
systemstate with TSM client 6.1.0.2  is much bigger then old TSM version (old 
one around 600MB and now aroud 11GB  ) I opened a PMR at IBM

Regards  Robert

-Original Message-
From: ADSM: Dist Stor Manager [mailto:ads...@vm.marist.edu] On Behalf Of Andrew 
Raibeck
Sent: Tuesday, September 29, 2009 2:42 PM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: [ADSM-L] systemstate error

Robert,

Microsoft defines system state as being a collection of several key
operating system elements and their files. Microsoft does not support
restoring a subset of system state. TSM has been implemented to follow
Microsoft guidelines in this regard. Thus if a system state file cannot be
found, it is not possible to make a good system state backup, and therefore
the system state backup stops.

Does the file named in the ANS5279E message, vnetinst.dll, exist? If not,
that is why the system state backup stopped. You need to start with an
investigation of why this file does not exist, yet the Windows system files
writer seems to think it exists. This might be a question for Microsoft. If
the file exists, but the backup continues to think it does not exist, then
please open a PMR with IBM TSM support.

Best regards,

Andy

Andy Raibeck
IBM Software Group
Tivoli Storage Manager Client Product Development
Level 3 Team Lead
Internal Notes e-mail: Andrew Raibeck/Hartford/i...@ibmus
Internet e-mail: stor...@us.ibm.com

IBM Tivoli Storage Manager support web page:
http://www.ibm.com/software/sysmgmt/products/support/IBMTivoliStorageManager.html


The only dumb question is the one that goes unasked.
The command line is your friend.
Good enough is the enemy of excellence.

ADSM: Dist Stor Manager ADSM-L@VM.MARIST.EDU wrote on 09/29/2009
02:47:17 AM:

 [image removed]

 systemstate error

 Robert Ouzen Ouzen

 to:

 ADSM-L

 09/29/2009 02:48 AM

 Sent by:

 ADSM: Dist Stor Manager ADSM-L@VM.MARIST.EDU

 Please respond to ADSM: Dist Stor Manager

 Hi to all



 During backup of systemstate on a server windows 2008 with TSM
 client version 6.1.0.2 ( Tsm server version 5.5.1.0 ) I got this error:



 09/25/2009 00:15:18 ANS5279E Error processing '\\mossql01\c$\Windows
 \System32\vnetinst.dll': file not found.

 09/25/2009 00:15:21 ANS1999E Incremental processing of 'MOSSQL01
 \SystemState\NULL\System State\SystemState' stopped.



 Tried some research without any success , need help ….



 Regards Robert




systemstate error

2009-09-29 Thread Robert Ouzen Ouzen
Hi to all

 

During backup of systemstate on a server windows 2008 with TSM client version 
6.1.0.2 ( Tsm server version 5.5.1.0 ) I got this error:

 

09/25/2009 00:15:18 ANS5279E Error processing 
'\\mossql01\c$\Windows\System32\vnetinst.dll': file not found.

09/25/2009 00:15:21 ANS1999E Incremental processing of 
'MOSSQL01\SystemState\NULL\System State\SystemState' stopped.

 

Tried some research without any success , need help ….

 

Regards Robert

 


FW: [ADSM-L] Move node data from DISK primary storage pool to FILE storage pool

2009-08-09 Thread Robert Ouzen Ouzen
Grigori

Why not doing the FILE storage pool to the next storage pool of the DISK 
storage pool and make a migration by changing LO and HI parameters to 0

Of course the migration move everything , didn't you need to move a specific 
node only ??

Regards 

Robert Ouzen

-Original Message-
From: ADSM: Dist Stor Manager [mailto:ads...@vm.marist.edu] On Behalf Of 
Grigori Solonovitch
Sent: Sunday, August 09, 2009 12:55 PM
To: ADSM-L@VM.MARIST.EDU
Subject: [ADSM-L] Move node data from DISK primary storage pool to FILE storage 
pool

Dear TSMAdmins,
We have TSM 5.5.3.0 under AIX 5.3-09-02.
Suddenly I have faced problem moving node data from DISK primary storage pool 
to FILE storage pool on the same server:
1) it is impossible to use MOVE DATA, because it is working with volume 
level and each DISK volume contains data of many nodes;
2) it is impossible to use MOVE NODEDATA, because it is not working with 
DISK storage pools;
3) it looks that it is impossible to use EXPORT NODEDATA / IMPORT NODEDATA, 
because node will be imported into the same storage pool (at least I do not 
know how to do this).
How can I move node data from DISK to FILE storage pool?
Kindest regards,


Grigori G. Solonovitch

Senior Technical Architect

Information Technology  Bank of Kuwait and Middle East  http://www.bkme.com

Phone: (+965) 2231-2274  Mobile: (+965) 99798073  E-Mail: 
g.solonovi...@bkme.commailto:g.solonovi...@bkme.com

Please consider the environment before printing this Email


Please consider the environment before printing this Email.


This email message and any attachments transmitted with it may contain 
confidential and proprietary information, intended only for the named 
recipient(s). If you have received this message in error, or if you are not the 
named recipient(s), please delete this email after notifying the sender 
immediately. BKME cannot guarantee the integrity of this communication and 
accepts no liability for any damage caused by this email or its attachments due 
to viruses, any other defects, interception or unauthorized modification. The 
information, views, opinions and comments of this message are those of the 
individual and not necessarily endorsed by BKME.


Deduplication number of sessions

2009-07-19 Thread Robert Ouzen Ouzen
Hi to all

 

I am testing now Data Deduplcation wit Data Domain , my TSM server version is 
5.5.2.0 . In my pilot environment I have node with the maxnummp option of 20 
and still the backup open only 3 sessions.

 

The Device type of the device class is FILE with mountlimit of 20

 

Any ideas ???

 

Regards Robert


Re: SV: Deduplication number of sessions

2009-07-19 Thread Robert Ouzen Ouzen

Hi Christian

The particular server I tried to backup is a Windows client with at least 10 
volumes 

I espected to open at least 10 sessions 

tsm i -su=yes

Incremental backup of volume '\\mpeg3\d$'

Incremental backup of volume '\\mpeg3\f$'

Incremental backup of volume '\\mpeg3\g$'

Incremental backup of volume '\\mpeg3\h$'

Incremental backup of volume '\\mpeg3\i$'

Incremental backup of volume '\\mpeg3\j$'

Incremental backup of volume '\\mpeg3\k$'

Incremental backup of volume '\\mpeg3\l$'

Incremental backup of volume '\\mpeg3\m$'

Incremental backup of volume '\\mpeg3\n$'

Incremental backup of volume '\\mpeg3\o$'

Incremental backup of volume '\\mpeg3\p$'

Incremental backup of volume '\\mpeg3\q$'

Regards Robert

-Original Message-
From: ADSM: Dist Stor Manager [mailto:ads...@vm.marist.edu] On Behalf Of 
Christian Svensson
Sent: Sunday, July 19, 2009 2:20 PM
To: ADSM-L@VM.MARIST.EDU
Subject: [ADSM-L] SV: Deduplication number of sessions

Hi,
That is probably because you only have 2 or 3 partitions on your server you try 
to backup.
TSM can only stream 1 session per local partition on the client.

Best Regards
Christian Svensson

Cell: +46-70-325 1577
E-mail: christian.svens...@cristie.se
Skype: cristie.christian.svensson

Från: ADSM: Dist Stor Manager [ads...@vm.marist.edu] f#246;r Robert Ouzen 
Ouzen [rou...@univ.haifa.ac.il]
Skickat: den 19 juli 2009 12:40
Till: ADSM-L@VM.MARIST.EDU
Ämne: Deduplication  number of sessions

Hi to all



I am testing now Data Deduplcation wit Data Domain , my TSM server version is 
5.5.2.0 . In my pilot environment I have node with the maxnummp option of 20 
and still the backup open only 3 sessions.



The Device type of the device class is FILE with mountlimit of 20



Any ideas ???



Regards Robert


Re: SV: SV: Deduplication number of sessions

2009-07-19 Thread Robert Ouzen Ouzen
Hi Christian

First thanks for your help ... As you suggest I add in the dsm.opt the 
parameter   resourceutilization  10  , I run inc d:\*.* e:\*.* f:\*.* g:*.* 
h:*.* i:\*.*  -su=yes

But still got only 3 sessions and two mounts of file volume

tsm: ADSMq se

  Sess Comm.  Sess Wait   Bytes   Bytes Sess  
Platform Client Name
Number Method StateTimeSent   Recvd Type
-- -- -- -- --- --- - 
 --
 
 5,313 Tcp/Ip Run  0 S   54.7 K 900 Admin 
WinNTROBERT
 5,316 Tcp/Ip IdleW  1.1 M  401.6 K   1.6 K Node  
WinNTP_WIN1
 5,326 Tcp/Ip RecvW0 S  506  12.9 G Node  
WinNTP_WIN1
 5,328 Tcp/Ip RecvW0 S  561  14.0 G Node  
WinNTP_WIN1

tsm: ADSMq mo
ANR8333I FILE volume /restorer/win1/8467.BFS is mounted R/W, status: IN USE.
ANR8333I FILE volume /restorer/win1/8466.BFS is mounted R/W, status: IN USE.
ANR8334I 2 matches found.

Regards   Robert

-Original Message-
From: ADSM: Dist Stor Manager [mailto:ads...@vm.marist.edu] On Behalf Of 
Christian Svensson
Sent: Sunday, July 19, 2009 2:42 PM
To: ADSM-L@VM.MARIST.EDU
Subject: [ADSM-L] SV: SV: Deduplication number of sessions

Try this in your dsm.opt file
I have just copy and paste from the help menu in dsmc (C:\dsmc help)

3.102.1 Regulating backup and archive sessions

When you request a backup or archive, the client can use more than one
session to the server. The default is to use a maximum of two sessions;
one to query the server and one to send file data. The client can use
only one server session if you specify a resourceutilization setting of
1.

When you request a backup or archive, the client can use more than one
session to the server. The default is to use a maximum of two sessions;
one to query the server and one to send file data. The client can use
only one server session if you specify a resourceutilization setting of
1. The client is also restricted to a single session if a user who is
not an authorized user invokes a UNIX or Linux client with
passwordaccess=generate specified.

A client can use more than the default number of sessions when
connecting to a server that is Version 3.7 or higher. For example,
resourceutilization=10 permits up to eight sessions with the server.
Multiple sessions can be used for querying the server and sending file
data.

Multiple query sessions are used when you specify multiple file
specifications with a backup or archive command. For example, if you
enter the following commands and you specify resourceutilization=5, the
client might start a second session to query files on file space B.

inc /Volumes/filespaceA /Volumes/filespaceB

Whether or not the second session starts depends on how long it takes to
query the server about files backed up on file space A. The client might



Best Regards
Christian Svensson

Cell: +46-70-325 1577
E-mail: christian.svens...@cristie.se
Skype: cristie.christian.svensson

Från: ADSM: Dist Stor Manager [ads...@vm.marist.edu] f#246;r Robert Ouzen 
Ouzen [rou...@univ.haifa.ac.il]
Skickat: den 19 juli 2009 13:27
Till: ADSM-L@VM.MARIST.EDU
Ämne: Re: SV: Deduplication  number of sessions

Hi Christian

The particular server I tried to backup is a Windows client with at least 10 
volumes 

I espected to open at least 10 sessions

tsm i -su=yes

Incremental backup of volume '\\mpeg3\d$'

Incremental backup of volume '\\mpeg3\f$'

Incremental backup of volume '\\mpeg3\g$'

Incremental backup of volume '\\mpeg3\h$'

Incremental backup of volume '\\mpeg3\i$'

Incremental backup of volume '\\mpeg3\j$'

Incremental backup of volume '\\mpeg3\k$'

Incremental backup of volume '\\mpeg3\l$'

Incremental backup of volume '\\mpeg3\m$'

Incremental backup of volume '\\mpeg3\n$'

Incremental backup of volume '\\mpeg3\o$'

Incremental backup of volume '\\mpeg3\p$'

Incremental backup of volume '\\mpeg3\q$'

Regards Robert

-Original Message-
From: ADSM: Dist Stor Manager [mailto:ads...@vm.marist.edu] On Behalf Of 
Christian Svensson
Sent: Sunday, July 19, 2009 2:20 PM
To: ADSM-L@VM.MARIST.EDU
Subject: [ADSM-L] SV: Deduplication number of sessions

Hi,
That is probably because you only have 2 or 3 partitions on your server you try 
to backup.
TSM can only stream 1 session per local partition on the client.

Best Regards
Christian Svensson

Cell: +46-70-325 1577
E-mail: christian.svens...@cristie.se
Skype: cristie.christian.svensson

Från: ADSM: Dist Stor Manager [ads...@vm.marist.edu] f#246;r Robert Ouzen 
Ouzen [rou...@univ.haifa.ac.il]
Skickat: den 19 juli 2009 12:40
Till: ADSM-L@VM.MARIST.EDU
Ämne: Deduplication  number of sessions

Hi to all



I am testing now Data

Re: SV: SV: Deduplication number of sessions -solution

2009-07-19 Thread Robert Ouzen Ouzen
Hi christion

My mistake a client options was attach to the client with resourceutilization 
of 4 (and client can't change it) , I made the changes and now it's O.K

Thanks again ...
Regards

Robert


Hi Christian

First thanks for your help ... As you suggest I add in the dsm.opt the 
parameter   resourceutilization  10  , I run inc d:\*.* e:\*.* f:\*.* g:*.* 
h:*.* i:\*.*  -su=yes

But still got only 3 sessions and two mounts of file volume

tsm: ADSMq se

  Sess Comm.  Sess Wait   Bytes   Bytes Sess  
Platform Client Name
Number Method StateTimeSent   Recvd Type
-- -- -- -- --- --- - 
 --
 
 5,313 Tcp/Ip Run  0 S   54.7 K 900 Admin 
WinNTROBERT
 5,316 Tcp/Ip IdleW  1.1 M  401.6 K   1.6 K Node  
WinNTP_WIN1
 5,326 Tcp/Ip RecvW0 S  506  12.9 G Node  
WinNTP_WIN1
 5,328 Tcp/Ip RecvW0 S  561  14.0 G Node  
WinNTP_WIN1

tsm: ADSMq mo
ANR8333I FILE volume /restorer/win1/8467.BFS is mounted R/W, status: IN USE.
ANR8333I FILE volume /restorer/win1/8466.BFS is mounted R/W, status: IN USE.
ANR8334I 2 matches found.

Regards   Robert

-Original Message-
From: ADSM: Dist Stor Manager [mailto:ads...@vm.marist.edu] On Behalf Of 
Christian Svensson
Sent: Sunday, July 19, 2009 2:42 PM
To: ADSM-L@VM.MARIST.EDU
Subject: [ADSM-L] SV: SV: Deduplication number of sessions

Try this in your dsm.opt file
I have just copy and paste from the help menu in dsmc (C:\dsmc help)

3.102.1 Regulating backup and archive sessions

When you request a backup or archive, the client can use more than one
session to the server. The default is to use a maximum of two sessions;
one to query the server and one to send file data. The client can use
only one server session if you specify a resourceutilization setting of
1.

When you request a backup or archive, the client can use more than one
session to the server. The default is to use a maximum of two sessions;
one to query the server and one to send file data. The client can use
only one server session if you specify a resourceutilization setting of
1. The client is also restricted to a single session if a user who is
not an authorized user invokes a UNIX or Linux client with
passwordaccess=generate specified.

A client can use more than the default number of sessions when
connecting to a server that is Version 3.7 or higher. For example,
resourceutilization=10 permits up to eight sessions with the server.
Multiple sessions can be used for querying the server and sending file
data.

Multiple query sessions are used when you specify multiple file
specifications with a backup or archive command. For example, if you
enter the following commands and you specify resourceutilization=5, the
client might start a second session to query files on file space B.

inc /Volumes/filespaceA /Volumes/filespaceB

Whether or not the second session starts depends on how long it takes to
query the server about files backed up on file space A. The client might



Best Regards
Christian Svensson

Cell: +46-70-325 1577
E-mail: christian.svens...@cristie.se
Skype: cristie.christian.svensson

Från: ADSM: Dist Stor Manager [ads...@vm.marist.edu] f#246;r Robert Ouzen 
Ouzen [rou...@univ.haifa.ac.il]
Skickat: den 19 juli 2009 13:27
Till: ADSM-L@VM.MARIST.EDU
Ämne: Re: SV: Deduplication  number of sessions

Hi Christian

The particular server I tried to backup is a Windows client with at least 10 
volumes 

I espected to open at least 10 sessions

tsm i -su=yes

Incremental backup of volume '\\mpeg3\d$'

Incremental backup of volume '\\mpeg3\f$'

Incremental backup of volume '\\mpeg3\g$'

Incremental backup of volume '\\mpeg3\h$'

Incremental backup of volume '\\mpeg3\i$'

Incremental backup of volume '\\mpeg3\j$'

Incremental backup of volume '\\mpeg3\k$'

Incremental backup of volume '\\mpeg3\l$'

Incremental backup of volume '\\mpeg3\m$'

Incremental backup of volume '\\mpeg3\n$'

Incremental backup of volume '\\mpeg3\o$'

Incremental backup of volume '\\mpeg3\p$'

Incremental backup of volume '\\mpeg3\q$'

Regards Robert

-Original Message-
From: ADSM: Dist Stor Manager [mailto:ads...@vm.marist.edu] On Behalf Of 
Christian Svensson
Sent: Sunday, July 19, 2009 2:20 PM
To: ADSM-L@VM.MARIST.EDU
Subject: [ADSM-L] SV: Deduplication number of sessions

Hi,
That is probably because you only have 2 or 3 partitions on your server you try 
to backup.
TSM can only stream 1 session per local partition on the client.

Best Regards
Christian Svensson

Cell: +46-70-325 1577
E-mail: christian.svens...@cristie.se
Skype: cristie.christian.svensson

Från: ADSM: Dist Stor Manager [ads

Question Windows 2000 restore image

2009-06-16 Thread Robert Ouzen Ouzen
Hi to all

 

Need to restore an image backup of a Windows 2000 server , my tsm Client is 
5.5.1 . I need to know the correct steps:

 

The restore image is on the same machine (same hardware) I did the restore 
image successfully (got the correct specification and no error on the log file).

 

I thought that I need a restart before the restore of the  systemobject  in two 
steps:

 

1.   restore {SYSTEM OBJECT}\winnt\system32\catroot\* c:\winnt\system32\ 
-su=yes -replace=all -virtualnodename=%nodename% -password=

2.   restore systemobject -virtualnodename=%nodename% -password=

 

 

But after the restart after the image restore before the restore of the 
systempobject I got only the line of the specification of the computer as CPU 
……. And nothing else , no error at all also.

 

 

My question is maybe I need to restore the systemobject immediately after the 
restore of the image without a restart ???

 

I boot with a winpe CD I made and by the way I successfully to restore in the 
past Windows 2003 server without any problems 

 

T.I.A  Regards

 

Robert Ouzen


Re: SV: BARTPE question

2009-05-10 Thread Robert Ouzen Ouzen
Hi Christian

I already test my BARTPE CD with a previous TSM version 5 and it's work fine , 
did a few restore of an entire image and systemstate successfully .I have 
already a dsm.opt writing the log to the ram disk. 

The TSM client installation is already on the CD image of the BARTPE under 
/programs/TSM client / 
I need now to replace it with a TSM version 6 under the plugins and to compile 
again the CD

Can you send me an example of a startup script that add a couple of registry as 
you suggest

Regards Robert

-Original Message-
From: ADSM: Dist Stor Manager [mailto:ads...@vm.marist.edu] On Behalf Of 
Christian Svensson
Sent: Sunday, May 10, 2009 1:09 PM
To: ADSM-L@VM.MARIST.EDU
Subject: [ADSM-L] SV: BARTPE question

Hi Robert,
You can not install the client in a RAM Disk.
But you can copy all the files to the CD-Image and run a startup script that 
add a couple of registry.
But you need to modify DSM.OPT and write the logs to the RAM disk.

Best Regards
Christian Svensson

Cell: +46-70-325 1577
E-mail: christian.svens...@cristie.se
Skype: cristie.christian.svensson

Från: ADSM: Dist Stor Manager [ads...@vm.marist.edu] f#246;r Robert Ouzen 
Ouzen [rou...@univ.haifa.ac.il]
Skickat: den 10 maj 2009 07:28
Till: ADSM-L@VM.MARIST.EDU
Ämne: BARTPE question

HI to all



Try to improve my BARTPE CD for restoring an entire image with the new client 
of TSM version 6.1 ,  anybody already  dit it ??? Any suggestions or some links 
will be appreciate

 My concern will be about installing the client in the ram 



T.I.A Robert


BARTPE question

2009-05-09 Thread Robert Ouzen Ouzen
HI to all

 

Try to improve my BARTPE CD for restoring an entire image with the new client 
of TSM version 6.1 ,  anybody already  dit it ??? Any suggestions or some links 
will be appreciate

 My concern will be about installing the client in the ram  

 

T.I.A Robert


Error C0000005 (EXCEPTION_ACCESS_VIOLATION) at 001B:00534E74

2009-04-22 Thread Robert Ouzen Ouzen
Hi to all

 

Tried to load the TSM client version 6.1.0 on a Windows 2003 sp2 and got the 
following error:

 

2009/04/22 10:24:25

IBM Tivoli Storage Manager

Version: 6.1.0.00  

Build date:  Tue Mar 17 18:57:27 2009

 

dsmc.exe caused exception C005 (EXCEPTION_ACCESS_VIOLATION) at 001B:00534E74

 

Register dump:

EAX=015A2230  EBX=785B7448  ECX=F9D7FF21  EDX=000A0166  ESI=015A2238

EDI=015A2238  EBP=0001  ESP=0010F64C  EIP=00534E74  FLG=00010246

CS=001B   DS=0023  SS=0023  ES=0023   FS=003B  GS=

 

Crash dump successfully written to file 'c:\Program 
Files\tivoli\tsm\baclient\dsmcrash.dmp'

 

Stack Trace:

001B:00534E74 (0x 0x 0x 0x) dsmc.exe

 

I look too on event viewer and got this error:

 

Faulting application dsmc.exe, version 6.1.0.0, faulting module dsmc.exe , 
fault address 0x00134e74

 

Any ideas what to look for 

 

Regards 

 

Robert Ouzen


Re: Error C0000005 (EXCEPTION_ACCESS_VIOLATION) at 001B:00534E74

2009-04-22 Thread Robert Ouzen Ouzen
Hi Grigori

I install too the 6.1 client on another machine without any problems , but 
anyway I did your suggestion and now it's working !!!

Thanks a lot

Regards Robert

-Original Message-
From: ADSM: Dist Stor Manager [mailto:ads...@vm.marist.edu] On Behalf Of 
Grigori Solonovitch
Sent: Wednesday, April 22, 2009 11:45 AM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: [ADSM-L] Error C005 (EXCEPTION_ACCESS_VIOLATION) at 
001B:00534E74

Hi,
I have installed TSM Client 6.1 on a few Windows 2003 SP2 servers (32 and 64 
bit) successfully. Clients are working fine.
If you have this problem during 1st start of client:
1) deinstall client;
2) reboot server;
3) install TSM Client again.
Regards,

Grigori G. Solonovitch

Senior Technical Architect

Information Technology  Bank of Kuwait and Middle East  http://www.bkme.com

Phone: (+965) 2231-2274  Mobile: (+965) 99798073  E-Mail: g.solonovi...@bkme.com

Please consider the environment before printing this Email


-Original Message-
From: ADSM: Dist Stor Manager [mailto:ads...@vm.marist.edu] On Behalf Of Robert 
Ouzen Ouzen
Sent: Wednesday, April 22, 2009 11:37 AM
To: ADSM-L@VM.MARIST.EDU
Subject: [ADSM-L] Error C005 (EXCEPTION_ACCESS_VIOLATION) at 001B:00534E74

Hi to all



Tried to load the TSM client version 6.1.0 on a Windows 2003 sp2 and got the 
following error:



2009/04/22 10:24:25

IBM Tivoli Storage Manager

Version: 6.1.0.00

Build date:  Tue Mar 17 18:57:27 2009



dsmc.exe caused exception C005 (EXCEPTION_ACCESS_VIOLATION) at 001B:00534E74



Register dump:

EAX=015A2230  EBX=785B7448  ECX=F9D7FF21  EDX=000A0166  ESI=015A2238

EDI=015A2238  EBP=0001  ESP=0010F64C  EIP=00534E74  FLG=00010246

CS=001B   DS=0023  SS=0023  ES=0023   FS=003B  GS=



Crash dump successfully written to file 'c:\Program 
Files\tivoli\tsm\baclient\dsmcrash.dmp'



Stack Trace:

001B:00534E74 (0x 0x 0x 0x) dsmc.exe



I look too on event viewer and got this error:



Faulting application dsmc.exe, version 6.1.0.0, faulting module dsmc.exe , 
fault address 0x00134e74



Any ideas what to look for 



Regards



Robert Ouzen

Please consider the environment before printing this Email.

This email message and any attachments transmitted with it may contain 
confidential and proprietary information, intended only for the named 
recipient(s). If you have received this message in error, or if you are not the 
named recipient(s), please delete this email after notifying the sender 
immediately. BKME cannot guarantee the integrity of this communication and 
accepts no liability for any damage caused by this email or its attachments due 
to viruses, any other defects, interception or unauthorized modification. The 
information, views, opinions and comments of this message are those of the 
individual and not necessarily endorsed by BKME.


Re: Novell Long namespace error

2009-03-29 Thread Robert Ouzen Ouzen
Richard

You are right I did just after my sending message and found an old discussion 
about . that I admit forgot it completely

Robert

-Original Message-
From: ADSM: Dist Stor Manager [mailto:ads...@vm.marist.edu] On Behalf Of 
Richard Sims
Sent: Sunday, March 29, 2009 5:34 PM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: [ADSM-L] Novell Long namespace error

On Mar 29, 2009, at 1:29 AM, Robert Ouzen Ouzen wrote:

 03/29/2009 06:34:37 ANS1945E The long namespace has been removed
 from the local filespace. If you wish to proceed with the backup/
 archive operation, rename your filespace on the server.

Did you try searching on the message number at the TSM Support Page,
http://www-01.ibm.com/software/sysmgmt/products/support/IBMTivoliStorageManager.html
  ?


Error TSM return code :164

2009-03-08 Thread Robert Ouzen Ouzen
 

Hi to all

 

I have a Tsm client 5.5.0.4 on a Windows 2003 got a failed backup return 
code=12 and on the dsmerror.log those errors:

 

 

08-03-2009 21:40:23 ANS5250E An unexpected error was encountered.

   TSM function name : NTSecurityReadV2

   TSM function  : CreateFile() returned '1392' for file 
'\\?\GLOBALROOT\Device\HarddiskVolumeShadowCopy125\mysql\data\geo\links.MYD'

 

   TSM return code   : 164

   TSM file  : ntsecurity.cpp (969) 

08-03-2009 21:40:25 ANS5250E An unexpected error was encountered.

   TSM function name : NTSecurityReadV2

   TSM function  : CreateFile() returned '1392' for file 
'\\?\GLOBALROOT\Device\HarddiskVolumeShadowCopy125\mysql\data\geo\links.MYD'

 

   TSM return code   : 164

   TSM file  : ntsecurity.cpp (969) 

08-03-2009 21:40:25 ANS5250E An unexpected error was encountered.

   TSM function name : NTSecurityReadV2

   TSM function  : CreateFile() returned '1392' for file 
'\\?\GLOBALROOT\Device\HarddiskVolumeShadowCopy125\mysql\data\geo\links.MYD'

 

   TSM return code   : 164

   TSM file  : ntsecurity.cpp (969) 

08-03-2009 21:40:25 ANS5250E An unexpected error was encountered.

   TSM function name : NTSecurityReadV2

   TSM function  : CreateFile() returned '1392' for file 
'\\?\GLOBALROOT\Device\HarddiskVolumeShadowCopy125\mysql\data\geo\links.MYD'

 

   TSM return code   : 164

   TSM file  : ntsecurity.cpp (969) 

08-03-2009 21:40:25 ANS5250E An unexpected error was encountered.

   TSM function name : NTSecurityReadV2

   TSM function  : CreateFile() returned '1392' for file 
'\\?\GLOBALROOT\Device\HarddiskVolumeShadowCopy125\mysql\data\geo\links.MYD'

 

   TSM return code   : 164

   TSM file  : ntsecurity.cpp (969) 

08-03-2009 21:40:29 ANS1228E Sending of object 
'\\websrv01\c$\mysql\data\geo\links.MYD' failed

08-03-2009 21:40:29 ANS4023E Error processing 
'\\websrv01\c$\mysql\data\geo\links.MYD': file input/output error

08-03-2009 21:43:40 ANS1802E Incremental backup of '\\websrv01\c$' finished 
with 1 failure

 

08-03-2009 21:47:52 ANS1512E Scheduled event 'SCHED7W' failed.  Return code = 
12.

 

I am logging in this client as an administrator , any ideas 

 

Regards Robert


Question about loading Volume shadowCopy Services silently - resolved

2009-01-24 Thread Robert Ouzen Ouzen
Hi 

 

The solution is very simple in fact … silly me . The feature “Online Image 
Support” with the option Volume ShadowCopy Services (VSS) just add a line in 
the dsm.opt: SNAPSHOTPROVIDERIMAGEVSS

 

So need to add it to my generic dm.opt by default ! No need to do a reboot 
too ….

 

Regards   Robert

 

Hi

 

First thanks to all  for my last question about TDP Sql as usual Del Hoobler  
for is great help ….. Now another question this time for loading a service on a 
Windows client.

 

I managed to install a Windows client silently with the correct command in the 
msiexec utility and to load all my scheduler (dsmcad, dsmagent and ….) with the 
dsmcutil utility the last thing I need to be all done , is how to load the 
“Online Image Support” with the Volume ShadowCopy Services (VSS) as a command 
process that I can add to my batch file .

 

Did someone did it already ?

 

Regards  Robert


Question about loading Volume shadowCopy Services silently

2009-01-23 Thread Robert Ouzen Ouzen
Hi

 

First thanks to all  for my last question about TDP Sql as usual Del Hoobler  
for is great help ….. Now another question this time for loading a service on a 
Windows client.

 

I managed to install a Windows client silently with the correct command in the 
msiexec utility and to load all my scheduler (dsmcad, dsmagent and ….) with the 
dsmcutil utility the last thing I need to be all done , is how to load the 
“Online Image Support” with the Volume ShadowCopy Services (VSS) as a command 
process that I can add to my batch file .

 

Did someone did it already ?

 

Regards  Robert


TDP Sql question about log growing

2009-01-22 Thread Robert Ouzen Ouzen
Hi to all

 

In a sever Windows 2003 with  SQL database I saw that a log increase very much 
( to +26 GB) , it was programmed  with the option Recovery Model:  Full 

 

I run every day a full backup (not any log backup) with the command:

 

tdpsqlc backup * full /tsmoptfile=%sql_dir%\dsm.opt 
/logfile=%sql_dir%\sqlfull.log  %sql_dir%\sqlsched.log

 

I add those lines in my dsm.opt:

 

INCLUDE \...\meta\...\* mgwhighlearnf

INCLUDE \...\data\...\*  mgwhighlearnf

 

If I understand correctly the full backup truncate the log after it finish ??? 
In my case running just full backup I can turn it to just Recovery Model:  
simple

 

But just for knowledge why the full backup did not clear the log ?

 

I first turn the Recovery Model to: simple to run a shrinking procedure (turn 
the log to 10MB).

 

By the way what the difference if instead of the lines of the INCLUDE I wrote 
previous I will write:

 

INCLUDE \...\meta\...\full* mgwhighlearnf

INCLUDE \...\data\...\full*  mgwhighlearnf

 

And let my recovery model to:  Full  

 

Did now it will truncate the log after each full backup ??? or I need to 
add a truncate option somewhere 

 

My TDP for SQL version is 5.2.1.0

 

Regards,

 

Robert Ouzen


error ANS5280E ... Please help

2009-01-21 Thread Robert Ouzen Ouzen
Hi to all

 

I have a new issue now baking the systemstate with the error ANS5280E 
enumeration from a file set or file listed failed ?

 

My TSM client is 5.5.1.10 on a Windows 2003 SP2 system.

 

I search the web for the error ANS5280E and found a paper with instructions as:

 

HOW TO REPAIR THE REGISTRY KEY - METHOD 2
This method uses the reg.exe utility from a Windows OS command prompt.

1. Confirm the invalid DRM data value by running the following command:

reg query HKLM\SYSTEM\CurrentControlSet\Control\BackupRestore\FilesNotToBackup 
/v DRM


Note: This is one long command even though it might appear in this article on 
multiple lines.

The output look will look something like this:

! REG.EXE VERSION 3.0

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\BackupRestore\FilesNotToBackup
DRM REG_MULTI_SZ C:\Documents and Settings\All Users\DRM\* /s\0


The important part is the very last line. Breaking it into 3 parts:

*   DRM is the registry value, and should appear as shown above.

*   REG_MULTI_SZ is the value type. This should also be exactly as shown 
above.

*   C:\Documents and Settings\All Users\DRM\* /s\0 is the interesting part. 
If it ends with /s\0\0, then it is unaffected (in which case ANS1009W would not 
be expected). However, if it ends with /s\0 as shown above, then it is subject 
to the ANS1009W message.


2. Use reg.exe to repair the value:

reg add HKLM\SYSTEM\CurrentControlSet\Control\BackupRestore\FilesNotToBackup /v 
DRM /t REG_MULTI_SZ /d C:\Documents and Settings\All Users\DRM\* /s /f


Note: This is one long command.

Do not put the \0\0 part in the command. When the value is placed in the 
registry, it will automatically be terminated properly.

After running the above command, you can repeat step 1. to confirm that the 
data is correct. The data value should now end with /s\0\0

I did on my server but when I run a query I got it without any 0  at all !!

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\BackupRestore\FilesNotToBackup
DRM REG_MULTI_SZ C:\Documents and Settings\All Users\DRM\* /s

I check in an another server with the same configuration , TSM client 5.5.1.10 
windows 2003 SP2 who the systemstate is working fine. There too when I run the 
query I got without the 0

Can anybody suggest what I can do to fix this error ANS5280E

T.I.A Advance

Robert

 

 

 

Thanks for any replies!

 

Rob


ANS3402W and ANS1067E error -solved !!!!!!

2008-12-21 Thread Robert Ouzen Ouzen
Hi

 

The service  Virtual Disk Service must be set to Manual

 

Regards

 

Robert

 

Hi to all

 

Tried to backup an image on a Windows Vista , Tsm client 5.5.1.10 . I didn't 
use the VSS or LSVA option on my dsm.opt and used the static option:

 

SNAPSHOTPROVIDERIMAGENONE

INCLUDE.IMAGE C: mgimage imagetype=static

 

I run from the command line:  backup image C: -mode=selective –imagetype=static

 

But always got this error:

 

12/21/2008 08:55:22 ANS3402W vdsInitialize: A system call LoadService failed 
with code -2147023838.

12/21/2008 08:55:22 ANS3402W vdsInitialize: A system call LoadService failed 
with code -2147023838.

12/21/2008 08:55:22 ANS3402W dmCheckPltfrmInit: A system call vdsInitialize 
failed with code 6201.

12/21/2008 08:55:23 ANS1228E Sending of object '\\cc117466-2345\c$' failed

12/21/2008 08:55:23 ANS1067E A call to a system function returned an unexpected 
error.

12/21/2008 08:55:23 ANS1813E Image Backup processing of '\\cc117466-2345\c$' 
finished with failures.

 

Tried to search the meaning  of the error ANS3402W and ANS1067E  , they point 
to a snapshot local !!! How come  ?

I think it something relate to a service not loaded correctly  maybe ?

 

Any other suggestions ? 

 

T.I.A Regards

 

Robert


ANS3402W and ANS1067E error

2008-12-20 Thread Robert Ouzen Ouzen
Hi to all

 

Tried to backup an image on a Windows Vista , Tsm client 5.5.1.10 . I didn't 
use the VSS or LSVA option on my dsm.opt and used the static option:

 

SNAPSHOTPROVIDERIMAGENONE

INCLUDE.IMAGE C: mgimage imagetype=static

 

I run from the command line:  backup image C: -mode=selective –imagetype=static

 

But always got this error:

 

12/21/2008 08:55:22 ANS3402W vdsInitialize: A system call LoadService failed 
with code -2147023838.

12/21/2008 08:55:22 ANS3402W vdsInitialize: A system call LoadService failed 
with code -2147023838.

12/21/2008 08:55:22 ANS3402W dmCheckPltfrmInit: A system call vdsInitialize 
failed with code 6201.

12/21/2008 08:55:23 ANS1228E Sending of object '\\cc117466-2345\c$' failed

12/21/2008 08:55:23 ANS1067E A call to a system function returned an unexpected 
error.

12/21/2008 08:55:23 ANS1813E Image Backup processing of '\\cc117466-2345\c$' 
finished with failures.

 

Tried to search the meaning  of the error ANS3402W and ANS1067E  , they point 
to a snapshot local !!! How come  ?

I think it something relate to a service not loaded correctly  maybe ?

 

Any other suggestions ? 

 

T.I.A Regards

 

Robert


Again help on Microsoft Exchange error

2008-10-05 Thread Robert Ouzen Ouzen
 

Hi to all

 

I again  got on my Exchange server this error:

 

ACN5798E MS Exchange API HRESEBACKUPSETUP() failed with HRESULT: 0xc80001f9 
-Backup is already active.

 

I remember that once I got it , I double check that nothing is running and to 
be sure ask the administrator of this server to do a restart, but still get 
this error

 

My version of the TDP for Exchange is 5.5.1.0 and my TSM client too.

 

Here the answer I once got from Del:

 

This means that the Exchange Server thinks that an

Exchange backup is already being run on that storage group.

That could mean one of two things:

 

  1. A backup is actually still running on that storage group.

 

 ...or...

 

  2. A previous backup has hung or prematurely ended.

 

If a previous backup has hung or prematurely ended,

the Exchange server is supposed to automatically detect

the situation and clear the status so that a new backup

can be started.

 

Del

 

Nothing is running and if a previous backup has hung why the exchange server 
did not clear the status. 

 

I am stuck  and out of ideas !!! Any help will be really appreciate

 

Thanks  , regards

 

Robert


Help on exclude files ...Please

2008-07-16 Thread Robert Ouzen Ouzen
Hi to all

 

Please help me I tried to exclude files or directories on a Linux Client 
version 5.5.03 without any success and it makes me crazy.

 

I want to backup  /  and /boot

 

Under/  I have several directories as /var/tmpor /var/log 
or  /tmp  I don't want to backup

 

In the dsm.opt I add this line:   domainALL-LOCAL

 

In the dsm.sys I add this line:   inclexcl   
/opt/tivoli/tsm/client/ba/bin/cciprnt.excl

 

On the file cciprnt.excl  I tried several options as exclude.dir and more … but 
always I saw the files on /tmp or /var/tmp

 

One example of this file:

 

exclude.dir/var/tmp

exclude.dir/var/log

exclude.dir/tmp

exclude.dir/root/Archive

 

include/.../*

include/boot/.../*

 

Regards 

Robert Ouzen


Re: Help on exclude files ...Please

2008-07-16 Thread Robert Ouzen Ouzen
Hi Richard and others

I left only the /var/tmp/.../*  on the inclexcl file to test , I do a q 
inclexcl as Richard suggest but I still see the files under /var/tmp ???


tsm q inclexcl
*** FILE INCLUDE/EXCLUDE ***
Mode Function  Pattern (match from top down)  Source File
 - -- -
No exclude filespace statements defined.
Excl Directory /.../.TsmCacheDir  TSM
Exclude All   /var/tmp/.../* 
/opt/tivoli/tsm/client/ba/bin/cciprnt2.excl
No DFS include/exclude statements defined.

Robert

-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Richard 
Sims
Sent: Wednesday, July 16, 2008 3:34 PM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: [ADSM-L] Help on exclude files ...Please

As I frequently advise, do 'dsmc q inclexcl' rather than inspecting
client options files: have TSM report to you what *it* believes your
Include-Exclude list to be, which will also pull in any server-side
specs.

Richard Sims


Re: SV: Help on exclude files ...Please

2008-07-16 Thread Robert Ouzen Ouzen
Hi to all

Eureka  I just needed to kill the dsmcad ,  to load it back and I got what 
I need. ( I was loading the backup/restore from a browser)

I exclude those directories with exclude.dir  /var/tmp  and it worked fine.

Thanks to all

Robert

-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Richard 
Sims
Sent: Wednesday, July 16, 2008 3:47 PM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: [ADSM-L] SV: Help on exclude files ...Please

On Jul 16, 2008, at 8:15 AM, Christian Svensson wrote:

 ... Plus that exclude.dir doesn't work in UNIX/Linux. ...

It has always worked, from all my experience and observations.  And
I've seen no problem reports.  Please cite APARs, alerts, or
advisories which support the claim that it doesn't work, rather than
putting a blanket statement out there like that to the user community.

Richard Sims


del volume error

2008-07-08 Thread Robert Ouzen Ouzen
Hi 

 

Tried to delete a volume with the command:   del   vol   72L2
discardd=yes

 

It began to delete but after a few seconds is stuck:

 

Process Process Description  Status

  Number

  
-

  99 Delete VolumeVolume 72L2 (storage pool I-DRM), 
Files

  (Discard Data)   Deleted: 20, Bytes Deleted: 8,572,065

 

I saw in the log this error message:

 

07/08/2008 09:04:03  ANR0538I A resource waiter has been aborted.

07/08/2008 09:04:03  ANR2229W Discard data process terminated for volume

  72L2 - internal server error detected. (SESSION:

  13490, PROCESS: 99)

07/08/2008 09:04:03  ANRD Thread29452 issued message 2229 from: 
(SESSION:

  13490, PROCESS: 99)

07/08/2008 09:04:03  ANRD Thread29452  0x000100013414 outRptf

  (SESSION: 13490, PROCESS: 99)

07/08/2008 09:04:03  ANRD Thread29452  0x0001008aa9c8 
AdmVolDelThread

   (SESSION: 13490, PROCESS: 99)

07/08/2008 09:04:03  ANRD Thread29452  0x0001000148f0 StartThread

  (SESSION: 13490, PROCESS: 99)

07/08/2008 09:04:03  ANRD Thread29452  0x094794f0 
_pthread_body

  (SESSION: 13490, PROCESS: 99)

07/08/2008 09:04:06  ANR0986I Process 99 for DELETE VOLUME (DISCARD DATA)

  running in the BACKGROUND processed 20 items for a 
total

more...   (ENTER to continue, 'C' to cancel)

 

  of 8,572,065 bytes with a completion state of FAILURE 
at

  09:04:06. (SESSION: 13490, PROCESS: 99)

 

I did an audit volume with fix=yes  and no problem:

 

07/08/2008 07:59:01  ANR4132I Audit volume process ended for volume 
72L2;

  216127 files inspected, 0 damaged files deleted, 0

  damaged files marked as damaged, 0 files previously

  marked as damaged reset to undamaged, 0 objects 
updated.

  (SESSION: 13490, PROCESS: 98)

07/08/2008 07:59:01  ANR0987I Process 98 for AUDIT VOLUME (REPAIR) running 
in

  the BACKGROUND processed 216127 items with a 
completion

  state of SUCCESS at 07:59:01. (SESSION: 13490, 
PROCESS:

  98)

 

What can I do to fix and delete this volume to bring it back to scratch 

 

My TSM server version is :  5.5.03

 

Regards

 

Robert Ouzen

 

 


Subfile help

2008-07-07 Thread Robert Ouzen Ouzen
Hi to all

 

I have a request to backup a file server with just compressed files (as zip 
files) created with a backup utility of windows. I want to test the subfile 
option in TSM and any advice will be appreciate.

 

My purpose is of course to backup only the delta in the zip file, the regular 
incremental backup will backup the entire file almost every time.

 

I begin to read the help for syntax and options but your experience and maybe 
syntax example will be great help.

 

T.I.A Regards 

 

Robert Ouzen  


Re: Stop Systemstate backup

2008-06-10 Thread Robert Ouzen Ouzen
Rich

In the domain statement add -systemstate

Regards Robert

-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Richard 
Mochnaczewski
Sent: Tuesday, June 10, 2008 4:43 PM
To: ADSM-L@VM.MARIST.EDU
Subject: [ADSM-L] Stop Systemstate backup

Hi *,

I am having a problem trying to locate the exact synatx to exclude the 
systemstate backups on a Windows box. Does anyone know what the syntax  is ?

Rich


  
Standard Life : 175 ans au coeur de nos vies
Standard Life: Part of our lives for 175 years
 


After upgrading to 5.5.0.3

2008-06-10 Thread Robert Ouzen Ouzen
Hi to all

 

I just upgrade my Tsm server Version 5, Release 5, Level 0.3 on an  AIX-RS/6000 
  and got few problems that never occur before:

 

 

1.   I got this message trying to delete a tape with the data on it 
(discardd=yes)

  

ANR2229W Discard data process terminated for volume

72L2 - internal server error detected. (SESSION:

10424, PROCESS: 72)

 

ANR2229W: Discard data process terminated for volume volume name - internal 
server error detected.

Explanation

The process that was deleting data for the volume shown, in preparation for 
deleting the volume, has ended due to a server internal error.

System action

The server does not delete the volume

User response

Contact your service representative.

 

2.   Got this message trying to do a reclaim on a specific storage (try to 
do a move data got the same error)

   ANR8376I Mount point reserved in device class I2000CLASS, status: RESERVED.

ANR8334I 3 matches found.

ANR8337I LTO volume 40L2 mounted in drive I2000DRV3 (/dev/rmt2).

ANR0512I Process 122 opened input volume 40L2.

ANR1086E Space reclamation is ended for volume 40L2. There is insufficient

space in storage pool.

ANR0985I Process 122 for SPACE RECLAMATION running in the BACKGROUND completed

with completion state FAILURE at 07:47:40.

 

 

As you sse I have enough scratch volumes for this storage

tsm: ADSMrun maxscratch

 

Stg Pool AdsmTB  PctUtlLogi  Run?   ReclMax  VolUsed   
Diff

--  ---  --  --    -  -  ---  
-

I-WINDOWS  1.2923.6   100.0  NO  100  4 
2 2

 

Any suggestions will be appreciate …

 

Regards

 

Robert Ouzen

 

 

 


Lanfree behaviour question

2008-06-05 Thread Robert Ouzen Ouzen
Hi to all

 

I have a TDP for Oracle version 5.3.3-0 on a linux machine RHEL3 u8 with Oracle 
10g , I backup the database with LanFree backup  with a HBA Emulex  Lp9002-L . 
During the backup I got the following messages: (the TSM server version is 
5.5.0.3 on a AIX machine)

 

06/05/2008 02:05:14  ANR8302E (Session: 4481, Origin: NEWALEPHPROD_SA)  I/O

  error on drive I2000DRV3 (/dev/IBMtape2) with volume

  14L2 (OP=WRITE, Error Number=5, CC=0, KEY=06, 
ASC=29,

  ASCQ=00, 
SENSE=70.00.06.00.00.00.00.1C.00.00.00.00.29.00-

  
.30.00.10.22.00.01.00.00.20.20.20.20.20.20.20.00.00.00.0-

  0.00.26.01, Description=An undetermined error has

  occurred).  Refer to Appendix D in the 'Messages' 
manual

 

But the backup continue with the same drive and tape and finish correctly, I 
got the statistics of:

 

NEWALEPHPROD_ORA 6001.250 2008-06-05 02:03:14  00:48:30

 

The DBA of this server check the log message on the oracle side and looks O.K

 

The volume in the TSM side dismount correctly: 06/05/2008 03:01:43  
ANR8325I Dismounting volume 14L2 - 10 minute mount   retention expired.

 

But in  the log around 1 / 2 minutes after I got this message:

 

06/05/2008 03:02:59  ANR8213W Session open with 132.74.59.101 timed out.

06/05/2008 03:02:59  ANR0454E Session rejected by server NEWALEPHPROD_SA,

  reason: Communication Failure.

06/05/2008 03:02:59  ANR8390W Failure connecting to library client

  NEWALEPHPROD_SA to manage volume 14L2.

06/05/2008 03:03:01  ANR8779E Unable to open drive /dev/rmt2, error 
number=16.

 

The drive /dev/rmt2 in the TSM side is O.K I can work with it  Did I need 
to make some adjusting as maybe the retention time in the devclass or on the 
linux side in some configuration files ???

 

Any advice what to do  !

 

T.I.A Regards

 

Ouzen Robert

Haifa University

Israel

 

 

 


Question about scan files

2008-05-11 Thread Robert Ouzen Ouzen
Hi to all

 

I have a Linux client Tsm version 5.5.0.6  in my dsm.opt with the option Domain 
I have:domain/ /boot   /media/nss/VOL1  

 I added on my dsm.sys an include  exclude statement :   inclexcl
/opt/tivoli/tsm/client/ba/bin/mnhl.excl

 

On the mnhl.excl file I have those lines:

 

   Exclude  /…/*   

   Include   /boot/…/*

   Include   /root/…/*

   Include  /media/nss/VOL1/*

 

Under  the filesystem   /  I want to backup only /root directory,  the 
incremental backup this directory only as I wish   but it always scan all the 
files in the /* filesystem

 

ANS189I  Processed   181,000  Files  

 

Did is a way to avoid this scan ??? and only scan and backup  the /root  
directory .

 

T.I.A  Regards

 

Robert Ouzen


adsm.sys files question

2008-04-30 Thread Robert Ouzen Ouzen
Hi to all

 

On windows 2003 , Tsm version client 5.5.0.4 under the directory adsm.sys I 
have a lot of files as:SystemExcludecache_5558904 TsmcacheDB 

 

Cannot delete those files ….. Tsm Journal Engine is not install and Open file 
Support is not install

 

I figure what service is lock those files I tried to stop the Tsm acceptor but 
still no success   Who is in charge of those files ?

 

T.I.A Regards

 

Robert Ouzen

 


SystemExcludeCache files question

2008-03-19 Thread Robert Ouzen Ouzen
HI to all

 

I install the new client version for Windows 5.5.0.4  on a server Windows 2003 
and after testing a backup I remarked that under the folder adsm.sys I got a 
lot of files like:

 

SystemExcludeCache__08985180.TsmCacheDB

SystemExcludeCache__03885120.TsmCacheDB

SystemExcludeCache__05378190.TsmCacheDB

…..

….

….

 

All this files took around 4.5 GB  !!! My first question is why so 
much space and if TSM didn't delete them after finishing the backup 

Can I delete those files manually  What the best option to use if I backup 
too the systemstate and an image online , the VSS or the LSVA option  or none 


 

Regards

 

Robert Ouzen


Re: migration vs move data

2008-02-26 Thread Robert Ouzen Ouzen
Hi Rick

Can you sent the script to the forum , like to see .

Regards

Robert

-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Richard 
Mochnaczewski
Sent: Tuesday, February 26, 2008 6:06 PM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: [ADSM-L] migration vs move data

Hi Rick,

I'm just about to write such a script ( moving data from a 3494 library to a 
SL8500 ). Can you send me a copy of it ?

Rich



-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] Behalf Of
Richard Rhodes
Sent: Tuesday, February 26, 2008 10:51 AM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: [ADSM-L] migration vs move data


When I moved our primary pools from 3494/3590's to 3584/3592's,  I used
movedata.
I found the movedat was much easier to control the process.  I coded a
script that would vary
the number of movedata's running concurrently depending upon the number of
free/available tape drives.  During the day It would run 3-4 movedata's.
while during
thenight I had 6-8 running. Our problem was the pools were very big
(several thousand
3494/3590 tapes), and we wanted to migrate the data asap.  If your pools
are not
very big, the it's probably not worth the effort to take control via
movedata's.

Rick





 Keith Arbogast
 [EMAIL PROTECTED]
 .EDU  To
 Sent by: ADSM:   ADSM-L@VM.MARIST.EDU
 Dist Stor  cc
 Manager
 [EMAIL PROTECTED] Subject
 .EDU migration vs move data


 02/26/2008 10:17
 AM


 Please respond to
 ADSM: Dist Stor
 Manager
 [EMAIL PROTECTED]
   .EDU






What would be the consequential differences between using migration
versus using 'move data' to transfer backup files from one primary
tape pool to another? I see that with 'move data' I would specify
volumes names myself, whereas migration would pick the volumes to
move. Are there other differences that would favor one technique over
the other? A difference in throughput rate would be especially
interesting.

The files are moving between data centers, and are now in virtual
volumes. The target tape pool consists of physical 3592 cartridges.

This is all running on RHEL 4, TSM 5.4.0.3, over a 10 Gb network link.

Thank you,
Keith Arbogast
Indiana University


-
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.

  
Standard Life : 175 ans au coeur de nos vies
Standard Life: Part of our lives for 175 years
 
 


Script little question - solved

2008-01-30 Thread Robert Ouzen Ouzen
Sorry 

 

The age maybe !!! I just needed to increase my Command window 

 

Regards Robert

 

 

Hi to all 

 

I wanted the output of this script in wide orientation (like table) but always 
no matter what I tried I got as a list 

 

SET SQLDISPLAYMODE wide

select Distinct CHAR(p.source_name,20)as Source Name ,CHAR(r.drive_name,12)as 
Drive,CHAR(p.device,20) as Device,CHAR(r.online,12) as Drive Online 
,CHAR(p.online,12) as Path Online,CHAR(r.allocated_to,15) as Allocate TO 
from drives r,paths p where r.library_name=p.library_name and  
r.drive_name=p.destination_name 

 

Always get:

 

Source Name: ADSM

  Drive: FILE2DRV4

 Device: file

rive Online: YES

Path Online: YES

Allocate TO:

 

Source Name: ADSM

  Drive: FILE2DRV5

 Device: file

rive Online: YES

Path Online: YES

Allocate TO:

 

Source Name: ADSM

  Drive: I2000DRV1

 Device: /dev/rmt0

rive Online: YES

Path Online: YES

Allocate TO: ADSM

 

Source Name: ADSM

  Drive: I2000DRV2

 Device: /dev/rmt1

rive Online: YES

Path Online: YES

Allocate TO: ADSM

 

I obvious miss something ???

 

Regards

Robert Ouzen

 

 

 


Re: Error with a TDP exchange backup on lanFree backup

2008-01-21 Thread Robert Ouzen Ouzen
Del,

Thanks for your reply , but just now after a lot of debugging I found that two 
tapes was mismatch with serial number and the backup via Lanfree didn't 
recognize the correct device and TSM automatically try to reconfigure the path .

I update the path with the correct number device  (after matching the serial 
number) and everything work now fine

Thanks again

Robert

-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Del Hoobler
Sent: Monday, January 21, 2008 3:58 PM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: [ADSM-L] Error with a TDP exchange backup on lanFree backup

Robert,

rc = 418 means that the Exchange Server is reporting a problem.
Check the TDPEXC.LOG file and the output of the operation. 
It should provide more details on the Exchange Server error code.
You can also check the Windows Event Log on the Exchange Server.

Thanks,

Del




ADSM: Dist Stor Manager ADSM-L@VM.MARIST.EDU wrote on 01/20/2008 
11:25:12 PM:

 Hi to all
 
 
 
 I recently got an error message with the backup of a TDP for 
 Exchange (TDP version 5.3.3.1) on Windows 2003. The backup is 
 running with LanFree backup, I have 3 storage group and for only the
 first one (the big one) I got this error message:
 
 
 
 01/20/2008 23:37:45  ANR0530W Transaction failed for session 37250 
 for nodeEXCHSRV01_DB (TDP MSExchg) - internal server error
 
   detected. (SESSION: 37250)
 
 01/20/2008 23:37:46  ANE4993E (Session: 37335, Node: EXCHSRV01_DB) 
 TDP MSExchg   ACN3502 Data Protection for Exchange: full backup of
 
   First Storage Group from server EXCHSRV01 
 failed, rc = 418. (SESSION: 37335)
 
 
 
 The two others storage group run  fine ….. The first one after 
 several tries success to end correctly 
 
 
 
 01/21/2008 02:45:46  ANE4991I (Session: 37582, Node: EXCHSRV01_DB) 
 TDP MSExchg  ACN3501 Data Protection for Exchange: full backup of
 
   First Storage Group from server EXCHSRV01 
 completed   successfully.155426920798 bytes sent in 8,027.81 seconds.
 
 
 
 During the day I run several Incremental backups via the Lan without
 any error (include the First storage group)
 
 
 
 01/20/2008 20:02:38  ANE4991I (Session: 37002, Node: EXCHSRV01_DB) 
 TDP MSExchg  ACN3501 Data Protection for Exchange: incr backup of
 
   First Storage Group from server EXCHSRV01 
 completed  successfully.1441812356 bytes sent in 153.37 seconds.
 
 
 
 I did some research about the error ANR0530W and one suggestion was 
 to run a full backup via the Lan I did it but still got the error on
 the First storage group ?
 
 
 
 I did also stop and start again the LanFree backup agent to refresh .
 
 
 
 Did anyone suggest me an other approach .
 
 
 
 T.I.A Regards
 
 
 
 Robert Ouzen
 
 
 
 



Error with a TDP exchange backup on lanFree backup

2008-01-20 Thread Robert Ouzen Ouzen
Hi to all

 

I recently got an error message with the backup of a TDP for Exchange (TDP 
version 5.3.3.1) on Windows 2003. The backup is running with LanFree backup, I 
have 3 storage group and for only the first one (the big one) I got this error 
message:

 

01/20/2008 23:37:45  ANR0530W Transaction failed for session 37250 for node
EXCHSRV01_DB (TDP MSExchg) - internal server error

  detected. (SESSION: 37250)

01/20/2008 23:37:46  ANE4993E (Session: 37335, Node: EXCHSRV01_DB)  TDP MSExchg 
  ACN3502 Data Protection for Exchange: full backup of

  First Storage Group from server EXCHSRV01 failed, rc = 
418. (SESSION: 37335)

 

The two others storage group run  fine ….. The first one after several tries 
success to end correctly 

 

01/21/2008 02:45:46  ANE4991I (Session: 37582, Node: EXCHSRV01_DB)  TDP MSExchg 
 ACN3501 Data Protection for Exchange: full backup of

  First Storage Group from server EXCHSRV01 completed   
successfully.155426920798 bytes sent in 8,027.81 seconds.

 

During the day I run several Incremental backups via the Lan without any error 
(include the First storage group)

 

01/20/2008 20:02:38  ANE4991I (Session: 37002, Node: EXCHSRV01_DB)  TDP MSExchg 
 ACN3501 Data Protection for Exchange: incr backup of

  First Storage Group from server EXCHSRV01 completed  
successfully.1441812356 bytes sent in 153.37 seconds.

 

I did some research about the error ANR0530W and one suggestion was to run a 
full backup via the Lan I did it but still got the error on the First storage 
group ?

 

I did also stop and start again the LanFree backup agent to refresh .

 

Did anyone suggest me an other approach .

 

T.I.A Regards

 

Robert Ouzen

 

 


TDP Exchange question

2008-01-10 Thread Robert Ouzen Ouzen
Hi to all

 

I just wondering if running a TDP for Microsoft Exchange (version 5.3.3.1) on 
windows server 2003 in SAN environment (Lanfree backup), if I need to change or 
add in  the default parameters on the Tdpexc.cfg to increase performance ?

 

Here the parameters:

 

BUFFers  3

BUFFERSIze   1024

 

LOGFile  tdpexc.log

LOGPrune 60

 

MOUNTWaityes

 

TEMPLOGRESTorepath

 

T.I.A Regards 

 

Robert Ouzen


Backup with TDP for Microsoft Exchange in multiple sessions

2008-01-03 Thread Robert Ouzen Ouzen
Hi to all

 

I need to figure how to backup an Exchange server 2003 with TDP for Microsoft 
Exchange (Version 5.3.3.1) in multiple sessions , I have 3 storage groups . 

I increased the maxnummp to 4 of the nodename , did I have to add some command 
in the dsm.opt or tdpexc.cfg too ??

 

T.I.A Regards

 

Robert Ouzen

 

 


ASR Procedure question

2007-11-08 Thread Robert Ouzen Ouzen
Hi to all

 

I tried the ASR procedure and made those setps:

 

1.   Create an ASR diskette from gui client (Label TSMASR)

2.  Create a CD with a client installation name TSMCLI.EXE   (Label TSMCLI)

3.  Run the process (F2 for ASR from a Windows XP+SP2 installation) an 
follow the instructions

4.  Get a Windows Dos options to pick a restore from a server or a local 
backup set

5.  Choose the first option (from the server)

 

Here got an error Session rejected: TCP/IP connection failure

 

I was never ask to configure my TCP/IP (Ip number, gateway, subnet) , try ping 
without any success …

 

I am sure I miss something but no clue how to configure my tcp/ip . I check 
that in the tsmasr.opt the tcpserveraddress is the IP and not the name server.

 

Any suggestions ??

 

T.I.A Regards

 

Robert Ouzen


Re: ASR Procedure question

2007-11-08 Thread Robert Ouzen Ouzen
Tom

You are right I contoured  this problem with an little utility PENETCFG (I can 
enter my own configuration)

Robert Ouzen
Haifa University , Israel

-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Kauffman, 
Tom
Sent: Thursday, November 08, 2007 6:15 PM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: [ADSM-L] ASR Procedure question

I may be wrong -- but I thought the ASR process required a DHCP server
be available to provide an IP address to the system for the restore
process.

Tom Kauffman
NIBCO, Inc

-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of
Robert Ouzen Ouzen
Sent: Thursday, November 08, 2007 4:05 AM
To: ADSM-L@VM.MARIST.EDU
Subject: ASR Procedure question

Hi to all

 

I tried the ASR procedure and made those setps:

 

1.   Create an ASR diskette from gui client (Label TSMASR)

2.  Create a CD with a client installation name TSMCLI.EXE   (Label
TSMCLI)

3.  Run the process (F2 for ASR from a Windows XP+SP2 installation)
an follow the instructions

4.  Get a Windows Dos options to pick a restore from a server or a
local backup set

5.  Choose the first option (from the server)

 

Here got an error Session rejected: TCP/IP connection failure

 

I was never ask to configure my TCP/IP (Ip number, gateway, subnet) ,
try ping without any success ...

 

I am sure I miss something but no clue how to configure my tcp/ip . I
check that in the tsmasr.opt the tcpserveraddress is the IP and not the
name server.

 

Any suggestions ??

 

T.I.A Regards

 

Robert Ouzen
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.


More question about ASR procedure

2007-11-08 Thread Robert Ouzen Ouzen
Hi 

 

Did it a way to run a restore image of Windows client with the ASR procedure 
when trying to do it got an error ANS1287E Volume could not be locked .

 

Regards 

 

Robert Ouzen

 

 


Question about restoring an Image

2007-10-09 Thread Robert Ouzen Ouzen
Hi to all

 

I read a paper called:

IBM - Modified Instructions for Complete Restores of Windows Systems with 
the TSM Client Bare Metal Restore (BMR), System State Restore, Windows System  
Object Restore.

 

On it the process to restore a complete system drive is:

 

1.   Restore the  CATROOT of the system object   (For XP or 2000)

Restore the  CATROOT of the system state   (For 2003 only for 5.3.4 or older)

 

2.  Restore the system drive(for all windows)

 

3.  Restore the system objects  (For 2000/XP)  or restore the systemstate 
and systemservices (For 2003)

 

4.  No reboot between only at the end.

 

My question is the process will be the same when doing a restore image  in 
step2 instead restore system drive to do restore image ?

 

Till now the steps I made for restoring an image was:

 

1.   Restore the image   (for all windows)

 

2.  Reboot

 

3.  Restore the  CATROOT of the system object   (For XP or 2000)

Restore the  CATROOT of the system state (For 2003)

 

4.  Restore the system objects  (For 2000/XP)  or restore the systemstate 
and systemservices (For 2003)

 

5.  Reboot

 

Can anybody advise what will the correct process for restoring an image.

 

T.I.A Regards

 

Robert Ouzen

 

 

 

 


Question on filespace type

2007-06-09 Thread Robert Ouzen Ouzen
Hi to all

 

A little question after changing a computer to a faster one (OS Windows) , keep 
the same data on it . The only thing changed is the Filespace  Name (for 
inventor purpose part of the computer name is the inventor serial number).

 

Before doing an incremental backup I renamed my old filespace to the new one ( 
\\x-2 file:///\\x-2 777\d$ to \\y-2 file:///\\y-2 777\d$ ) 
and run the backup , everything run O.K .

 

06/10/2007 08:15:36  ANE4952I (Session: 29959, Node: ENBAL)  Total number 
of  objects inspected:6,263 (SESSION: 29959)

06/10/2007 08:15:36  ANE4954I (Session: 29959, Node: ENBAL)  Total number 
of  objects backed up:  758 (SESSION: 29959)

06/10/2007 08:15:36  ANE4958I (Session: 29959, Node: ENBAL)  Total number 
of  objects updated:  0 (SESSION: 29959)

06/10/2007 08:15:36  ANE4960I (Session: 29959, Node: ENBAL)  Total number 
of  objects rebound:  0 (SESSION: 29959)

06/10/2007 08:15:36  ANE4957I (Session: 29959, Node: ENBAL)  Total number 
of   objects deleted:  0 (SESSION: 29959)

06/10/2007 08:15:36  ANE4970I (Session: 29959, Node: ENBAL)  Total number 
of   objects expired:943 (SESSION: 29959)

06/10/2007 08:15:36  ANE4959I (Session: 29959, Node: ENBAL)  Total number 
of   objects failed:   0 (SESSION: 29959)

06/10/2007 08:15:36  ANE4965I (Session: 29959, Node: ENBAL)  Total number 
of   subfile objects:  0 (SESSION: 29959)

06/10/2007 08:15:36  ANE4961I (Session: 29959, Node: ENBAL)  Total number 
of   bytes transferred: 228.04 MB (SESSION: 29959)

06/10/2007 08:15:36  ANE4963I (Session: 29959, Node: ENBAL)  Data transfer 
time:   19.76 sec (SESSION: 29959)

06/10/2007 08:15:36  ANE4966I (Session: 29959, Node: ENBAL)  Network data 
transfer rate:11,814.20 KB/sec (SESSION: 29959)

06/10/2007 08:15:36  ANE4967I (Session: 29959, Node: ENBAL)  Aggregate data 
transfer rate:  4,595.66 KB/sec (SESSION: 29959)

06/10/2007 08:15:36  ANE4968I (Session: 29959, Node: ENBAL)  Objects 
compressed  by:0% (SESSION: 29959)

06/10/2007 08:15:36  ANE4969I (Session: 29959, Node: ENBAL)  Subfile 
objects  reduced by:   0% (SESSION: 29959)

06/10/2007 08:15:36  ANE4964I (Session: 29959, Node: ENBAL)  Elapsed 
processing time:00:00:50 (SESSION: 29959)

 

My question is why when I do a query fi after the backup  I still see on the 
Filespace Type FAT32 (my old type) instead NTFS (my new one) 

 

Node NameFilespaceFSID  Platform  Filespace  Is Files-  
CapacityPct

  Name  
Type   pace (MB)   Util


 Unicode?

---  ---    
--  -

ENBAL\\y-2777\d$  1WinNT  FAT32 Yes 
   27,760.7   14.4

 

My TSM Client Windows version is 5.4.04

  

Regards

 

Robert Ouzen


Question ???

2007-04-18 Thread Robert Ouzen Ouzen
Hi to all

 

Try to link the search.adsm.org for a search of old post but get “Page cannot 
be found” ? Did the site change or just a temporary problem 

 

Did another site to search 

 

Regards Robert OuZen


Failed rc=12

2007-04-16 Thread Robert Ouzen Ouzen
Hi to all

 

After receiving for a Windows client 2003 Tsm version 5.3.4.8 client an output 
of  Failed 12, I checked the error log and saw this: (a lot of them ..)

 

16-04-2007 01:00:52 fioScanDirEntry(): *** Skipping corrupted file/directory: 
'\\?\tsmlvsa_Volume{1840fc90-8f7e-11db-8be1-806e6f6e6963}\PHP\sessiondata'

16-04-2007 01:00:52 PrivIncrFileSpace: Received rc=102 from fioGetDirEntries:  
\\?\tsmlvsa_Volume{1840fc90-8f7e-11db-8be1-806e6f6e6963}  \PHP\sessiondata

16-04-2007 01:01:39 ANS1999E Incremental processing of '\\websrv01\c$' stopped.

 

16-04-2007 01:01:45 ANS1030E The operating system refused a TSM request for 
memory allocation.

16-04-2007 01:01:46 ANS1512E Scheduled event 'SCHED7W' failed.  Return code = 
12.

16-04-2007 09:31:04 ANS1009W An error occurred processing the operating system 
include/exclude statements.

 

 

I have the parameter on the dsm.opt:   

 

MEMORYEFFICIENTBACKUP YES

 

Any suggestion  Did I need maybe to use the journal option too 

 

Any help will be really appreciate …

 

Regards Robert Ouzen


TSAFS options question

2007-03-06 Thread Robert Ouzen Ouzen
Hi to all

 

Want to load the TSAFS module on Netware client version 6.5 with the options 
NoCache and Nocluster  did the correct syntax will be:

 

Load TSAFS /Nocache /Nocluster

 

It is a way to do a query to check if the option are loaded correctly  When 
I run a query tsa I don’t see the options

 

Tsm client version 5.4.0

 

Regards

 

Robert Ouzen

 

 


Re: How to query the volume name when I need restore

2007-02-14 Thread Robert Ouzen Ouzen
Hi Wira

Maybe this script will help you:

select node_name , volume_name, stgpool_name, filespace_name from volumeusage 
where node_name=upper('$1')

Say you name it: Restore_vol 

Run restore_vol nodename

Regards
Robert Ouzen
Haifa University
Israel

-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Wira 
Chinwong
Sent: Wednesday, February 14, 2007 10:28 AM
To: ADSM-L@VM.MARIST.EDU
Subject: [ADSM-L] How to query the volume name when I need restore

Hi,
   I used TSM for long time. Until now I'm still feel bad every time
when I have to restore data especially when restore data from API (TDP
for oracle and backup image). The restore data size is very huge so they
need more than one volume to restore. Unfortunable I cannot maintain all
backup volumes in the library. So there are some volumes place out of
library. Every time I plan to setup restore schedule in the night but I
cannot reliably that the restore will be compeleted because I don't know
which volume should checked in before. Any idea please suggest.
 
Best Regards,
 
Wira Chinwong
Engineering Department Manager
 
SCSI Co., Ltd.   
719 KPN Tower Bldg., 11th Floor, Bangkapi, 
Huaykwang, Bangkok 10310
Tel 02-7171066-7  Fax 0-27171068
E-mail: [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED]  
http://www.scsi.co.th/  
 
 


Error running Image Backup online

2007-01-31 Thread Robert Ouzen Ouzen
Hi to all

 

When trying to backup with the image feature a windows 2003 client online I got 
the following error:

 

01/31/2007 11:20:44 ANS1259E The image snapshot operation failed. Diagnostic 
text: SnapshotCallback: snapStatus = 1, snapRc = 6.

01/31/2007 11:20:44 ANS1425E The image operation for volume \\tssrv03\c$ cannot 
be retried because of a severe error.

01/31/2007 11:20:50 ANS1228E Sending of object '\\tssrv03\c$' failed

01/31/2007 11:20:50 ANS1346E The image snapshot operation failed. The 
SNAPSHOTCACHELocation  does not contain enough space for this snapshot image 
backup.

 

01/31/2007 11:20:50 ANS1813E Image Backup processing of '\\tssrv03\c$' finished 
with failures.

 

 

I search the  ANS1259E  and ANS1346E errors , my disk C: is not compress and 
tried too the SNAPSHOTCACHELocation to another partition with plenty room with 
the same result.

 

I did it  on a lot  others Windows2003 client with no problem !!! Any others 
ideas ?

 

My Tsm client version is 5.3.4.8

 

Regards Robert Ouzen

 


Re: [SPAM: 12.500] [ADSM-L] Error running Image Backup online

2007-01-31 Thread Robert Ouzen Ouzen
Leigh

You made me in the right way the user I used was not an administrator after 
testing with an administrator the errors vanished 

Thanks Robert

-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Leigh Reed
Sent: Wednesday, January 31, 2007 11:41 AM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: [ADSM-L] [SPAM: 12.500] [ADSM-L] Error running Image Backup online

Robert,

Do you have any disk quota s/w running on this machine that may restrict
the size of a file written to disk?

Leigh

-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of
Robert Ouzen Ouzen
Sent: 31 January 2007 09:36
To: ADSM-L@VM.MARIST.EDU
Subject: [SPAM: 12.500] [ADSM-L] Error running Image Backup online

Hi to all



When trying to backup with the image feature a windows 2003 client
online I got the following error:



01/31/2007 11:20:44 ANS1259E The image snapshot operation failed.
Diagnostic text: SnapshotCallback: snapStatus = 1, snapRc = 6.

01/31/2007 11:20:44 ANS1425E The image operation for volume \\tssrv03\c$
cannot be retried because of a severe error.

01/31/2007 11:20:50 ANS1228E Sending of object '\\tssrv03\c$' failed

01/31/2007 11:20:50 ANS1346E The image snapshot operation failed. The
SNAPSHOTCACHELocation  does not contain enough space for this snapshot
image backup.



01/31/2007 11:20:50 ANS1813E Image Backup processing of '\\tssrv03\c$'
finished with failures.





I search the  ANS1259E  and ANS1346E errors , my disk C: is not compress
and tried too the SNAPSHOTCACHELocation to another partition with plenty
room with the same result.



I did it  on a lot  others Windows2003 client with no problem !!! Any
others ideas ?



My Tsm client version is 5.3.4.8



Regards Robert Ouzen


Re: size of each node on TSM

2007-01-31 Thread Robert Ouzen Ouzen
Avy

Try q occ ...

Regards Robert ouzen
 

-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Avy Wong
Sent: Wednesday, January 31, 2007 7:30 PM
To: ADSM-L@VM.MARIST.EDU
Subject: [ADSM-L] size of each node on TSM

Hello,
  I understand q node f=d gives me a bunch of stats of each of the nodes 
registered on the TSM. But it does not say how much space it takes up on TSM. 
How do I go about getting the space size each node occupies on TSM?
Thanks.

Avy Wong
Business Continuity Administrator
Mohegan Sun
1 Mohegan Sun Blvd
Uncasville, CT 06382
ext 28164


**
The information contained in this message may be privileged and confidential 
and protected from disclosure. If the reader of this message is not the 
intended recipient, or an employee or agent responsible for delivering this 
message to the intended recipient, you are hereby notified that any 
dissemination, distribution, or copy of this communication is strictly 
prohibited. If you have received this communication in error, please notify us 
immediately by replying to the message and deleting it from your computer.
**


Export sever question

2007-01-15 Thread Robert Ouzen Ouzen
Hi to all

 

I have an Old Tsm server on AIX and want to upgrade him to a Linux system, will 
be enough to export only configuration (export server FILEData=None) , to plug 
the library and continue to backup / restore , or I need to export the data too 


 

My Tsm server version is 5.3.4.0

 

Regards 

 

Robert Ouen


ANO0151E error on a SQL restore

2007-01-03 Thread Robert Ouzen Ouzen
Hi to all

 

First a thank’s to Del Hoobler with my previous question about the ACO5400E 
error , the suggestion help ……

 

I tried today to restore an inactive full backup Sql database to another 
location in the same server with the Gui panel , I right click on the inactive 
full DB to restore and choose the rellocate option , but everytime got the 
error ACO0151E “Cannot succeed the database is in use” only when I detached the 
specific DB I was able to do it ….

 

Did the only way or I missed something 

 

Regards ,

 

Robert Ouzen


Ie7 error message

2006-12-31 Thread Robert Ouzen Ouzen
Hi to all

 

Just install on a test machine Windows Vista + Office 2007 …. When trying to 
connect the clients via the browser (now is IE7) I got this following message 
error:

 

Runtime error!

Program: C:\Program Files\Internet Explorer\iexplore.exe

Abnormal program termination

 

I know it’s just came out and maybe not yet supported but maybe any clue !

 

Thanks in advance …. Regards and Happy new year

 

Robert Ouzen

 


ACo5400E error on a Sql backup

2006-12-25 Thread Robert Ouzen Ouzen
Hi to all

 

When trying to backup a Sql server 2000 Sp4  with TDP for Microsoft Sql server 
(version 5.2.1.) on a Windows Server 2003 Entreprise Edition SP1, I got the 
following error: 

 

Backup of SPS01_Config_db failed.

ACO5400E The Virtual Device Interface is not registered with the Common Object 
Model.

 

I find an old link about this :  
http://support.microsoft.com/default.aspx?scid=kb;en-us;323602Product=sql2k

 

But didn’t find those parameters on my registry  

 

Help will be really appreciate …..

 

T.I.A Regards

 

Robert Ouzen

 

 


Image backup and restore

2006-12-23 Thread Robert Ouzen Ouzen
Hi to all 

 

I am testing the backup Image + incremental of a Windows 2003 client system 
disk, here what I plan to do:

 

1.   A full image at Saturday : dsmc   ba   
image   C:   -mode=selective  -imagetype=snapshot


   dsmc  ba systemstate

2.   An incremental image every day: dsmc   ba   image   C:   
-mode=incremental  -imagetype=snapshot

 

To restore it:

 

1. dsmc  restore image \\cc33796-2345\c$  c:\ -noprompt -incremental 
–deletefiles

 

2.   dsmc restore group {SYSTEM STATE}\SYSSTATE* c:\systemp\ -showmembers 
-preservepath=complete  -replace=all 

xcopy /h /s /y c:\systemp\SYSFILES\WINDOWS\system32\CatRoot\* 
c:\system32\CatRoot\

rmdir /s /q c:\systemp

 

3.   dsmc restore systemstate 

dsmc restore systemservices 

 

Did is the right process to bring back the disk ?

 

My Tsm client is 5.3.4.0.

 

T.I.A Regards

 

Robert Ouzen

 


Re: Question about LanFreeBackup

2006-10-16 Thread Robert Ouzen Ouzen
Fran

What is your suggestion of the size for the buffpoolsize parameter on a 2 GB 
memory server and LTO2 TAPES

Regards

Robert Ouzen 

-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Francisco 
Molero
Sent: Monday, October 16, 2006 8:28 PM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: [ADSM-L] Question about LanFreeBackup

In my opinion, you can get great performance with LTO3 and aplications like 
db2, Oracle, SAP, Domino, Exchange, etc. It is a good idea if you want to 
backup big files. I don't recommend you if you want to backup fileservers. 

I have found differents performance. The best one was 1,5 TB y 1:30 minutes 
using LTO3 and DS8100, SAP with Oracle and AIX. 

The best parameters in TSM 5.3 are the defaults, Only you have to change the 
buffpoolsize in the server. The best communication method in TSM 5.3 is 
sharedmem. 

I hope this help you. 


Regards,

Fran

TSM deployment certified.
TSM administrator certified.
ITIL Certified.
AIX Certified. 

- Mensaje original 
De: Mark Stapleton [EMAIL PROTECTED]
Para: ADSM-L@VM.MARIST.EDU
Enviado: lunes, 16 de octubre, 2006 20:01:51
Asunto: Re: Question about LanFreeBackup

From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Anker 
Lerret
 Remember that LAN-free backups are often no faster than 100MB/1GB 
 Ethernet LAN-based backups. (In a few cases they will actually be 
 slower.)

Mark, can you say some more about that?  We're hoping to start doing 
LAN-free and I was hoping that we could see some nice improvements in 
large backups that go straight to tape.  Are you just talking about the 
case where the LAN is relatively uncongested and the SAN is overloaded?
Or is there something else I'm missing?

I can't say that I've got quantifiable data; I speak from real-world 
experience. SAN-based data transfer from disk to tape has been, in the best of 
situations, only slightly faster than similar LAN-based data transfer. As I 
said earlier, the only advantages I've ever seen to LAN-free backups have been 
1. where the LAN is too congested (or poorly configured) to guantee reasonable 
backup speeds 2. the disk storage pool is too small to handle large file 
backups.
3. you want to guarantee that an entire node's backups go directly to tape

--
Mark Stapleton ([EMAIL PROTECTED])
Senior TSM engineer






__
LLama Gratis a cualquier PC del Mundo. 
Llamadas a fijos y móviles desde 1 céntimo por minuto. 
http://es.voice.yahoo.com


Question about LanFreeBackup

2006-10-13 Thread Robert Ouzen Ouzen
Hi to all
 
I implant a LanFreeBackup of my Exchange server 2003 of 169 GB database, by lan 
took 04:30 hours to backup on LTO2 tape by San I decrease to 02:20 hours.
I wonder if they are some tips to decrease the time any more !
 
My TSM server is on a AIX machine , tsm version 5.3.2.4 
My TSM storage agent is 5.3.2.0
My TDP for exchange is 5.3.3.0
 
T.I.A Regards
 
Robert Ouzen


Trace on Netware client

2006-09-03 Thread Robert Ouzen Ouzen
Hi to all
 
Can anybody tell me the correct syntax to trace a backup on an Netware client 
5.1 , Tsm client version 5.1.6
 
I triedI -su=yes -tracefile=sys:\tmp\trace.out -traceflags=service 
-tracemax=5000
 
But got this error message:
 
  
09/03/2006 13:05:29 ANS1108E Invalid option (-TRACEFILE) for the INCREMENTAL 
command
 
Without it my backup run but got no output 
 
T.I.A Regards
 
Robert Ouzen


TDP for exchange error

2006-08-29 Thread Robert Ouzen Ouzen
Hi to all
 
I have an exchange server Windows2003 (not in cluster) with TDP version 5.2.1 I 
backup it at Sunday Tuesday Thursday full (at 23:00) and between 3 times a day 
incremental (at 9 , 15 , 20).
 
The 3 incrementals after the full are running correctly but the second day I 
got the following error:
 
  Sunday Monday
Tuesday 
Full (23:00)   OK I (09:00)   OK   I 
(09:00)  Error
   I (15:00)OK  
I (15:00)   Error
   I (20:00)   OK   
   I (20:00)Error
 
From the actlog:
 
ANE4993E (Session: 145219, Node: EXCHSRV01_DB)  TDP
 MSExchg ACN3502 Data Protection for Exchange: incr backup
 of First Storage Group from server EXCHSRV01 failed, rc =
 425.  (SESSION: 145219)
 
From the excincr.log:
 
Beginning incr backup of First Storage Group, 1 of 2.
 
Backup of storage group First Storage Group failed.
ACN5798E MS Exchange API HRESEBACKUPSETUP() failed with HRESULT: 0xc8000230 - 
The database missed a previous full backup before the incremental backup. 
 
 
My backup copy group are:
 
Full backup   nolimit nolimit   8   8
Incr backup  nolimit nolimit  15  15
 
The Exchange administrator told me that is not running any defrag on the 
database .
 
Any clue ?
 
Regards 
Robert  Ouzen


Re: TDP for exchange error

2006-08-29 Thread Robert Ouzen Ouzen
Hi Del

I will continue to investigate . By the way I install the TDP version 
5.3.3.0 and when I loaded the restore panel in the gui (show all objects) I see 
the same information twice of my last backup ??


Strange !

Regards Robert


   



-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Del Hoobler
Sent: Tuesday, August 29, 2006 3:52 PM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: [ADSM-L] TDP for exchange error

Hi Robert,

I recommend that you check the event logs and other system logs closely.
I think that there must be something else running (like another backup type, or 
a defrag, or something else) that is causing this situation to occur.
I know that you said that the exchange admin told you that the defrag wasn't 
running within that timespan, but this error is the Exchange Server telling you 
that expected log files are missing... and that you need to run a full backup.

Thanks,

Del




ADSM: Dist Stor Manager ADSM-L@VM.MARIST.EDU wrote on 08/29/2006
02:26:39 AM:

 Hi to all

 I have an exchange server Windows2003 (not in cluster) with TDP
 version 5.2.1 I backup it at Sunday Tuesday Thursday full (at 23:00)
 and between 3 times a day incremental (at 9 , 15 , 20).

 The 3 incrementals after the full are running correctly but the second
 day I got the following error:

   Sunday Monday
 Tuesday 
 Full (23:00)   OK I (09:00)   OK
 I (09:00)  Error
I (15:00)OK
 I (15:00)   Error
I (20:00)   OK
 I (20:00)Error

 From the actlog:

 ANE4993E (Session: 145219, Node: EXCHSRV01_DB)  TDP  MSExchg ACN3502
 Data Protection for Exchange: incr backup  of First Storage Group from
 server EXCHSRV01 failed, rc =  425.  (SESSION: 145219)

 From the excincr.log:

 Beginning incr backup of First Storage Group, 1 of 2.

 Backup of storage group First Storage Group failed.
 ACN5798E MS Exchange API HRESEBACKUPSETUP() failed with HRESULT:
 0xc8000230 - The database missed a previous full backup before the
 incremental backup.


 My backup copy group are:

 Full backup   nolimit nolimit   8   8
 Incr backup  nolimit nolimit  15  15

 The Exchange administrator told me that is not running any defrag on
 the database .

 Any clue ?

 Regards
 Robert  Ouzen


Re: Storage Agent Upgrade on AIX caused LANFree to slow way down

2006-08-25 Thread Robert Ouzen Ouzen
Hi 

So if I understand when you change the OS lanfree backup  with 
LANFREECOMMMETHOD of SharedMem the backup was FASTER , did you do the same with 
the DB2 or still LANFREECOMMMETHOD of TCPIP 

Regards

Robert Ouzen

-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of TSM_User
Sent: Friday, August 25, 2006 7:07 AM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: [ADSM-L] Storage Agent Upgrade on AIX caused LANFree to slow way 
down

Curious that I'm replying to my own post but using the LANFREECOMMMETHOD of 
SharedMem the 120 GB of OS data just backed up in 57 minutes.  The 60 GB of DB2 
data backed up in 54 minutes.
   
  So looks like the V5.3.3.0 storage agent is more affected by the use of 
SharedMem over TCPIP. Or, something else changed around the time of the upgrade 
to break the usage of TCP/IP for the LANFREE backup.
   
  I'd still be interested to know if anyone else has seen this behavior.

TSM_User [EMAIL PROTECTED] wrote:
  Guys,
We had a TSM server and TSM Storage Agent combination of V5.1.1.0. The TSM 
client on the AIX server is at V5.1.7.0. This AIX server is running DB2. We 
have a Windows 2003 TSM server and a 3494 tape library with two Fibre attached 
3590 drives.

Anyway the OS backup on this server has 120 GB and was backing up in 54 
minutes. The DB2 backup on the server had never been configured to run LANFree 
(don't know why) but backed up 60 GB in 1 hour and 45 minutes over the LAN 
(10/100 NIC).

We upgrade the TSM server to V5.3.3.3 which went without any issues. We then 
upgraded the TSM storage agent to V5.3.3.0 (they like to not put any patches on 
this very important AIX DB2 server unless it is absolutly necessary). According 
to the doc you can use a V5.3.3.0 storage agent with a V5.3.3.3 TSM server 
without any problems.

Now the storage agent backup of the OS runs in 4 hours and 30 minutes. Yes, we 
are absolutly sure it is still going LANFree. We can see this when we route the 
q sess command to the storage agent. We also so that the LANFree bytes 
transferred shows that the whole 120 GB is going LANFree.

We did put ENABLELANFREE YES in the dsm.sys that the DB2 agent was in. The DB 
backup is not completing in 1 hour and 15 minutes. We would like it to be 
faster but it is faster than when it ran over the LAN so people are happy with 
it.

After this upgrade we gained 30 minutes on the DB2 backup but we lost 3 hours 
and 30 minutes on the OS backup.

The dsm.sys files were setup to use lanfreecommmethod of TCPIP. That was good 
with V5.1.1.0. However, seeing that the client and storage agent are on the 
same server I changed the method to SharedMem to see how much of a difference 
that makes.

So after that book, has anyone else experienced a slow down in Storage Agent 
speed after an upgrade. I've went through many and this is a first for me.

Oh, no errors of any kind in any of the logs.




-
Get your own web address for just $1.99/1st yr. We'll help. Yahoo! Small 
Business.



-
Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls.  Great rates 
starting at 1¢/min.


Exclude.dir question

2006-08-14 Thread Robert Ouzen Ouzen
Hi to all
 
Can anybody explain to me why is not an include.dir option ? To include 
just a few directories with contents and to exlude all the others directories 
and contents, it's a real pain ...
 
Needs so much lines in the dsm.opt  like :
 
  exclude.dir c:\[a-su-z0-9]*
   exclude.dir c:\T[a-df-z0-9]*
 
It's seems so simple to do something like:
 
Domain C:
 
EXCLUDE ?:\...\* 
EXCLUDE.DIR *:\*
 
INCLUDE.DIR  C:\test\
INCLUDE  C:\test\...\* mgwin
 
Any reasons 
 
T.I.A Robert Ouzen


Output question

2006-08-07 Thread Robert Ouzen Ouzen
Hi to all
 
Running a query event to pick exception status as:   q event * * ex=yes 
begind=-1 begint=17:00 endd=today endt=08:00   c:\tsm\exception.txt
 
Sometimes I got for a long nodename two lines:
 
08/03/2006 22:45:00 SCHED3  
  WEBLXN   Missed   
08/04/2006 04:00:00
DRM_HIGHLEAR- DRM_HIGHLEAR- Missed   

 N_WEB  N_WEB 
08/04/2006 09:00:00  08/04/2006 09:00:06  DRM_MARVEL  
DRM_MARVELFailed   
 
I have a   SQLDISPLAYMODE wide
 
  Column  Date-Time Arithmetic Cursors
Display   Format  ModeAllowed?
 Format
 - -- 
  Wide  ISO TruncateYes
 
But still two lines I prefer to run the query event instead of a select command 
, did is possible to get only one line ??
 
Regards Robert


Re: Multiple nodes on linux with dsmcad ?

2006-07-11 Thread Robert Ouzen Ouzen
Brian

Did you try dsmcad -optfile=/test/dsm1.opt  and another one dsmcad 
-optfile=/test/dsm2.opt

Regards
Robert Ouzen 

-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Brian Ipsen
Sent: Wednesday, July 12, 2006 8:19 AM
To: ADSM-L@VM.MARIST.EDU
Subject: [ADSM-L] Multiple nodes on linux with dsmcad ?

Hi!

 How do I run multiple nodes/schedulers on linux, if I want to use DSMCAD ?

In my batch file, I've tried to use:

export DSM_CONFIG=/test/dsm1.opt
dsmcad
sleep 2
export DSM_CONFIG=/test/dsm2.opt
dsmcad

But for some wierd reason this doesn't seem to work ?

Regards
/Brian


CLusternode question

2006-07-03 Thread Robert Ouzen Ouzen
 

Hi All,

 

Im currently running win 2003 ent 64bit edition, and on top of it im running 
Sql server 2000 32Bit edition

On top of that I m running also Veritas Cluster.

 

I installed the BA client  for 64 Bit and manage to see all the Drives after I 
add  CLUSTERNODE YES
CLUSTERDISKSONLY NO options to see all drive I need,
 
My problems started when I install the TDP for Sql, its doesn’t work with 32bit 
either 64Bit
Far as  I know the API of the BA it’s a prerequisite of the TDP, and the BA its 
64Bit !!!
What should I do ?
 
In Oracle on AIX,Linux its Simple, But here I don’t know if I need to install 
TDP for 64bit, and it will manage to connect the Sql in 32 bit
 
 

 

Best Regards

Amos Hagay

 

 

 

 

 

 

 

 

 

 

 

 


Re: Updating a Netware password via a script.

2006-07-03 Thread Robert Ouzen Ouzen
Kathleen

Look at apar IC24190  use the option -NWPWFILE=YES

Regards
Robert Ouzen
Haifa University
Israel 

-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Kathleen M 
Hallahan
Sent: Monday, July 03, 2006 6:17 PM
To: ADSM-L@VM.MARIST.EDU
Subject: [ADSM-L] Updating a Netware password via a script.

Our Netware admin has come to me looking for some assistance in updating the 
Netware password via a script across all of her servers (due to a security 
requirement, they all have to be changed every 90 days now).  To do it manually 
involves running a dsmc incr of one file on every server and inputting the 
Netware ID and password.  Because of the number of clusters, she's calculated 
that this change could take up to 36 hours every time it needs to be done, and 
is looking for a way to shorten the timeline.

I did suggest that she use the -nwuser=servername\user:password option.
When she tested it out, it worked for the session, but did not update the 
password file.

Has anyone ever tried to do anything like this?

Thanks,

Kathleen

TSM Server:  AIX 5.2.3.1
TSM Client:Netware 5.2.2.9 on Netware v. 6.5


_

Kathleen Hallahan
Freddie Mac
Storage Management -- Tape


BartPe utility restore question

2006-06-18 Thread Robert Ouzen Ouzen
Hi to all
 
Testing Windows PE utility (BARTPE software) , when restoring Windows XP client 
on a same machine (same hardware) no problem at all ...
  1. Boot from CD with network configuration
  2. Restore image
  3. Restore CatRoot
  4. Reboot Pc
  5. Restore systemObject
 
Everything O.K  But when doing the same trying to restore another Windows 
XP client (different Hardware as different H.D and different network card) 
after step 4 I' am stuck the system can't boot  !
 
I am aware that more complicate with different hardware but I read that it can 
be done , I know I miss something ...
 
Any help will be appreciate ,
 
Regards Robert Ouzen


Re: AW: TDP for Exchange - Management Class

2006-05-20 Thread Robert Ouzen Ouzen
Hi ,

Became  a little bit confusing . So What the purpose of many management 
class per node utility If can't use for this purpose describe ?

DomainNodename MgmInclude   
  Schedule   Opt File

Domain_Exchange   Exchange EXCH_daily INCLUDE *\...\full EXCH_daily   
Sched_Exch_daily dsm.opt (Default)
Domain_Exchange   Exchange EXCH_monthly   INCLUDE *\...\full EXCH_monthly 
Sched_Exch_montlydsm_monthly.opt
Domain_Exchange   Exchange EXCH_yearlyINCLUDE *\...\full EXCH_yearly  
Sched_Exch_yearlydsm_yearly.opt 

If I understand correctly with this configuration every backup the files will 
be rebinding to the MGM in action !!

And the only way to achieve it , is to create also 3 different nodenames . 
Correct

So wasteful 

Regards Robert Ouzen

  
-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Volker 
Maibaum
Sent: Friday, May 19, 2006 11:57 AM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: AW: TDP for Exchange - Management Class

Hi, 

thanks to all for the very helpful feedback!

I didn't think of using the copy backup for monthly and yearly backups. That 
will make it a lot easier

I guess that I will use the monthly policy for copy backups   
INCLUDE *\...\copy MONTHLY

And use a seperate dsm.opt file (dsm.yearly.opt) to bind the yearly copy 
backups to the proper management class.
C:\Programme\Tivoli\TSM\TDPExchange\start_full_yearly_backup.cmd
pointing to dsm.yearly.opt

regards, 

Volker


 
Am Freitag, den 19.05.2006, 11:34 +0200 schrieb Salak Juraj:
 Hi Del!
 
 I might be wrong because I do not use TDP 4 Mails by myself, I am only 
 RTFM, but I´d think about simplified solution 2 by Del:
 
 Background: 
 I think the only reason for having different requirements for monthly 
 an yearly backups is TSM storage space, if this were not a problem keeping 
 monthly backups for as long as yearly backups should be kept would be 
 preferrable.
 
 a) create only 1 NODENAME
 b) define 
   INCLUDE *\...\full  EXCH_STANDARD and maybe
   INCLUDE *\...\incr EXCH_STANDARD and maybe
   INCLUDE *\...\diff  EXCH_STANDARD
 appropriately to your regular (daily) backup requirements
 
 c) define
   INCLUDE *\...\copy EXCH_MONTHLY_AND_YEARLY appropriate to maximal 
 combined  requirements of your monthly AND yearly requirements AND 
 have EXCH_MONTHLY point to separate TSM storage pool (EXCH_VERYOLD)
 
 d) on regular basis (maybe yearly) check out all full tapes from EXCH_VERYOLD 
 storage pool from library.
 Disadvantage: reclamation of backup storage pool issues because of 
 offsite tapes in primary storage pool, but this can be solved as well.
 
 You will end with a bit less automated restore (only) for very old 
 data but with very clear and simple concept for everyda/everymonth 
 backup operations and with more granularity (monthly) even for data older 
 than a year.
 
 I am interested in your thoughts and doubts about this configuration!
 
 regards
 Juraj
 
 
 
 
  -Ursprüngliche Nachricht-
  Von: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] Im 
  Auftrag von Del Hoobler
  Gesendet: Freitag, 12. Mai 2006 15:14
  An: ADSM-L@VM.MARIST.EDU
  Betreff: Re: TDP for Exchange - Management Class
  
  Hi Volker,
  
  Are you using separate NODENAMEs for each of the different DSM.OPT 
  files? If not, your solution won't do what you think.
  
  Data Protection for Exchange stores objects in the backup pool, not 
  the archive pool. That means, each full backup gets the same TSM 
  Server name (similar to backing the same file name up with the BA 
  Client.) It follows normal TSM Server policy rules.
  That means, if you are performing FULL backups using the same 
  NODENAME, each time you back up with a different management class, 
  all previous backups will get rebound to that new management 
  class... just like BA Client file backups.
  Remember, this is standard behavior for BACKUP. You are trying to 
  get ARCHIVE type function, which won't work.
  
  Good news... there is a way to do exactly what you want...
  ... I have two ways to do it.
  
  Solution 1:
Create a separate NODENAME for your 3 types of backups.
For example:  EXCHSRV1, EXCHSRV1_MONTHLY, EXCHSRV1_YEARLY
Have a separate DSM.OPT for each NODENAME, with the proper
management class bindings. Set up your three schedules for
your three separate nodenames.
  
  Solution 2:
Create 2 separate NODENAMEs. Use one for the STANDARD and
MONTHLY backups (perform COPY type backups for your MONTHLY 
  backups).
Use the other nodename for the YEARLY backups.
For example:  EXCHSRV1, EXCHSRV1_YEARLY
Have one DSM.OPT for your STANDARD and MONTHLY backups and
a different DSM.OPT for your YEARLY backups.
In the DSM.OPT file for your STANDARD and MONTHLY backups,
set up different policy bindings 

Bug !!! or Missed something

2006-05-14 Thread Robert Ouzen Ouzen
Hi to all
 
Today I tried to restore a folder name CDS from a Windows client version 
5.3.3.0 with the gui panel with the option PointInTime  with the date 
12-04-2006  , from the GUI NO cds folder 
 
I run a display active/inactive option of the folder CDS:
 
I can  see  inactive files from 05-04-2006  / 11-04-2006 
 
When I run from the command line this command:
 
res d:\cds\* -pitd=12-04-2006 -su=yes -pi
 
I got the correct output so why in the gui view NO cds folder !  
It's a bug or I missed something 
 
Help please , Regards
 
Robert Ouzen
 
 


Re: Bug !!! or Missed something

2006-05-14 Thread Robert Ouzen Ouzen
Richard

Thanks for the articles .. Now make sense

Regards Robert 

-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Richard 
Sims
Sent: Sunday, May 14, 2006 1:19 PM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: Bug !!! or Missed something

Robert -

Folder not displayed in GUI? is a frequently asked question.
See ADSM QuickFacts summary about it in topic GUI vs. CLI
and authoritative info in IBM Technotes 1162784 and 1225496.

Richard Sims

On May 14, 2006, at 5:44 AM, Robert Ouzen Ouzen wrote:

 Hi to all

 Today I tried to restore a folder name CDS from a Windows client
 version 5.3.3.0 with the gui panel with the option PointInTime
 with the date 12-04-2006  , from the GUI NO cds folder 

 I run a display active/inactive option of the folder CDS:

 I can  see  inactive files from 05-04-2006  / 11-04-2006

 When I run from the command line this command:

 res d:\cds\* -pitd=12-04-2006 -su=yes -pi

 I got the correct output so why in the gui view NO cds
 folder !  It's a bug or I missed something 

 Help please , Regards

 Robert Ouzen




FW: Novell question !!!!!! Solution

2006-05-10 Thread Robert Ouzen Ouzen
Hi to all
 
First want to thanks all the people who answered ...
 
About the first problem: No volume in the backup GUI panel the solution was the 
parameter Disable Cluster to set it to Yes in the Tsa.cfg file.
 
About the second problem: Dos format instead long filenames was to run another 
incremental (completed) backup , this run an update on the volume and change 
the type from NTWFS to NTW:LONG
 
Regards
 
Robert Ouzen


Novell question !!!!!!

2006-05-09 Thread Robert Ouzen Ouzen
Hi to all
 
I have a Netware server with sys: and vol1: local volumes and mounted a disk on 
a clariion storage EV1:
 
Here the output of the command Q FILES
 
   tsm q files
  # Last Incr Date  TypeFile Space Name 
--- --  --- 
  1   00/00/ 00:00:00   NTWFS   NWCC-CL2\EV1:   
  2   05/06/2006 22:00:04   NovellSMS  NWCC-CL2\SERVER SPECIFIC INFO
  3   05/06/2006 22:34:38   NTW:LONG  NWCC-CL2\SYS: 
  4   05/02/2006 22:34:04   NTW:LONG  NWCC-CL2\VOL1:
 
Few questions, I did an online backup of EV1: without any problems , I connect 
the client via internet http://xxx.xx.xx.xx:1581 and saw the directories and 
files on the restore panel, my first question is why when I load the backup I 
see just the local volumes sys: and vol1: (I have in my dsm.opt the line DOMAIN 
  all-localEV1:) and after changes I unload and load dsmcad ..
My second question is why in the restore panel I see directories with long 
names (+8) in dos format xx~1.
 
My tsm client version  is 5.3.012 and my Netware server version is 6.5
 
Any help will be appreciate .
 
Regards
 
Robert Ouzen


Re: Novell question !!!!!!

2006-05-09 Thread Robert Ouzen Ouzen
Hi Troy

Here what I got running VOLUMES in the Netware server:

3 local FAT volumes mounted  
 
Mounted Volumes   Name Spaces   Flags
  SYS DOS, MAC, NFS, LONG   NSS  
  _ADMINDOS, MAC, NFS, LONG   NSS P
  VOL1   DOS, MAC, NFS, LONG   NSS  
  EV2 DOS, MAC, NFS, LONG   NSS  
  EV1 DOS, MAC, NFS, LONG   NSS  
 
5 volumes mounted

Can you explain a little beat more about load long ? It is a novell  
command  And how to add name space long to EV1: 

Can you send me an example !

Thanks in advance .

Robert 

-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Troy Frank
Sent: Tuesday, May 09, 2006 4:45 PM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: Novell question !!

sys:  vol1: appear to be getting recognized as long filename
filesystems under the Type column, while ev1: isn't.  Is EV1: an nss
volume, or traditional?  In my case, I've got a couple servers attached
to ibm ds4300's (fastt600), where sys: is local, and vol1: is on the
san.  When I do a q files, both sys: and vol1: are listed as type
NTW:LONG even though vol1: isn't a local volume.

If it turns out that the EV1: volume just never got the Long
namespace added to it, you can do a load long, then add name space
long to ev1:.  If EV1: is an nss volume, I'm not quite sure what
happened.they're supposed to have the LONG namespace added by
default.


 [EMAIL PROTECTED] 5/9/2006 7:42 AM 
Hi to all

I have a Netware server with sys: and vol1: local volumes and mounted a
disk on a clariion storage EV1:

Here the output of the command Q FILES

tsm q files
# Last Incr Date Type File Space Name
--- --  ---
1 00/00/ 00:00:00 NTWFS NWCC-CL2\EV1:
2 05/06/2006 22:00:04 NovellSMS NWCC-CL2\SERVER SPECIFIC INFO
3 05/06/2006 22:34:38 NTW:LONG NWCC-CL2\SYS:
4 05/02/2006 22:34:04 NTW:LONG NWCC-CL2\VOL1:

Few questions, I did an online backup of EV1: without any problems , I
connect the client via internet http://xxx.xx.xx.xx:1581 and saw the
directories and files on the restore panel, my first question is why
when I load the backup I see just the local volumes sys: and vol1: (I
have in my dsm.opt the line DOMAIN all-local EV1:) and after changes I
unload and load dsmcad ..
My second question is why in the restore panel I see directories with
long names (+8) in dos format xx~1.

My tsm client version is 5.3.012 and my Netware server version is 6.5

Any help will be appreciate .

Regards

Robert Ouzen


Confidentiality Notice follows:

The information in this message (and the documents attached to it, if any)
is confidential and may be legally privileged. It is intended solely for
the addressee. Access to this message by anyone else is unauthorized. If
you are not the intended recipient, any disclosure, copying, distribution
or any action taken, or omitted to be taken in reliance on it is
prohibited and may be unlawful. If you have received this message in
error, please delete all electronic copies of this message (and the
documents attached to it, if any), destroy any hard copies you may have
created and notify me immediately by replying to this email. Thank you.


Re: Novell question !!!!!!

2006-05-09 Thread Robert Ouzen Ouzen
Andrew

I install TSA5UP19  and still I see in volume EV1: the filenames in Dos format 
, by the way in SYS: and Vol1: volumes no problem I got long filename!

Thanks Robert

-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Andrew 
Ferris
Sent: Tuesday, May 09, 2006 5:57 PM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: Novell question !!

Robert

The only thing I'd suggest is to make sure you're at the latest SMS update 
level which I believe is still TSA5UP19. There have been a bunch of fixes in 
the last couple of releases. 19 is newer than the modules in SP5. Hope that 
helps,

Andrew Ferris
Network Support Analyst
iCAPTURE Research Centre
University of British Columbia 

 [EMAIL PROTECTED] 5/9/2006 7:22:04 am 
Unfortunately, it doesn't appear that my suggestion applies to you.
EV1: is an NSS volume, and already has the LONG namespace loaded on it.
In the old days on Traditional Volumes, it didn't always default to that.  
Might be worth opening a ticket with novell for that one.



 [EMAIL PROTECTED] 5/9/2006 9:05 AM 
Hi Troy

Here what I got running VOLUMES in the Netware server:

3 local FAT volumes mounted

Mounted Volumes Name Spaces Flags
SYS DOS, MAC, NFS, LONG NSS
_ADMIN DOS, MAC, NFS, LONG NSS P
VOL1 DOS, MAC, NFS, LONG NSS
EV2 DOS, MAC, NFS, LONG NSS
EV1 DOS, MAC, NFS, LONG NSS

5 volumes mounted

Can you explain a little beat more about load long ? It is a novell 
command  And how to add name space long to EV1: 

Can you send me an example !

Thanks in advance .

Robert

-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Troy Frank
Sent: Tuesday, May 09, 2006 4:45 PM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: Novell question !!

sys:  vol1: appear to be getting recognized as long filename
filesystems under the Type column, while ev1: isn't. Is EV1: an nss volume, 
or traditional? In my case, I've got a couple servers attached to ibm ds4300's 
(fastt600), where sys: is local, and vol1: is on the san. When I do a q 
files, both sys: and vol1: are listed as type NTW:LONG even though vol1: 
isn't a local volume.

If it turns out that the EV1: volume just never got the Long
namespace added to it, you can do a load long, then add name space long to 
ev1:. If EV1: is an nss volume, I'm not quite sure what happened.they're 
supposed to have the LONG namespace added by default.


 [EMAIL PROTECTED] 5/9/2006 7:42 AM 
Hi to all

I have a Netware server with sys: and vol1: local volumes and mounted a disk on 
a clariion storage EV1:

Here the output of the command Q FILES

tsm q files
# Last Incr Date Type File Space Name
--- --  ---
1 00/00/ 00:00:00 NTWFS NWCC-CL2\EV1:
2 05/06/2006 22:00:04 NovellSMS NWCC-CL2\SERVER SPECIFIC INFO
3 05/06/2006 22:34:38 NTW:LONG NWCC-CL2\SYS:
4 05/02/2006 22:34:04 NTW:LONG NWCC-CL2\VOL1:

Few questions, I did an online backup of EV1: without any problems , I connect 
the client via internet http://xxx.xx.xx.xx:1581 and saw the directories and 
files on the restore panel, my first question is why when I load the backup I 
see just the local volumes sys: and vol1: (I have in my dsm.opt the line DOMAIN 
all-local EV1:) and after changes I unload and load dsmcad ..
My second question is why in the restore panel I see directories with long 
names (+8) in dos format xx~1.

My tsm client version is 5.3.012 and my Netware server version is 6.5

Any help will be appreciate .

Regards

Robert Ouzen


Confidentiality Notice follows:

The information in this message (and the documents attached to it, if
any)
is confidential and may be legally privileged. It is intended solely for the 
addressee. Access to this message by anyone else is unauthorized.
If
you are not the intended recipient, any disclosure, copying, distribution or 
any action taken, or omitted to be taken in reliance on it is prohibited and 
may be unlawful. If you have received this message in error, please delete all 
electronic copies of this message (and the documents attached to it, if any), 
destroy any hard copies you may have created and notify me immediately by 
replying to this email. Thank you.


Confidentiality Notice follows:

The information in this message (and the documents attached to it, if any) is 
confidential and may be legally privileged. It is intended solely for the 
addressee. Access to this message by anyone else is unauthorized. If you are 
not the intended recipient, any disclosure, copying, distribution or any action 
taken, or omitted to be taken in reliance on it is prohibited and may be 
unlawful. If you have received this message in error, please delete all 
electronic copies of this message (and the documents attached to it, if any), 
destroy any hard copies you may have created and notify me immediately by 
replying to this email. Thank you.


Re: Novell question !!!!!!

2006-05-09 Thread Robert Ouzen Ouzen
Frank

I don't know I will ask the Novell administrator .

Regards Robert

-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Troy Frank
Sent: Tuesday, May 09, 2006 7:30 PM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: Novell question !!

Did the volume get created new on this netware 6.5 server, or it get created 
earlier, on a previous version of netware (and was eventually migrated to 
nw6.5)?


 [EMAIL PROTECTED] 5/9/2006 11:25 AM 
Andrew

I install TSA5UP19 and still I see in volume EV1: the filenames in Dos format , 
by the way in SYS: and Vol1: volumes no problem I got long filename!

Thanks Robert

-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Andrew 
Ferris
Sent: Tuesday, May 09, 2006 5:57 PM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: Novell question !!

Robert

The only thing I'd suggest is to make sure you're at the latest SMS update 
level which I believe is still TSA5UP19. There have been a bunch of fixes in 
the last couple of releases. 19 is newer than the modules in SP5. Hope that 
helps,

Andrew Ferris
Network Support Analyst
iCAPTURE Research Centre
University of British Columbia

 [EMAIL PROTECTED] 5/9/2006 7:22:04 am 
Unfortunately, it doesn't appear that my suggestion applies to you.
EV1: is an NSS volume, and already has the LONG namespace loaded on it.
In the old days on Traditional Volumes, it didn't always default to that. Might 
be worth opening a ticket with novell for that one.



 [EMAIL PROTECTED] 5/9/2006 9:05 AM 
Hi Troy

Here what I got running VOLUMES in the Netware server:

3 local FAT volumes mounted

Mounted Volumes Name Spaces Flags
SYS DOS, MAC, NFS, LONG NSS
_ADMIN DOS, MAC, NFS, LONG NSS P
VOL1 DOS, MAC, NFS, LONG NSS
EV2 DOS, MAC, NFS, LONG NSS
EV1 DOS, MAC, NFS, LONG NSS

5 volumes mounted

Can you explain a little beat more about load long ? It is a novell 
command  And how to add name space long to EV1: 

Can you send me an example !

Thanks in advance .

Robert

-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Troy Frank
Sent: Tuesday, May 09, 2006 4:45 PM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: Novell question !!

sys:  vol1: appear to be getting recognized as long filename
filesystems under the Type column, while ev1: isn't. Is EV1: an nss volume, 
or traditional? In my case, I've got a couple servers attached to ibm ds4300's 
(fastt600), where sys: is local, and vol1: is on the san. When I do a q 
files, both sys: and vol1: are listed as type NTW:LONG even though vol1: 
isn't a local volume.

If it turns out that the EV1: volume just never got the Long
namespace added to it, you can do a load long, then add name space long to 
ev1:. If EV1: is an nss volume, I'm not quite sure what happened.they're 
supposed to have the LONG namespace added by default.


 [EMAIL PROTECTED] 5/9/2006 7:42 AM 
Hi to all

I have a Netware server with sys: and vol1: local volumes and mounted a disk on 
a clariion storage EV1:

Here the output of the command Q FILES

tsm q files
# Last Incr Date Type File Space Name
--- --  ---
1 00/00/ 00:00:00 NTWFS NWCC-CL2\EV1:
2 05/06/2006 22:00:04 NovellSMS NWCC-CL2\SERVER SPECIFIC INFO
3 05/06/2006 22:34:38 NTW:LONG NWCC-CL2\SYS:
4 05/02/2006 22:34:04 NTW:LONG NWCC-CL2\VOL1:

Few questions, I did an online backup of EV1: without any problems , I connect 
the client via internet http://xxx.xx.xx.xx:1581 and saw the directories and 
files on the restore panel, my first question is why when I load the backup I 
see just the local volumes sys: and vol1: (I have in my dsm.opt the line DOMAIN 
all-local EV1:) and after changes I unload and load dsmcad ..
My second question is why in the restore panel I see directories with long 
names (+8) in dos format xx~1.

My tsm client version is 5.3.012 and my Netware server version is 6.5

Any help will be appreciate .

Regards

Robert Ouzen


Confidentiality Notice follows:

The information in this message (and the documents attached to it, if
any)
is confidential and may be legally privileged. It is intended solely for the 
addressee. Access to this message by anyone else is unauthorized.
If
you are not the intended recipient, any disclosure, copying, distribution or 
any action taken, or omitted to be taken in reliance on it is prohibited and 
may be unlawful. If you have received this message in error, please delete all 
electronic copies of this message (and the documents attached to it, if any), 
destroy any hard copies you may have created and notify me immediately by 
replying to this email. Thank you.


Confidentiality Notice follows:

The information in this message (and the documents attached to it, if
any) is confidential and may be legally privileged. It is intended solely for 
the addressee. Access to this message by anyone else is unauthorized. If you 
are not the intended 

Logical Volume Snapshot Agent error

2006-04-26 Thread Robert Ouzen Ouzen
Hello
 
Try to install the LVSA through the windows client setup wizards , but got this 
following message on the screen and on my dsmerror.log 

04/26/2006 14:12:15 ANS3010E The Logical Volume Snapshot Agent wizard operation 
failed.
 
My Client backup version is 5.3.3.0 and my Tsm server version is 5.3.2.0 on 
Windows 2003.
 
My client backup tsm client is on a Windows XP OS with only one disk.
 
Try to search in the forum without any result about this kind of message 
 
Any help will be appreciate , 
 
Regards
 
Ouzen Robert
 
 


Re: Logical Volume Snapshot Agent error

2006-04-26 Thread Robert Ouzen Ouzen
Richard

Great  I found the solution  I will absolutly keep this link in memory

Thanks again

Robert 

-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Richard 
Sims
Sent: Wednesday, April 26, 2006 2:19 PM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: Logical Volume Snapshot Agent error

Robert - Search via the TSM Support page:
  http://www.ibm.com/software/sysmgmt/products/support/
IBMTivoliStorageManager.html

On Apr 26, 2006, at 7:43 AM, Robert Ouzen Ouzen wrote:

 Hello

 Try to install the LVSA through the windows client setup wizards , but 
 got this following message on the screen and on my dsmerror.log

 04/26/2006 14:12:15 ANS3010E The Logical Volume Snapshot Agent wizard 
 operation failed.

 My Client backup version is 5.3.3.0 and my Tsm server version is 
 5.3.2.0 on Windows 2003.

 My client backup tsm client is on a Windows XP OS with only one disk.

 Try to search in the forum without any result about this kind of 
 message 

 Any help will be appreciate ,

 Regards

 Ouzen Robert




Re: TSM Linux client backup

2006-04-10 Thread Robert Ouzen Ouzen
Hello Jacquelin

Did you check the domain and inclexcl statement in your dsm.sys 
 Can you send the dsm.sys and the inclexcl command

Regards
Robert Ouzen
Haifa University
Israel


-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Jacquelin 
Bouchard
Sent: Monday, April 10, 2006 5:22 PM
To: ADSM-L@VM.MARIST.EDU
Subject: TSM Linux client backup

Hi,

   I'm trying to backup a Linux server with TSM 5.3.3 client and, 
i don't know why, the client don't backup
the directories /dev , /sys and /proc; all the other directories in / 
are backed up.  Also, i don't see those
directories in the GUI interface.  Why???

Thanks,

Jacquelin Bouchard
Université du Québec à trois-Rivières


Re: library inventory is off ?

2006-03-30 Thread Robert Ouzen Ouzen
Ashok

 

Do a checkout with the option remove=no and after that do a checkin …

 

Regards Robert Ouzen

 

-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Vats.Ashok
Sent: Thursday, March 30, 2006 8:16 PM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: library inventory is off ?

 

We are running TSM server 5.3.0.0 on AIX 5.3.0 ml 2. 

 

We have 3584lib and when we do   q libv it returns saying that volume   is in 
the library.

3584LIB FT0243 Private   TSM01 Data 1,370   
   LTO

 

 

Q vol FT0243

Volume Name  Storage Device Estimated   Pct 
 Volume

 Pool Name   Class Name  Capacity  Util 
 Status

 --- -- - - 


FT0243   LTOPOOL LTODEV 428,686.1  18.7 
  Full

 

In fact  FT0243 is not physically in the library, it is out side. It looks like 
data base is off or library is confused ? What I can do to fix it. I would like 
to checkin the volume. When I try to check in it says volume already in the 
library ?

Appreciate any help..

 

Thanks,

Ashok


Re: Configuring tape drives in TSM - Document Available

2006-03-28 Thread Robert Ouzen Ouzen
I am too would love a copy !!!
Cheers

Robert Ouzen
[EMAIL PROTECTED] 

-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Prather, 
Wanda
Sent: Tuesday, March 28, 2006 9:37 PM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: Configuring tape drives in TSM - Document Available

Would love to have a copy - thanks!

-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of
Miles Purdy
Sent: Thursday, March 23, 2006 12:24 PM
To: ADSM-L@VM.MARIST.EDU
Subject: Configuring tape drives in TSM - Document Available


Serval years ago a wrote a document on configuring tape drives in TSM
for performance/redundancy. We had some problems today and I had to dig
out the document. I looked through it and made a couple of minor
updates. It still seems pretty relevant. I have not made updates to the
sections on SCSI drives, but they are still included. The document
includes a detailed example for AIX using fibre drives in an IBM 3584.
 
Please email me directly if you would like the document.
 
Miles
 
 
 
 
 


TSM Journal Based Backup for AIX

2006-03-26 Thread Robert Ouzen Ouzen
Hi All

Im trying to config Journal Based backup for AIX in version 5.3.3

And there is no notification or option in the tsmjbbd.ini file for the 
NotifyFilter 

 Does anyone manage to config it or to make it work?

 Best Regards

Amos Hagay


[no subject]

2006-03-15 Thread Robert Ouzen Ouzen
Hi to all

 

I tried to run a LanFreeBackup on a Windows client version 5.3.2.0

 

   On the Tsm server side:

 

  1. Define server with lla=1502   (EXCHANGE_SA  TCPIP  132.74.1.78 
  1502  1 Yes  No   No)

  2. Define path (EXCHANGE_SA   
  SERVER  I2000DRV1   DRIVE   Yes ) 

 

   On the client side:

 

1.  Add on the dsm.opt:

  enablelanfreeyes

  lanfreecommmethod tcpip

  lanfreetcpserveraddress  132.74.1.48

   lanfreetcpport   1502

 

2.  On the dsmsta.opt:

 COMMmethod TCPIP

 TCPPort 1502

   DEVCONFIG devconfig_sa.txt

   SANDISCOVERY ON

   SERVERNAME  ADSM

 

3.  I run the wizard to create the devconfig_sa.txt

 Here the syntax:

SET STANAME EXCHANGE_SA

SET STAPASSWORD 21f11864ecc5337c2f08045b1b36e31f50

SET STAHLADDRESS 132.74.1.78

DEFINE SERVER ADSM HLADDRESS=132.74.1.48 LLADDRESS=1500 
SERVERPA=216893d5d8fde6508e93e186f0498c787f  

 

I check the connection on the Tsm server by running: validate lanfree 
exchsrv01_dbexchange_sa

 

Here the output:

 

tsm: ADSMrun val_sa exchsrv01_db exchange_sa

ANR0387I Evaluating node EXCHSRV01_DB using storage agent EXCHANGE_SA for 
LAN-free data movement.

 

Node  Name  Storage Agent Operation Mgmt Class  
   Destination LAN-Free  Explanation capable?

-  - --  - 
-

EXCHSERV01_DB   EXCHANGE_SABACKUP MGWEXCHANGEF  I-WINDOWS   
 Yes

 

ANR1706I Ping for server 'EXCHANGE_SA' was able to establish a connection.

ANR0388I Node EXCHSRV01_DB using storage agent EXCHANGE_SA has 1 storage pools

capable of LAN-free data movement .

ANR1462I RUN: Command script VAL_SA completed successfully.  

   

 I ping from the client the Tsm server too without any problem:

 

   Pinging 132.74.1.48 with 32 bytes of data:

 

Reply from 132.74.1.48: bytes=32 time1ms TTL=255

Reply from 132.74.1.48: bytes=32 time1ms TTL=255

Reply from 132.74.1.48: bytes=32 time1ms TTL=255

Reply from 132.74.1.48: bytes=32 time1ms TTL=255

 

Ping statistics for 132.74.1.48:

Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),

Approximate round trip times in milli-seconds:

Minimum = 0ms, Maximum = 0ms, Average = 0ms

 

But when to try a backup (lanFreeBackup) got this error:

 

03/15/2006 19:42:48 ANS5216E Could not establish a TCP/IP connection with 
address '132.74.1.48:1502'. The TCP/IP error is 'Unknown error' (errno = 
10061). 

03/15/2006 19:42:48 Error -50 opening session

03/15/2006 19:42:48 cuSignOnResp: Error -72 reading SignOn response from server.

03/15/2006 19:42:48 sessOpen: Error -72 receiving IdentifyResp verb from server

03/15/2006 19:42:48 ANS9201W LAN-free path failed.

03/15/2006 19:42:52 ANS9201W LAN-free path failed.

 

My Tsm server version is 5.3.2.4  on Aix 

 

Any idea how to resolve this problem 

 

Regards

 

Ouzen Robert 

Haifa University


LanFreeBackup question

2006-03-15 Thread Robert Ouzen Ouzen
Hi to all

 

I tried to run a LanFreeBackup on a Windows client version 5.3.2.0

 

   On the Tsm server side:

 

  1. Define server with lla=1502   (EXCHANGE_SA  TCPIP  132.74.1.78 
  1502  1 Yes  No   No)

  2. Define path (EXCHANGE_SA   
  SERVER  I2000DRV1   DRIVE   Yes ) 

 

   On the client side:

 

1.   Add on the dsm.opt:

  enablelanfreeyes

  lanfreecommmethod tcpip

  lanfreetcpserveraddress  132.74.1.48

   lanfreetcpport   1502

 

2.  On the dsmsta.opt:

 COMMmethod TCPIP

 TCPPort 1502

   DEVCONFIG devconfig_sa.txt

   SANDISCOVERY ON

   SERVERNAME  ADSM

 

3.  I run the wizard to create the devconfig_sa.txt

 Here the syntax:

SET STANAME EXCHANGE_SA

SET STAPASSWORD 21f11864ecc5337c2f08045b1b36e31f50

SET STAHLADDRESS 132.74.1.78

DEFINE SERVER ADSM HLADDRESS=132.74.1.48 LLADDRESS=1500 
SERVERPA=216893d5d8fde6508e93e186f0498c787f  

 

I check the connection on the Tsm server by running: validate lanfree 
exchsrv01_dbexchange_sa

 

Here the output:

 

tsm: ADSMrun val_sa exchsrv01_db exchange_sa

ANR0387I Evaluating node EXCHSRV01_DB using storage agent EXCHANGE_SA for 
LAN-free data movement.

 

Node  Name  Storage Agent Operation Mgmt Class  
   Destination LAN-Free  Explanation capable?

-  - --  - 
-

EXCHSERV01_DB   EXCHANGE_SABACKUP MGWEXCHANGEF  I-WINDOWS   
 Yes

 

ANR1706I Ping for server 'EXCHANGE_SA' was able to establish a connection.

ANR0388I Node EXCHSRV01_DB using storage agent EXCHANGE_SA has 1 storage pools

capable of LAN-free data movement .

ANR1462I RUN: Command script VAL_SA completed successfully.  

   

 I ping from the client the Tsm server too without any problem:

 

   Pinging 132.74.1.48 with 32 bytes of data:

 

Reply from 132.74.1.48: bytes=32 time1ms TTL=255

Reply from 132.74.1.48: bytes=32 time1ms TTL=255

Reply from 132.74.1.48: bytes=32 time1ms TTL=255

Reply from 132.74.1.48: bytes=32 time1ms TTL=255

 

Ping statistics for 132.74.1.48:

Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),

Approximate round trip times in milli-seconds:

Minimum = 0ms, Maximum = 0ms, Average = 0ms

 

But when to try a backup (lanFreeBackup) got this error:

 

03/15/2006 19:42:48 ANS5216E Could not establish a TCP/IP connection with 
address '132.74.1.48:1502'. The TCP/IP error is 'Unknown error' (errno = 
10061). 

03/15/2006 19:42:48 Error -50 opening session

03/15/2006 19:42:48 cuSignOnResp: Error -72 reading SignOn response from server.

03/15/2006 19:42:48 sessOpen: Error -72 receiving IdentifyResp verb from server

03/15/2006 19:42:48 ANS9201W LAN-free path failed.

03/15/2006 19:42:52 ANS9201W LAN-free path failed.

 

My Tsm server version is 5.3.2.4  on Aix 

 

Any idea how to resolve this problem 

 

Regards

 

Ouzen Robert 

Haifa University


Re: LanFreeBackup question

2006-03-15 Thread Robert Ouzen Ouzen
Hi Garcia

Absolutely right. It's working

Thanks very much

Robert


-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Helder 
Garcia
Sent: Wednesday, March 15, 2006 9:23 PM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: LanFreeBackup question

In dsm.opt, your lanfreetcpserveraddress must be the address of
storage agent, not TSM server.
So, what I can see is that the line on dsm.opt might be:

lanfreetcpserveraddress  132.74.1.78

On 3/15/06, Robert Ouzen Ouzen [EMAIL PROTECTED] wrote:
 Hi to all



 I tried to run a LanFreeBackup on a Windows client version 5.3.2.0



On the Tsm server side:



   1. Define server with lla=1502   (EXCHANGE_SA  TCPIP  
 132.74.1.78   1502  1 Yes  No   No)

   2. Define path (EXCHANGE_SA 
 SERVER  I2000DRV1   DRIVE   Yes )



On the client side:



 1.   Add on the dsm.opt:

   enablelanfreeyes

   lanfreecommmethod tcpip

   lanfreetcpserveraddress  132.74.1.48

lanfreetcpport   1502



 2.  On the dsmsta.opt:

  COMMmethod TCPIP

  TCPPort 1502

DEVCONFIG devconfig_sa.txt

SANDISCOVERY ON

SERVERNAME  ADSM



 3.  I run the wizard to create the devconfig_sa.txt

  Here the syntax:

 SET STANAME EXCHANGE_SA

 SET STAPASSWORD 21f11864ecc5337c2f08045b1b36e31f50

 SET STAHLADDRESS 132.74.1.78

 DEFINE SERVER ADSM HLADDRESS=132.74.1.48 LLADDRESS=1500 
 SERVERPA=216893d5d8fde6508e93e186f0498c787f



 I check the connection on the Tsm server by running: validate lanfree 
 exchsrv01_dbexchange_sa



 Here the output:



 tsm: ADSMrun val_sa exchsrv01_db exchange_sa

 ANR0387I Evaluating node EXCHSRV01_DB using storage agent EXCHANGE_SA for 
 LAN-free data movement.



 Node  Name  Storage Agent Operation Mgmt Class
  Destination LAN-Free  Explanation capable?

 -  - --  - 
 -

 EXCHSERV01_DB   EXCHANGE_SABACKUP MGWEXCHANGEF  I-WINDOWS 
Yes



 ANR1706I Ping for server 'EXCHANGE_SA' was able to establish a connection.

 ANR0388I Node EXCHSRV01_DB using storage agent EXCHANGE_SA has 1 storage pools

 capable of LAN-free data movement .

 ANR1462I RUN: Command script VAL_SA completed successfully.



  I ping from the client the Tsm server too without any problem:



Pinging 132.74.1.48 with 32 bytes of data:



 Reply from 132.74.1.48: bytes=32 time1ms TTL=255

 Reply from 132.74.1.48: bytes=32 time1ms TTL=255

 Reply from 132.74.1.48: bytes=32 time1ms TTL=255

 Reply from 132.74.1.48: bytes=32 time1ms TTL=255



 Ping statistics for 132.74.1.48:

 Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),

 Approximate round trip times in milli-seconds:

 Minimum = 0ms, Maximum = 0ms, Average = 0ms



 But when to try a backup (lanFreeBackup) got this error:



 03/15/2006 19:42:48 ANS5216E Could not establish a TCP/IP connection with 
 address '132.74.1.48:1502'. The TCP/IP error is 'Unknown error' (errno = 
 10061).

 03/15/2006 19:42:48 Error -50 opening session

 03/15/2006 19:42:48 cuSignOnResp: Error -72 reading SignOn response from 
 server.

 03/15/2006 19:42:48 sessOpen: Error -72 receiving IdentifyResp verb from 
 server

 03/15/2006 19:42:48 ANS9201W LAN-free path failed.

 03/15/2006 19:42:52 ANS9201W LAN-free path failed.



 My Tsm server version is 5.3.2.4  on Aix



 Any idea how to resolve this problem 



 Regards



 Ouzen Robert

 Haifa University



--
Helder Garcia