Re: start maintenance script after backups

2006-08-28 Thread Efim

Kurt,

When you use Storage Agent they open min 2 session, one for data 
(SERVER) and one for control (NODE).

I can't test this now.

Efim


* Kurt Beyers <[EMAIL PROTECTED]> [Mon, 28 Aug 2006 15:00:48 
+0200]:

Efim,

Thanks for the suggestion, I will give it a go but can't test it right
now.

A session openend by a storage agent will be of the 'SERVER' type and
thus
not be detected by the sql query?

Best regards,
Kurt

-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf 

Of

 
Sent: maandag 28 augustus 2006 12:52
To: ADSM-L@VM.MARIST.EDU
Subject: Re: [ADSM-L] start maintenance script after backups

Hello,
try this:

select * from sessions where upper(session_type)='NODE'
if (rc_ok) goto reschedule
...


--
Efim.


Re: Full Incremental Rotations

2006-08-29 Thread Efim

Abrian,
concernin WEBSM:

Problem DB growing rapidly when backup or archiving /usr. Operations 
such as backup, archive and delete archive can fail with errors ANS3008E 
; Too many symbolic links or ANS5023E Not enough memory Cause recursive 
symlinks on circular linked directories of WEBSM product Solution A 
deeper look into /usr shows a link called /usr/websm/html/en_US/wsmship/ 
that points to /usr/websm.
These files are from WEBSM product and the structure under /usr is 
normal (more that 40 levels of subdirectories with wsmship symbolic 
link). TSM follows the link and puts the operation in a loop and the 
result is that TSM is inspecting more objects than exists and the 
operation can abort due to many links or not enough memory. The solution 
is to use archsymlinkasfile no in dsm.opt for archive operations and

exclude lines for backup operations. For example :
exclude /usr/websm/html/en_US/wsmship/*

Efim

* Adrian Compton <[EMAIL PROTECTED]> [Tue, 29 Aug 2006 13:41:37 
+0200]:

Hi There,

I want to ensure I am implementing the best possible strategy for TSM
backups.
Has anyone implemented this successfully as described in the
Full-Incremental Rotations Using IBM Tivoli Storage Manager field 

guide

from IBM.

I am using a copy storage pool , and perform a full backup weekly, and
incrementals during the week. In addition I do an archive on the last
Sunday of each month. All AIX.
Would this constitute best practice.

Another side issue - Has anyone encountered recursive backing up of
linked
directories in AIX. I have a directory called websm that seems to go
into
an endless loop.
Any ideas how to rid of this error with out excluding the said
directory.

Regards

Adrian Compton

Aspen Pharmacare Port Elizabeth
Tel: +27 (0) 41 407 2070
Fax: +27 (0) 41 453 7452
Cell: 082 320 4495
Email : [EMAIL PROTECTED]   This email is solely for the named
addressee.   Any unauthorised use or interception of this email, or 

the
review, retransmission, dissemination or other use of, or taking of 

any

action in reliance upon the contents of this email, by persons or
entities
other than the intended recipient, is prohibited. If you are not the
named
addressee please notify us immediately by way of a reply e-mail, and
also
delete this email and any attached files.

Disclaimer:  You must scan this email and any attached files for 

viruses

and/or any other defects.  Pharmacare Limited accepts no liability for
any
loss, damages or consequence, whether direct, indirect, consequential 

or
economic, however caused, and whether by negligence or otherwise, 

which

may
result directly or indirectly from this communication or of any 

attached

files.


Re: ISC 601

2006-09-18 Thread Efim

Hello !
Try this:
isc6:23:once:/opt/IBM/ISC/PortalServer/bin/startISC.sh ISC_Portal 
ISCUSER ISCPASS


if you want try to run without restart server

1. change line:
isc6:a:once:/opt/IBM/ISC/PortalServer/bin/startISC.sh ISC_Portal ISCUSER 
ISCPASS

2. run "telinit a"
3. if all ok , change line back:
isc6:23:once:/opt/IBM/ISC/PortalServer/bin/startISC.sh ISC_Portal 
ISCUSER ISCPASS


Efim


* Murugan_Pachamallayan <[EMAIL PROTECTED]> [Mon, 18 Sep 
2006 10:29:19 +0530]:

Dear list,



I have installed ISC 601 on the AIX 5.3 machine. But I 

could
not able to start the services. How can I start the services on the 

AIX

machine.



Regards,

Murugan









DISCLAIMER:
This email (including any attachments) is intended for the sole use of
the intended recipient/s and may contain material that is CONFIDENTIAL
AND PRIVATE COMPANY INFORMATION. Any review or reliance by others or
copying or distribution or forwarding of any or all of the contents in
this message is STRICTLY PROHIBITED. If you are not the intended
recipient, please contact the sender by email and delete all copies;
your cooperation in this regard is appreciated.


--
Efim.


Re: Server Script

2006-09-20 Thread Efim

Hello
I think it's help:

Administrator's Guide p. 781
dsmadmc -id=x -pa=yy MACRO c:\drm\checkin.mac

Administrator's Reference p. 17:
dsmadmc -id=admin -password=admin define clientaction test_node 
domain=test_dom action=restore objects=’\"C:\program files\test\*\"’


Efim


* Richard van Denzel <[EMAIL PROTECTED]> [Thu, 21 Sep 2006 05:58:06 
+0200]:

Brett,

Do you want to run an OS command (script) from within a TSM script or 

do

you want to run an OS script instead of a TSM script?

Met vriendelijke groet, with kind regards,

Richard van Denzel.



Van: ADSM: Dist Stor Manager namens Whitlock, Brett
Verzonden: wo 20-9-2006 17:53
Aan: ADSM-L@VM.MARIST.EDU
Onderwerp: [ADSM-L] Server Script



When using TSM server scripts to run the commands for backup storage
pools etc, Is there a way to execute an operating system command ie 

.bat

file?



Brett Whitlock
Storage Management Group
COUNTRY(r) Insurance and Financial Services
(309)821-4162
[EMAIL PROTECTED]


--
Efim.


Re: How to start Reclamation

2006-09-28 Thread Efim

Also you can add to administrative schedule:

RECLaim STGpool pool_name THreshold=number DUration=minutes Wait=No(Yes) 
OFFSITERECLAIMLimit=number_of_volumes


and set REClaim=100 (DEFINE or UPDATE STGPOOL for prevent unexpected 
reclamation process)


REClaim must be greater than 50 (default 60), because if you have two 
tapes with REClaim=50 (50% in use or 50% free) 50%+50%=100%- you don't 
have assurance that all data go in to ONE new tape. If you set 
REClaim=60 - 40%+40%=80% full assurance.
if you have only one drive set the RECLAIMSTGpool=pool_name when define 
or update STGPOOL



* Roger Deschner <[EMAIL PROTECTED]> [Thu, 28 Sep 2006 23:47:07 -0500]:

UPDATE STGPOOL  RECLAIM=50

...should do it, if you have any tapes that are at least 50% empty, 

and

you have two drives free. There's a whole discussion of this in the
TSM Administrators Guide. If that still doesn't start reclamation, 

check

to see if you have any tapes that are empty enough, with Q VOL. Beware
that the number on UPDATE STGPOOL is the percent EMPTY, not the 

percent

FULL, though of course that difference does not matter for the usual
recommended setting of 50%.

Roger Deschner  University of Illinois at Chicago 

[EMAIL PROTECTED]

   Academic Computing & Communications Center


On Fri, 29 Sep 2006, Norita binti Hassan wrote:

>Hi,
>
>How to start the reclamation process? Can anyone explain to me
pl...
>
>NORITA BINTI HASAN
>Senior Programmer
>Enterprise Systems Services
>Information Communications Tech. Div
>6th Floor,Pos Malaysia HQ
>50670 Kuala Lumpur
>
>* :  03 - 22756638
>*:  016 - 6090530
>
>
>
>
>Pos Malaysia Berhad is Malaysia's national postal company
>Visit us online at www.pos.com.my
>
>NOTICE
>This message may contain privileged and/or confidential
>information. If  you are  not the addressee  or authorised
>to  receive this email, you must not use, copy,  disclose
>or take any  action based  on this email. If you  have
>received this  email in  error, please advise  the sender
>immediately by  reply e-mail and delete  this message.
>Pos Malaysia  Berhad takes  no responsibility  for  the
>contents of this email.
>
>
>Email scanned and protected by POS Malaysia
>


--
Efim.


Re: Weird SQL output

2014-11-21 Thread Efim
Hi,
Select with last_use = ‘Data’ is not correct. If you checkout and when
checkin tapes the parameter last_use can be lost.
If you want to check private tapes without the data, try to use select
like this:

select volume_name from libvolumes where status='Private' and last_use
is NULL and volume_name not in (select volume_name from volumes)

Efim

2014-11-21 12:16 GMT+03:00 Loon, EJ van (ITOPT3) - KLM :
> Hi guys!
> I have some weird output from one of my SQL statements. Here it's is:
>
> select count(*) from libvolumes where status='Private'
>   Unnamed[1]
> 
> 3698
>
> Ok, so 3698 private volumes on this server. Now, how many contain data:
>
> select count(*) from libvolumes where status='Private' and last_use = 'Data'
>   Unnamed[1]
> 
> 1011
>
> Right, I know a lot of tapes do not have a value in the Last Use column (my 
> guess it is that these are tapes created by SAN clients), so how many are 
> there:
>
> select count(*) from libvolumes where status='Private' and last_use != 'Data'
>   Unnamed[1]
> 
>0
>
> Huh? There should be 3698-1011=2687! Last_use is empty then?
>
> select count(*) from libvolumes where status='Private' and last_use=NULL
>   Unnamed[1]
> 
>0
>
> I'm lost here... I'm I doing something wrong? The total of last_use='Data' 
> and last_use!='Data' should be the same as the output from the query with no 
> last_used specified, right?
> Thanks for any help in advance!
> 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
> 



-- 
Efim


Re: Weird SQL output

2014-11-21 Thread Efim
Erik,
I can't believe that you're never checkin private tapes.
After checked in last_use is NULL. It is not an issue. It just tell
that nobody use this tape after it checked in.
also don't forget about last_use='DbBackup'
so I think:

Total private tapes = tapes with last_use='Data' + tapes with
last_use='DbBackup' +  tapes with last_use is NULL but present in
volumes table
 + tapes with last_use is NULL but with type=Backupset (select
volume_name from volhistory where type='BACKUPSET')

Efim

2014-11-21 16:02 GMT+03:00 Loon, EJ van (ITOPT3) - KLM :
> Hi Efim!
> Since we don't checkout tapes it won't be an issue for us. Apart from that, 
> it still doesn't explain why the total of last_use='Data' and 
> last_use!='Data' is not equal to the output from the query with no last_used 
> specified.
> As to your query: I found this one online too, but it's not always reliable, 
> especially when you create backupsets. They are not in a q volume list but 
> they are not scratch. I think this query is usefull when you somehow include 
> the volume history which does contain the backupset volumes.
> Kind regards,
> Eric van Loon
> AF/KLM Storage Engineering
>
>
> -Original Message-
> From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Efim
> Sent: vrijdag 21 november 2014 13:41
> To: ADSM-L@VM.MARIST.EDU
> Subject: Re: Weird SQL output
>
> Hi,
> Select with last_use = ‘Data’ is not correct. If you checkout and when 
> checkin tapes the parameter last_use can be lost.
> If you want to check private tapes without the data, try to use select like 
> this:
>
> select volume_name from libvolumes where status='Private' and last_use is 
> NULL and volume_name not in (select volume_name from volumes)
>
> Efim
>
> 2014-11-21 12:16 GMT+03:00 Loon, EJ van (ITOPT3) - KLM 
> :
>> Hi guys!
>> I have some weird output from one of my SQL statements. Here it's is:
>>
>> select count(*) from libvolumes where status='Private'
>>   Unnamed[1]
>> 
>> 3698
>>
>> Ok, so 3698 private volumes on this server. Now, how many contain data:
>>
>> select count(*) from libvolumes where status='Private' and last_use = 'Data'
>>   Unnamed[1]
>> 
>> 1011
>>
>> Right, I know a lot of tapes do not have a value in the Last Use column (my 
>> guess it is that these are tapes created by SAN clients), so how many are 
>> there:
>>
>> select count(*) from libvolumes where status='Private' and last_use != 'Data'
>>   Unnamed[1]
>> 
>>0
>>
>> Huh? There should be 3698-1011=2687! Last_use is empty then?
>>
>> select count(*) from libvolumes where status='Private' and last_use=NULL
>>   Unnamed[1]
>> 
>>0
>>
>> I'm lost here... I'm I doing something wrong? The total of last_use='Data' 
>> and last_use!='Data' should be the same as the output from the query with no 
>> last_used specified, right?
>> Thanks for any help in advance!
>> 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
>> 
>
>
>
> --
> Efim
> 
> 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

Re: tsm 641 install

2015-08-31 Thread Efim
Hi
Try to reinstall(install) Microsoft Visual C++ 2010 redistributable package.
You can find it in the extracted TSM client installation package in the
directory ISSetupPrerequisites.
Install two packages (32 bit and 64 bit):  270b0954-35ca-4324-bbc6-ba5db9072dad
and 7f66a156-bc3b-479d-9703-65db354235cc
Efim


2015-08-31 17:50 GMT+03:00 Jeanne Bruno :

> Hello, anyone encounter this in the past?
>
> Windows server 2008 R2 Standard SP1
>
> Installing TSM 641.  Install went fine.  When trying to launch the GUI so
> to configure, I get dsm.exe error can't find msvcr100.dll.
> But I see the .dll in the "tsm\client\baclinet\jvm70402\jre\bin" folder
>
>
>
> 
> Jeannie Bruno
> Senior Systems Analyst
> jbr...@cenhud.com<mailto:jbr...@cenhud.com>
> Central Hudson Gas & Electric
> (845) 486-5780
>



--
Efim


Re: Dsmcad listening port

2015-12-18 Thread Efim
HI,
CAD opens random port because the option WEBPORT has default value "0 0" and 
CAD randomly assign a free TCPport (the first parameter for CAD, the second for 
WEB client).
I think it’s impossible to prevent this.
As workaround you can set fixed port(s) and close it using firewall.
Example: WEBPORT 55000 0 or WEBPORT 55000 55001
Efim


> 18 дек. 2015 г., в 12:29, Henrik Ahlgren  написал(а):
> 
> Can someone explain why the Client Acceptor Daemon (dsmcad) opens
> a random port ("ANS3000I TCP/IP communications available on port X")
> when:
> 
> - SCHEDMODE is set to POLLING
> - MANAGEDSERVICES is set to SCHEDULE
> 
> How do you configure a TSM client to *never* listen to *any* port, but
> still using dsmcad to preserve memory etc.
> 
> To me this behaviour seems highly insecure and not clearly documented.


Re: VE 7.1.4 install issues

2015-12-19 Thread Efim
Hi,
try to disable UAC on Windows (don’t forget to change the registry EnableLUA) 
and repeat.
Efim

> 18 дек. 2015 г., в 22:23, Schaub, Steve  написал(а):
> 
> Anyone seen this?  I'm testing a fresh install of TSM for VE 7.1.4 on a newly 
> built, never used Win2012R2 server.  running setup, using "typical" install.  
> It looks like it is at the end of the datamover part of the install when I 
> get a pop windows stating "Another instance of this setup is already running. 
>  Please wait for the other instance to finish and then try again."  When I 
> click ok, I get "The wizard was interrupted before Data Protection for VMWare 
> suite could be completely installed."  I have tried multiple reboots.  It 
> looks like only the BA client was installed.  I don't see any other setup or 
> install applications in task manager.
> 
> Thanks,
> 
> Steve Schaub
> Systems Engineer II, Backup/Recovery
> Blue Cross Blue Shield of Tennessee
> 
> 
> --
> Please see the following link for the BlueCross BlueShield of Tennessee 
> E-mail disclaimer:  http://www.bcbst.com/email_disclaimer.shtm


Re: VE 7.1.4 install issues

2015-12-23 Thread Efim
The last suggestion is  check md5 for the file:
my MD5 is (TDP for VE/7.1.4-TIV-TSMVE-Windows.zip) = 
aa63c2ad188053d874defb771aa44e50
size: 1005866783
and extract files to directory with shot name (c:\VE\)
Elfim


> 21 дек. 2015 г., в 19:19, Schaub, Steve  написал(а):
> 
> Thanks, but UAC was already fully disabled.  It acts like the installer is 
> trying to launch another setup before a previous one has completed.
> 
> -Original Message-
> From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Efim
> Sent: Saturday, December 19, 2015 5:28 AM
> To: ADSM-L@VM.MARIST.EDU
> Subject: Re: [ADSM-L] VE 7.1.4 install issues
> 
> Hi,
> try to disable UAC on Windows (don’t forget to change the registry EnableLUA) 
> and repeat.
> Efim
> 
>> 18 дек. 2015 г., в 22:23, Schaub, Steve  написал(а):
>> 
>> Anyone seen this?  I'm testing a fresh install of TSM for VE 7.1.4 on a 
>> newly built, never used Win2012R2 server.  running setup, using "typical" 
>> install.  It looks like it is at the end of the datamover part of the 
>> install when I get a pop windows stating "Another instance of this setup is 
>> already running.  Please wait for the other instance to finish and then try 
>> again."  When I click ok, I get "The wizard was interrupted before Data 
>> Protection for VMWare suite could be completely installed."  I have tried 
>> multiple reboots.  It looks like only the BA client was installed.  I don't 
>> see any other setup or install applications in task manager.
>> 
>> Thanks,
>> 
>> Steve Schaub
>> Systems Engineer II, Backup/Recovery
>> Blue Cross Blue Shield of Tennessee
>> 
>> 
>> --
>>  Please see the following link for the BlueCross BlueShield of 
>> Tennessee E-mail disclaimer:  
>> http://www.bcbst.com/email_disclaimer.shtm
> 
> --
> Please see the following link for the BlueCross BlueShield of Tennessee 
> E-mail disclaimer:  http://www.bcbst.com/email_disclaimer.shtm


Re: MariaDB

2016-03-01 Thread Efim
Hello,
Check the IBM Global Solution directory. 
(http://www-304.ibm.com/partnerworld/gsd/homepage.do)
You can find solution verified by IBM.
Efim



> 2 марта 2016 г., в 9:22, Saravanan  написал(а):
> 
> Dear Team
> 
> Does anyone knows TSM API support for MariaDB ??
> 
> Is there any TDP agent available ??
> 
> 
> By Sarav
> +65-82284384


Re: more amazon vtl config issues

2016-03-04 Thread Efim
Hi
Do you have RHEL storage-server package installed,  driver loaded to the kernel 
(lsmod | grep sg) and you can see sg device?
I correct understood than autoconf doesn’t work? Do you try to run it with -t?
File op.conf is necessary only for optical library.
Efim


> 25 февр. 2016 г., в 18:09, Lee, Gary  написал(а):
> 
> Tsm v7.1.1,
> RHEL 6.7 x86_64 platform
> 
> Trying to get this amazon storage gateway thing going.
> 
> Got lin_tape installed, and it sees all ten drives in the test library.
> 
> I think, from reading the administrator's guide, that I must use the tsm 
> devicedrivers for the media changer, at least.
> 
> Trying to follow the instructions in chapter 5 for configuring with the 
> tsmscsi script.
> 
> However, have two problems.
> 
> 
> 1.   It says there are no devices in the lb.conf file will paste in below.
> 
> 2.   There is no op.conf.smp to copy and set up.
> 
> 3.   Is this necessary, and if so, could some one send me one?
> Lb.conf, and the rellavent portion of /proc/scsi/scsi follow:
> 
> Section of /proc/scsi/scsi
> 
> Host: scsi12 Channel: 00 Id: 00 Lun: 00
>  Vendor: AWS  Model: Gateway-VTL  Rev: 0100
>  Type:   Medium Changer   ANSI  SCSI revision: 05
> 
> 
> 
> Lb.conf
> 
> 
>   HOST[0]=12
>   CHANNEL[0]=0
>   ID[0]=0
>   LUN[0]=0
> 
> 
> HELP!! Feel like I'm spinning my wheels.


Re: more amazon vtl config issues

2016-03-04 Thread Efim
As I found in compatibility matrix TSM support L700e with ascs and L700 without 
it.
I don’t know what is the difference between L700 and L700e but in general L700 
will work and supported only with TSM device driver.
Also I found this question ( 
https://forums.aws.amazon.com/thread.jspa?messageID=585674 ) with another 
problem, but he defined the library in TSM.

Efim


> 4 марта 2016 г., в 15:49, Lee, Gary  написал(а):
> 
> I do see sg devices, the sg device is loaded into the kernel.
> 
> I get an i/o error when trying to define as a libtype=scsi.
> 
> If I try to use the stk l700 emulation, I need the accsls software.
> So far, I have found no way to acquire this.
> Don't even see a link to buy anywhere on the oracle sight.
> 
> 
> -Original Message-
> From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Efim
> Sent: Friday, March 04, 2016 7:38 AM
> To: ADSM-L@VM.MARIST.EDU
> Subject: Re: [ADSM-L] more amazon vtl config issues
> 
> Hi
> Do you have RHEL storage-server package installed,  driver loaded to the 
> kernel (lsmod | grep sg) and you can see sg device?
> I correct understood than autoconf doesn’t work? Do you try to run it with -t?
> File op.conf is necessary only for optical library.
> Efim
> 
> 
>> 25 февр. 2016 г., в 18:09, Lee, Gary  написал(а):
>> 
>> Tsm v7.1.1,
>> RHEL 6.7 x86_64 platform
>> 
>> Trying to get this amazon storage gateway thing going.
>> 
>> Got lin_tape installed, and it sees all ten drives in the test library.
>> 
>> I think, from reading the administrator's guide, that I must use the tsm 
>> devicedrivers for the media changer, at least.
>> 
>> Trying to follow the instructions in chapter 5 for configuring with the 
>> tsmscsi script.
>> 
>> However, have two problems.
>> 
>> 
>> 1.   It says there are no devices in the lb.conf file will paste in 
>> below.
>> 
>> 2.   There is no op.conf.smp to copy and set up.
>> 
>> 3.   Is this necessary, and if so, could some one send me one?
>> Lb.conf, and the rellavent portion of /proc/scsi/scsi follow:
>> 
>> Section of /proc/scsi/scsi
>> 
>> Host: scsi12 Channel: 00 Id: 00 Lun: 00
>> Vendor: AWS  Model: Gateway-VTL  Rev: 0100
>> Type:   Medium Changer   ANSI  SCSI revision: 05
>> 
>> 
>> 
>> Lb.conf
>> 
>> 
>>  HOST[0]=12
>>  CHANNEL[0]=0
>>  ID[0]=0
>>  LUN[0]=0
>> 
>> 
>> HELP!! Feel like I'm spinning my wheels.


Re: Data protection for SAP HANA

2016-03-10 Thread Efim
Hello, 
I think it is mistake in the doc (support only SRS05 rev45) and web (support 
only SRS08-10).
SRS 11 - first HANA version that supports multi streaming backup from one node. 
Without it TDP for HANA on Power is absolutely useless.
I tried TDP 7.1.3 ( Data Protection for SAP HANA(R)  - Version 7, Release 1, 
Modification 3.0  for Linux on POWER 64-bit -Build: 710  compiled on Jun 16 
2015) with HANA SRS11.
it works.
Efim


> 10 марта 2016 г., в 12:49, Loon, EJ van (ITOPT3) - KLM 
>  написал(а):
> 
> Hi guys!
> In the list of system requirements for Data protection for SAP HANA I see:
> 
> SAP HANA support package stack SPS 08 up to SPS 10
> 
> SPS11 seems to be out at this moment, does anybody know if it is supported 
> (so the requirements page needs updating) or will I have to wait for 7.1.4?
> Thanks for any help in advance!
> Kind regards,
> Eric van Loon
> AF/KLM Storage Engineering
> 
> 
> 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: Multiple Schedule in TSM ERP SAP

2016-03-11 Thread Efim
Hi
Use different retention times with Tivoli Storage Manager for ERP
https://www-03.ibm.com/support/techdocs/atsmastr.nsf/WebIndex/WP101907 
<https://www-03.ibm.com/support/techdocs/atsmastr.nsf/WebIndex/WP101907>
Efim

> 11 марта 2016 г., в 20:50, S Kumar  написал(а):
> 
> Hello,
> 
> I have below schedule asked by one of my customer for SAP server. They are
> using TSM ERP for backup.
> 
> 1. Daily SAP online full backup, Retention is 14 days.
> 2. Monthly SAP Offline Full Backup, Retention is 60 days.
> 3. Yearly SAP Offline Full Backup, Retention is 365 days.
> 
> How we can achieve in TSM ERP?
> 
> Any idea.
> 
> Regards,
> 
> S Kumar.


Re: Data Protection for Oracle 5.5.2 + 7.1.4 API

2016-03-19 Thread Efim
Hello, 
I'm not sure exactly but If the transaction is dropped (dsmEndTxn), then it can 
be influenced by the transaction size and transaction time.
Size is adjustable using TXNGROUPMAX time - COMMTIMEOUT.

To eliminate the effect of these parameters I suggest to increase it to higher 
values.
Parameters can be changed dynamically (it will be applied to the new client 
sessions).
Save the current values of the parameters before changing.

setopt TXNGROUPMAX 2
setopt COMMTIMEOUT 5000


Efim


> 18 марта 2016 г., в 11:56, Martin Janosik  
> написал(а):
> 
> Hi Zoltan,
> 
> have you tried to delete all orphaned objects in one run? I had similar
> issue recently, can't remember exact ANS/RC code. But try to split objects
> to smaller group (250 was working for me on one server, 2000 on another),
> and delete object in smaller bunches.
> +1:250
> O
> 
> Bye
> 
> Martin J.
> 
> "ADSM: Dist Stor Manager"  wrote on 03/17/2016
> 09:03:16 PM:
> 
>> From: Zoltan Forray 
>> To: ADSM-L@VM.MARIST.EDU
>> Date: 03/17/2016 09:05 PM
>> Subject: Re: [ADSM-L] Data Protection for Oracle 5.5.2 + 7.1.4 API
>> Sent by: "ADSM: Dist Stor Manager" 
>> 
>> Unfortunately, you are right.  I only see 11 + 12, which is where we are.
>> 
>> On Thu, Mar 17, 2016 at 3:33 PM, Stefan Folkerts
> 
>> wrote:
>> 
>>> I don't think the 7.1.3 TDP supports Oracle 10.
>>> I think this is 11 and 12 only.
>>> 
>>> On Thu, Mar 17, 2016 at 5:53 PM, Zoltan Forray  wrote:
>>> 
>>>> Why not upgrade the TSM TDP for Oracle to 7.1.3?  This combination
> (TSM
>>>> client 7.1.4.4 + TDP 7.1.3.0) is what we are running.
>>>> 
>>>> On Thu, Mar 17, 2016 at 12:03 PM, Loon, EJ van (ITOPT3) - KLM <
>>>> eric-van.l...@klm.com> wrote:
>>>> 
>>>>> Hi guys!
>>>>> I have an issue with one of my Oracle customers. They have several
>>> RedHat
>>>>> 5.8 servers (with Oracle 10) which had TSM 5.5 running, along with
> TDP
>>>> for
>>>>> Oracle 5.5.2.
>>>>> Since the OS support the new 7.1.4 client, they upgraded the BA and
> API
>>>>> client to 7.1.4. Since that moment they can no longer delete
> obsolete
>>>>> backup objects. In TDPOSYSNC you see the list of obsolete objects,
> but
>>> as
>>>>> soon as you try to delete them it returns the following error:
>>>>> 
>>>>> ANS0246E (RC2070) Issue dsmEndTxn and then begin a new transaction
>>>> session.
>>>>> 
>>>>> The TDP for Oracle 5.5.2 requirement list states "A Tivoli Storage
>>>> Manager
>>>>> API V5.5, or later", so technically it should be compatible...
>>>>> Does anybody else ran into this issue before? And if so, how did
> you
>>>> solve
>>>>> it? I know I could have them downgrade the BA and API client again,
> but
>>>>> then I also have to find a way to force a full back up on the BA
>>>> client...
>>>>> Thanks for any help in advance!
>>>>> Kind regards,
>>>>> Eric van Loon
>>>>> Air France/KLM Storage Engineering
>>>>> 
>>>>> 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 Netherland

Re: Select statement for client occupancy by management class...???

2016-04-11 Thread Efim
Do you use different storage pools for each management class?
If no - it is very very difficult to calculate occupancy for each stored object 
because you must select from backups table.
I don’t have select for do it.

Efim


> 11 апр. 2016 г., в 15:43, Dwight Cook  написал(а):
> 
> Does anyone have a select statement for client occupancy by management 
> class (so I don't have to recreate the wheel)?
> 
> 
> Dwight E. Cook
> Technical Services Prof. Sr. 
> TSM Delivery Architect
> IBM Cloud
> (918) 493-4678


Re: tsm for ve authentication problem

2016-05-02 Thread Efim
Hi
it looks like Vmware user. Use dsmc set password for set correct user and 
password.
Efim.

> 2 мая 2016 г., в 18:28, Lee, Gary  написал(а):
> 
> All of a sudden this weekend none of our vmware backups will even start.
> 
> Tsm server 6.3.4 on RHEL 6.7
> Tdp for vmware 6.4
> Session transcript  follows:
> 
> [ root@tsmdm07 ~]# dsmc -asnode=dc_bsu_rb
> IBM Tivoli Storage Manager
> Command Line Backup-Archive Client Interface
>  Client Version 6, Release 4, Level 2.0
> 
> Node Name: TSMDM07
> Session established with server TSM02: Linux/x86_64
>  Server Version 6, Release 3, Level 4.0
> 
> Accessing as node: DC_BSU_RB
> tsm> ba vm javadeploytest
> ANS9365E VMware vStorage API error for virtual machine 'javadeploytest'.
>  TSM function name : __ns2__Login
>  TSM file : vmvisdk.cpp (1737)
>  API return code  : 12
>  API error message : SOAP 1.1 fault: "":ServerFaultCode[no subcode]
> " Cannot complete login due to an incorrect user name or password."
> Detail:
> 
> ANS4152E Failure initializing VMware virtual machine environment. RC=115. 
> Refer to client dsmerror.log for detailed error messages.
> 
> tsm>
> 
> 
> which node's password is giving the trouble?


Re: tsm for ve authentication problem

2016-05-02 Thread Efim
it's usually Vcenter user with following permissions: 
http://www-01.ibm.com/support/docview.wss?uid=swg21659544 or just Vcenter admin.
Efim


> 2 мая 2016 г., в 18:43, Lee, Gary  написал(а):
> 
> Not sure which user id you are referring to.
> 
> The data center node, cli user id, etc.?
> Or vmware itself?
> 
> -Original Message-
> From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Efim
> Sent: Monday, May 02, 2016 11:39 AM
> To: ADSM-L@VM.MARIST.EDU
> Subject: Re: [ADSM-L] tsm for ve authentication problem
> 
> Hi
> it looks like Vmware user. Use dsmc set password for set correct user and 
> password.
> Efim.
> 
>> 2 мая 2016 г., в 18:28, Lee, Gary  написал(а):
>> 
>> All of a sudden this weekend none of our vmware backups will even start.
>> 
>> Tsm server 6.3.4 on RHEL 6.7
>> Tdp for vmware 6.4
>> Session transcript  follows:
>> 
>> [ root@tsmdm07 ~]# dsmc -asnode=dc_bsu_rb
>> IBM Tivoli Storage Manager
>> Command Line Backup-Archive Client Interface
>> Client Version 6, Release 4, Level 2.0
>> 
>> Node Name: TSMDM07
>> Session established with server TSM02: Linux/x86_64
>> Server Version 6, Release 3, Level 4.0
>> 
>> Accessing as node: DC_BSU_RB
>> tsm> ba vm javadeploytest
>> ANS9365E VMware vStorage API error for virtual machine 'javadeploytest'.
>> TSM function name : __ns2__Login
>> TSM file : vmvisdk.cpp (1737)
>> API return code  : 12
>> API error message : SOAP 1.1 fault: "":ServerFaultCode[no subcode]
>> " Cannot complete login due to an incorrect user name or password."
>> Detail:
>> 
>> ANS4152E Failure initializing VMware virtual machine environment. RC=115. 
>> Refer to client dsmerror.log for detailed error messages.
>> 
>> tsm>
>> 
>> 
>> which node's password is giving the trouble?


Re: multipath tape support and device naming

2016-05-05 Thread Efim
Big delay but probably it is still actual.
I check the dual path using the following:

after lin_tape configuratiin you can see the similar output:

Changer output: 

# cat /proc/scsi/IBM*
lin_tape version: 3.0.6
lin_tape major number: 242
Attached Changer Devices:
Number  model   SNHBA SCSIFO Path
0   03584L32  qla2xxx 3:0:0:1 Primary
1   03584L32  qla2xxx 4:0:0:1 Alternate
2   03584L32  qla2xxx 4:0:3:1 Alternate
3   03584L32  qla2xxx 4:0:2:1 Alternate

Drives output:

lin_tape version: 3.0.6
lin_tape major number: 242
Attached Tape Devices:
Number  model   SNHBA SCSIFO Path
0   ULT3580-TD6 01qla2xxx 3:0:0:0 Primary
1   ULT3580-TD6 02qla2xxx 4:0:0:0 Alternate
2   ULT3580-TD6 03qla2xxx 3:0:1:0 Primary
3   ULT3580-TD6 04qla2xxx 4:0:1:0 Alternate

Device name after persistant name configuration done:

[root@rack17s2 atape]# ls -la  /dev/tape/*
lrwxrwxrwx. 1 root root 11 XXX XX 00:14 /dev/tape/rmt_01 -> ../IBMtape4
lrwxrwxrwx. 1 root root 11 XXX XX 00:14 /dev/tape/rmt_03 -> ../IBMtape7
lrwxrwxrwx. 1 root root 14 XXX XX 00:14 /dev/tape/smc0 -> ../IBMchanger0

If you run ITDT you can check and confirm that dual path is configured and 
probably working:

# ./itdt -f /dev/tape/rmt_01 qrypath
Querying SCSI paths...
Total paths configured... 2

Primary Path Number 1
  Logical Device. IBMtape4
  Host Bus Adapter... qla2xxx
  SCSI Host ID... 3
  SCSI Channel... 0
  Target ID.. 0
  Logical Unit... 0
  Path Enabled... Yes
  Path Manually Disabled. No

Alternate Path Number 2
  Logical Device. IBMtape7
  Host Bus Adapter... qla2xxx
  SCSI Host ID... 4
  SCSI Channel... 0
  Target ID.. 1
  Logical Unit... 0
  Path Enabled... Yes
  Path Manually Disabled……… No


Efim


> 29 апр. 2016 г., в 20:15, Lee, Gary  написал(а):
> 
> If I have data path failover support enabled in the lin_tape driver, how do I 
> define the path correctly to tsm?
> 
> I need to make sure I catch the correct /dev/ entry so that lin_tape can 
> manage the data paths.
> What do I use in the device field of the path definition for a drive?


Re: Node Replication Change

2016-05-05 Thread Efim
Hi,
you can't update node with parameters:  REPLM=RECEIVE and SEND (according 
administration guide). Those parameters will set automatically after first 
replication completed.
I think the right way is remove replnode and when set REPLM=SYNCSEND for source 
and REPLM=SYNCRECEIVE for target node.
Don't forget run on TSM02: SET REPLSERVER TSM01 (if it's not already done (q 
status)).

Efim


> 5 мая 2016 г., в 19:49, Vandeventer, Harold [OITS] 
>  написал(а):
> 
> I'm using Spectrum Protect 6.3.4.300 on Windows servers.
> 
> I've been running NODE replication for months, but need to make a change for 
> a node.
> 
> The current setup: Server TSM01 replicates to Server TSM02 and TSM02 
> replicates to TSM01.
> 
> The change: a node is to be "relocated" to the DR site; thus TSM02 will 
> become its main location, and will replicate back to TSM01.
> 
> No Export/Import to be done.
> 
> Thus, I believe (after reviewing the Administrator's Guide):
> 1: confirm that replication from TSM01 to TSM02 has completed.
> 2: on TSM01: UPDATE NODE  REPLM=RECEIVE
> 3: on TSM02: UPDATE NODE  REPLM=SEND
> 4: Modify the IP in the nodes DSM.OPT to point to TSM02.
> 
> I don't think SYNCREC and SYNCSEND are involved because a node EXPORT has not 
> been used to populate the data on TSM01.  The data already exists, I just 
> need to change which server is sending and which is receiving for the node.
> 
> Thanks for helping out.
> 
> 
> 
> Harold Vandeventer
> Office of Information Technology Services
> 2800 SW Topeka Blvd
> Topeka, KS 66611
> (785) 296-0631
> harold.vandeven...@ks.gov | www.oits.ks.gov
> 
> 
> 
> CONFIDENTIALITY AND PRIVILEGE NOTICE
> This email message including attachments, if any, is intended for the person 
> or entity to which it is addressed and may contain confidential and/or 
> privileged information. Any unauthorized review, use or disclosure is 
> prohibited. If you are not the intended recipient, please contact the sender 
> and destroy the original message, including all copies.
> 
> 
> 
> CONFIDENTIALITY AND PRIVILEGE NOTICE
> This e-mail message, including attachments, if any, is intended for the 
> person or entity to which it is addressed and may contain confidential or 
> privileged information. Any unauthorized review, use, or disclosure is 
> prohibited. If you are not the intended recipient, please contact the sender 
> and destroy the original message, including all copies, Thank you.


Re: Rolling a TSM instance to a new server/lpar

2016-05-06 Thread Efim
Hi,
I think that this instruction from p.3  is what you are looking for:
http://www-01.ibm.com/support/docview.wss?uid=swg27018195 
<http://www-01.ibm.com/support/docview.wss?uid=swg27018195>
if you want to change mount points name in the non-root luns the only way is 
restore tsm db with relocation. This is preffered metod in all cases because 
you can test it without stoping production.

AIX version chose:

Recommended levels from TSM side:
http://www-01.ibm.com/support/docview.wss?rs=663&context=SSGSG7&q1=ServerRequirements&q2=AIX&uid=swg21052220&loc=en_US&cs=utf-8&lang=en

Recommended levels from DB2 side:
http://www-01.ibm.com/support/docview.wss?uid=swg21165448

So you can use:

TL03: Service Pack 2 or higher (due to AIX APAR IV53587)
TL02: Service Pack 2 or higher
TL01: Service Pack 6 or higher

Efim


> 6 мая 2016 г., в 19:55, Rhodes, Richard L.  
> написал(а):
> 
> Hello,
> 
> Current:  TSM v6.3.5 on AIX 6100-09
> New:  TSM v6.3.5 on AIX 7something
> 
> Well, it's time to rollover our TSM AIX servers.  We're purchases new pSeries 
> chassis that are getting lpar'ed up to replace the existing systems.
> 
> New lpars will be AIX v7.
> All storage is SAN based on either IBM or EMC storage arrays.
> All TSM/DB2 pieces/parts are on separate luns from AIX/rootvg.
>  In rootvg lun:
> Whatever TSM/DB2 puts in /opt, /var/, /usr
> (tsm client stuff is in here)
>  In non-rootvg luns:
> db2 vols
> db2 log vols (active/mirror/archive)
> db2 sqllib dir
> tsm stuff (dsmserv.opt, volhist, etc)
> tsm disk pools
> 
> We would like to
>  - setup new/clean lpars with AIX v7 on the new chassis
>  - install TSM/DB2 binaries
>  - SWING THE non-rootvg luns from the old lpar to the new lpar
>  - bring up TSM . . .
> Is it really that easy
> 
> 
> PROBLEM - I can't find anything on how to swing a DB2 database from one AIX 
> lpar to a new/clean lpar.  We're a Oracle shop - no one knows DB2 around here.
> 
> 
> Q)  Has anyone done a TSM storage swing like this?
> 
> 
> We are planning a TSM v7.1 upgrade.  We may need to do this to get to AIX v7. 
>  I have to check this out.
> 
> Thanks
> 
> Rick
> 
> 
> 
> 
> 
> -
> 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.


Re: DP for SAP HANA with SPS12

2016-05-25 Thread Efim
Hi
supports from version 7.1.3.1:

http://www-01.ibm.com/support/docview.wss?uid=swg24041926
Efim

> 25 мая 2016 г., в 15:39, Loon, EJ van (ITOPT3) - KLM  
> написал(а):
> 
> Hi guys!
> One of my customers wants to implement Data Protection for SAP HANA on their 
> SAP HANA appliance. On the IBM support pages I read one of the following 
> supported stacks:
> SAP HANA support package stack SPS 08 up to SPS 11
> They are however running SPS12. Does anybody from IBM know if there are any 
> plans to support version 12 in the (very) near future?
> Thanks for any help in advance!
> Kind regards,
> Eric van Loon
> Air France/KLM Storage Engineering
> 
> 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 SAP HANA with SPS12

2016-05-25 Thread Efim
Hi
I  confuse SLES12 with SPS 12. Wishful thinking. Sorry.
Efim

> 25 мая 2016 г., в 16:10, Efim  написал(а):
> 
> Hi
> supports from version 7.1.3.1:
> 
> http://www-01.ibm.com/support/docview.wss?uid=swg24041926
> Efim
> 
>> 25 мая 2016 г., в 15:39, Loon, EJ van (ITOPT3) - KLM  
>> написал(а):
>> 
>> Hi guys!
>> One of my customers wants to implement Data Protection for SAP HANA on their 
>> SAP HANA appliance. On the IBM support pages I read one of the following 
>> supported stacks:
>> SAP HANA support package stack SPS 08 up to SPS 11
>> They are however running SPS12. Does anybody from IBM know if there are any 
>> plans to support version 12 in the (very) near future?
>> Thanks for any help in advance!
>> Kind regards,
>> Eric van Loon
>> Air France/KLM Storage Engineering
>> 
>> 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: SAP Hana deduplication savings in directory stgpool

2016-09-08 Thread Efim
Hi,
Very often SAP HANA admins use the data compression to save memory. 
if so deduplication efficiency should fall.
Efim


> 7 сент. 2016 г., в 11:20, Martin Janosik  
> написал(а):
> 
> Hello all,
> 
> is anyone storing SAP HANA backups (using Data Protection for ERP) in
> directory storage pools?
> What are deduplication savings in your environment?
> 
> In our environment we see only 40% savings (35%-50%), comparing to
> predicted dedup savings 1:9 (this ratio is currently valid for backups of
> TDP4ERP Oracle, MS SQL, Oracle, ...).
> This completely messes up the initial capacity planning :(
> 
> tsm: PRYTSM1>q dedupstats DEDUPPOOL_REPL SAP_PEP f=d
> 
> Date/Time: 09/02/2016 21:01:00
> Storage Pool Name: DEDUPPOOL_REPL
> Node Name: SAP_PEP
>Filespace Name: /tdpmux
>  FSID: 2
>  Type: Arch
> Total Data Protected (MB): 27,045,165
> Total Space Used (MB): 16,228,576
>Total Space Saved (MB): 10,816,588
>   Total Saving Percentage: 39.99
> Deduplication Savings: 1,699,912,761,679
>  Deduplication Percentage: 5.99
> Non-Deduplicated Extent Count: 8,414
> Non-Deduplicated Extent Space Used: 3,329,503
>   Unique Extent Count: 15,846,440
>  Unique Extent Space Used: 26,082,116,838,846
>   Shared Extent Count: 7,340,821
>  Shared Extent Data Protected: 2,276,790,425,670
>  Shared Extent Space Used: 574,756,400,378
>   Compression Savings: 9,642,102,240,318
>Compression Percentage: 36.17
>   Compressed Extent Count: 21,757,839
> Uncompressed Extent count: 1,437,836
> 
> Thank you in advance.
> 
> Kind regards
> Martin Janosik


Re: VM restore output

2016-09-25 Thread Efim
Hello,

try to select from the SUMMARY_EXTENDED table.

Efim


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


Re: MSQSSQL TDP 6.4 and 7.4.1 : legacy backup do not expire

2016-10-13 Thread Efim
HI,
You shows the  LOG object but it will deactivated as GROUP object. The GROUP 
leader is FULL backup. 
Do you have only ONE active FULL object for this DB? If yes, is the FULL active 
object is younger than this active LOG? If yes - you can use inactivate (or 
delete) command for inactivate(delete) log older than last active full and 
monitor situation.

Efim

> 13 окт. 2016 г., в 11:10, BOVE Emmanuel (EXT)  
> написал(а):
> 
> MC_PROD_LOG_SQL


Re: NOSIGN AW: Offsite access mode for container-copy volumes

2016-12-02 Thread Efim
Hi
Starting from SP 7.1.7 you can use copy pools (only tapes) for protect 
containers.
http://www-01.ibm.com/support/docview.wss?uid=swg27048653 
<http://www-01.ibm.com/support/docview.wss?uid=swg27048653>
Efim


> 2 дек. 2016 г., в 10:43, Tobias Karnat - adcon GmbH  
> написал(а):
> 
> Hello,
> 
> The answer of development is not very helpful for small environments with 
> basic edition (without DRM):
> 
> Development has made it clear that there is no plan in the future
> to have the UPD VOL command change the status of container volumes
> to be updated to offsite. Here is the developer's response:
> "
> The legacy technology of copy storage pools, etc. does not apply
> to container pools, and will not in the future.  Data in container
> storage pools are protected via the PROTECT and REPLICATE NODE
> commands. Customers who wish to have legacy behaviour should not
> deploy their data to container pools; rather they should keep their
> data in non-container storage pools. The legacy technology will
> remain supported for future releases of Spectrum Protect server for
> non-container storage pools.
> "
> In a small environment like this it makes sense for the customer
> to stay with the legacy technology.
> 
> Mit freundlichem Gruß / With kind regards
> 
> Tobias Karnat
> - Systemberater -
> 
> Tel:+49(0)231 946164-29
> Fax:   +49(0)231 946164-14
> Mail: kar...@adcon.de<mailto:kar...@adcon.de>
> Web:http://www.adcon.de<http://www.adcon.de/>
> 
> adcon Gesellschaft für EDV-Dienstleistungen/Beratung mbH
> Martin-Schmeißer-Weg 15
> D-44227 Dortmund
> 
> GF: Dipl.-Inf. Norbert Keßlau Amtsgericht Dortmund - HRB 11759
> 
> Diese E-Mail enthält vertrauliche oder rechtlich geschützte Informationen. 
> Wenn Sie nicht der beabsichtigte Empfänger sind, informieren Sie bitte sofort 
> den Absender und löschen Sie diese E-Mail. Das unbefugte Kopieren dieser 
> E-Mail oder die unbefugte Weitergabe der enthaltenen Informationen ist nicht 
> gestattet.
> 
> Von: Tobias Karnat - adcon GmbH
> Gesendet: Dienstag, 18. Oktober 2016 12:02
> An: 'ADSM: Dist Stor Manager'
> Betreff: NOSIGN Offsite access mode for container-copy volumes
> 
> Hello,
> 
> Will it be possible in the future to update volumes from a container-copy 
> storage pool to access status offsite?
> 
> Many of our customers have the requirement to take out tapes after a backup 
> storage pool.
> We currently do the same after a protect stgpool type=local (with 7.1.7), but 
> I can only set the volumes to access status unavailable.
> 
> Mit freundlichem Gruß / With kind regards
> 
> Tobias Karnat
> - Systemberater -
> 
> Tel:+49(0)231 946164-29
> Fax:   +49(0)231 946164-14
> Mail: kar...@adcon.de<mailto:kar...@adcon.de>
> Web:http://www.adcon.de<http://www.adcon.de/>
> 
> adcon Gesellschaft für EDV-Dienstleistungen/Beratung mbH
> Martin-Schmeißer-Weg 15
> D-44227 Dortmund
> 
> GF: Dipl.-Inf. Norbert Keßlau Amtsgericht Dortmund - HRB 11759
> 
> Diese E-Mail enthält vertrauliche oder rechtlich geschützte Informationen. 
> Wenn Sie nicht der beabsichtigte Empfänger sind, informieren Sie bitte sofort 
> den Absender und löschen Sie diese E-Mail. Das unbefugte Kopieren dieser 
> E-Mail oder die unbefugte Weitergabe der enthaltenen Informationen ist nicht 
> gestattet.


Re: AW: [ADSM-L] NOSIGN AW: Offsite access mode for container-copy volumes

2016-12-02 Thread Efim
I agree. Containers does not support the status offsite but they still support 
the status unavalable.
Probably it can be used as workaround when license type is Basic.
Efim


> 2 дек. 2016 г., в 11:19, Tobias Karnat - adcon GmbH  
> написал(а):
> 
> Hello,
> 
> Yes, you can use tapes for copy container pools starting from 7.1.7
> But you cannot update the access status of these tapes to offsite manually 
> (via update vol, only if you use move drmedia).
> 
> This is a problem if a customer has the requirement to store copy pool 
> volumes offsite and only has basic edition.
> 
> Mit freundlichem Gruß / With kind regards
> 
> Tobias Karnat
> - Systemberater -
> 
> Tel:  +49(0)231 946164-29
> Fax:  +49(0)231 946164-14
> Mail: kar...@adcon.de
> Web:  http://www.adcon.de
> 
> adcon Gesellschaft für EDV-Dienstleistungen/Beratung mbH
> Martin-Schmeißer-Weg 15
> D-44227 Dortmund
> 
> GF: Dipl.-Inf. Norbert Keßlau Amtsgericht Dortmund - HRB 11759
> 
> Diese E-Mail enthält vertrauliche oder rechtlich geschützte Informationen. 
> Wenn Sie nicht der beabsichtigte Empfänger sind, informieren Sie bitte sofort 
> den Absender und löschen Sie diese E-Mail. Das unbefugte Kopieren dieser 
> E-Mail oder die unbefugte Weitergabe der enthaltenen Informationen ist nicht 
> gestattet.
> 
> -Ursprüngliche Nachricht-
> Von: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] Im Auftrag von Efim
> Gesendet: Freitag, 2. Dezember 2016 09:03
> An: ADSM-L@VM.MARIST.EDU
> Betreff: Re: [ADSM-L] NOSIGN AW: Offsite access mode for container-copy 
> volumes
> 
> Hi
> Starting from SP 7.1.7 you can use copy pools (only tapes) for protect 
> containers.
> http://www-01.ibm.com/support/docview.wss?uid=swg27048653 
> <http://www-01.ibm.com/support/docview.wss?uid=swg27048653>
> Efim
> 
> 
>> 2 дек. 2016 г., в 10:43, Tobias Karnat - adcon GmbH  
>> написал(а):
>> 
>> Hello,
>> 
>> The answer of development is not very helpful for small environments with 
>> basic edition (without DRM):
>> 
>> Development has made it clear that there is no plan in the future to 
>> have the UPD VOL command change the status of container volumes to be 
>> updated to offsite. Here is the developer's response:
>> "
>> The legacy technology of copy storage pools, etc. does not apply to 
>> container pools, and will not in the future.  Data in container 
>> storage pools are protected via the PROTECT and REPLICATE NODE 
>> commands. Customers who wish to have legacy behaviour should not 
>> deploy their data to container pools; rather they should keep their 
>> data in non-container storage pools. The legacy technology will remain 
>> supported for future releases of Spectrum Protect server for 
>> non-container storage pools.
>> "
>> In a small environment like this it makes sense for the customer to 
>> stay with the legacy technology.
>> 
>> Mit freundlichem Gruß / With kind regards
>> 
>> Tobias Karnat
>> - Systemberater -
>> 
>> Tel:+49(0)231 946164-29
>> Fax:   +49(0)231 946164-14
>> Mail: kar...@adcon.de<mailto:kar...@adcon.de>
>> Web:http://www.adcon.de<http://www.adcon.de/>
>> 
>> adcon Gesellschaft für EDV-Dienstleistungen/Beratung mbH 
>> Martin-Schmeißer-Weg 15
>> D-44227 Dortmund
>> 
>> GF: Dipl.-Inf. Norbert Keßlau Amtsgericht Dortmund - HRB 11759
>> 
>> Diese E-Mail enthält vertrauliche oder rechtlich geschützte Informationen. 
>> Wenn Sie nicht der beabsichtigte Empfänger sind, informieren Sie bitte 
>> sofort den Absender und löschen Sie diese E-Mail. Das unbefugte Kopieren 
>> dieser E-Mail oder die unbefugte Weitergabe der enthaltenen Informationen 
>> ist nicht gestattet.
>> 
>> Von: Tobias Karnat - adcon GmbH
>> Gesendet: Dienstag, 18. Oktober 2016 12:02
>> An: 'ADSM: Dist Stor Manager'
>> Betreff: NOSIGN Offsite access mode for container-copy volumes
>> 
>> Hello,
>> 
>> Will it be possible in the future to update volumes from a container-copy 
>> storage pool to access status offsite?
>> 
>> Many of our customers have the requirement to take out tapes after a backup 
>> storage pool.
>> We currently do the same after a protect stgpool type=local (with 7.1.7), 
>> but I can only set the volumes to access status unavailable.
>> 
>> Mit freundlichem Gruß / With kind regards
>> 
>> Tobias Karnat
>> - Systemberater -
>> 
>> Tel:+49(0)231 946164-29
>> Fax:   +49(0)231 946164-14
>> Mail:   

Re: DB and Log format K

2016-12-26 Thread Efim
Hi
For DB and Active log - 4k
Storage pools - 64k
Efim

> 26 дек. 2016 г., в 16:54, rou...@univ.haifa.ac.il  
> написал(а):
> 
> Hello All
> 
> A quick question , how to format DB / LOG disks  in  TSM Widows Server 2012 
> environment.  4K or 64K  ???
> 
> Best Regards
> 
> Robert


Re: client restore got ANS4035W - files unavailable

2017-01-13 Thread Efim
Hi,
A) Check this APAR http://www-01.ibm.com/support/docview.wss?uid=swg1IT15117 
<http://www-01.ibm.com/support/docview.wss?uid=swg1IT15117>
A) http://www-01.ibm.com/support/docview.wss?uid=swg21114873 
<http://www-01.ibm.com/support/docview.wss?uid=swg21114873>

Efim


> 13 янв. 2017 г., в 17:16, Rhodes, Richard L.  
> написал(а):
> 
> Hi,
> 
> Last night a DBA tried to do a restore of some files.  He get returned
> 
>  01/12/17   22:01:07 ANS4035W File 'xxx' currently unavailable on server.
> 
> The client data is on tape.
> The tape drives and library are handled by a separate dedicated library 
> manager instance.
> 
> I see:
>  on tsm server
> the client restore session
> the sessions to the library mgr instance (I think)
>  on lib mgr
> the session which I believe would be for the mount (I think)
> on tsm server
> ANS4025 errors for all files for the restore
> 
> Nowhere is there any indication of WHY the files are unavailable.
> Nowhere is there any indication of what volume(s) were trying to be used.
> 
> I checked:
>  there were tape drives free in the library
>  all tape volumes are read/write or read-only
>  no tape errors or hdwr errors
> 
> 
> Q)  Any thoughts on why the files would be unavailable?
> Q)  How can you tell specific volumes are needed for a client restore?
> 
> The only thing I can think of is that the volumes are unavailable, but I 
> can't figure out what volumes it wanted to use.
> 
> Rick
> 
> 
> 
> -
> 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.


Re: TDP SQL backup fails but is reported as a success ??

2017-01-21 Thread Efim
Hi,
you can compare the return code for each command in the script with the 
previous command return code. On the come out of the script should be the 
maximum value.
see this example: http://www-01.ibm.com/support/docview.wss?uid=swg21108971 
<http://www-01.ibm.com/support/docview.wss?uid=swg21108971>
Efim


> 21 янв. 2017 г., в 1:07, Tom Alverson  написал(а):
> 
> One more question:  We have a few SQL servers with multiple SQL instances,
> so the batch file runs the backup command separately for each instance.
> This means that only the LAST backup will send an errorlevel to the
> scheduler.  Is there some way to combine these errorlevels (maybe add them
> together) so that a faillure of any of the instances will cause the
> schedule to fail?  Or should there really be a separate scheduler  for each
> database instance?
> 
> On Thu, Jan 19, 2017 at 11:25 AM, Tom Alverson 
> wrote:
> 
>> Thank you.  Now I need to go and fix every single one of my backup
>> scripts.  Now I am not sure why we are getting backup failures now on SQL
>> backup (we do, maybe we are only getting missed backup??)
>> 
>> Tom
>> 
>> On Thu, Jan 19, 2017 at 11:01 AM, Anders Räntilä 
>> wrote:
>> 
>>>> The only thing we have after the backup command is some echo
>>> statements.  I
>>>> would think that they would not affect the errorlevel?
>>> 
>>> Yes they do! But only the last echo.
>>> 
>>> The last command is an "echo".  I have never seen an echo fail. It will
>>> always return 0.  The return code of the script will the return code of the
>>> last command.
>>> 
>>> 
>>> /Anders Räntilä
>>> 
>>> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
>>> RÄNKAB - Räntilä Konsult AB
>>> Klippingvägen 23
>>> SE-196 32 Kungsängen
>>> Sweden
>>> 
>>> Email: and...@rantila.com
>>> Phone: +46 701 489 431
>>> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
>>> 
>>> 
>>> 
>>> -Original Message-
>>> From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of
>>> Tom Alverson
>>> Sent: den 19 januari 2017 16:55
>>> To: ADSM-L@VM.MARIST.EDU
>>> Subject: Re: [ADSM-L] TDP SQL backup fails but is reported as a success ??
>>> 
>>> The only thing we have after the backup command is some echo statements.
>>> I
>>> would think that they would not affect the errorlevel?
>>> 
>>> @ECHO OFF
>>> set sql_install="C:\Program Files\Tivoli\TSM\TDPSql"
>>> set sql_virtual="C:\TSM\TDP"
>>> echo %date% %time% >> %sql_virtual%\SQL_FullLog.txt
>>> echo
>>> 
>>> 
>>>>> %sql_virtual%\SQL_RunLog.txt
>>> echo %date% %time% >> %sql_virtual%\SQL_RunLog.txt
>>> echo
>>> 
>>> 
>>>>> %sql_virtual%\SQL_RunLog.txt
>>> %sql_install%\tdpsqlc backup * full /BACKUPMETHod=legacy
>>> /SQLSERVER=servername /tsmoptfile=%sql_virtual%\dsm_sql.opt
>>> /logfile=%sql_virtual%\SQL_FullLog.txt >> %sql_virtual%\SQL_RunLog.txt
>>> echo
>>> 
>>> 
>>>>> %sql_virtual%\SQL_RunLog.txt
>>> echo %date% %time% >> %sql_virtual%\SQL_RunLog.txt
>>> echo
>>> 
>>> 
>>>>> %sql_virtual%\SQL_RunLog.txt
>>> 
>>> On Thu, Jan 19, 2017 at 7:41 AM, Del Hoobler  wrote:
>>> 
>>>> Tom,
>>>> 
>>>> Does the script capture the RC and then exit the script with that RC?
>>>> 
>>>> http://www-01.ibm.com/support/docview.wss?uid=swg21605132
>>>> 
>>>> 
>>>> Thank you,
>>>> 
>>>> Del
>>>> 
>>>> 
>>>> 
>>>> 
>>>> "ADSM: Dist Stor Manager"  wrote on 01/18/2017
>>>> 05:52:05 PM:
>>>> 
>>>>> From: Tom Alverson 
>>>>> To: ADSM-L@VM.MARIST.EDU
>>>>> Date: 01/18/2017 05:52 PM
>>>>> Subject: TDP SQL backup fails but is reported as a success ??
>>>>> Sent by: "ADSM: Dist Stor Manager" 
>>>>&

Re: internal server error detected

2017-01-31 Thread Efim
Hi,
1. check that all drives and the paths are defined and online.
q drive
q path

2. if all is online check drives serial numbers and names in the paths (if you 
don't use persistent naming  for drives)

Efim


> 31 янв. 2017 г., в 15:56, Loon, Eric van (ITOPT3) - KLM 
>  написал(а):
> 
> Hi guys!
> I have an Oracle client which backup failed with the following error in the 
> tdpoerror.log:
> 
> 01/31/2017 09:08:35 ANS0278S The transaction will be aborted.
> 01/31/2017 09:08:35 ANS0278S The transaction will be aborted.
> 01/31/2017 09:08:35 TID<19506> ==> ANS0278S (RC157)  The transaction will be 
> aborted.
> 01/31/2017 09:08:35 ANS1312E Server media mount not possible
> 01/31/2017 09:08:35 ANS1312E Server media mount not possible
> 1/31/2017 09:08:35 TID<19506> ==> ANS1312E (RC12)   Server media mount not 
> possible
> 
> The TSM server shows the following error:
> 
> 01/31/2017 09:08:32 ANR0530W Transaction failed for session 9302740 for node 
> QVIPNBDORA01_02-ORC (TDPO Linux86-64) - internal server error detected. 
> (SESSION: 9302740)
> 01/31/2017 09:08:35 ANR0525W (Session: 7358241, Origin: QVIPNBDORA01)  
> Transaction failed for session 277695 for node QVIPNBDORA01_02-ORC (TDPO 
> Linux86-64) - storage media inaccessible. (SESSION: 7358241)
> 
> The Oracle client is backing up through a storage agent and the 'internal 
> server error' seems to cause the scratch tape mount to fail which results in 
> the 'storage media inaccessible' message. Does anybody have an idea where to 
> look for the cause of the 'internal server error'?
> Thanks for any help in advance!
> Kind regards,
> Eric van Loon
> Air France/KLM Storage Engineering
> 
> 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: netezza TSM nzrestore trouble

2017-02-17 Thread Efim
Hi
usually Return code = 127 means that command not found.
I think you run CAD under the root user and if you use user nz in Putty, 
schedule OBJECTS  can looks like: OBJECTS='/usr/bin/su - nz "-c 
/nz/kit.7.2.1.1-P1/bin/restore_tsm.sh"'
+ add to the  script PATH to nzrestore and if it is necessary apply user 
environment.

Efim 

> 17 февр. 2017 г., в 18:17, Jeannie Bruno  написал(а):
> 
> Hello.  Anyone run into this error?
> ANS1512E Scheduled event 'NETEZZA_WKD' failed.  Return code = 127.
> 
> I have a ./nzrestore command that works from the prompt from PUTTY.  (And 
> I've restored 2 DB's using this via Putty).  (Netezza is a Linux box).
> 
> ./nzrestore -u xx -pw x -db ABC  -connector Tivoli -connectorArgs 
> "TSM_X="
> 
> But now I want to schedule the restore with TSM.
> I have the nzrestore command scripted in a .sh file (linux shell script) and 
> the TSM schedule kicks off the command file and executes the script fine, but 
> I fails right away.
> 
> From dsmsched.log:
> 02/17/2017 09:49:22
> Executing Operating System command or script:
>sh /nz/kit.7.2.1.1-P1/bin/restore_tsm.sh
> 02/17/2017 09:49:22 Finished command.  Return code is: 127
> 02/17/2017 09:49:22 ANS1909E The scheduled command failed.
> 02/17/2017 09:49:22 ANS1512E Scheduled event 'NETEZZA_WKD' failed.  Return 
> code = 127.
> 02/17/2017 09:49:22 Sending results for scheduled event 'NETEZZA_WKD'.
> 02/17/2017 09:49:22 Results sent to server for scheduled event 'NETEZZA_WKD'.
> 
> I've googled and someone said to check ownership and permissions and I did 
> all that when trying to get the restore to work with PUTTY.  I've granted 
> users: root and Tivoli permission.
> 
> Any thoughts/help would be appreciated.   
> 
> 
> 
> Jeannie Bruno
> Senior Systems Analyst
> jbr...@cenhud.com
> Central Hudson Gas & Electric
> (845) 486-5780
> 
> 
> We Care About Your Privacy. This message may contain confidential and/or 
> privileged information and is
> only for the intended recipient. 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, 
> please notify the sender immediately by
> replying to this note and deleting all copies. Thank you.


Re: netezza TSM nzrestore trouble

2017-02-17 Thread Efim
for example:

cd /export/home/nz
. ~/.bashrc
export 
PATH=/nz/kit/bin:/nz/kit/sbin:/nz/kit/bin/adm:/bin:/usr/bin:/usr/local/bin:.:/nz/support/bin

command
command
command

Efim


> 17 февр. 2017 г., в 19:03, Jeannie Bruno  написал(а):
> 
> Hello.   yes, my 'OBJECTS' on my TSM schedule looks like:
> Objects: sh /nz/kit.7.2.1.1-P1/bin/restore_tsm.sh
> 
> I'm not sure what you mean by: + add to the  script PATH to nzrestore and if 
> it is necessary apply user environment.
> 
> I can add PATH to the scriptbut apply what to user environment??
> 
> 
> -Original Message-
> From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Efim
> Sent: Friday, February 17, 2017 10:49 AM
> To: ADSM-L@VM.MARIST.EDU
> Subject: Re: [ADSM-L] netezza TSM nzrestore trouble
> 
> 
> ** THIS IS AN EXTERNAL EMAIL ** Use caution before opening links / 
> attachments. Never supply UserID/PASSWORD information.
> 
> 
> Hi
> usually Return code = 127 means that command not found.
> I think you run CAD under the root user and if you use user nz in Putty, 
> schedule OBJECTS  can looks like: OBJECTS='/usr/bin/su - nz "-c 
> /nz/kit.7.2.1.1-P1/bin/restore_tsm.sh"'
> + add to the  script PATH to nzrestore and if it is necessary apply user 
> environment.
> 
> Efim 
> 
>> 17 февр. 2017 г., в 18:17, Jeannie Bruno  написал(а):
>> 
>> Hello.  Anyone run into this error?
>> ANS1512E Scheduled event 'NETEZZA_WKD' failed.  Return code = 127.
>> 
>> I have a ./nzrestore command that works from the prompt from PUTTY.  (And 
>> I've restored 2 DB's using this via Putty).  (Netezza is a Linux box).
>> 
>> ./nzrestore -u xx -pw x -db ABC  -connector Tivoli 
>> -connectorArgs "TSM_X="
>> 
>> But now I want to schedule the restore with TSM.
>> I have the nzrestore command scripted in a .sh file (linux shell script) and 
>> the TSM schedule kicks off the command file and executes the script fine, 
>> but I fails right away.
>> 
>> From dsmsched.log:
>> 02/17/2017 09:49:22
>> Executing Operating System command or script:
>>   sh /nz/kit.7.2.1.1-P1/bin/restore_tsm.sh
>> 02/17/2017 09:49:22 Finished command.  Return code is: 127
>> 02/17/2017 09:49:22 ANS1909E The scheduled command failed.
>> 02/17/2017 09:49:22 ANS1512E Scheduled event 'NETEZZA_WKD' failed.  Return 
>> code = 127.
>> 02/17/2017 09:49:22 Sending results for scheduled event 'NETEZZA_WKD'.
>> 02/17/2017 09:49:22 Results sent to server for scheduled event 'NETEZZA_WKD'.
>> 
>> I've googled and someone said to check ownership and permissions and I did 
>> all that when trying to get the restore to work with PUTTY.  I've granted 
>> users: root and Tivoli permission.
>> 
>> Any thoughts/help would be appreciated.   
>> 
>> 
>> 
>> Jeannie Bruno
>> Senior Systems Analyst
>> jbr...@cenhud.com
>> Central Hudson Gas & Electric
>> (845) 486-5780
>> 
>> 
>> We Care About Your Privacy. This message may contain confidential 
>> and/or privileged information and is only for the intended recipient. 
>> 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, please notify the sender immediately by replying to this note and 
>> deleting all copies. Thank you.


Re: TSM version 7.1.7.100 to version 8.1.0

2017-04-19 Thread Efim
Hi,
In accordance with the  SP Installation gulde  during the moving from 7 to 8, 
you should use the Update option:
"After you start the wizard, in the IBM Installation Manager window, click the 
Update  icon; do not click the Install  or Modify  icon." (from Installation 
guide, windows, pdf, Chapter 4. Installing an IBM Spectrum Protect fix pack 75)
Efim

> 19 апр. 2017 г., в 9:35, rou...@univ.haifa.ac.il  
> написал(а):
> 
> Hi to all
> 
> I run my TSM server 7.1.7.100  on an O.S Windows 2012R2 64B. I want to 
> upgrade to version 8.1.0.0 and after it to 8.1.1.0.
> 
> In my  other TSM server with the same configuration , I choose the UPGRADE 
> option , all the process gone well without any errors or warning.
> 
> But at the end when tried to load the server got a lot of errors message 
> about the DB2 ! Open an urgent PMR at  IBM (21471,003,756) and after a long 
> process of DB2 commands we succeed to load it.
> 
> Now I tried to choose the INSTALL option , thinking because I move from a 
> version 7+ to a version 8+  need to do an INSTALL.
> 
> At the beginning of the process got an error message that
> 
> “Package IBM Spectrum Protect server is already installed. Only one instance 
> of this package can be installed”
> 
> Any advice !
> 
> Best Regards
> 
> Robert Ouzen
> 
> 
> [cid:image001.png@01D1284F.C3B0B400]<http://computing.haifa.ac.il/>
> 
> רוברט אוזן
> ראש תחום שרידות וזמינות נתונים.
> אוניברסיטת חיפה
> משרד: בניין ראשי, חדר 5015
> טלפון:  04-8240345 (פנימי: 2345)
> דואר: rou...@univ.haifa.ac.il
> _
> אוניברסיטת חיפה | שד' אבא חושי 199 | הר הכרמל, חיפה | מיקוד: 3498838
> אתר אגף מחשוב ומערכות מידע: 
> http://computing.haifa.ac.il<http://computing.haifa.ac.il/>


Re: TSM TDP SQL backup crashes after first database

2017-05-25 Thread Efim
Hi,
Which service pack is installed on SQL?
DP supports only 2008R2 SP2 and later.
Efim


> 25 мая 2017 г., в 20:35, Tom Alverson  написал(а):
> 
> I have an SQL 2008R2 database server with 32 databases on it.  My backup
> job crashes like this after the first database is successfully backed up:
> 
> Beginning full backup for database Application_Registry_Service_DB, 1 of 32.
> Full: 0   Read: 3232256  Written: 3232256  Rate: 2,452.60 Kb/Sec
> Full: 0   Read: 3234560  Written: 3234560  Rate: 2,061.85 Kb/Sec
> Database Object Name: 20170525132822\040C
> Backup of Application_Registry_Service_DB completed successfully.
> 
> It even exits with errorlevel 0, but does not continue on to the next
> database, and never finishes up the summary log.
> 
> If I exclude that database the same thing happens on the second database.
> If I exclude the first two, it crashes on the third, etc etc.   If I try
> these in the GUI, the GUI crashes at the end of the first backup.  I have
> already updated to the latest clients I had around:
> BACLIENT 7.1.6.4
> TDP SQL7.1.6.2
> 
> Does anyone have any insight on what might be happening? The windows event
> log just shows a successful backup of the first database and no errors.


Re: TSM TDP SQL backup crashes after first database

2017-05-25 Thread Efim
The version is correct.
Do you use legacy or VSS backup? If VSS: did you run the VSS diagnostics on all 
the disks where the databases are located (configuration wizard) ?
What are the errors in the DP logs and windows events at the time of copying? 
Are these AlwaysOn databases?
Efim

> 25 мая 2017 г., в 21:45, Tom Alverson  написал(а):
> 
> The version number for sqlserver.exe is 10.50.6220.0 which indicates 2008R2
> SP3.  My reading of the compatibility lists led me to create this table
> (let me know if this is wrong) and 7.1.6.x should even go back as far as
> SQL server 2008 (non-R2):
> 
> TSM TDP Version SQL Version Support
> 6.3.0 2005 2008 2008R2
> 6.3.1 2005 2008 2008R2 2012
> 6.4.0 2008 2008R2 2012
> 6.4.1 2008 2008R2 2012
> 7.1.0 2008 2008R2 2012
> 7.1.1 2008 2008R2 2012 2014
> 7.1.2 2008 2008R2 2012 2014
> 7.1.3 2008 2008R2 2012 2014
> 7.1.4 2008 2008R2 2012 2014
> 7.1.6 2008 2008R2 2012 2014 2016
> 
> On Thu, May 25, 2017 at 1:53 PM, Efim  wrote:
> 
>> Hi,
>> Which service pack is installed on SQL?
>> DP supports only 2008R2 SP2 and later.
>> Efim
>> 
>> 
>>> 25 мая 2017 г., в 20:35, Tom Alverson 
>> написал(а):
>>> 
>>> I have an SQL 2008R2 database server with 32 databases on it.  My backup
>>> job crashes like this after the first database is successfully backed up:
>>> 
>>> Beginning full backup for database Application_Registry_Service_DB, 1
>> of 32.
>>> Full: 0   Read: 3232256  Written: 3232256  Rate: 2,452.60 Kb/Sec
>>> Full: 0   Read: 3234560  Written: 3234560  Rate: 2,061.85 Kb/Sec
>>> Database Object Name: 20170525132822\040C
>>> Backup of Application_Registry_Service_DB completed successfully.
>>> 
>>> It even exits with errorlevel 0, but does not continue on to the next
>>> database, and never finishes up the summary log.
>>> 
>>> If I exclude that database the same thing happens on the second database.
>>> If I exclude the first two, it crashes on the third, etc etc.   If I try
>>> these in the GUI, the GUI crashes at the end of the first backup.  I have
>>> already updated to the latest clients I had around:
>>> BACLIENT 7.1.6.4
>>> TDP SQL7.1.6.2
>>> 
>>> Does anyone have any insight on what might be happening? The windows
>> event
>>> log just shows a successful backup of the first database and no errors.
>> 


Re: TSM TDP SQL backup crashes after first database

2017-05-25 Thread Efim
I would select a small first database and execute a trace.
tdpsqlc backup db01,db02,db03 full /TRACEFILE=XX:\trace.txt 
/TRACEFLAG=SERVICE,API
Efim


> 25 мая 2017 г., в 22:30, Tom Alverson  написал(а):
> 
> We always use legacy.  I did try it as VSS but got an odd authentication
> error?? Since we never use VSS I didn't know if that was important.  There
> are no errors in the windows event logs, just the successful backup event.
> I did go into the SQL management console and did a backup from there to
> .BAK files with no issues.  I don't think these are always on or anything
> like that.
> 
> On Thu, May 25, 2017 at 3:06 PM, Efim  wrote:
> 
>> The version is correct.
>> Do you use legacy or VSS backup? If VSS: did you run the VSS diagnostics
>> on all the disks where the databases are located (configuration wizard) ?
>> What are the errors in the DP logs and windows events at the time of
>> copying? Are these AlwaysOn databases?
>> Efim
>> 
>>> 25 мая 2017 г., в 21:45, Tom Alverson 
>> написал(а):
>>> 
>>> The version number for sqlserver.exe is 10.50.6220.0 which indicates
>> 2008R2
>>> SP3.  My reading of the compatibility lists led me to create this table
>>> (let me know if this is wrong) and 7.1.6.x should even go back as far as
>>> SQL server 2008 (non-R2):
>>> 
>>> TSM TDP Version SQL Version Support
>>> 6.3.0 2005 2008 2008R2
>>> 6.3.1 2005 2008 2008R2 2012
>>> 6.4.0 2008 2008R2 2012
>>> 6.4.1 2008 2008R2 2012
>>> 7.1.0 2008 2008R2 2012
>>> 7.1.1 2008 2008R2 2012 2014
>>> 7.1.2 2008 2008R2 2012 2014
>>> 7.1.3 2008 2008R2 2012 2014
>>> 7.1.4 2008 2008R2 2012 2014
>>> 7.1.6 2008 2008R2 2012 2014 2016
>>> 
>>> On Thu, May 25, 2017 at 1:53 PM, Efim  wrote:
>>> 
>>>> Hi,
>>>> Which service pack is installed on SQL?
>>>> DP supports only 2008R2 SP2 and later.
>>>> Efim
>>>> 
>>>> 
>>>>> 25 мая 2017 г., в 20:35, Tom Alverson 
>>>> написал(а):
>>>>> 
>>>>> I have an SQL 2008R2 database server with 32 databases on it.  My
>> backup
>>>>> job crashes like this after the first database is successfully backed
>> up:
>>>>> 
>>>>> Beginning full backup for database Application_Registry_Service_DB, 1
>>>> of 32.
>>>>> Full: 0   Read: 3232256  Written: 3232256  Rate: 2,452.60 Kb/Sec
>>>>> Full: 0   Read: 3234560  Written: 3234560  Rate: 2,061.85 Kb/Sec
>>>>> Database Object Name: 20170525132822\040C
>>>>> Backup of Application_Registry_Service_DB completed successfully.
>>>>> 
>>>>> It even exits with errorlevel 0, but does not continue on to the next
>>>>> database, and never finishes up the summary log.
>>>>> 
>>>>> If I exclude that database the same thing happens on the second
>> database.
>>>>> If I exclude the first two, it crashes on the third, etc etc.   If I
>> try
>>>>> these in the GUI, the GUI crashes at the end of the first backup.  I
>> have
>>>>> already updated to the latest clients I had around:
>>>>> BACLIENT 7.1.6.4
>>>>> TDP SQL7.1.6.2
>>>>> 
>>>>> Does anyone have any insight on what might be happening? The windows
>>>> event
>>>>> log just shows a successful backup of the first database and no errors.
>>>> 
>> 


Re: No space available in storage pool failure but there is plenty of space

2017-07-18 Thread Efim
Hi,
You can get this error if the storage pool gets full during backup (no scratch 
tapes, mount points).
If this pool is full before backup starts - it will go to the next storage pool.
Mark this pool as readonly and start backup. it will switch to the tape (next 
storage pool).
Efim


> 18 июля 2017 г., в 15:48, Zoltan Forray  написал(а):
> 
> TSM Linux server 7.1.6.3.  Client is Linux 7.1.6.4.
> 
> This morning at 6am is the second time I have had this "failure" when it
> isn't true.
> 
> ANR0522W Transaction failed for session 19482 for node VCU-GS1.CHPC.VCU.EDU
> (Linux x86-64) - no space available in storage pool BACKUPPOOL and all
> successor pools.
> 
> But it isn't true.  The BACKUPPOOL pool is only 92% used (of 9TB) and the
> hi/low triggers are 95/90.  I checked activity logs and there haven't been
> any recent migrations.
> 
> The NEXTPOOL is tape and all 9-drives are free and the MAXSCRATCH count
> hasn't been hit.
> 
> The backup only transferred 60GB (of 108TB examined) before dying due to
> this erroneous error.
> 
> No other errors in the activity log. So, what gives?
> 
> --
> *Zoltan Forray*
> Spectrum Protect (p.k.a. TSM) Software & Hardware Administrator
> Xymon Monitor Administrator
> VMware Administrator
> Virginia Commonwealth University
> UCC/Office of Technology Services
> www.ucc.vcu.edu
> zfor...@vcu.edu - 804-828-4807
> Don't be a phishing victim - VCU and other reputable organizations will
> never use email to request that you reply with your password, social
> security number or confidential personal information. For more details
> visit http://infosecurity.vcu.edu/phishing.html


Re: Full VM Instant Restore error ans2411e rc=6523

2017-07-27 Thread Efim
Hi,
did you configure iSCSI on ESXi and set VMISCSIServeraddress on datamover?
Efim
 

> 27 июля 2017 г., в 9:49, rou...@univ.haifa.ac.il  
> написал(а):
> 
> Hello All
> 
> Tried the new feature on TSM for VE 8.1.0.1  in the Restore section called 
> "Full VM Instant Restore" . Here what I got running this command.
> 
> Error Or Warning Messages:
> • ERROR ANS2421E Cannot detect the iSCSI initiator.
> • ERROR ANS2411E Instant Restore/Access of virtual machine 'Test1' failed 
> with rc = 6523
> • ERROR ANS2421E (RC6523) Cannot detect the iSCSI initiator.
> 
> I Check on my TSM server  , the iSCSI initiator is ON , I can see the iqn id 
> on the Configuration tab in the iSCSI properties
> 
> I know I miss something but what ?.
> 
> Any suggestion , tip what to look ?
> 
> Best Regards Robert


Re: Full VM Instant Restore error ans2411e rc=6523

2017-07-27 Thread Efim
I correct understood that you try to instant restore VM and can't see the 
current restore process status in the Restore -> Instant Access/Restore Status?
Efim

> 27 июля 2017 г., в 11:14, rou...@univ.haifa.ac.il  
> написал(а):
> 
> Hello Efim
> 
> I run the process on another ESXi and no problem the machine was created 
> successfully.
> 
> I will check with the VMware administrator the status of the iSCSI on this 
> specific EXSi
> 
> By the way another question , after the process finished successfully I check 
> in the Instant Access/Restore Status windows but got " No data to display"
> 
> The new machine is power on and working ?
> 
> I did the process with full vm Instant Access instead full vm instant restore 
> , and when finished successfully I check in Instant Access/Restore Status and 
> seethe machine
> waiting to be dismount.
> 
> Best Regards Robert
> 
> -Original Message-
> From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Efim
> Sent: Thursday, July 27, 2017 10:32 AM
> To: ADSM-L@VM.MARIST.EDU
> Subject: Re: [ADSM-L] Full VM Instant Restore error ans2411e rc=6523
> 
> Hi,
> did you configure iSCSI on ESXi and set VMISCSIServeraddress on datamover?
> Efim
> 
> 
>> 27 июля 2017 г., в 9:49, rou...@univ.haifa.ac.il  
>> написал(а):
>> 
>> Hello All
>> 
>> Tried the new feature on TSM for VE 8.1.0.1  in the Restore section called 
>> "Full VM Instant Restore" . Here what I got running this command.
>> 
>> Error Or Warning Messages:
>> • ERROR ANS2421E Cannot detect the iSCSI initiator.
>> • ERROR ANS2411E Instant Restore/Access of virtual machine 'Test1' 
>> failed with rc = 6523 • ERROR ANS2421E (RC6523) Cannot detect the iSCSI 
>> initiator.
>> 
>> I Check on my TSM server  , the iSCSI initiator is ON , I can see the 
>> iqn id on the Configuration tab in the iSCSI properties
>> 
>> I know I miss something but what ?.
>> 
>> Any suggestion , tip what to look ?
>> 
>> Best Regards Robert


Re: Full VM Instant Restore error ans2411e rc=6523

2017-07-27 Thread Efim
I have no idea...
try to run query vm * -vmrestoretype=instantrestore -detail
Efim

> 27 июля 2017 г., в 11:39, rou...@univ.haifa.ac.il  
> написал(а):
> 
> In  did . despite of the virtual machine was created successfully with 
> the process Full VM instant restore
> 
> Regards Robert
> 
> -Original Message-
> From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Efim
> Sent: Thursday, July 27, 2017 11:33 AM
> To: ADSM-L@VM.MARIST.EDU
> Subject: Re: [ADSM-L] Full VM Instant Restore error ans2411e rc=6523
> 
> I correct understood that you try to instant restore VM and can't see the 
> current restore process status in the Restore -> Instant Access/Restore 
> Status?
> Efim
> 
>> 27 июля 2017 г., в 11:14, rou...@univ.haifa.ac.il  
>> написал(а):
>> 
>> Hello Efim
>> 
>> I run the process on another ESXi and no problem the machine was created 
>> successfully.
>> 
>> I will check with the VMware administrator the status of the iSCSI on 
>> this specific EXSi
>> 
>> By the way another question , after the process finished successfully I 
>> check in the Instant Access/Restore Status windows but got " No data to 
>> display"
>> 
>> The new machine is power on and working ?
>> 
>> I did the process with full vm Instant Access instead full vm instant 
>> restore , and when finished successfully I check in Instant Access/Restore 
>> Status and seethe machine waiting to be dismount.
>> 
>> Best Regards Robert
>> 
>> -Original Message-
>> From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf 
>> Of Efim
>> Sent: Thursday, July 27, 2017 10:32 AM
>> To: ADSM-L@VM.MARIST.EDU
>> Subject: Re: [ADSM-L] Full VM Instant Restore error ans2411e rc=6523
>> 
>> Hi,
>> did you configure iSCSI on ESXi and set VMISCSIServeraddress on datamover?
>> Efim
>> 
>> 
>>> 27 июля 2017 г., в 9:49, rou...@univ.haifa.ac.il  
>>> написал(а):
>>> 
>>> Hello All
>>> 
>>> Tried the new feature on TSM for VE 8.1.0.1  in the Restore section called 
>>> "Full VM Instant Restore" . Here what I got running this command.
>>> 
>>> Error Or Warning Messages:
>>> • ERROR ANS2421E Cannot detect the iSCSI initiator.
>>> • ERROR ANS2411E Instant Restore/Access of virtual machine 'Test1' 
>>> failed with rc = 6523 • ERROR ANS2421E (RC6523) Cannot detect the iSCSI 
>>> initiator.
>>> 
>>> I Check on my TSM server  , the iSCSI initiator is ON , I can see the 
>>> iqn id on the Configuration tab in the iSCSI properties
>>> 
>>> I know I miss something but what ?.
>>> 
>>> Any suggestion , tip what to look ?
>>> 
>>> Best Regards Robert


Re: TSM server package 8.1.1.100

2017-09-02 Thread Efim
Hi
This update for server has not been announced, but according to this 
https://www-304.ibm.com/support/entdocview.wss?uid=swg1IT22075&myns=swgtiv&mynp=OCSSGSG7&mync=R&cm_sp=swgtiv-_-OCSSGSG7-_-R
 
<https://www-304.ibm.com/support/entdocview.wss?uid=swg1IT22075&myns=swgtiv&mynp=OCSSGSG7&mync=R&cm_sp=swgtiv-_-OCSSGSG7-_-R>
will soon appear.
Efim


> 2 сент. 2017 г., в 8:11, rou...@univ.haifa.ac.il  
> написал(а):
> 
> Hi to all
> 
> 
> Tried to find 8.1.1.100 server package for windows to download  but no 
> success... I only find the V8.1.1.100 Operations Center (Windows)
> 
> 
> 
> Can anybody point to a link where to download it.
> 
> 
> 
> By the way can I do a V8.1.1.100 Operation Center on a TSM server 8.1.1.0
> 
> 
> 
> Best Regards
> 
> 
> 
> Robert


Re: Spectrum Protect for VE - how to get started

2017-09-04 Thread Efim
IBM Spectrum Protect Plus End to End Preview
https://youtu.be/Zs6OhMLmu2Y <https://youtu.be/Zs6OhMLmu2Y>
Efim


> 4 сент. 2017 г., в 11:50, Loon, Eric van (ITOPT3) - KLM 
>  написал(а):
> 
> Hi Stefan,
> From what I have been reading SP Plus will be a software appliance, delivered 
> as an OVA file, which can be used as a stand-alone solution, but which also 
> should fit into an existing TSM/SP environment. From 
> https://www.ibm.com/us-en/marketplace/ibm-spectrum-protect-plus: "It can be 
> implemented as a stand-alone solution or integrate with your IBM Spectrum 
> Protect environment to off-load copies for long term storage and data 
> governance with scale and efficiency".
> Kind regards,
> Eric van Loon
> Air France/KLM Storage Engineering
> 
> -Original Message-
> From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of 
> Stefan Folkerts
> Sent: zondag 3 september 2017 8:04
> To: ADSM-L@VM.MARIST.EDU
> Subject: Re: Spectrum Protect for VE - how to get started
> 
> Steve,
> 
> I don't think you should look at Spectrum Protect Plus as an improved 
> Spectrum Protect.
> It's a totally different solution for a, for the most part, different 
> environment.
> Spectrum Protect is an enterprise class catch-all backup & recovery solution, 
> Spectrum Protect Plus looks more to me like an entry-level vSphere/Hyper-V 
> point solution.
> 
> That doesn't mean it doesn't have its place in the market, it does, but that 
> does mean that if you have a Spectrum Protect solution in place it would seem 
> a bit silly maybe, but then again, there are very few details released at 
> this point.
> 
> 
> 
> On Sat, Sep 2, 2017 at 6:59 PM, Schaub, Steve 
> wrote:
> 
>> Just got back from VMWorld where IBM announced their new & improved SP 
>> product, I would hold off until you can check it out, much easier to 
>> deploy & manage.
>> 
>> -Original Message-
>> From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf 
>> Of Stefan Folkerts
>> Sent: Thursday, August 31, 2017 1:06 PM
>> To: ADSM-L@VM.MARIST.EDU
>> Subject: Re: [ADSM-L] Spectrum Protect for VE - how to get started
>> 
>> Rick,
>> 
>> I would run the 8.1.1 VE version if your vSphere stack supports it, 
>> the biggest improvements in my eyes above the 7.1 version are the 
>> restore performance that can go 5x in the right configuration (in my 
>> experience) and the tagging support (if you vShpere folder structure 
>> will work with it, but if not, you can always go for the classic scheduling 
>> method.
>> The improved restore performance of 8.1.0+ has proven very important 
>> and it was good it came when it did because in previous versions it 
>> became a pretty big issue.
>> 8.1+ VE on a 7.1 server should not be a problem in my experience.
>> 
>> 
>> On Thu, Aug 31, 2017 at 5:52 PM, Ehresman,David E. < 
>> david.ehres...@louisville.edu> wrote:
>> 
>>> It's been reported here that the restore time in the v8.1 CLIENT is 
>>> much improved over v7 so I would recommend that one for the client.  
>>> I am not sure the server version makes a difference for this situation.
>>> 
>>> David Ehresman
>>> 
>>> -Original Message-
>>> From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On 
>>> Behalf Of Rhodes, Richard L.
>>> Sent: Thursday, August 31, 2017 10:51 AM
>>> To: ADSM-L@VM.MARIST.EDU
>>> Subject: [ADSM-L] Spectrum Protect for VE - how to get started
>>> 
>>> Hello,
>>> 
>>> Up till now we have used BA clients in VM's.  We would like to look 
>>> into implementing VE.  I would appreciate any wisdom on bringing it 
>>> up first time.  A specific question would be which version.  Our 
>>> current TSM servers are v7.1.5, but I'm wondering if bringing up a 
>>> v8.1 server and VE would be best.
>>> 
>>> 
>>> Rick
>>> 
>>> 
>>> 
>>> --
>>> 
>>> 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 
>>&g

Re: Disable Client option ENABLEINSTRUMENTATION

2017-09-14 Thread Efim
IT20791: "ENABLEINSTRUMENTATION" AND "INSTRLOGMAX" DOCUMENTATION INCORRECTLY 
SAYS THEY CAN BE USED IN A CLIENT OPTION SET
http://www-01.ibm.com/support/docview.wss?crawler=1&uid=swg1IT20791 
<http://www-01.ibm.com/support/docview.wss?crawler=1&uid=swg1IT20791>

you can run script looks like this:
awk '/SErvername/{print;print "ENABLEINSTRUMENTATION NO";next}1' 
/usr/tivoli/tsm/client/ba/bin64/dsm.sys

on windows use echo and >>

but I think you need to restart cad or schedule to activate this option
Efim


> 14 сент. 2017 г., в 17:03, Erwann SIMON  написал(а):
> 
> Hi Arnaud,
> 
> No matter the platform, the problem is the same : it's not possible to manage 
> logs from Client Option Sets : no enableinstrumentation, no errorlogretention 
> or shedlogretention... IBM, please ?
> 
> -- 
> Best regards / Cordialement / مع تحياتي
> Erwann SIMON
> 
> - Mail original -
> De: "PAC Brion Arnaud" 
> À: ADSM-L@VM.MARIST.EDU
> Envoyé: Jeudi 14 Septembre 2017 15:38:36
> Objet: Re: [ADSM-L] Disable Client option  ENABLEINSTRUMENTATION
> 
> Hi Michael,
> 
> Is this AIX, Linux or Windows ?
> 
> Cheers.
> 
> Arnaud
> 
> -Original Message-
> From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of 
> Michael Malitz
> Sent: Thursday, September 14, 2017 2:08 PM
> To: ADSM-L@VM.MARIST.EDU
> Subject: Disable Client option ENABLEINSTRUMENTATION
> 
> Hallo List-Experts.
> 
> we would like to disable the BA Client option ENABLEINSTRUMENTATION.  
> According
> to BA Client documentation,
> 
> this should be possible via client option set.  BUT is is NOT.
> 
> Any ideas of rolling out this change to > 1000 Clients in an "easy to do" 
> way?.
> 
> 
> rgds michael


Re: NDMP backup over LAN.

2017-12-21 Thread Efim
Hi,
by default SP uses 1 port (server option NDMPControlport) on NAS for 
communicate.
Check which port is configured on the NAS.
When you define  datamover do you use correct user and password for NDMP 
operations on NAS?
Efim



> 21 дек. 2017 г., в 10:46, Bo Nielsen  написал(а):
> 
> Hi Shawn,
> 
> The Storage pool data format is Native:
> Storage Pool Data Format: Native
> 
> Regards
> 
> Bo
> 
> -Original Message-
> From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of 
> Shawn Drew
> Sent: 20. december 2017 17:41
> To: ADSM-L@VM.MARIST.EDU
> Subject: Re: [ADSM-L] NDMP backup over LAN.
> 
> Over the LAN needs a Native type destination storagepool. Can you confirm the 
> storagepool data format?
> 
> Thanks,
> -Shawn
> 
> On Dec 20, 2017, 4:42 AM -0500, Bo Nielsen , wrote:
>> I need to backup an Isilon storage system over LAN, since there are approx. 
>> 40 km between TSM server and Storage system. I have created its own domain 
>> for this backup, with its own storage pool.
>> I have defined a node and a datamover with type = NAS.
>> 
>> When I start a backup:
>> backup node dcc-isilon01 / ifs toc = no mode = full
>> 
>> I get this error:
>> 
>> 12/06/2017 08:52:18 ANR0984I Process 155 for BACKUP NAS (FULL) started 
>> in the BACKGROUND at 08:52:18. (SESSION: 78516, PROCESS: 155)
>> 12/06/2017 08:52:18 ANR1063I Full backup or NAS node DCC-ISILON01, 
>> file system / ifs, started as process 155 by administrator BOANIE. 
>> (SESSION: 78516, PROCESS: 155)
>> 12/06/2017 08:52:21 ANR4399E NAS file server 130.225.82.184 is 
>> reporting NDMP error number 23: A data connection could not be 
>> established. (SESSION: 78516, PROCESS: 155)
>> 12/06/2017 08:52:21 ANR4794E The NAS file server 130.225.82.184 failed 
>> to open an NDMP data connection to the TSM tape server.
>> Please verify that the file server is capable of outbound data 
>> connections. (SESSION: 78516, PROCESS:
>> 155)
>> 12/06/2017 08:52:21 ANR4728E Server connection to file server 
>> DCC-ISILON01 failed. Please check the attributes of the file server 
>> specified during definition of the data transfer. (SESSION:
>> 78516, PROCESS: 155)
>> 12/06/2017 08:52:21 ANR1096E NAS Backup to TSM Storage Process 155 
>> terminated
>> - storage media inaccessible. (SESSION: 78516, PROCESS:
>> 155)
>> 12/06/2017 08:52:21 ANR0985I Process 155 for BACKUP NAS (FULL) running 
>> in the BACKGROUND completed with completion state FAILURE at 8:52:21. 
>> (SESSION: 78516, PROCESS: 155)
>> 12/06/2017 08:52:21 ANR1893E Process 155 for BACKUP NAS (FULL) 
>> completed with a completion state of FAILURE. (SESSION: 78516, PROCESS:
>> 155)
>> 
>> Errors from the Filer:
>> 
>> 2017-12-06 08:08:14 dcchome-2-1 isi_ndmp_d[21867]: ERRO:NDMP 
>> data.c:358:ndmpdDataAbort Cannot abort Data Server in idle state
>> 2017-12-06 08:08:14 dcchome-2-1 isi_ndmp_d[21867]: ERRO:NDMP 
>> data.c:311:ndmpdDataStop Data Server not in halted state; state=IDLE
>> 2017-12-06 10:35:29 dcchome-2-1 isi_ndmp_d[46349]: ALRT:NDMP 
>> data.c:918:ndmpdDataConnect_v4 Unable to connect to addr:xxx.xx.xx.xx 
>> port:60817 - Operation timed out
>> 2017-12-06 10:35:29 dcchome-2-1 isi_ndmp_d[46349]: ALRT:NDMP 
>> data.c:952:ndmpdDataConnect_v4 Could not connect to server
>> 2017-12-06 10:35:29 dcchome-2-1 isi_ndmp_d[46349]: ALRT:NDMP 
>> data.c:352:ndmpdDataAbort Received NDMP_DATA_ABORT
>> 
>> All ports between Filer and TSM are open. Firewall on windows server hosting 
>> TSM is disabled.
>> 
>> Regards
>> 
>> Bo Nielsen
>> 
>> 
>> IT Service
>> 
>> 
>> 
>> Technical University of Denmark
>> 
>> IT Service
>> 
>> Frederiksborgvej 399
>> 
>> Building 109
>> 
>> DK - 4000 Roskilde
>> 
>> Denmark
>> 
>> Mobil +45 2337 0271
>> 
>> boa...@dtu.dk<mailto:boa...@dtu.dk


Re: NDMP backup over LAN.

2017-12-21 Thread Efim
no, I think you don't understand me.

Connection from TSM to NAS - NDMPControlport
Connections from NAS to TSM - ndmpportrange

Usually configuration looks like this:

NDMP control port:
TSM Servers (all) -> NAS: 1
NAS -> TSM Servers: 1024-2024 (range)

Check port configured on NAS and sp server option NDMPControlport.

Efim



> 21 дек. 2017 г., в 15:03, Bo Nielsen  написал(а):
> 
> Hi Remco and Efim,
> 
> I set the TSM option ndmpportrange 1,10010, but no success.
> 
> User and password is correct.
> 
> /Bo 
> 
> -Original Message-
> From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of 
> Remco Post
> Sent: 21. december 2017 12:04
> To: ADSM-L@VM.MARIST.EDU
> Subject: Re: [ADSM-L] NDMP backup over LAN.
> 
> you say that there are no firewall restrictions, and I believe you. But, the 
> port number used is quite high. There is a setting, ndmpportrange for the TSM 
> server. We noticed that setting that to 1,10010 did help, despite the 
> lack of firewalls.
> 
>> Op 20 dec. 2017, om 10:32 heeft Bo Nielsen  het volgende 
>> geschreven:
>> 
>> I need to backup an Isilon storage system over LAN, since there are approx. 
>> 40 km between TSM server and Storage system. I have created its own domain 
>> for this backup, with its own storage pool.
>> I have defined a node and a datamover with type = NAS.
>> 
>> When I start a backup:
>> backup node dcc-isilon01 / ifs toc = no mode = full
>> 
>> I get this error:
>> 
>> 12/06/2017 08:52:18 ANR0984I Process 155 for BACKUP NAS (FULL) started in the
>> BACKGROUND at 08:52:18. (SESSION: 78516, PROCESS: 155)
>> 12/06/2017 08:52:18 ANR1063I Full backup or NAS node DCC-ISILON01, file
>> system / ifs, started as process 155 by administrator
>> BOANIE. (SESSION: 78516, PROCESS: 155)
>> 12/06/2017 08:52:21 ANR4399E NAS file server 130.225.82.184 is reporting NDMP
>> error number 23: A data connection could not be
>> established. (SESSION: 78516, PROCESS: 155)
>> 12/06/2017 08:52:21 ANR4794E The NAS file server 130.225.82.184 failed to
>> open an NDMP data connection to the TSM tape server.
>> Please verify that the file server is capable of
>> outbound data connections. (SESSION: 78516, PROCESS:
>> 155)
>> 12/06/2017 08:52:21 ANR4728E Server connection to file server DCC-ISILON01
>> failed. Please check the attributes of the file server
>> specified during definition of the data transfer. 
>> (SESSION:
>> 78516, PROCESS: 155)
>> 12/06/2017 08:52:21 ANR1096E NAS Backup to TSM Storage Process 155 terminated
>> - storage media inaccessible. (SESSION: 78516, PROCESS:
>> 155)
>> 12/06/2017 08:52:21 ANR0985I Process 155 for BACKUP NAS (FULL) running in the
>> BACKGROUND completed with completion state FAILURE at
>> 8:52:21. (SESSION: 78516, PROCESS: 155)
>> 12/06/2017 08:52:21 ANR1893E Process 155 for BACKUP NAS (FULL) completed with
>> a completion state of FAILURE. (SESSION: 78516, PROCESS:
>> 155)
>> 
>> Errors from the Filer:
>> 
>> 2017-12-06 08:08:14 dcchome-2-1 isi_ndmp_d[21867]: ERRO:NDMP 
>> data.c:358:ndmpdDataAbort Cannot abort Data Server in idle state
>> 2017-12-06 08:08:14 dcchome-2-1 isi_ndmp_d[21867]: ERRO:NDMP 
>> data.c:311:ndmpdDataStop Data Server not in halted state; state=IDLE
>> 2017-12-06 10:35:29 dcchome-2-1 isi_ndmp_d[46349]: ALRT:NDMP 
>> data.c:918:ndmpdDataConnect_v4 Unable to connect to addr:xxx.xx.xx.xx 
>> port:60817 - Operation timed out
>> 2017-12-06 10:35:29 dcchome-2-1 isi_ndmp_d[46349]: ALRT:NDMP 
>> data.c:952:ndmpdDataConnect_v4 Could not connect to server
>> 2017-12-06 10:35:29 dcchome-2-1 isi_ndmp_d[46349]: ALRT:NDMP 
>> data.c:352:ndmpdDataAbort Received NDMP_DATA_ABORT
>> 
>> All ports between Filer and TSM are open. Firewall on windows server hosting 
>> TSM is disabled.
>> 
>> Regards
>> 
>> Bo Nielsen
>> 
>> 
>> IT Service
>> 
>> 
>> 
>> Technical University of Denmark
>> 
>> IT Service
>> 
>> Frederiksborgvej 399
>> 
>> Building 109
>> 
>> DK - 4000 Roskilde
>> 
>> Denmark
>> 
>> Mobil +45 2337 0271
>> 
>> boa...@dtu.dk<mailto:boa...@dtu.dk>
> 
> — 
> 
> 73 de Remco Post, PE1PIP


Re: Operations Center 8.1.4 - Client Package Download using Proxy

2018-03-05 Thread Efim
Hi
you can try to configure local catalog. it will bypass using proxy:

setopt clientdeployuselocalcatalog yes
create dir: //deployconfig/
run (you can add it to the cron): curl -o //deployconfig/catalog.json 
https://public.dhe.ibm.com/storage/tivoli-storage-management/catalog/client/catalog.json
 

Efim



> 6 марта 2018 г., в 0:32, Uwe Schreiber  
> написал(а):
> 
> I'am searching a solution for deploying client updates using Operations
> Center 8.1.4.
> 
> My OC hub (is spoke as well) is not able to connect direct to https://p
> ublic.dhe.ibm.com/...
> I have to use a proxy configuration to enable that communication.
> 
> So I configured the variables http_proxy / https_proxy with the
> according proxy informations for the instance user within the RHEL 7.4
> operating System.
> 
> Testing using "curl" and "wget" works as expected when trying to
> download an deployment package.
> 
> For forcing the instance to do a software package refresh I restarted
> the instance, but I still got the error
> 
> ANR3763E An error occurred while the catalog file used for client
> updates was downloading from
> https://public.dhe.ibm.com/storage/tivoli-storage-management/catalog/cl
> ient/catalog.json.
> 
> After restarting the instance a "tcpdump" was showing packets to
> "public.dhe.ibm.com" using https.
> The tcpdump tool stops to show such packets as soon as I get the above
> message within the activity-log of the instance.
> 
> So I assume that dsmserv is ignoring the environment variables for the
> proxy configuration.
> 
> As well I tried to tell the hub instance to load the client update
> packages from a local filesystem instead by downloading them from IBM,
> by modifying the local installed catalog.json file to use "file://..."
> instead of "https://";  without success.
> It seems that the usage of https is "hard coded".
> 
> I already tried a manual import of the client autodeployment packages,
> as well as the package for the update manager.
> 
> But querying the manifest table by using "select
> pkg_name,pkg_type,state from client_pkg" is showing the packages with
> state=2.
> 
> I assume as long as the client update package manager is not able to do
> the software download the state will not change and there
> is no possibility to deploy any software to the attached clients.


Re: Operations Center 8.1.4 - Client Package Download using Proxy

2018-03-06 Thread Efim
Why not to configure a transparent proxy for this traffic?

Assuming that the hub participates in the download of packages, by default Java 
does not use a system proxy. 
You can try to use option Djava.net.useSystemProxies = true in the environment 
settings for the user, on behalf of which the hub starts .
it will looks like export IBM_JAVA_OPTIONS="-Dmysysprop1=tcpip 
-Dmysysprop2=wait -Xdisablejavadump"
I found example in 
https://www.ibm.com/support/knowledgecenter/en/SSMKFH/com.ibm.apmaas.doc/install/config_forwardproxy_dc.htm
 
<https://www.ibm.com/support/knowledgecenter/en/SSMKFH/com.ibm.apmaas.doc/install/config_forwardproxy_dc.htm>
but it uses jvm.options file.

Efim


> 6 марта 2018 г., в 10:39, Uwe Schreiber  
> написал(а):
> 
> Hello Efim,
> 
> thank you for your response.
> 
> I already had a try using the local catalog.
> This did not bypass the direct download from IBM.
> 
> From my point of view, the local catalog gives you the possibility to
> create your own package repository.
> Therefor you have to build a http server where you store the package
> for a download by the OC hub instance.
> In addition you have to modify the local catalog.json file to point to
> the right package locations on your own http server.
> 
> Of course i could setup my own http server and build a local
> repository.
> But this would increase the complexity, etc.
> 
> Uwe
> 
> 
> On Tue, 2018-03-06 at 09:25 +0300, Efim wrote:
>> Hi
>> you can try to configure local catalog. it will bypass using proxy:
>> 
>> setopt clientdeployuselocalcatalog yes
>> create dir: //deployconfig/
>> run (you can add it to the cron): curl -o /> dir>/deployconfig/catalog.json https://public.dhe.ibm.com/storage/tiv
>> oli-storage-management/catalog/client/catalog.json 
>> 
>> Efim
>> 
>> 
>> 
>>> 6 марта 2018 г., в 0:32, Uwe Schreiber >>> написал(а):
>>> 
>>> I'am searching a solution for deploying client updates using
>>> Operations
>>> Center 8.1.4.
>>> 
>>> My OC hub (is spoke as well) is not able to connect direct to
>>> https://p
>>> ublic.dhe.ibm.com/...
>>> I have to use a proxy configuration to enable that communication.
>>> 
>>> So I configured the variables http_proxy / https_proxy with the
>>> according proxy informations for the instance user within the RHEL
>>> 7.4
>>> operating System.
>>> 
>>> Testing using "curl" and "wget" works as expected when trying to
>>> download an deployment package.
>>> 
>>> For forcing the instance to do a software package refresh I
>>> restarted
>>> the instance, but I still got the error
>>> 
>>> ANR3763E An error occurred while the catalog file used for client
>>> updates was downloading from
>>> https://public.dhe.ibm.com/storage/tivoli-storage-management/catalo
>>> g/cl
>>> ient/catalog.json.
>>> 
>>> After restarting the instance a "tcpdump" was showing packets to
>>> "public.dhe.ibm.com" using https.
>>> The tcpdump tool stops to show such packets as soon as I get the
>>> above
>>> message within the activity-log of the instance.
>>> 
>>> So I assume that dsmserv is ignoring the environment variables for
>>> the
>>> proxy configuration.
>>> 
>>> As well I tried to tell the hub instance to load the client update
>>> packages from a local filesystem instead by downloading them from
>>> IBM,
>>> by modifying the local installed catalog.json file to use
>>> "file://..."
>>> instead of "https://";  without success.
>>> It seems that the usage of https is "hard coded".
>>> 
>>> I already tried a manual import of the client autodeployment
>>> packages,
>>> as well as the package for the update manager.
>>> 
>>> But querying the manifest table by using "select
>>> pkg_name,pkg_type,state from client_pkg" is showing the packages
>>> with
>>> state=2.
>>> 
>>> I assume as long as the client update package manager is not able
>>> to do
>>> the software download the state will not change and there
>>> is no possibility to deploy any software to the attached clients.


Re: Open Server messages after shutting down server

2018-04-11 Thread Efim
Hi
I think you forget to remove this server from replicating server list.

REMOVE REPLSERVER 

Use Query REPLServer to see the guid
Efim

> 11 апр. 2018 г., в 14:47, Zoltan Forray  написал(а):
> 
> We just decommissioned an ISP server (1 of 6) and now 2 of the other ISP
> servers are constantly issue these messages and we can't figure out how to
> get them to stop:
> 
> 4/11/2018 7:41:41 AM ANR1663E Open Server: Server HADES not defined
> 4/11/2018 7:41:41 AM ANR1651E Server information for HADES is not available.
> 4/11/2018 7:41:41 AM ANR4377E Session failure, target server HADES is not
> defined on the source server.
> 4/11/2018 7:41:41 AM ANR1663E Open Server: Server HADES not defined
> 4/11/2018 7:41:41 AM ANR1651E Server information for HADES is not available.
> 4/11/2018 7:41:41 AM ANR4377E Session failure, target server HADES is not
> defined on the source server.
> 4/11/2018 7:41:42 AM ANR1663E Open Server: Server HADES not defined
> 4/11/2018 7:41:42 AM ANR1651E Server information for HADES is not available.
> 4/11/2018 7:41:42 AM ANR4377E Session failure, target server HADES is not
> defined on the source server.
> 4/11/2018 7:41:44 AM ANR1663E Open Server: Server HADES not defined
> 4/11/2018 7:41:44 AM ANR1651E Server information for HADES is not available.
> 4/11/2018 7:41:44 AM ANR4377E Session failure, target server HADES is not
> defined on the source server.
> 
> Before we shut down the ISP server HADES, we made sure to remove every
> devclass, server, node, etc definition pointing to HADES and HADES pointing
> to other ISP servers.
> 
> So, what are we missing? How do we get this to stop?  All servers are RHEL
> Linux and ISP 7.1.7.300
> 
> --
> *Zoltan Forray*
> Spectrum Protect (p.k.a. TSM) Software & Hardware Administrator
> Xymon Monitor Administrator
> VMware Administrator
> Virginia Commonwealth University
> UCC/Office of Technology Services
> www.ucc.vcu.edu
> zfor...@vcu.edu - 804-828-4807
> Don't be a phishing victim - VCU and other reputable organizations will
> never use email to request that you reply with your password, social
> security number or confidential personal information. For more details
> visit http://phishing.vcu.edu/


Re: Open Server messages after shutting down server

2018-04-11 Thread Efim
Since there is no command in the log, this is not a adm. script. Maybe it's a 
enterprise configuration. (search words: configuration manager, profile).
I assumed that the problem is in replication, because you can really forget to 
remove the server from replication before delete server.
Efim


> 11 апр. 2018 г., в 15:51, Zoltan Forray  написал(а):
> 
> Very interesting - especially since none of these servers had anything to
> do with replicating to each-other.  All of my servers, including the one we
> shut down, were source replicas - not target.  I am guessing that since we
> did "export to server" for the nodes we moved from the one we shut down, it
> carried something with it to the server we exported to?
> 
> On Wed, Apr 11, 2018 at 8:39 AM, Efim  wrote:
> 
>> Hi
>> I think you forget to remove this server from replicating server list.
>> 
>> REMOVE REPLSERVER 
>> 
>> Use Query REPLServer to see the guid
>> Efim
>> 
>>> 11 апр. 2018 г., в 14:47, Zoltan Forray  написал(а):
>>> 
>>> We just decommissioned an ISP server (1 of 6) and now 2 of the other ISP
>>> servers are constantly issue these messages and we can't figure out how
>> to
>>> get them to stop:
>>> 
>>> 4/11/2018 7:41:41 AM ANR1663E Open Server: Server HADES not defined
>>> 4/11/2018 7:41:41 AM ANR1651E Server information for HADES is not
>> available.
>>> 4/11/2018 7:41:41 AM ANR4377E Session failure, target server HADES is not
>>> defined on the source server.
>>> 4/11/2018 7:41:41 AM ANR1663E Open Server: Server HADES not defined
>>> 4/11/2018 7:41:41 AM ANR1651E Server information for HADES is not
>> available.
>>> 4/11/2018 7:41:41 AM ANR4377E Session failure, target server HADES is not
>>> defined on the source server.
>>> 4/11/2018 7:41:42 AM ANR1663E Open Server: Server HADES not defined
>>> 4/11/2018 7:41:42 AM ANR1651E Server information for HADES is not
>> available.
>>> 4/11/2018 7:41:42 AM ANR4377E Session failure, target server HADES is not
>>> defined on the source server.
>>> 4/11/2018 7:41:44 AM ANR1663E Open Server: Server HADES not defined
>>> 4/11/2018 7:41:44 AM ANR1651E Server information for HADES is not
>> available.
>>> 4/11/2018 7:41:44 AM ANR4377E Session failure, target server HADES is not
>>> defined on the source server.
>>> 
>>> Before we shut down the ISP server HADES, we made sure to remove every
>>> devclass, server, node, etc definition pointing to HADES and HADES
>> pointing
>>> to other ISP servers.
>>> 
>>> So, what are we missing? How do we get this to stop?  All servers are
>> RHEL
>>> Linux and ISP 7.1.7.300
>>> 
>>> --
>>> *Zoltan Forray*
>>> Spectrum Protect (p.k.a. TSM) Software & Hardware Administrator
>>> Xymon Monitor Administrator
>>> VMware Administrator
>>> Virginia Commonwealth University
>>> UCC/Office of Technology Services
>>> www.ucc.vcu.edu
>>> zfor...@vcu.edu - 804-828-4807
>>> Don't be a phishing victim - VCU and other reputable organizations will
>>> never use email to request that you reply with your password, social
>>> security number or confidential personal information. For more details
>>> visit http://phishing.vcu.edu/
>> 
> 
> 
> 
> -- 
> *Zoltan Forray*
> Spectrum Protect (p.k.a. TSM) Software & Hardware Administrator
> Xymon Monitor Administrator
> VMware Administrator
> Virginia Commonwealth University
> UCC/Office of Technology Services
> www.ucc.vcu.edu
> zfor...@vcu.edu - 804-828-4807
> Don't be a phishing victim - VCU and other reputable organizations will
> never use email to request that you reply with your password, social
> security number or confidential personal information. For more details
> visit http://phishing.vcu.edu/


Re: Archiving directories

2018-04-16 Thread Efim
Hi,
I think it's because the archive description is the same (the default is 
"Archive Date: mm/dd/")
With the same archive description, the directory can not be copied again 
because it can affect already archived data.
Can you try to use a unique description when you run second archive?
Efim



> 16 апр. 2018 г., в 16:47, Loon, Eric van (ITOPT3) - KLM 
>  написал(а):
> 
> Hi guys,
> I noticed something unexpected with creating archives. Let me explain what I 
> did:
> 
> 1)  Under root in the homedir I created a directory called test with two 
> subdirs (test1 and test2) and one file (testfile).
> 
> 2)  The directory test and everything in it is owned by a non-root 
> account in Linux.
> When I create an archive with dsmc ar /root/test/ -subdir=yes I notice that 
> everything is archived as expected:
> 
> Directory-->   4,096 /root/test [Sent]
> Normal File--> 1,032 /root/test/testfile [Sent]
> Directory-->   4,096 /root/test/test1 [Sent]
> Directory-->   4,096 /root/test/test2 [Sent]
> Archive processing of '/root/test/*' finished without failure.
> 
> Then I issued the same command again. This time the output is not the same:
> 
> Normal File--> 1,032 /root/test/testfile [Sent]
> Archive processing of '/root/test/*' finished without failure.
> 
> Only the file is archived, not the directory itself, nor the subdirectories. 
> Not a big issue you might think, but it can be when you retrieve the whole 
> tree. When the first archive is made yesterday and the second one today, the 
> result of a retrieve will be different. A retrieve with 
> -fromdate="04/15/2018" will retrieve the file and subdirs with the original 
> (non-root) owner. A retrieve with -fromdate="04/16/2018" however will 
> retrieve the file with the non-root owner and it will recreate the /root/test 
> directory with root as owner. Since the subdirs are not archived on the 16th, 
> they are not being retrieved at all.
> I cannot understand why the (sub)directories are not being archived during 
> the second archive command.
> Kind regards,
> Eric van Loon
> Air France/KLM Storage Engineering
> 
> 
> 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: How to set default include/exclude rules on server but allow clients to override?

2018-06-13 Thread Efim
Hi,
parametr Force has no affect to include/exclude in cloptset.
use q inclexcl client command to check resulting (cloptset+dsm.opt) 
include/exclude in normal order (from top to bottom).
You will find that server include/exclude processed first.
Efim
 

> 13 июня 2018 г., в 16:43, Genet Begashaw  написал(а):
> 
> Thanks for your response, on the server side it was included by Optionset
> with force=no, i tried to overwrite in the client side in dsm.opt file with
> different mgmt class like shown below
> 
> include.systemstate ALL MC-mgmt-name
> ​
> still did not work​
> 
> Thank you
> 
> 
> 
> 
> 
> On Wed, Jun 13, 2018 at 9:37 AM Robert Talda  wrote:
> 
>> Genet:
>> 
>>  For us it is simple: create a client option set with the list of
>> include/exclude rules with FORCE=NO.  Complexity comes from number of
>> client options sets needed to support different platforms (Win 7, Win 10,
>> OS X, macOS, various Linux destroys) and determining which client option
>> set to assign a given node
>> 
>> YMMV,
>> Bob
>> 
>> Robert Talda
>> EZ-Backup Systems Engineer
>> Cornell University
>> +1 607-255-8280
>> r...@cornell.edu
>> 
>> 
>>> On Jun 13, 2018, at 8:56 AM, Genet Begashaw  wrote:
>>> 
>>> Thank you
>>> 
>>> Genet Begashaw
>> 


Re: Sessionsecurity challenge again

2018-08-29 Thread Efim
Создай 3 пула:
- дисковый для стл (на пару гигабайт)
- ленточный
- контейнерный 

И направь туда данные в соответствии с тестами. 

Стл можно не перенсьраивать т.е при копировании в контейнер пусть будет тем же. 


С уважением,
Ефим

> 29 авг. 2018 г., в 10:08, Loon, Eric van (ITOPT3) - KLM 
>  написал(а):
> 
> Hi Zoltan,
> In that case prepare yourself to be stuck on 7.1.7 forever. I have had a 
> meeting with some developers about the new security implementation and made 
> some suggestions for code changes. One of them was the ability to set an 
> admin to transitional permanently because they tend to move around in the 
> network constantly, but I noticed IBM isn't very willing to help us out here. 
> I'm personally at a point where I'm seriously considering looking to other 
> vendors for our future backup solution, even though have been a ADSM/TSM fan 
> since version 2.1. :-(
> Kind regards,
> Eric van Loon
> Air France/KLM Storage Engineering
> 
> 
> -Original Message-
> From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of 
> Zoltan Forray
> Sent: dinsdag 28 augustus 2018 17:58
> To: ADSM-L@VM.MARIST.EDU
> Subject: Re: Sessionsecurity challenge again
> 
> I am sure glad you and others are working out the "challenges" with 
> sessionsecurity/TLS/SSL.  We are still stuck at 7.1.7.x until we complete get 
> off the client web interface (deprecated with 7.1.8/8.1.2) and don't look 
> forward to these "challenges" once we upgrade all of our servers.
> 
>> On Tue, Aug 28, 2018 at 11:40 AM Loon, Eric van (ITOPT3) - KLM < 
>> eric-van.l...@klm.com> wrote:
>> 
>> Hi guys!
>> I'm struggling (again) with the sessionsecurity issue in our 7.1.9 server.
>> I have a client node which is in fact a node which moves around in a 
>> cluster. So sometime the node is on one cluster node active, the next 
>> time on the other one. Each time the node switches to the other 
>> server, the session is rejected by the TSM server:
>> 
>> ANR0428W Session 70698 for node YS001LP9-SQL (TDP MSSQL Win64) refused 
>> - client is down-level with this server version. (SESSION: 70698)
>> 
>> Once the node is updated and set to transitional it's working again, 
>> until it switches to the other node and there it fails with the same 
>> error. What is the proper way to solve this issue?
>> Thanks for any help in advance!
>> Kind regards,
>> Eric van Loon
>> Air France/KLM Storage Engineering
>> 
>> 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
>> 
>> 
> 
> 
> --
> *Zoltan Forray*
> Spectrum Protect (p.k.a. TSM) Software & Hardware Administrator Xymon Monitor 
> Administrator VMware Administrator Virginia Commonwealth University 
> UCC/Office of Technology Services www.ucc.vcu.edu zfor...@vcu.edu - 
> 804-828-4807 Don't be a phishing victim - VCU and other reputable 
> organizations will never use email to request that you reply with your 
> password, social security number or confidential personal information. For 
> more details visit http://phishing.vcu.edu/
> 
> 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 Maa

Re: Netapp snapdiff issues having TSM client on a Linux machine, making use of NFS mounts

2018-09-19 Thread Efim
Arnaud,

Can you explain why you are copying the .snapshot folder during incremental 
filesystem backup with snapdiff?
It contains snapshots created by netapp and SP for this FS. 
I believe that it should be excluded from copying in your backup job.

Efim


> 19 сент. 2018 г., в 18:28, PAC Brion Arnaud  
> написал(а):
> 
> Hi Robert,
> 
> Thanks a lot for appreciated feedback, unfortunately even when using TSM own 
> snapshots the problem still exists :
> 
> root@xx:~ # dsmc i /Airwarder -snapdiff -diffsnapshot=create 
> -snapdiffhttps -optfile=$OPTPATH >/tmp/snapshot_Airwarder.log
> 
> root@ xx:~ # more /tmp/snapshot_Airwarder.log
> IBM Spectrum Protect
> Command Line Backup-Archive Client Interface
>  Client Version 8, Release 1, Level 4.0 
>  Client date/time: 09/19/2018 17:17:41
> (c) Copyright by IBM Corporation and other(s) 1990, 2017. All Rights 
> Reserved. 
> 
> Node Name: NETAPP_CH1_NFS
> Session established with server xx: Linux/ppc64le
>  Server Version 8, Release 1, Level 4.000
>  Server date/time: 09/19/2018 17:17:42  Last access: 09/18/2018 12:12:17
> 
> 
> Incremental by snapshot difference of volume '/Airwarder'
> 
> Connected to NetApp Storage Virtual Machine
>Management Filer Host/IP Address : xx
>Filer Version Information: NetApp Release 9.3P3: Wed Apr 04 
> 13:07:06
> UTC 2018
>Storage VM Name  : ch1ns100
>Storage VM Host/IP Address   : xx
>Storage VM Volume Style  : Flex
>Login User   : tsm-backup-user
>Transport: HTTPS
> 
> Performing a Full Incremental Backup of volume '/Airwarder'
> Creating Base Snapshot.
> Using Base Snapshot 'TSM_CH135BA2689781857_AIRWARDER' with timestamp 
> 09/19/2018 
> 17:17:43
> ANS4007E Error processing 
> '/Airwarder/.snapshot/TSM_CH135BA2689781857_AIRWARDER/
> acrimport_ref/ch': access to the object is denied
> ANS4007E Error processing 
> '/Airwarder/.snapshot/TSM_CH135BA2689781857_AIRWARDER/
> acrimport_test/ch': access to the object is denied
> ANS1898I * Processed   500 files *
> ANS4007E Error processing 
> '/Airwarder/.snapshot/TSM_CH135BA2689781857_AIRWARDER/
> 
> I'm lost here ...
> 
> Cheers.
> 
> Arnaud
> 
> 
> Backup and Recovery Systems Administrator
> Panalpina Management Ltd., Basle, Switzerland,
> CIT Department Viadukstrasse 42, P.O. Box 4002 Basel/CH
> Phone: +41 (61) 226 11 11, FAX: +41 (61) 226 17 01
> Direct: +41 (61) 226 19 78
> e-mail: arnaud.br...@panalpina.com
> This electronic message transmission contains information from Panalpina and 
> is confidential or privileged. 
> This information is intended only for the person (s) named above. If you are 
> not the intended recipient, any disclosure, copying, distribution or use or 
> any other action based on the contents of this
> information is strictly prohibited. 
> 
> If you receive this electronic transmission in error, please notify the 
> sender by e-mail, telephone or fax at the numbers listed above. Thank you.
> 
> www.panalpina.com
> 
> 
> 
> -Original Message-
> From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of 
> Robert Talda
> Sent: Tuesday, September 18, 2018 10:48 PM
> To: ADSM-L@VM.MARIST.EDU
> Subject: Re: Netapp snapdiff issues having TSM client on a Linux machine, 
> making use of NFS mounts
> 
> Brion:
>  Here at Cornell, we have a TSM client on a Linux system backing up NFS 
> shares via NFS mounts and snapdiff differentials - and have been doing so for 
> years.
> 
>  First, the gory details:
> - For TSM
> TSM Client Version 7, Release 1, Level 6.0 (*red faced, thought I had 
> upgraded to SP 8.1.2.0 months ago*)
> Running on CentOS Linux release 7.5.1804 (kernel 3.10.0-862.2.3.el7.x86_64)
> Accessing TSM Server for Linux Version 7, Release 1, Level 7.200
> - For NetApp
> Filer Version Information: NetApp Release 9.3P6
> 
>  We aren’t seeing your issue, and I suspect I know why.  We are telling the 
> TSM client to create its own snapshots - and not use the snapshots being 
> created hourly (or daily or weekly even) by the team managing the Netapp - 
> said snapshots being equivalent to the ones you are trying to take advantage 
> of in your backups.
> 
>  That is, the relevant part of the daily backup schedule looks like:
> S

Re: R: [ADSM-L] Netapp snapdiff issues having TSM client on a Linux machine, making use of NFS mounts

2018-09-20 Thread Efim
SP client use NetApp API to detect file changes between 2(two) snapshots.
After that client have the list of changed files and backup it from mounted 
volume.
I believe that it is unnecessary to copy the snapshot itself because it's 
pointless.
Efim


> 20 сент. 2018 г., в 11:29, Tommaso Bollini  написал(а):
> 
> @Efim
> the .snapshot (or ~snapshot) folders are NetApp construct recognized by the 
> BA Spectrum agent api:
> https://www.ibm.com/support/knowledgecenter/en/SSEQVQ_8.1.2/client/r_opt_snapdiff.html
> The BA Spectrum agent will copy all files listed in the NetApp snapshot image.
> The log error simply reports the point at which this backup job has in 
> exception echoing the full path of what BA API read from the snapshot image.
> 
> I hope I was helpful.
> Greetings.
> 
> -Messaggio originale-
> Da: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] Per conto di Efim
> Inviato: mercoledì 19 settembre 2018 18:39
> A: ADSM-L@VM.MARIST.EDU
> Oggetto: Re: [ADSM-L] Netapp snapdiff issues having TSM client on a Linux 
> machine, making use of NFS mounts
> 
> Arnaud,
> 
> Can you explain why you are copying the .snapshot folder during incremental 
> filesystem backup with snapdiff?
> It contains snapshots created by netapp and SP for this FS. 
> I believe that it should be excluded from copying in your backup job.
> 
> Efim
> 
> 
>> 19 сент. 2018 г., в 18:28, PAC Brion Arnaud  
>> написал(а):
>> 
>> Hi Robert,
>> 
>> Thanks a lot for appreciated feedback, unfortunately even when using TSM own 
>> snapshots the problem still exists :
>> 
>> root@xx:~ # dsmc i /Airwarder -snapdiff -diffsnapshot=create 
>> -snapdiffhttps -optfile=$OPTPATH >/tmp/snapshot_Airwarder.log
>> 
>> root@ xx:~ # more /tmp/snapshot_Airwarder.log IBM Spectrum Protect 
>> Command Line Backup-Archive Client Interface  Client Version 8, 
>> Release 1, Level 4.0  Client date/time: 09/19/2018 17:17:41
>> (c) Copyright by IBM Corporation and other(s) 1990, 2017. All Rights 
>> Reserved. 
>> 
>> Node Name: NETAPP_CH1_NFS
>> Session established with server xx: Linux/ppc64le  Server Version 
>> 8, Release 1, Level 4.000  Server date/time: 09/19/2018 17:17:42  Last 
>> access: 09/18/2018 12:12:17
>> 
>> 
>> Incremental by snapshot difference of volume '/Airwarder'
>> 
>> Connected to NetApp Storage Virtual Machine
>>   Management Filer Host/IP Address : xx
>>   Filer Version Information: NetApp Release 9.3P3: Wed Apr 04 
>> 13:07:06
>> UTC 2018
>>   Storage VM Name  : ch1ns100
>>   Storage VM Host/IP Address   : xx
>>   Storage VM Volume Style  : Flex
>>   Login User   : tsm-backup-user
>>   Transport: HTTPS
>> 
>> Performing a Full Incremental Backup of volume '/Airwarder'
>> Creating Base Snapshot.
>> Using Base Snapshot 'TSM_CH135BA2689781857_AIRWARDER' with timestamp 
>> 09/19/2018
>> 17:17:43
>> ANS4007E Error processing 
>> '/Airwarder/.snapshot/TSM_CH135BA2689781857_AIRWARDER/
>> acrimport_ref/ch': access to the object is denied ANS4007E Error 
>> processing '/Airwarder/.snapshot/TSM_CH135BA2689781857_AIRWARDER/
>> acrimport_test/ch': access to the object is denied
>> ANS1898I * Processed   500 files *
>> ANS4007E Error processing 
>> '/Airwarder/.snapshot/TSM_CH135BA2689781857_AIRWARDER/
>> 
>> I'm lost here ...
>> 
>> Cheers.
>> 
>> Arnaud
>> 
>> **
>> **
>> Backup and Recovery Systems Administrator Panalpina Management Ltd., 
>> Basle, Switzerland, CIT Department Viadukstrasse 42, P.O. Box 4002 
>> Basel/CH
>> Phone: +41 (61) 226 11 11, FAX: +41 (61) 226 17 01
>> Direct: +41 (61) 226 19 78
>> e-mail: arnaud.br...@panalpina.com
>> This electronic message transmission contains information from Panalpina and 
>> is confidential or privileged. 
>> This information is intended only for the person (s) named above. If 
>> you are not the intended recipient, any disclosure, copying, distribution or 
>> use or any other action based on the contents of this information is 
>> strictly prohibited.
>> 
>> If you receive this electronic transmission in error, please notify the 
>> sender by e-mail, telephone or fax at the numbers listed above. Thank you.
>> **

Re: archive / hsm for windows question

2018-09-25 Thread Efim
Hi,
As I know you can recall HSM files only using HSM client.
In version 7.1.X you can use command dsmclc retrieve for it. Don't know about 
6.3.
Example: http://www-01.ibm.com/support/docview.wss?uid=swg21580766
Efim

> 25 сент. 2018 г., в 20:29, Lee, Gary  написал(а):
> 
> I have a server which is running hsm for windows 6.3.
> 
> Folks have deleted the stub files for much of their data.
> 
> I need to restore, as we are terminating tsm services for that data center.
> 
> Is there a way to retrieve the archives avoiding the hsm client, just use the 
> tsm client?
> This would let me retrieve to another workstation to put things on a stick.
> 
> If not, I need a little help with the hsm command line to craft a retrieval 
> to a new directory tree.
> 
> Thanks for any assistance.


Re: user maintenance

2018-10-05 Thread Efim
Hi,
There will be problems with the scripts because they run with the rights of the 
administrator who created them.
All affected scripts must be updated by the existing administrator. (ex. add 
description or comment line).
Efim

> 5 окт. 2018 г., в 18:49, Solomon Miler  написал(а):
> 
> User_X created various entities on tsm (schedules, associations, scripts  etc 
> ).
> 
> User_X  leaves the company,
> 
> User_X  needs to be removed  from tsm.   (remove admin User_X)
> 
> Is there a concern / any side-effects you can think of.
> 
> Thank you.
> 
> 
> Solomon Miler
> Senior Data Protection Engineer, VP
> --
> Desk: 201.577.313
> Cell  :  917.287.2332
> smi...@jri-america.com
> 
> 
> ***
> 
> This email and any files transmitted with it are confidential
> and intended solely for the use of the individual or entity 
> to whom they are addressed. If you have received this 
> email in error please notify the sender by replying to this 
> email and then delete it from your system.
> 
> No reliance may be placed upon this email without written
> confirmation of its contents and any liability arising from 
> such reliance without written confirmation is hereby 
> excluded.
> 
> JRI America
> 
> ***
> 


Re: Client configuration scripts

2021-01-22 Thread Efim
HI,
Maybe you should try checking the client message when connecting, for example 
ANS2112I?
Efim

> On 22 Jan 2021, at 19:31, Loon, Eric van (ITOP NS) - KLM 
>  wrote:
> 
> Hi everybody,
> 
> We are running multiple servers. Both our Windows and Linux departments use 
> their own scripts to configure new (or reinstalled) clients. The script tries 
> to connect to each TSM/SP server sequentially and if a connection is 
> successful, the client is configured for that specific server. This has 
> always been working fine, until we added two servers with client replication. 
> In this case, a client node exists on two servers, but only one of them is 
> valid: the one with the node in replmode=send. Technically a client can 
> connect to both the primary server and the replica server, so the first one 
> in line is used by the script, which might be the wrong one (replica).
> Has anybody found a solutions to overcome something like this? I thought of 
> using a SQL query through the admin client, but that means that the admin 
> client has to be installed on all clients and an admin userid/password has to 
> be included in the scripts. Not the safest solution, I think.
> Thanks for any reply in advance!
> 
> Kind regards,
> Eric van Loon
> Air France/KLM Storage & Backup
> 
> 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: Client configuration scripts

2021-01-25 Thread Efim
Hi
This is the message in the client's output when connecting during failover.
The second option is to use during configuration usereplicationfailover no. It 
will be disable failover.
Efim

> On 25 Jan 2021, at 11:23, Loon, Eric van (ITOP NS) - KLM 
>  wrote:
> 
> Hi Efim,
> 
> You can just connect to a replica server (dsmc), without any warning. I don't 
> know at which point this ANS2112I is thrown.
> Thanks for your help!
> 
> Kind regards,
> Eric van Loon
> Air France/KLM Storage & Backup
> 
> -Original Message-
> From: ADSM: Dist Stor Manager  On Behalf Of Efim
> Sent: vrijdag 22 januari 2021 18:00
> To: ADSM-L@VM.MARIST.EDU
> Subject: Re: Client configuration scripts
> 
> HI,
> Maybe you should try checking the client message when connecting, for example 
> ANS2112I?
> Efim
> 
>> On 22 Jan 2021, at 19:31, Loon, Eric van (ITOP NS) - KLM 
>>  wrote:
>> 
>> Hi everybody,
>> 
>> We are running multiple servers. Both our Windows and Linux departments use 
>> their own scripts to configure new (or reinstalled) clients. The script 
>> tries to connect to each TSM/SP server sequentially and if a connection is 
>> successful, the client is configured for that specific server. This has 
>> always been working fine, until we added two servers with client 
>> replication. In this case, a client node exists on two servers, but only one 
>> of them is valid: the one with the node in replmode=send. Technically a 
>> client can connect to both the primary server and the replica server, so the 
>> first one in line is used by the script, which might be the wrong one 
>> (replica).
>> Has anybody found a solutions to overcome something like this? I thought of 
>> using a SQL query through the admin client, but that means that the admin 
>> client has to be installed on all clients and an admin userid/password has 
>> to be included in the scripts. Not the safest solution, I think.
>> Thanks for any reply in advance!
>> 
>> Kind regards,
>> Eric van Loon
>> Air France/KLM Storage & Backup
>> 
>> 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
>> 
> 
> 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: Does newer clients do parallelization by themselves?

2022-02-10 Thread Efim
Hi Marc,

It's big news that it's possible to copy a single *nix filesystem (not GPFS) 
using multiple streams to transfer data without VIRTUALMOUNTPOINTs or 
scripts/3-d party software.
This is reflected in the link provided: "Multiple sessions are used when you 
specify multiple file specifications on a backup command".
Can you provide more detail?

Efim


> On 10 Feb 2022, at 17:58, Marc Lanteigne  wrote:
> 
> Hi Bjørn,
> 
> You don't need to split large filesystems to get multiple backup sessions. 
> If you use a resourceutilization larger than 2, you may get multiple 
> sessions. With a value of 2, you will get 2 threads, a producer (queries 
> server and scans filesystem for changed files) and a consumer (does the 
> actual backup of the data). As you increase the resourceutilization, you 
> get more producers and consumers. It's not a 1:1 ratio though, there's a 
> table in this page that shows the potential number of producers and 
> consumers depending on the resourceutilization value:  
> https://www.ibm.com/docs/en/spectrum-protect/8.1.12?topic=sessions-optimizing-multiple
>  
> <https://www.ibm.com/docs/en/spectrum-protect/8.1.12?topic=sessions-optimizing-multiple>
> 
> One thing to keep in mind is that it's not a guarantee that you will get 
> that number of sessions. It is an opportunistic process. If you have a 
> high resourceutilization and the client determines that there's benefits 
> to more sessions, it will start more. For example, a small filesystem may 
> not see many sessions while a large would. It's all relative to the amount 
> of work that has to be done. So, multiple sessions won't start right away. 
> As it's scanning the filesystem, it will add more sessions as time 
> elapsed. It's explained in further details in the link I shared above and 
> how much time needs to be elapse.
> 
> None of this is new, it's been that way for years.
> 
> Thanks,
> Marc...
> 
> Marc Lanteigne
> Spectrum Protect Specialist AVP / SRT
> IBM Systems, Spectrum Protect / Plus
> 
> "ADSM: Dist Stor Manager"  <mailto:ADSM-L@VM.MARIST.EDU>> wrote on 02/10/2022 
> 10:21:31 AM:
> 
>> From: "Bjørn Nachtwey" > <mailto:bjoern.nacht...@gwdg.de>>
>> To: ADSM-L@VM.MARIST.EDU <mailto:ADSM-L@VM.MARIST.EDU>
>> Date: 02/10/2022 10:22 AM
>> Subject: [EXTERNAL] [ADSM-L] Does newer clients do parallelization 
>> by themselves?
>> Sent by: "ADSM: Dist Stor Manager" > <mailto:ADSM-L@VM.MARIST.EDU>>
>> 
>> Hi all,
>> 
>> I tried to get the answer by asking the support, but unfortunately they 
>> just gave me advise on how to use VIRTUALMOUNTPOINTs ...
>> 
>> well,
>> setting as well the MAXNUMMP as the RESOURECEUTILIZATION > 1 I do 
>> observe several client backup sessions in the ISP server each 
>> transferring data -- even if only one DOMAIN was defined.
>> Hugh, I do know the client works parallel on several DOMAINS, so using 
>> VIRTUALMOUNTPOINT definitions allows to increase the the effective 
>> bandwidth.
>> 
>> Due to my observation:
>> Do the newer clients like 8.1.12 use any kind of internal 
>> parallelization, so it's not necessary to split large data folder to 
>> several virtual ones?
>> If so, does it effect the file tree walk as well as the transfer of the 
>> data?
>> 
>> Thanks & best
>> Bjørn
>> 
>> -- 
>> 
> --
>> Bjørn Nachtwey
>> 
>> Arbeitsgruppe "IT-Infrastruktur“
>> E-Mail:bjoern.nacht...@gwdg.de
>> 
> --
>> Gesellschaft für wissenschaftliche Datenverarbeitung mbH Göttingen 
> (GWDG)
>> Burckhardtweg 4, 37077 Göttingen, URL:https://
>> urldefense.proofpoint.com/v2/url? <http://urldefense.proofpoint.com/v2/url?>
>> u=https-3A__gwdg.de&d=DwIFaQ&c=jf_iaSHvJObTbx-
>> siA1ZOg&r=hMBqtRSV0jXgOdXEmlNk_-
>> O9LHkPCGSh9PJBRSlL8Q4&m=vaIKa3FRrsuWVc3OPhbxfBsMnLflXcnk1a_nCvLfsb0&s=-
>> rBpA_7soXgDii94uki8AOwubNSlSLYf5YXCTaUmPEY&e= 
>> 
>> Support: Tel.: +49 551 39-3, URL:https://
>> urldefense.proofpoint.com/v2/url? <http://urldefense.proofpoint.com/v2/url?>
>> u=https-3A__gwdg.de_support&d=DwIFaQ&c=jf_iaSHvJObTbx-
>> siA1ZOg&r=hMBqtRSV0jXgOdXEmlNk_-
>> 
> O9LHkPCGSh9PJBRSlL8Q4&m=vaIKa3FRrsuWVc3OPhbxfBsMnLflXcnk1a_nCvLfsb0&s=b8KGF9fEn1HqXXcuvm4MoX30tj2pZ3ByOoFXldlzIEc&e=
>> Sekretariat: Tel.: +49 551 39-30001, E-Mail:g...@gwdg.de 
>> 
>> Geschäftsführer: Prof. Dr. Ramin Yahyapour
>> Aufsichtsratsvorsitzender: Prof. Dr. Norbert Lossau
>> Sitz der Gesellschaft: Göttingen
>> Registergericht: Göttingen, Handelsregister-Nr. B 598
>> 
>> Zertifiziert nach ISO 9001
>> 
> --


Re: Fastest way to "query backup"

2022-09-10 Thread Efim
Hi,
as I know mmbackup creates a local shadow db (data on SP server) and uses it 
with the policy engine to identify candidate files for backup without requests 
to the SP server.
In the process of backup, the policy engine creates temporary files with fs 
metadata and then compares it with shadow db, performing simultaneous sorting 
and distribution by nodes.
If the database is out of sync, the copy results will not be correct.
The shadow db can be synchronized with SP server using the option mmbackup 
--rebuild and in fact you are doing just that but manually and without error 
correction.

Regards,
Efim

> 9 сент. 2022 г., в 15:01, Martin Lischewski  
> написал(а):
> 
> Hello everyone,
> 
> it is my first time posting to this group, so I am sorry if this
> question is to trivial.
> 
> We are using mmbackup to backup our Spectrum Scale filesystems. Because
> of some bad experience in the past we do not trust the output of mmbackup.
> 
> Therefore we wrote our own scripts validating the backup state of our
> filesystems. Basically this is what we are doing:
> 
> We compare the output of a policy run by gpfs policy engine on the
> filesystem with the output of: `dsmc query backup -subdir=yes -quiet
> `
> 
> The policy engine listing all files is relatively fast. The `dsmc q ba`
> takes way longer. (3 hours for roughly 36_000_000 entries.)
> 
> Can you recommend me a faster way to list all files which are in backup?
> 
> Regards,
> 
> Martin
> 
> 
> 
> 
> 
> 
> 
> Forschungszentrum Juelich GmbH
> 52425 Juelich
> Sitz der Gesellschaft: Juelich
> Eingetragen im Handelsregister des Amtsgerichts Dueren Nr. HR B 3498
> Vorsitzender des Aufsichtsrats: MinDir Volker Rieke
> Geschaeftsfuehrung: Prof. Dr.-Ing. Wolfgang Marquardt (Vorsitzender),
> Karsten Beneke (stellv. Vorsitzender), Prof. Dr. Astrid Lambrecht,
> Prof. Dr. Frauke Melchior
> 
> 


Re: Management Class Question?

2007-04-11 Thread Efim
No. Retain Only Version  - Specifies the number of days to retain the 
last backup version of a file that has been deleted from the client file 
system.
If you have 2 versions of file, in case deletion files from client this 
parameter  (RETONLY) doesn't work.
But if you have only one version after delete file from client it is 
last backup version of file and it will be retain only 60 days.

Usually:
Retain Only Version => Retain Extra Versions
Version Data Exists => Version Data Deleted
In you situation Retain Only Version 60 days and Retain Extra Versions 
NOLIMIT - it is not good situation.


If it is not true tell me about it.

Efim



* Joni Moyer <[EMAIL PROTECTED]> [Wed, 11 Apr 2007 07:32:58 
-0400]:

Hello everyone,

I want to create a management class that always keeps 2 versions of 

the

file for it's backups. Is the following correct in order to meet this
goal? Thanks in advance for any help!

Version Data Exists = 2
Version Data Deleted = 2
Retain Extra Versions = NOLIMIT
Retain Only Version = 60 (This hasn't been defined yet by the 

customer,

so if I left it at 60, would it keep each of the 2 files for 60 days
since
they were backed up?)


Joni Moyer
Highmark
Storage Systems, Senior Systems Programmer
Phone Number: (717)302-9966
Fax: (717) 302-9826
[EMAIL PROTECTED]



Re: backup storage question

2007-04-16 Thread Efim

Hi Paul

If a file already exists in the copy storage pool, the file is not 
backed up unless the copy of the file in the copy storage pool is marked 
damaged.

(from Administrator Reference)
Efim

* Paul Dudley <[EMAIL PROTECTED]> [Mon, 16 Apr 2007 17:08:58 +1000]:

I am currently making a copy of our archive storage pool tapes to send
offsite using the command:

backup stg ARCTAPEPOOL ARCCPYPOOL wait=yes

My question is - if I have to cancel this process part way through, 

when

I restart it will it pick up from where it left off or will it start
from the beginning again?

Regards
Paul

 
Paul Dudley
ANL IT Operations Dept.
ANL Container Line
[EMAIL PROTECTED]





ANL - CELEBRATING 50 YEARS

ANL DISCLAIMER
This e-mail and any file attached is confidential, and intended solely
to the named addressees. Any unauthorised dissemination or use is
strictly prohibited. If you received this e-mail in error, please
immediately notify the sender by return e-mail from your system. 

Please

do not copy, use or make reference to it for any purpose, or disclose
its contents to any person.

.


Re: IBM LTO 3581 L38 are not ready for TSM ?

2007-05-29 Thread Efim
IBM 3581 Ultrium Tape Autoloader  mean that all 3581 Tape Autoloader 
supported from the base levels 5.2.0.00
You must use Atape driver from 
ftp://ftp.software.ibm.com/storage/devdrvr/Windows/Win2003/Latest

You don't need upgrade server from current level.


* Wu Tony <[EMAIL PROTECTED]> [Tue, 29 May 2007 18:41:02 +0800]:

Hello Advancer:

My TSM Server upgrade to V5.3.5.1 on Windows 2003 Server,
but cannot support IBM TotalStorage 3581 2U Autoloader Model L38 , In
TSM
Supported Devices Page cannot find any message
for 3581-L38 (*


http://www-306.ibm.com/software/sysmgmt/products/support/IBM_TSM_Supported_Devices_for_AIXHPSUNWIN.html

)*

i don't know what version can be upgrage and support L38 ?

Thanks~


Re: TSM Server 5.4 and client compatibility question?

2008-01-24 Thread Efim

Upgrade path for clients and servers:

http://publib.boulder.ibm.com/infocenter/tivihelp/v1r1/topic/com.ibm.itsmfdt.doc_5.4/ans624.htm#upgpth

IBM Tivoli Storage Manager Server/Client Compatibility and Upgrade 
Considerations:


http://www-1.ibm.com/support/docview.wss?rs=663&context=SSGSG7&dc=DB520&uid=swg21053218&loc=en_US&cs=UTF-8&lang=en&rss=ct663tivoli
--
Efim.

* Mladen Portak <[EMAIL PROTECTED]> [Thu, 24 Jan 2008 15:53:42 +0100]:

Hi everyone,



In a next few months I have to upgrade my TSM server from 5.2.2 to 5.4
and
I have lots of 5.1 and 5.2 BA clients. I have tried to find some
compatibility list but with no results. Does anyone have compatibility
list
for TSM Server 5.4 and old clients.



Thank you in advance,



Mladen


--
Efim.


Re: TDP for Mail/Domino - can't access old backups prior to Domino upgrade

2009-06-01 Thread Efim
Hi

Backups performed by DP for Domino on a Domino 6.5.x or 7.x Server can be
restored using DP for Domino on a Domino 8 Server. (it is from
documentation, see Migration - This section describes migration scenarios)
so it is a subject to open PMR in IBM Software Support.

Efim

2009/6/1 Richard Rhodes 

> Hi Everyone,
>
> Over the weekend our Notes mail team upgraded Domino sftw version from
> 7.0.2 to 8.0.2FP1.  After the upgrade, backups and restores via TDP/Mail
> seem to work just fine, BUT, TDP/Mail can't access backups/logs prior to
> the time of the upgrade. New backups after the Domino upgrade are working,
> and restores from these new backups work.  What doesn't work are restore
> from backups PRIOR to the Domino upgrade. I'm opening a case with IBM, but
> though I'd ask the list also.
>
> The TDPO/Mail was running just fine at the versions below prior to the
> Domino upgrade.  In other words, the TSM setup did not change as part of
> the Domino upgrade.
>
> Domino Server:
>AIX 5.3ml7
>Domino 8.0.2FP1  (upgraded from 7.0.2)
>BA client v5.5.1.0
>TDP/Mail/Domino v5.5.1.0
>
> TSM Server
>AIX 5.3ml5
>TSM 5.4.1.0
>
>
>
> Thanks!
>
> Rick
>
>
> -
> 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.
>



--
Efim


Re: Patches required for TSM 5.5 on Solaris 9

2009-06-05 Thread Efim
Hi
I know only TSM client patch requirements:
http://www-01.ibm.com/support/docview.wss?rs=1019&context=SSSQWC&context=SSGSG7&q1=solaris&uid=swg21318605&loc=en_US&cs=utf-8&lang=en

Usually during server installation process you will see required patches.
Efim

2009/6/5 Minns, Farren - Chichester 

> Hi all
>
> I know I asked this question before but I still have not found a clear
> answer.
>
> Is there a list of the required OS patches to run TSM 5.5 on Solaris 9?
>
> I have found all the other information I need, but not that bit.
>
> Regards
>
> Farren Minns
>
>
>
>
>
> 
> This email (and any attachment) is confidential, may be legally privileged
> and is intended solely for the
> use of the individual or entity to whom it is addressed. If you are not the
> intended recipient please do
> not disclose, copy or take any action in reliance on it. If you have
> received this message in error please
> tell us by reply and delete all copies on your system.
>
> Although this email has been scanned for viruses you should rely on your
> own virus check as the sender
> accepts no liability for any damage arising out of any bug or virus
> infection. Please note that email
> traffic data may be monitored and that emails may be viewed for security
> reasons.
>
> John Wiley & Sons Limited is a private limited company registered in
> England with registered number 641132.
>
> Registered office address: The Atrium, Southern Gate, Chichester, West
> Sussex, PO19 8SQ.
>
> 
>



--
Efim


Re: ANS9999E - Network Backup

2009-06-09 Thread Efim
Hi

As I know support windows 2008 was added from 5.5.0.4.
Also the similar problem with DFSROOT resolved in 5.5.2
http://www-01.ibm.com/support/docview.wss?uid=swg1IC57971

I think upgrade to latest version can help.
Efim


2009/6/9 Yudi Darmadi 

> Dear TSM'ers,
>
> I got this error message from a Windows 2008 Client, with TSM 5.5.0.0. I
> back up a mounting drive from another machine to this server. Can anyone
> help me ? I've already add "MEMORYEFFICIENT yes" in dsm.opt.
>
> ANSE ntrc.cpp(934): Received Win32 RC 997 (0x03e5) from
> IsMSDfsRoot(): NetShareGetInfo. Error desription: Overlapped I/O operation
> is in progress.
> 06/09/2009 17:47:54 IsMSDfsRoot(): Server=blsrv, Share=sys,
> NetShareGetInfo() returns RC=2141.
>
> Thanks for your help.
>
> Best Regards,
>
>
> Yudi Darmadi
>



--
Efim


Re: TSM 6.1.2.0 - Let's reclaim...well..maybe not.

2009-09-14 Thread Efim
Hi

If you don't copy primary pool FILEPOOL to copy pool, for reclamation you
must change option DEDUPREQUIRESBACKUP  to no
but it is not good idea.....

Efim


2009/9/14 Stefan Folkerts 

> Ok, I must be missing something here.
> Someboby please tell me why this is happening! :)
> The FILEPOOL storagepool is a deduped storagepool with a FILE device
> class backing it.
>
> 13:58:16   tsmserv01 : q vol f:\003c.bfs f=d
>   Volume Name: F:\003C.BFS
> Storage Pool Name: FILEPOOL
> Device Class Name: FILEPOOL
>Estimated Capacity: 10.2 G
>   Scaled Capacity Applied:
>  Pct Util: 17.6
> Volume Status: Full
>Access: Read/Write
>Pct. Reclaimable Space: 82.4
>   Scratch Volume?: Yes
>   In Error State?: No
>  Number of Writable Sides: 1
>   Number of Times Mounted: 61
> Write Pass Number: 1
> Approx. Date Last Written: 09/11/2009 11:33:03
>Approx. Date Last Read: 09/11/2009 17:34:13
>   Date Became Pending:
>Number of Write Errors: 0
> Number of Read Errors: 0
>   Volume Location:
> Volume is MVS Lanfree Capable : No
> Last Update by (administrator):
> Last Update Date/Time: 08/28/2009 09:02:59
>  Begin Reclaim Period:
>End Reclaim Period:
>  Drive Encryption Key Manager:
>
> 13:58:24   tsmserv01 : reclaim stgpool filepool thres=30 duration=120
> ANR2111W RECLAIM STGPOOL: There is no data to process for FILEPOOL.
> ANS8001I Return code 11.
>
> Thanks!
>
> Salutations!
>
>  Stefan
>



--
Efim


Re: restore process does not ask for pass phrase

2009-09-15 Thread Efim
Hi, Mehdi
Parametr Encryptkey has 3 options.
By default it is Encryptkey=save - TSM save encription key in TSM password
file.
If you whant to test encription, you can delete  password file or set
Encryptkey=prompt and try to restore.
Also you can use Encryptkey=generate, but it is not your situation
Efim


2009/9/15 Mehdi Salehi 

> restore does not ask for pass phrase while the file has been backed up
> using
> a password. What could be wrong?
> (backup and restore are on the same node)
>
> Thanks,
> Mehdi
>


Re: Removing old archives

2009-09-15 Thread Efim
Hi
You can't delete all archive except the last using dsmadmc or ISC.
You can use Delete Archive in dsmc for automate this.

Efim

2009/9/14 Geert De Pecker 

> Hi,
>
> We have in our tsm a lot of older archives from machines that doe no
> longer exist. Except for the last
> archive, we would like to remove these archives.
>
> Can this be done using the dsmadmc admin client? Or ISC?
>
> Current procedure is to change the nodename on our personal box and start
> the gui to remove the
> archives one by one, but this takes forever...
>
> Thanks,
>
> Geert
>



--
Efim


Re: ANR8214E Session open with xx.xx.xx.xx failed due to connection refusal

2009-09-21 Thread Efim
It looks like problem with correct node parameters in TSM server. Of course
you can change HL and LL address in node definition, but often in doesn't
help.
Try to change in dsm.opt option to schedmode polling and run "shot" backup
(sel c:\autoexec.bat) using clientaction.
After backup successful completed , change it back to schedmode prompted.
(the best way to do this - use clopset).
Don't forget restart TSM scheduler after each change if you don't use CAD or
cloptset.
--
Efim


Re: RPFiles are not being deleted

2009-09-22 Thread Efim
hi

Try to run on source server:

query rpfile devclass=* f=d
and see fields "Marked for Deletion"
If it is Yes, you must run on source server :

REConcile Volumes *  Fix=yes

Efim


Re: TSM journaling

2009-10-26 Thread Efim
Hi

TSM Journal Based Backup FAQ

http://www-01.ibm.com/support/docview.wss?rs=1019&context=SSSQWC&context=SSGSG7&q1=JBB+cluster&uid=swg21155524&loc=en_US&cs=utf-8&lang=en

Efim

2009/10/26 Sanju Chacko 
>
> Could someone provide me steps to install journaling on cluster?
> (Windows 2003 cluster)
>
>
>
> Thanks,
>
> Sanju



--
Efim


Re: strange errors with tdp for domino

2010-06-08 Thread Efim
Hello

If you use more than one session for backup Domino you can update TDP
to version 5.5.3.0 which resolve very similar problem (and many
others).

--
Efim


Re: Windows and SHAREDMEM

2010-06-12 Thread Efim
I know that documented client value for SHMPORT is from value from
1000 to 32767 but i use the following configuration:
in dsmserv.opt
COMMMETHOD SHAREDMEM
SHMPORT 1
then restart server

Client dsm.opt
SHMPORT 1

And it works.
Efim


Re: DP for DB's: SQL Restore question

2010-06-16 Thread Efim
I think you must use options /partial /recovery=yes (available only in cmd)

Efim


Re: Configuring tape library on centOS

2010-07-07 Thread Efim
You can't download drivers from FTP. Just a zillion readme files.
You can use Fix Central http://www-933.ibm.com/support/fixcentral/ for
download drivers.
chose:
Product Family
Storage Systems
Product Type
Tape Systems
Product
tape device drivers
Platform
Linux 64-bit,x86_64 (for example)

Also before configure TSM Server you can run diagnostic tool (call
ITDT) and check your library and drives.
IBM Tape Device Drivers Installation and User's Guide
http://www-01.ibm.com/support/docview.wss?rs=577&uid=ssg1S7002972

Efim


2010/7/7 Mario Behring :
> Hi Xav,
>
> It´s not. CentOS is notbut as it´s RH Enterprise based, usually works 
> great,
> both as TSM Server and Client.
>
> I am trying to install the lin-tape driver...but there are a zillion versions 
> at
> the FTP site and I am not sure which one to use
>
> This is what uname -a shows:
>
> Linux tsmserver 2.6.18-164.el5 #1 SMP Thu Sep 3 03:33:56 EDT 2009 i686 i686 
> i386
> GNU/Linux
>
>
> Any ideas?
>
> Mario
>
>
>
> 
> From: Xav Paice 
> To: ADSM-L@VM.MARIST.EDU
> Sent: Wed, July 7, 2010 3:38:40 AM
> Subject: Re: Configuring tape library on centOS
>
> - "Mario Behring"  wrote:
>>
>> Hi list,
>>
>> I have installed a TSM 5.5 server on a CentOS 5.4 server and I am
>> having a hard
>> time configuring the Tape Library using the TSM Device Driver
>> (tsmscsi)...despite having done this a thousand times...
>>
>> This is what the /proc/scsi/scsi brings:
>
>> >  Vendor: IBM      Model: ULT3582-TL       Rev: 310B
>> >  Type:   Medium Changer                   ANSI SCSI revision: 02
>>
>
>
> Since you're using an IBM library with LTO-2 drives - go to
> ftp://ftp.software.ibm.com/storage/devdrvr/Linux/ and use the IBM tape drivers
> rather than the TSM device driver.
>
> See http://www-01.ibm.com/support/docview.wss?rs=663&uid=swg21082581 as well.
>
> I didn't realise CentOS was on the supported list :)
>
>
>
>
>



-- 
Efim


Re: SV: [ADSM-L] 50Mb restored in 4.18h....

2010-09-07 Thread Efim
Hi

try to disable NQR (-disablenqr=yes)
It will help.

--
Efim


Re: Webport defaults

2010-09-07 Thread Efim
Hi

The defaults is webport 0 0  - random ports, so use webport 1552 1553
and if you use CAD open only 1552 port from server to client and 1500
(default) from client to server.

--
Efim


Re: Help with library definition and path for a scsi library: ANR8957E

2011-01-31 Thread Efim
Hello

Quantum i6000 support ELEMENT=AUTODETECT during define library and
paths so delete all library objects and define library and path using
this command:

define library qi6000_test libtype=scsi
DEFINE PATH tsmprod3 qi6000_test srctype=server desttype=library device=/dev/lb0

sometimes after connect new library TSM can't work with it correctly
without reboot. (cfgmgr will not help)

Efim


2011/1/31 Moyer, Joni M :
> Hi Everyone,
>
> I'm trying to define a path from the library changer of a Quantum i6000 scsi 
> library to my AIX 5.5.5.0 TSM server.  I defined a library called qi6000_test 
> with the following definition: define library qi6000_test libtype=scsi 
> serial=273100111_LL1
>
> Date/Time             Message
>   
> --
>
> Date/Time             Message
>
>   
> --
>
> 01/31/11 12:29:48     ANR2017I Administrator LIDZR8V issued command: DEFINE
>
>                       LIBRARY qi6000_test serial=273100111_LL1 libtype=scsi
>
>                       (SESSION: 4567)
>
> 01/31/11 12:30:19     ANR2017I Administrator LIDZR8V issued command: DEFINE 
> PATH
>
>                       tsmprod3 qi6000_test srctype=server desttype=library
>
>                       device=/dev/lb0  (SESSION: 4568)
>
> 01/31/11 12:30:20     ANR8957E DEFINE PATH: The serial number reported by the
>
>                       library did not match the serial number in the library
>
>                       definition. (SESSION: 4568)
>
> Has anyone experienced this issue before?  Any help is appreciated as this is 
> a brand new set up.  Thanks!!!
>
> Information from the TSM library partition of this configuration:
>
> Library: TSM          | 273100111_LL1         | Online                | 
> 606A.GS00301
>
> 
> This e-mail and any attachments to it are confidential and are intended 
> solely for use of the individual or entity to whom they are addressed. If you 
> have received this e-mail in error, please notify the sender immediately and 
> then delete it. If you are not the intended recipient, you must not keep, 
> use, disclose, copy or distribute this e-mail without the author's prior 
> permission. The views expressed in this e-mail message do not necessarily 
> represent the views of Highmark Inc., its subsidiaries, or affiliates.
>



-- 
Efim


Re: TDP for Mail Exchange 2010 error (ACN0515E Invalid DSMAGENT )

2011-02-17 Thread Efim
Hello

Don't forget to create TSM Remote Agent service for node EXCHANGE2010
(it's part of TSM webclient configuration) - you must do it.
Also node EXCHANGE2010 must have administrator with Client owner
permissions (you create this node with USERID=NONE).

Efim



2011/2/17 James Choate :
> Del,
> I am in the process of updating the BA client to 6.2.2 and rebooting the 
> client.
>
> One question I have relates to the userid=none parameter as referenced in the 
> TDP install guide:
>        Register your Data Protection for Exchange node name and password with 
> the
>        Tivoli Storage Manager register node command. For example: For VSS
>        operations, this node is the Target Node. Note that when registering 
> nodes to
>        the Tivoli Storage Manager server specifically for VSS operations, do 
> not
>        specify the Tivoli Storage Manager USerid=NONE parameter. VSS 
> operations
>        will fail when this parameter is specified.
>
> It states do not specifiy userid=none... I usually do not specify a 
> userid, but rather let the userid be the same as the node that I have 
> registered.
>
> My question is do I need to specify userid=NONE for the node on which the BA 
> client is installed?
>
>
> According to what David had sent to me right before your post, it said:
>
> 1.Register TDP for Exchange Node
>                Register Node NODE_A  Domain=STANDARD Contact='' 
> Cloptset='OptionSetName' BackDelete=Yes MAXNUMMP=2 KeepMP=Yes
> For me: Register Node EXCHANGE2010_TDP  Domain=STANDARD Contact='' 
> Cloptset='OptionSetName' BackDelete=Yes MAXNUMMP=2 KeepMP=Yes
>
>
> 2.Register TDP for Exchange Proxy Node
>                Register Node NODE_A_PROXYAGENT  Domain=STANDARD 
> Contact='' Cloptset='OptionSetName' BackDelete=Yes MAXNUMMP=2 USERID=NONE 
> KeepMP=Yes
> For me:         Register Node EXCHANGE2010  Domain=STANDARD 
> Contact='' Cloptset='OptionSetName' BackDelete=Yes MAXNUMMP=2 USERID=NONE 
> KeepMP=Yes
>
>
> 3.Grant Proxy Authority to NODE_A
>                Grant Proxynode target=NODE_A agent=NODE_A_PROXYAGENT
> For me:     GRANT PROXYNODE TARGET=EXCHANGE2010_TDP AGENT=EXCHANGE2010
>
> -Original Message-
> From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Del 
> Hoobler
> Sent: Thursday, February 17, 2011 11:44 AM
> To: ADSM-L@VM.MARIST.EDU
> Subject: Re: TDP for Mail Exchange 2010 error (ACN0515E Invalid DSMAGENT )
>
> James,
>
> I see a few things:
>
> 1. If you are running with Data Protection for Exchange 6.1.3,
>   you need to install the TSM BA Windows client 6.2.2 (or later).
>   This is shown here:
> http://www-01.ibm.com/support/docview.wss?&uid=swg21455755
>
> 2. Did you run the GRANT PROXY command on the TSM Server
>   as the shown in the User's Guide?
>      GRANT PROXYNODE TARGET=EXCHANGE2010_TDP AGENT=EXCHANGE2010
>
>
> Thanks,
>
> Del
>


Re: how to delete old oracle backups at the tsm server

2011-03-22 Thread Efim
Hello,

Use tdposync for synchronize items in TSM server and RMAN catalog.
Check TSM policy for oracle. It mus be set to 0 for verdeleted and
retonly, because you can't restore inactive objects from TSM using
RMAN.
Also check that backdelete set to yes in Oracle node properties.
Run expiration.

--
Efim


Re: Ang: TSM for DB password expiration

2011-03-25 Thread Efim
Hi,
As I know, from TDP for DB (Oracle)  v.5.4.? option passwordaccess
generate is fully supported.
Try to check that TSM.PWD owned by Oracle user. If not - TDP can't
change password.  Password must be changed automatically and
immediately after ANR0425W message.


Efim

2011/3/25 Howard Coles :
> No, it's not different, Oracle TDP works the same on Linux and AIX.  The only 
> TDP I'm not sure of is the Windows version, but if I remember correctly it 
> doesn't reset the password either.
>
>
> See Ya'
> Howard Coles Jr., RHCE, CNE, CDE
> John 3:16!
>
>
> -Original Message-
> From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of 
> David E Ehresman
> Sent: Friday, March 25, 2011 10:34 AM
> To: ADSM-L@VM.MARIST.EDU
> Subject: Re: [ADSM-L] Ang: TSM for DB password expiration
>
> And is Oracle TDP on Linux different than on AIX?  Does password generate on 
> linux?
>
> David
>
>>>> Howard Coles  3/25/2011 11:21 AM >>>
> For the Oracle TDP on AIX you have to set the passwordaccess option to 
> prompt, as the TDP will NOT update the password.  The best option here is to 
> set the password expiration to 0 on both the node, and the admin owner (if 
> you have it) of the node.
>
> However, what Daniel said is correct unless you run "update node 
> server-oracle passexp=0" AND "update admin server-oracle passexp=0", then it 
> will just keep on using the same password.
>
>
> See Ya'
> Howard Coles Jr., RHCE, CNE, CDE
> John 3:16!
>
> -Original Message-
> From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of 
> Daniel Sparrman
> Sent: Friday, March 25, 2011 8:52 AM
> To: ADSM-L@VM.MARIST.EDU
> Subject: [ADSM-L] Ang: TSM for DB password expiration
>
> Hi David
>
> Correct me if I'm wrong, but when the nodes password has expired, 
> passwordaccess generate will not set a new password for the client. You'll 
> have to set a new password for the node, and then use tdpoconf to update the 
> stored password on the client machine.
>
> Best Regards
>
> Daniel Sparrman
> -"ADSM: Dist Stor Manager"  skrev: -
>
> Till: ADSM-L@VM.MARIST.EDU
> Från: David E Ehresman 
> Sänt av: "ADSM: Dist Stor Manager" 
> Datum: 03/25/2011 15:41
> Ärende: TSM for DB password expiration
>
> Has anyone had problems with TSM for DB (Oracle), aka TDPO, and password
> expiration?
>
> We are running TSM for DB v5.5.1.0 with TSM api 6.2.2.0 on AIX 5.3 to a
> TSM server at 6.2.2.0 also on AIX 5.3. We are running with password
> generate.  Last night we got two ANR0425W password has expired messages
> for node DBFINTEST. I assume I got two messages because the rman command
> is using two channels, thus two concurrent TSM sessions.  At that point
> the password should have been set to something new and life should go
> on.  Instead, subsequent sessions for that node got the "ANS0282E
> Password file is not available.", ie password is incorrect, message.
>
> Any thoughts on what might be going wrong?
>
> David Ehresman
>



-- 
Efim


Re: Support for TSM 5.x TDP's on TSM 6.3 server? (Lotus Domino in particular)

2011-11-28 Thread Efim
Hello
According http://www-01.ibm.com/support/docview.wss?uid=swg21567514 :
Any Tivoli Storage Manager Server (TSM) currently in support which is
supported by the version of the TSM API Client, or TSM Backup-Archive
Client, used in the environment
--
Efim


2011/11/29 Kenneth Bury 

> Wanda,
>
> This document should help.
> http://www-01.ibm.com/support/docview.wss?uid=swg21509001  What is
> important to note is that TSM for Mail v6.1 used the v5.5 TDP for Lotus
> Domino. So even though it is a 5.5 version it is under a v6.1 support life
> cycle. For example, you can see that a v6.3 TDP for Domino will restore
> v5.5 TDP data. You don't see that kind of statement being made for a
> regular BA client.
>
> Also, note that a number of 32 bit operating systems didn't get into the
> v6.3 TDP but they are still supported. If you are running on a v6.3
> supported OS the new TDP has a number of nice enhancements.
>
> Ken Bury
>
>
> On Mon, Nov 28, 2011 at 5:26 PM, Prather, Wanda  wrote:
>
> > There is a server vs. client compatibility chart for TSM 6.3.
> >
> >
> http://www-01.ibm.com/support/docview.wss?rs=663&context=SSGSG7&uid=swg21053218&loc=en_US&cs=utf-8&lang=en
> >
> > Can anybody point me to a resource to figure out which versions of which
> > TDP's are supported with the 6.3 server?
> > I'm particularly interested in TSM for Mail 5.5 for Lotus Domino
> >
> > Thx
> >
> >
> > Wanda Prather  |  Senior Technical Specialist  | wprat...@icfi.com
>  > wprat...@icfi.com>  |  www.icf.com<http://www.icf.com>
> > ICF International  | 401 E. Pratt St, Suite 2214, Baltimore, MD 21202 |
> > 410.539.1135 (o)
> > Connect with us on social media<http://www.icfi.com/social>
> >
>
>
>
> --
> Ken Bury
>


Re: Warnings: Latest TSM client for Windows (v6.2.4.1, v6.3.0.5) lacks JRE

2012-02-08 Thread Efim
Hi

Workaround:
add C:\Program Files\Tivoli\TSM\baclient\jvm60100\jre\bin\ to PATH
Efim


2012/2/8 Robert Talda 

> Folks:
>  Just an FYI.  The latest fix packs for the TSM client for Windows,
> announced this morning, lack the JRE environment.  That is, after install,
> when one attempts to run the GUI client, one is informed that Java is
> required, and must be downloaded.
>
>
>  We verified this in both 32-bit and 64-bit versions of both the v6.2.4.1
> and v6.3.0.5 clients.  (4 installers in all)
>
>  This has been reported to IBM.
> 
> Robert Talda
> EZ-Backup Team, CIT/Infrastucture
> Cornell University
> r...@cornell.edu
> 607-255-8280
>



--
Efim


Re: Warnings: Latest TSM client for Windows (v6.2.4.1, v6.3.0.5) lacks JRE

2012-02-10 Thread Efim
I'm absolutely sure that it works on W2008R2.
I've tested it before posting.
After adding path:

C:\Users\Admin>java -version
java version "1.6.0"
Java(TM) SE Runtime Environment (build pwa6460sr10-20111208_01(SR10))
IBM J9 VM (build 2.4, JRE 1.6.0 IBM J9 2.4 Windows Server 2008 R2 amd64-64
jvmwa
6460sr10-20111207_96808 (JIT enabled, AOT enabled)
J9VM - 20111207_096808
JIT  - r9_2007_21307ifx1
GC   - 20110519_AA)
JCL  - 2004_02

Efim

2012/2/10 Neil Schofield 

> I'm not sure about the work-around suggested by Efim. The APAR that's been
> opened explicitly states this will not help.
>
>
> http://www.ibm.com/support/docview.wss?uid=swg1IC81321&myns=swgtiv&mynp=OCSSGSG7&mync=E
>
> Regards
> Neil Schofield
> Yorkshire Water Services Ltd.
>
>
>
>  
>
> Spotted a leak?
> If you spot a leak please report it immediately. Call us on 0800 57 3553
> or go to http://www.yorkshirewater.com/leaks
>
> Get a free water saving pack
> Don't forget to request your free water and energy saving pack, it could
> save you money on your utility bills and help you conserve water.
> http://www.yorkshirewater.com/savewater
>
> The information in this e-mail is confidential and may also be legally
> privileged. The contents are intended for recipient only and are subject to
> the legal notice available at http://www.keldagroup.com/email.htm
> Yorkshire Water Services Limited
> Registered Office Western House, Halifax Road, Bradford, BD6 2SZ
> Registered in England and Wales No 2366682
>



--
Efim