Re: snapdiff

2009-10-12 Thread Grigori Solonovitch
Have you tried to search in Internet? For example: http://www-01.ibm.com/support/docview.wss?rs=663&context=SSGSG7&uid=swg21392122&loc=en_US&cs=UTF-8&lang=en Grigori G. Solonovitch Senior Technical Architect Information Technology Bank of Kuwait and Middle East http://www.bkme.com

Re: Date, time and number format

2009-10-12 Thread Grigori Solonovitch
specifications since TSM 3.7, when such controls were transferred to locale settings. The Options table may evidence the options, though not even coded in your server options file, apparently by virtue of some legacy server software. Richard Sims On Oct 12, 2009, at 1:33 AM, Grigori Solonovitch

Re: Date, time and number format

2009-10-14 Thread Grigori Solonovitch
Hello Remco, It is very interesting discussion. I would like to mention next facts: 1) dsmserv.opt for TSM 5.5.3 and TSM 6.1.2 (AIX 5.3) contains DATEFORMAT ( available on z/OS only ) ... TIMEFORMAT ( available on z/OS only ) ... NUMBERFORMAT ( available on z/OS only ) 2) command SETOPT does

Re: Date, time and number format

2009-10-14 Thread Grigori Solonovitch
* LANGuage * * Specifies the language to use for help and error messages. Grigori G. Solonovitch Senior Technical Architect Information Technology Bank of Kuwait and Middle East http://www.bkme.com Phone: (+965) 2231-2274 Mobile: (+965) 99798073 E-Mail: g.solonovi...@bkme.com Please co

Re: Querying status of a finished process

2009-10-14 Thread Grigori Solonovitch
Try "q act se="Process " begind= begint=" Grigori G. Solonovitch Senior Technical Architect Information Technology Bank of Kuwait and Middle East http://www.bkme.com Phone: (+965) 2231-2274 Mobile: (+965) 99798073 E-Mail: g.solonovi...@bkme.com Please consider the environment before printi

Re: DIRMC

2009-10-15 Thread Grigori Solonovitch
Yes, I am still use DIRMC to prevent holding directories in management class with the biggest expiry period in domain. Do you have any information about IBM plans for DIRMC? Grigori G. Solonovitch Senior Technical Architect Information Technology Bank of Kuwait and Middle East http://www.bkm

Formating SQL query

2009-10-15 Thread Grigori Solonovitch
I am not very cool in SQL and I need help. I have query like "select distict a,b from c group by a,b" Response on this SQL query in TSM Server is: A1 B1 A1 B2 A2 B3 A2 B4 A2 B5 I would like to have: A1 B1 B2 A2 B3 B4 B5 I know exactly it is possible in Oracle SQL*Plus. Is it possibl

Re: Formating SQL query

2009-10-15 Thread Grigori Solonovitch
I attended an introductory 5-day SQL*Plus course where we were told that usage of 'distinct' is discouraged, use 'group' by instead. My 5ยข. -- Warm regards, Michael Green On Thu, Oct 15, 2009 at 2:49 PM, Grigori Solonovitch wrote: > I am not very cool in SQL and I need he

Re: Tivoli Client Readme pages

2009-10-15 Thread Grigori Solonovitch
The same me, but http://ftp.software.ibm.com/storage/tivoli-storage-management/patches/client/v5r5/Windows/x64/v552/5.5.2.1-TIV-TSMBAC-README_enu.htm is working fine. Grigori G. Solonovitch Senior Technical Architect Information Technology Bank of Kuwait and Middle East http://www.bkme

Re: Querying status of a finished process

2009-10-15 Thread Grigori Solonovitch
We are running VSS based backups (SYSTEMSTATE, etc). Quite often there are VSS problems during backups. We are installing VSS patches, but VSS is still a source of problems. TSM Client gives normal completion in this case and event is mensioned as successfull. I have found only one way to report

Re: Formating SQL query

2009-10-15 Thread Grigori Solonovitch
what is going on. All the views on the tsm db are there. I haven't looked for a tool which does outlining but I am sure there is one. Bill Colwell Draper Lab. -Original Message- From: ADSM: Dist Stor Manager [mailto:ads...@vm.marist.edu] On Behalf Of Grigori Solono

Re: ISC 6.1 Quirkiness

2009-10-15 Thread Grigori Solonovitch
Hello Sam, Have you tried to use something much more simple and useful for TSM administration? For example, TSMExplorer from www.s-iberia.com. Spend a few minutes to downolad and install demo version, try and enjoy easy life. Look also for TSMManager, if you do not like TSMExplorer. Grigori _

Re: Ms windows cluster and tsm questions

2009-10-22 Thread Grigori Solonovitch
Hello Gary, You can use TSM backups for the both active/passive and active Windows clusters. We are using a few Windows 2003 clusters. In general, you need: 1) configure sepatate TSM nodes for each server in cluster to backup not-clustered drives (usually C: and, sometimes, D:) with original Wind

Re: OES Linus cluster question

2009-10-26 Thread Grigori Solonovitch
Hello Robert, You need to create dedicated TSM Scheduler for Node_Cluster using /media/nss/APPS/tivoli/cluster.opt with "clusternode yes" and put TSM Scheduler service into the same resource group. MS Cluster will start/stop TSM Scheduler during failover operation (stop on inactive node and s

Re: TSM journaling

2009-10-26 Thread Grigori Solonovitch
I am not sure it is right or not, but we have journaling only for local drives C: and D: in our Windows 2003 clusters. All drives from resource groups we are backing up without journaling. TSM Client is able to check more than 400,000 files in 5 minutes. This time is acceptable for us, but I am

Re: TDPOSYNC question

2009-10-26 Thread Grigori Solonovitch
Normally you can start this process as root by (this is an example): [LPAR08][/]>tdposync syncdb -tdpo_optfile=/home/oracle/admin/tdpo/pbob.opt IBM Tivoli Storage Manager for Databases: Data Protection for Oracle Version 5, Release 5, Level 2.0 (C) Copyright IBM Corporation 1997, 2009. All

Strange TSM SQL behaviour

2009-11-02 Thread Grigori Solonovitch
Hello, I need somebody's comments on next result of select query: Session established with server BKME: AIX-RS/6000 Server Version 5, Release 5, Level 3.0 Server date/time: 11/03/2009 10:16:16 Last access: 11/03/2009 10:13:43 ANS8000I Server command: 'select sum(bytes) as sumbytes, sum(cast

Re: Win2008 System State

2009-11-05 Thread Grigori Solonovitch
Have yuo tried to use TSM Client 6.1.2 for Windows (just anonced)? There is quite serious improvement for SYSTEMSTATE. From: ADSM: Dist Stor Manager [ads...@vm.marist.edu] On Behalf Of Ben Bullock [bbull...@bcidaho.com] Sent: Thursday, November 05, 2009 9

Re: Win2008 System State

2009-11-05 Thread Grigori Solonovitch
I agree, that restoring SYSTEMSTATE is very exotic action, but it cab be used anyway for some cases. Usually SYSTEMSTATE backups are used for disaster recovery of Windows server. In this case, you need TSM backups and TBMR software from Cristie. Im my opinion, it is perfect software and we are us

Re: Win2008 System State

2009-11-05 Thread Grigori Solonovitch
What do you mean saing "full backup"? If you check "dsmc query systemstate -inactive -detail", you will see that all backups are full. But full has relationship with VSS writes in Windows and it has no relationship with TSM full/incremental terms. If you will check sizes in the same report for n

Re: TSM 5.3.4 How can I see details of filespace

2009-11-05 Thread Grigori Solonovitch
You can query this data from table VOLUMEUSAGE. From: ADSM: Dist Stor Manager [ads...@vm.marist.edu] On Behalf Of William ZHANG [william.zh...@st.com] Sent: Friday, November 06, 2009 8:02 AM To: ADSM-L@VM.MARIST.EDU Subject: [ADSM-L] TSM 5.3.4 How can I se

Re: Who is using Admin Center ?

2009-11-06 Thread Grigori Solonovitch
I never reported it, but after downooad TSM files from IBM sites for AIX (the both are products of IBM) I often see unbelivable file extentions like *.bin (it is not clear what to do at all with this file in terms of AIX) or *.tar.tar instead of *.tar.Z (see big difference). It looks strange, b

Re: de-duplicating compressed data

2009-11-07 Thread Grigori Solonovitch
>>>What is the effect of compression on de-duplication? Does it help to reach a >>>more de-duplication level? This is my opinion (please correct, if something is wrong): 1) note we are talking about client compression (compression=yes for node or in dsm.opt). Hardware compression on drive level

Re: TSM database up 86.4% Utiltised

2009-11-09 Thread Grigori Solonovitch
You can use: 1) run ESTIMATE DBREORGSTATS wait=yes If it gives quite big reduction for database reorganization: - unload DB to tape by dsmserv UNLOADDB; - re-format existing DB by dsmserv LOADFORMAT; - load DB back by dsmserv LOADDB; - audit reorganized DB by dsmserv AUDITDB fix

Re: Upgrade from 6.1.2 to 6.1.2.1

2009-11-09 Thread Grigori Solonovitch
I have upgraded under AIX TSM 6.1.0 to 6.1.1 and than to 6.1.2 straight way (stop, upgrade, start) without any problems. I am going to upgrade 6.1.2 to 6.1.2.1 tomorrow. From: ADSM: Dist Stor Manager [ads...@vm.marist.edu] On Behalf Of Stefan Holzwarth [s

Re: TDP for Oracle in AIX - Problem

2009-11-13 Thread Grigori Solonovitch
It looks you have problem with backup destination (default is used). Have you configured Include/Exclude list for Oracle backups at client side? Management class and copy group at TSM Server site? From: ADSM: Dist Stor Manager [ads...@vm.marist.edu] On Beh

Re: Problems with 6.1.2.0 on Windows servers

2009-11-13 Thread Grigori Solonovitch
Hello Zoltan, We have started upgrade process from 6.1.0.2 to 6.1.2.0. 5 or 6 servers Win2003R2 have been upgraded already. We faced similar problem on one of them. I have fixed it by: de-install client --> reboot server --> install client --> reboot server --> configure client services by setu

How to match nodes and used management classes/copy groups?

2009-11-14 Thread Grigori Solonovitch
I need help with SQL in TSM. I am trying to find the way to match nodes and used management classes/copy groups. I have built next query for single node: "select b.node_name, a.domain_name, a.class_name as Management_Class, a.destination as Destination_Pool, \ a.verexists as MAX_Versions, a.verd

Re: How to match nodes and used management classes/copy groups?

2009-11-15 Thread Grigori Solonovitch
Thank you very much for update, but I need to match nodes (files and directories) and used management classes to control process, because there are a lot of servers and server admins, which are out of my control. I understand that it is possible to have many management classes per node and that

Re: Problems with 6.1.2.0 on Windows servers

2009-11-16 Thread Grigori Solonovitch
o force a complete backups? What about the inactives? From: Grigori Solonovitch To: ADSM-L@VM.MARIST.EDU Date: 11/13/2009 01:30 PM Subject: Re: [ADSM-L] Problems with 6.1.2.0 on Windows servers Sent by: "ADSM: Dist Stor Manager" Hello Zoltan, We have started up

FW: Client backup activity

2009-11-16 Thread Grigori Solonovitch
g this Email From: Grigori Solonovitch Sent: Tuesday, November 17, 2009 8:09 AM To: ADSM: Dist Stor Manager Subject: RE: Client backup activity Hello Debbie, For fast daily checks I am using next scripts: delete script A2_Last_Client_Backups define

TSM Client 6.1.2 problems

2009-11-17 Thread Grigori Solonovitch
Hello Andrew, We have TSM 6.1.0.2 installed in Windows 2003 R2. We have upgraded to 6.1.2.0 only 5 servers (32 and 64 bit). Upgrade has been done directly without de-installing previous versions with following reboot. We have problems similar to Zoltan's (GUI was not working at all) on all of

Re: TSM and Windows7

2009-11-19 Thread Grigori Solonovitch
TSM Client 6.1.2.0. From: ADSM: Dist Stor Manager [ads...@vm.marist.edu] On Behalf Of Tram Nguyen [tra...@uottawa.ca] Sent: Thursday, November 19, 2009 6:18 PM To: ADSM-L@VM.MARIST.EDU Subject: [ADSM-L] TSM and Windows7 Which version of TSM works best wit

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

2009-12-03 Thread Grigori Solonovitch
I think it is coming from operating system. You can check it by "dsmc query inclexcl". To backup it add include in appropriate place of dsm.opt. Grigori G. Solonovitch Senior Technical Architect Information Technology Bank of Kuwait and Middle East http://www.bkme.com Phone: (+965) 2231-2274

TDP for MS SQL and TSM Client 6.1.2

2009-12-06 Thread Grigori Solonovitch
Hello Everybody, I have upgraded TSM Client for Windows from version 6.1.0 to 6.1.2. Tivoli Data Protection for SQL version 5.5.2.1 stopped working immediately: - tdpsql.exe - Application Error The instruction at "0x042d4e49"

Re: Moving Archive Data to another TSM Server

2009-12-07 Thread Grigori Solonovitch
I think export/import node or export node directly to new TSM server will move all data including archives. Grigori G. Solonovitch Senior Technical Architect Information Technology Bank of Kuwait and Middle East http://www.bkme.com Phone: (+965) 2231-2274 Mobile: (+965) 99798073 E-Mail: g.

TSM Client 6.1.2 and TDP for SQL 5.5.2.1

2009-12-09 Thread Grigori Solonovitch
Hello Everybody, I would like to share next information. I think it can be interesting for those who "put fingers" into TSM Client 6.1.2 already. If upgrade TSM Client 5.5.X/6.1.0.X to 6.1.2.0 is required on server with TDP for SQL 5.5.2.1 only next sequence of actions leads to working installat

Re: Restoring LARGE server

2009-12-10 Thread Grigori Solonovitch
Of course yes. Fro command line or from GUI. From: ADSM: Dist Stor Manager [ads...@vm.marist.edu] On Behalf Of Zoltan Forray/AC/VCU [zfor...@vcu.edu] Sent: Thursday, December 10, 2009 6:14 PM To: ADSM-L@VM.MARIST.EDU Subject: Re: [ADSM-L] Restoring LARGE s

Re: Installing TDP for Oracle - which user?

2009-12-13 Thread Grigori Solonovitch
No, to install software you need root user. At least under AIX I am using root and than create link from Oracle home lib directory to TDP library. It is enough to use TDP for Oracle from Oracle home owner, when backups are running. Grigori G. Solonovitch Senior Technical Architect Information

TSM 6.1.2.1 database backup

2009-12-15 Thread Grigori Solonovitch
We are testing TSM 6.1.2.1 under AIX 5.3-09-02. I have found that "BACKUP DATABASE DEVCLASS=DBB TYPE='Incremental' VOLUMENAMES=' db151209.dbv'" produces 2 files in directory: -rw---1 tsm tsm 419537593 Dec 15 13:09 db151209.dbv -rw---1 tsm tsm 453116604 Dec 15

Re: Q about TSM 6.1 DB and hardware replication

2009-12-15 Thread Grigori Solonovitch
Hello Wanda, We have TSM Server 5.5.4.0 under AIX 5.3. We are mirroring TSM database to disaster site by IBM Metro Mirror (PPRC) for DS8100. I have experienced some problems with online mirroring. It means we faced problems with disaster site activation in case of sending any changes at Head

Re: Q about TSM 6.1 DB and hardware replication

2009-12-16 Thread Grigori Solonovitch
der 6.1? Regards Steve Steven Harris TSM Admin Finally prospectively employed again after six months! Sydney Australia Grigori Solonovitch wrote: > Hello Wanda, > > We have TSM Server 5.5.4.0 under AIX 5.3. > > We are mirroring TSM database to disaster site by IBM

Re: TSM 5.3.4 Policy problem

2009-12-16 Thread Grigori Solonovitch
Yes, but it is better to use 60 instead of 59. Grigori G. Solonovitch Senior Technical Architect Information Technology Bank of Kuwait and Middle East http://www.bkme.com Phone: (+965) 2231-2274 Mobile: (+965) 99798073 E-Mail: g.solonovi...@bkme.com Please consider the environment before p

Re: TDP for Exchange 2007 scenario

2009-12-16 Thread Grigori Solonovitch
I think you should lok for file tdpexc.cfg or make it from appropriate smp file. From: ADSM: Dist Stor Manager [ads...@vm.marist.edu] On Behalf Of Mario Behring [mariobehr...@yahoo.com] Sent: Wednesday, December 16, 2009 4:21 PM To: ADSM-L@VM.MARIST.EDU Su

Re: Data Protection for Domino

2009-12-16 Thread Grigori Solonovitch
Try: http://ftp.software.ibm.com/storage/tivoli-storage-management/ Grigori G. Solonovitch Senior Technical Architect Information Technology Bank of Kuwait and Middle East http://www.bkme.com Phone: (+965) 2231-2274 Mobile: (+965) 99798073 E-Mail: g.solonovi...@bkme.com Please consider the

Re: TSM 5.x DB and hardware replication

2009-12-16 Thread Grigori Solonovitch
I think a combination of Metro Mirror and Remote Copy can do the work. It means, you can mirror TSM database to the shorter distance by Metro Mirror and use long distance Remote Copy at appropriate time. It is a little bit complicated, but it should work properly. Grigori G. Solonovitch

Re: TDP for Exchange 2007 scenario

2009-12-16 Thread Grigori Solonovitch
Could you check next link? http://www.adsm.org/forum/showthread.php?p=70917 Grigori G. Solonovitch Senior Technical Architect Information Technology Bank of Kuwait and Middle East http://www.bkme.com Phone: (+965) 2231-2274 Mobile: (+965) 99798073 E-Mail: g.solonovi...@bkme.com Please cons

Re: Alerts in event viewer

2009-12-17 Thread Grigori Solonovitch
You have two options: 1) stop Exchange Server and use TSM Client to make offline backup; 2) install TDP for SQL and make online backups for Exchange database (database files and logs have to be excluded from normal TSM Client backup). Good luck! Grigori G. Solonovitch Senior Technical Arc

Re: Alerts in event viewer

2009-12-17 Thread Grigori Solonovitch
@VM.MARIST.EDU Subject: Re: [ADSM-L] Alerts in event viewer Hello Grigori, I know TDP can backup exchange but just want to confirm that does it gives any type of alerts in event viewer while backing up changing files? On Thu, Dec 17, 2009 at 3:34 PM, Grigori Solonovitch wrote: > You have

Re: tsm tdp oracle rman backups

2009-12-18 Thread Grigori Solonovitch
Hello Tim, I see "RMAN retention policy is set to redundancy 3" in provided log. This means that you requested RMAN to provide a possibility to restore/recover database for only 3 last days. In my opinion, this value is too low. I have full backup every 2 weeks and daily incremental backups betwe

Re: TDP for Exchange AD error

2009-12-18 Thread Grigori Solonovitch
Hello Mario, It lloks there is a bug in TDP for Mail 6.1.1. We have faced exactly the same problem immediately after upgrading to 6.1.1 (command line is working fine, but GUI gives this strange message). After short investigation I have recommnded our Exhange Admin to report this problem to IBM

Re: tsm tdp oracle rman backups

2009-12-20 Thread Grigori Solonovitch
r [ads...@vm.marist.edu] On Behalf Of Tim Brown [tbr...@cenhud.com] Sent: Sunday, December 20, 2009 5:53 PM To: ADSM-L@VM.MARIST.EDU Subject: Re: [ADSM-L] tsm tdp oracle rman backups Grigori Thanks , can you tell me what you have for TSM copygroup settings Tim - Original Message - From: "Grigori

Re: Visualizing RMAN backups through TDP for Oracle

2009-12-21 Thread Grigori Solonovitch
Try: Select A.node_name, A.filespace_name, A.ll_name as File_Name, A.backup_date, A.state, A.class_name, A.object_id \ from backups A, nodes B \ where A.node_name = '' and A.filespace_name like '' and A.node_name = B.node_name and B.platform_name like 'TDP Oracle%' \ order by A.backup_date Grig

Re: Restoring RMAN/TDP Oracle on another TSM

2009-12-23 Thread Grigori Solonovitch
I think request is not clear. What do you mean "restore . on another TSM Server"? Grigori G. Solonovitch Senior Technical Architect Information Technology Bank of Kuwait and Middle East http://www.bkme.com Phone: (+965) 2231-2274 Mobile: (+965) 99798073 E-Mail: g.solonovi...@bkme.com

Re: Restoring RMAN/TDP Oracle on another TSM

2009-12-23 Thread Grigori Solonovitch
. Mario ____ From: Grigori Solonovitch To: ADSM-L@VM.MARIST.EDU Sent: Wed, December 23, 2009 9:07:27 AM Subject: Re: Restoring RMAN/TDP Oracle on another TSM I think request is not clear. What do you mean "restore . on another TSM Server"? Grigori G. Solonovitch Senior

Re: TSM 5.3.4 Policy problem

2009-12-23 Thread Grigori Solonovitch
iod you can restore from for instance). Kind regards, Karel -Original Message- From: ADSM: Dist Stor Manager [mailto:ads...@vm.marist.edu] On Behalf Of Grigori Solonovitch Sent: woensdag 16 december 2009 10:31 To: ADSM-L@VM.MARIST.EDU Subject: Re: TSM 5.3.4 Policy problem

Re: TSM server crash

2009-12-28 Thread Grigori Solonovitch
You can try to put in script commands DEFINE LOGVOLUME and EXTEND LOG for formatted log volume and run: DSMSERV runfile

Re: tsm tdp oracle rman backups

2009-12-29 Thread Grigori Solonovitch
xpiration and deletion of backups. Steve On Sun, Dec 20, 2009 at 10:34 AM, Grigori Solonovitch < g.solonovi...@bkme.com> wrote: > Hello Tim, > For RMAN redundancy policy 31 days I have in copy group: > tsm: BKME>q copy aix aix dblpar05 f=d >

Re: Can I archive SQL DB using TSM DP for SQL?

2009-12-29 Thread Grigori Solonovitch
We are using two different nodes for Windows servers with MS SQL databases - one for normal TSM backups and additional for MS SQL backups via TDP for SQL (for example, SERVER and SERVER_SQL). TDP for SQL is not for archiving data for sure. Node SERVER_SQL keeps only online backups for MS SQL da

Re: Urgent: dsmj omn AIX does not open GUI

2009-12-30 Thread Grigori Solonovitch
Could you try to use WEB GUI? It has the same interface as dsmj. Grigori G. Solonovitch Senior Technical Architect Information Technology Bank of Kuwait and Middle East http://www.bkme.com Phone: (+965) 2231-2274 Mobile: (+965) 99798073 E-Mail: g.solonovi...@bkme.com Please consider the en

TSM license per TB

2009-12-31 Thread Grigori Solonovitch
Hello Everybody, Happy New Year! As far as I understand TSM licensing schema per/TB has been implemented already in USA. Am I right? What is expected date for implementation everywhere round the world? Is it a replacement for licensing per/core or the will coexist? What are details for new licensi

Re: TSM for Mail using VSS

2010-01-07 Thread Grigori Solonovitch
Maybe I am wrong, but you have to upgrade TSM Client to 6.1.3.0 for TDP for Mail 6.1.1.0 under Windows 2008. It is much better than 6.1.0.0. From: ADSM: Dist Stor Manager [ads...@vm.marist.edu] On Behalf Of Christian Svensson [christian.svens...@cristie.s

Re: Dissapearing Incrementals

2010-01-08 Thread Grigori Solonovitch
Hello Howard, I tottaly agged with Del. Your strategy is wrong. And your Echange admin have to understand this. There is no way to restore any data except full backups. I would recommend you&Exchange admin to implement option 1, but time between full weekly and full daily backups has to be as sho

Re: Trouble with Java GUI on Windows

2010-01-08 Thread Grigori Solonovitch
Hello Roger, We were suffering a lot from TSM Client 6.1. We started from 6.1.0.0, then upgraded to 6.1.0.2 --> 6.1.2.0 --> 6.1.3.0. I have seen a lot of different problems whith these versions, but I never have problems with Java. We have mainly 32/64 bit Windows 2003 R2 Enterprise/Standard Ed

How to remove TDP for Exchange database from TSM Server?

2010-01-10 Thread Grigori Solonovitch
Dear TSM Admins, We have TDP for Mail 6.1.1 and TSM Client 6.1.3 under 64bit Windows 2003 R2 Enterprise Edition. Our Exchange Admin has created some Exchange databases and started TSM/TDP backups for all of them. Later he removed one database from Exchange server. All incremental backups for thi

Strange message during TSM startup

2010-01-10 Thread Grigori Solonovitch
I have upgraded TSM Server 5.5.3.0 to 5.5.4.0 under AIX 6.3-09-02 recently. Previous version was working fine for long time. After upgrade I am receiving next message during server start: Verifying that offline storage devices are available... Starting TSM now... ANRW Message repository for la

Re: Strange message during TSM startup

2010-01-10 Thread Grigori Solonovitch
Thank you very much. But I do not think so. Installation packages are in sync - all 5.5.4.0 and lppchk -v does not give any errors. I have reported problem to IBM support. Grigori G. Solonovitch Senior Technical Architect Information Technology Bank of Kuwait and Middle East http://www

Re: Strange message during TSM startup

2010-01-10 Thread Grigori Solonovitch
This is a part dsmserv.opt.smp: * Parameters * name Specifies the language to use for help and *error messages. The name of the language *must be between 1 and 16 characters. The * default name

Re: Strange message during TSM startup

2010-01-11 Thread Grigori Solonovitch
riginal Message- From: ADSM: Dist Stor Manager [mailto:ads...@vm.marist.edu] On Behalf Of Grigori Solonovitch Sent: Monday, January 11, 2010 12:24 AM To: ADSM-L@VM.MARIST.EDU Subject: Re: [ADSM-L] Strange message during TSM startup This is a part dsmserv.opt.smp: * Parameters * name

Re: How to remove TDP for Exchange database from TSM Server?

2010-01-11 Thread Grigori Solonovitch
-- "ADSM: Dist Stor Manager" wrote on 01/10/2010 03:22:58 AM: > [image removed] > > How to remove TDP for Exchange database from TSM Server? > > Grigori Solonovitch > > to: > > ADSM-L > > 01/10/2010 03:25 AM > > Sent by: > > &q

Re: TSM journal service latency

2010-01-12 Thread Grigori Solonovitch
I think JBB is able to maintain own database files correctly. Do not afraid this. Grigori G. Solonovitch Senior Technical Architect Information Technology Bank of Kuwait and Middle East http://www.bkme.com Phone: (+965) 2231-2274 Mobile: (+965) 99798073 E-Mail: g.solonovi...@bkme.com Plea

Re: Excrypting Exchange Data

2010-01-12 Thread Grigori Solonovitch
Unfortunately, I have no experience in encryption TDP for Exchange backups. For Oracle database we are using: 1) in dsm.sys: Encryptiontype AES128 Encryptkey generate InclExcl/backup/tsm/ba/InclExcl.list 2) in Include/Exclude list: inclu

Re: Excrypting Exchange Data

2010-01-12 Thread Grigori Solonovitch
e- From: ADSM: Dist Stor Manager [mailto:ads...@vm.marist.edu] On Behalf Of Grigori Solonovitch Sent: Tuesday, January 12, 2010 6:16 AM To: ADSM-L@VM.MARIST.EDU Subject: Re: [ADSM-L] Excrypting Exchange Data Unfortunately, I have no experience in encryption TDP for Exchange backups. For

Re: Excrypting Exchange Data

2010-01-12 Thread Grigori Solonovitch
or Manager [mailto:ads...@vm.marist.edu] On Behalf Of Grigori Solonovitch Sent: Tuesday, January 12, 2010 6:16 AM To: ADSM-L@VM.MARIST.EDU Subject: Re: [ADSM-L] Excrypting Exchange Data Unfortunately, I have no experience in encryption TDP for Exchange backups. For Oracle database we are using:

Re: SV: TSM 6.1.3 Install

2010-01-14 Thread Grigori Solonovitch
I have one idea - maybe only TSM Server was upgraded and TSM Client is still 6.1.2.1. Sam just has to upgrade TSM Client as well. Grigori G. Solonovitch Senior Technical Architect Information Technology Bank of Kuwait and Middle East http://www.bkme.com Phone: (+965) 2231-2274 Mobile: (+96

Re: TSM 6.1.3 Install

2010-01-14 Thread Grigori Solonovitch
I hope this is some kind of joke? Grigori G. Solonovitch Senior Technical Architect Information Technology Bank of Kuwait and Middle East http://www.bkme.com Phone: (+965) 2231-2274 Mobile: (+965) 99798073 E-Mail: g.solonovi...@bkme.com Please consider the environment before printing this

Re: TSM 6.1.3 Install

2010-01-14 Thread Grigori Solonovitch
I have installed TSM Server 6.1.0.0 under AIX 5.3-09-02 and than sequentially upgraded it to version 6.1.1.0, 6.1.2.0, 6.1.2.1, 6.1.3.0 without any problems. [drsrv4][/]>dsmadmc IBM Tivoli Storage Manager Command Line Administrative Interface - Version 6, Release 1, Level 3.0 (c) Copyright b

Re: archive convert

2010-01-14 Thread Grigori Solonovitch
I am usually answering yes and Inever wait for very long time. From: ADSM: Dist Stor Manager [ads...@vm.marist.edu] On Behalf Of David E Ehresman [deehr...@louisville.edu] Sent: Thursday, January 14, 2010 7:39 PM To: ADSM-L@VM.MARIST.EDU Subject: [ADSM-L]

Re: TSM 6.1.3 Install

2010-01-14 Thread Grigori Solonovitch
I heared 6.1.2.1 does not support NDMP. So you can try only 6.1.3. From: ADSM: Dist Stor Manager [ads...@vm.marist.edu] On Behalf Of Nicholas Rodolfich [nrodolf...@cmaontheweb.com] Sent: Thursday, January 14, 2010 5:12 PM To: ADSM-L@VM.MARIST.EDU Subject:

Re: Move data from copystgpool volumes to a new copystgpool

2010-01-14 Thread Grigori Solonovitch
In my opinion creating new copy pool and use "move data" for old offsite volumes is the best option. In this case datafor new copy is taken from primary pools and offsite volumes are released to be moved back. From: ADSM: Dist Stor Manager [ads...@vm.mar

Re: Dsmserv Restore DB -k?

2010-01-14 Thread Grigori Solonovitch
How about volume history? From: ADSM: Dist Stor Manager [ads...@vm.marist.edu] On Behalf Of Christian Svensson [christian.svens...@cristie.se] Sent: Friday, January 15, 2010 12:24 AM To: ADSM-L@VM.MARIST.EDU Subject: [ADSM-L] Dsmserv Restore DB -k? Hi Eve

Re: Changing TSM Admin CLI timeout

2010-01-16 Thread Grigori Solonovitch
What do yuo mean saing "TSM admin CLI timeout"? Maybe you are looking for communication and idle imeout? Check dsmserv.opt for them. From: ADSM: Dist Stor Manager [ads...@vm.marist.edu] On Behalf Of Mario Behring [mariobehr...@yahoo.com] Sent: Sunday, Jan

Re: JBB problem

2010-01-17 Thread Grigori Solonovitch
Usually you need to complete 1st backup and only after completion this backup JBB started to be used. Grigori G. Solonovitch Senior Technical Architect Information Technology Bank of Kuwait and Middle East http://www.bkme.com Phone: (+965) 2231-2274 Mobile: (+965) 99798073 E-Mail:

Re: RMAN error allocating TDP channel....

2010-01-17 Thread Grigori Solonovitch
I have no experience with Solaris, but in AIX after installing TDP (I hope you have installed 5.5.2 not 5.2.0) you need to link TDP library in $ORACLE_HOME/lib to TDP directory: [LPAR05]>ls -ltr $ORACLE_HOME/lib/*obk* lrwxrwxrwx1 oracle dba 19 Jun 24 2007 /home/oracle/pro

Re: Tsm license problem

2010-01-19 Thread Grigori Solonovitch
This is not controlled by TSM. You can connect any number of clients, but you need to have enough licenses from IBM (audit point of view). Grigori G. Solonovitch Senior Technical Architect Information Technology Bank of Kuwait and Middle East http://www.bkme.com Phone: (+965) 2231-22

Re: Data retention period 60days

2010-01-21 Thread Grigori Solonovitch
THis subject has been heavily discussed already. Just search ADSM-L for details. By the way, if I have Oracle database mydb on sever MYNODE and dedicated TSM node MYNODE_ORA for TDPO backups then: 1) on TSM Server: PolicyPolicy Mgmt Copy

TSM Server 6.1.3.1

2010-01-27 Thread Grigori Solonovitch
Has somebody installed TSM 6.1.3.1? How is it? Grigori G. Solonovitch Senior Technical Architect Information Technology Bank of Kuwait and Middle East http://www.bkme.com Phone: (+965) 2231-2274 Mobile: (+965) 99798073 E-Mail: g.solonovi...@bkme.com Please

Re: BMR for Exchange server

2010-01-27 Thread Grigori Solonovitch
We are using TBMR 6.2.2, TDP for Mail 5.3.1 and TSM Client 6.1.3 to backup Windows 2003 cluster with SAN based Exchage 2007 databases. Each cluster node is dedicated TSM Server protected by TBMR/TSM and another deicated TSM node is used for Echange database resource group with online backups by

Re: TSM Disaster Recovery

2010-01-28 Thread Grigori Solonovitch
We are using IBM DS8100 disk subsystems at Head Office and Disaster Site. There is 1Gb fiber optics link between sites. We are using DS8100 Metro Mirror (Peer-to-Peer-Remote-Copy) to mirror all data to disaster site online. TSM Server configuration files, database and logs are part of this mirro

Re: SQL Query find nodes associated with management class

2010-01-29 Thread Grigori Solonovitch
From: ADSM: Dist Stor Manager [ads...@vm.marist.edu] On Behalf Of Timothy Hughes [timothy.hug...@oit.state.nj.us] Sent: Thursday, January 28, 2010 7:16 PM To: ADSM-L@VM.MARIST.EDU Subject: [ADSM-L] SQL Query find nodes associated with management class Hi

Re: SQL Query find nodes associated with management class

2010-01-29 Thread Grigori Solonovitch
Hello Timothy, I am using next scripts: define script F3_Node_Backup_Copy_Groups description=" Active backup copy groups for node" update script F3_Node_Backup_Copy_Groups \ "select b.node_name, a.domain_name, a.class_name as Management_Class, a.destination as Destination_Pool, \ a.verexists as

Re: ORACLE Encryption

2010-02-01 Thread Grigori Solonovitch
I am using InclExcl list for include.encrypt. For example: include * AIX include /.../* FSLPAR05 include /ifns_ifns/.../* DBLPAR05 include /patm_patm/.../* DBLPAR05 include /ptel_ptel/.../* DBLPAR05 exclude.dir /home/oracle/admin/ifns/adump exclude.dir /home/oracle/admin/patm/adump exclude.dir /ho

Re: How to verify that the TSM Client Data is encrypted in the TSM Server

2010-02-05 Thread Grigori Solonovitch
It is possible to enable trace for API. Subject has been discussed in the forum already. Could you search ADSM-L archive? From: ADSM: Dist Stor Manager [ads...@vm.marist.edu] On Behalf Of Abid Ilias [ail...@uchicago.edu] Sent: Saturday, February 06, 2010

Re: tsm and rman

2010-02-08 Thread Grigori Solonovitch
We have recovery window 31 days. We are running full backups for databases every 2 weeks and incremental backus all other days. In this case RMAN command list backup summary; shows backups for last 31 - 45 days. Number of days depends on current date and weekly backup schedule. So you definately

Re: tsm and rman

2010-02-08 Thread Grigori Solonovitch
--- - -- - 171770 12858008336 23-JAN-10 12858011683 23-JAN-10 Tim -Original Message- From: ADSM: Dist Stor Manager [mailto:ads...@vm.marist.edu]on Behalf Of Grigori Solonovitch Sent: Monday, February 08, 2010 2:27 PM To: ADSM-L@VM.MARIST.EDU Su

Re: How to verify that the TSM Client Data is encrypted in the TSM Server

2010-02-08 Thread Grigori Solonovitch
error on the options file. SO, if there's anyone out there who is encrypting ORACLE on a LINUX or SUN box, please share with us where the encryption stanza should go. From: ADSM: Dist Stor Manager [ads...@vm.marist.edu] On Behalf Of Grigori Solon

Re: How to verify that the TSM Client Data is encrypted in the TSM Server

2010-02-09 Thread Grigori Solonovitch
essage- From: ADSM: Dist Stor Manager [mailto:ads...@vm.marist.edu] On Behalf Of Grigori Solonovitch Sent: Monday, February 08, 2010 11:45 PM To: ADSM-L@vm.marist.edu Subject: Re: [ADSM-L] How to verify that the TSM Client Data is encrypted in the TSM Server Which version of TDP for Oracle are you

Re: How to verify that the TSM Client Data is encrypted in the TSM Server

2010-02-09 Thread Grigori Solonovitch
...@vm.marist.edu] On Behalf Of Grigori Solonovitch Sent: Tuesday, February 09, 2010 9:57 AM To: ADSM-L@vm.marist.edu Subject: Re: [ADSM-L] How to verify that the TSM Client Data is encrypted in the TSM Server You are right, TDP for Oracle 5.5.2 is not available for download and I do not know

Re: TSM 6.1 dedup

2010-02-09 Thread Grigori Solonovitch
I think you will save space in the both primary and copy pools because of compression, but de-duplication rate in primary pools will be reduced because of compression. In my opinion, in most of the case compression+deduplication is better than just deduplication, if you are ready to ignore incre

Re: Our TSM system is a mess. Suggestions? Ideas?

2010-02-14 Thread Grigori Solonovitch
Hello John, I am sorry, maybe I do not understand your request, but I have very simple advice - just increase logs at least 3-4 times.You will have enough time for everything. I have 130 nodes and 16Gb database with 8GB logs and sometimes it is not enough. I think 13GB logs for so big TSM databa

<    1   2   3   4   5   >