Re: TDP for Domino and Backup Client on one machine

2004-10-08 Thread Chernyaev Sergey
Hi, I have little experience with subj (TDP for Domino and Backup Client on one machine). I install these things on Windows server. All worked fine. Info I find in IBM Tivoli Storage Manager for Mail 5.1.5 (SC32-9057-00) (TDP for Domino for Windows). You need really use 2 different nodenames. Firs

Re: report of usage of space in megabyte for every user...

2004-10-08 Thread Richard Sims
>Thank you for your reply. I am agreee. I think it will take long time to >count up. I dont know where to find all this this file-owner >informations/attributes. There are some tables with fields named >'FILE_SIZE'. Hi, Peter - I have notes on FILE_SIZE and related topics in http://people.bu.edu/

Reset serverpassword; what is impact?

2004-10-08 Thread Mike Hagery
Hello, Just a quick question. Two servers: AIX 5.2, TSM 5.1.7.3, one library-manager and the other library-client. We use the other-server defintions on both TSM-machines for library-sharing. Now we want a third server to setup as library-client. But we can't remember the serverpassword we used on

Hierarchical Storage Management

2004-10-08 Thread Daniel Stanizzo
Hi List, Someone is using Hierarchical Storage Management (http://www-1.ibm.com/servers/eserver/iseries/hsmcomp/) What can you tell me about this product? It's really an "upgrade" to BRMS? Regards, Daniel Stanizzo.

Re: Hierarchical Storage Management

2004-10-08 Thread Richard Sims
On Oct 8, 2004, at 7:38 AM, Daniel Stanizzo wrote: Hi List, Someone is using Hierarchical Storage Management (http://www-1.ibm.com/servers/eserver/iseries/hsmcomp/) What can you tell me about this product? It's really an "upgrade" to BRMS? Regards, Daniel Stanizzo. We've been looking for that perso

checkin libvol

2004-10-08 Thread Joni Moyer
Hello All! I know this will seem like a very unintelligent question, but I am in a rush and I'm a little confused. I'm trying to checkin a library volume into the TSM server for NDMP backup use. Currently we use ACSLS and Gresham, but Gresham doesn't enter the mix for NDMP backups. What I am wo

NDMP backup for NAS Filer

2004-10-08 Thread Rajesh Oak
Is the NDMP backup of the NAS Filer always a full or is TSM able to do Incremental backups? Rajesh Oak -- ___ Find what you are looking for with the Lycos Yellow Pages http://r.lycos.com/r/yp_emailfooter/http://yellowpages.lycos.com/default.asp?SRC=ly

Re: AW: DSMSERV UNLOADDB

2004-10-08 Thread David Nicholson
Hi All, I am surprised by the significant reduction is Pct Utilized. I thought in previous discussions that Unload/Reload had minimal impact on utilization. I have (2) TSM 5.2.2 servers on AIX with 40GB db's that are 90% used. I haven't done a unload/reload since there creation 3 years

Re: AW: DSMSERV UNLOADDB

2004-10-08 Thread Loon, E.J. van - SPLXM
Hi David! Try the following SQL statement: SELECT CAST((100 - (CAST(MAX_REDUCTION_MB AS FLOAT) * 256 ) / (CAST(USABLE_PAGES AS FLOAT) - CAST(USED_PAGES AS FLOAT) ) * 100) AS DECIMAL(4,2)) AS PERCENT_FRAG FROM DB It will give you the fragmentation level. Kindest regards, Eric van Loon KLM Royal Du

Re: AW: DSMSERV UNLOADDB

2004-10-08 Thread Daniel Sparrman
Hi Yes, you probably do. However, the impact of the unload is smaller than you might expect. Directly after the unload, you're database will shrink with 30-40%. However, the following days after a unload you will see that the database will quickly go up in utilization again. I'd expect you ca

Re: AW: DSMSERV UNLOADDB

2004-10-08 Thread David Nicholson
Hi Eric, Thanks for the info! The older of the 2 servers returned a percent_frag of "-0.01" the newer returned a percent_frag of "27.44". The older server is 4 years old...the newer is 3 years old. Seems strange the newer server would have such a significantly higher frag %. Any id

Re: TDP for exchange 2003

2004-10-08 Thread TSM_User
Exchange 2003 is supported at TDP for Exchange V5.2.1. Also, Windows 2003 is supported with V5.2 client and server. We've done a lot of testing with V5.2.3.2 and so far all is well. "Ugie, Brian" <[EMAIL PROTECTED]> wrote:Hi all, I have TDP for exchange version 2.2.0.0. Can this be used to ba

Re: AW: DSMSERV UNLOADDB

2004-10-08 Thread David Nicholson
Hi Daniel, It just occurred to me that even though the DB is 3 years oldI seem to recall a unload/reload when going from TSM 4.x to TSM 5.2...anybody know if this was the case? My point is that while updating the server version, I may have "defragged" it without realizing it... Th

Re: AW: DSMSERV UNLOADDB

2004-10-08 Thread Richard Sims
On Oct 8, 2004, at 9:47 AM, David Nicholson wrote: Hi All, I am surprised by the significant reduction is Pct Utilized. I thought in previous discussions that Unload/Reload had minimal impact on utilization. I have (2) TSM 5.2.2 servers on AIX with 40GB db's that are 90% used. I haven't don

Re: AW: DSMSERV UNLOADDB

2004-10-08 Thread Loon, E.J. van - SPLXM
Hi Dave! My largest production server has a rather low fragmentation level (about 2 %). Another one, which is slowly being phased out, has a percentage of 60% Both machines have a lot of nodes removed in the past, but only the big one has nodes added. So my guess is that TSM reuses the fragment

Re: AW: DSMSERV UNLOADDB

2004-10-08 Thread Daniel Sparrman
Richard, it all depends on your situation. If you're going to use the unload/load feature of TSM, you'll need to do it regularly. Otherwise, over time, you'll loose the benefits of the unload/load process. However, if you setup a routine to do the unload/load perhaps once a year, you will get

Re: queryschedperiod

2004-10-08 Thread Andrew Raibeck
Geert, On the TSM server side, run "QUERY STATUS" and take a look at the query schedule period. I bet it says "4" instead of "Client". Refer to the server SET QUERYSCHEDPERIOD command for additional information on this setting. Regards, Andy Andy Raibeck IBM Software Group Tivoli Storage Manage

Reported IP inconsistency

2004-10-08 Thread Kevin Kinder
I am running the following simple query. Environment is TSM 5.1.7.0 MVS. select - nodes.node_name as "Node Name",- nodes.tcp_address as "IP Address",- concat(concat(concat(concat(varchar(nodes.client_version),'.'), - concat(varchar(nodes.client_release),'.')), - concat(varchar(nodes.cli

Re: Reported IP inconsistency

2004-10-08 Thread Daniel Sparrman
Hi Kevin The URL is a static value, set by the TSM administrator. TSM doesnt change this value in the case that the IP-adress of the client changes. Only the tcpadress changes on a client change. You can change the URL value by selecting "Updating node", and then "URL". The tcpadress value wil

ANR8212W Unable to resolve address

2004-10-08 Thread Timothy Hughes
Hello all, Has anyone ever encountered this error message for a tsm client? Any ideas on possible cause(s) of this error? 10/08/04 03:14:25 ANR8212W Unable to resolve address for sacnash200-tsm. (SE SSION: 242) 10/08/04 03:15:00 ANR8212W Unable to resolve address f

Re: ANR8212W Unable to resolve address

2004-10-08 Thread Richard Sims
On Oct 8, 2004, at 11:12 AM, Timothy Hughes wrote: Hello all, Has anyone ever encountered this error message for a tsm client? Any ideas on possible cause(s) of this error? 10/08/04 03:14:25 ANR8212W Unable to resolve address for sacnash200-tsm. (SE ... Tim - That sounds like a DNS lookup probl

Re: ANR8212W Unable to resolve address

2004-10-08 Thread Timothy Hughes
Thanks Richard! Richard Sims wrote: > On Oct 8, 2004, at 11:12 AM, Timothy Hughes wrote: > > > Hello all, > > > > Has anyone ever encountered this error message for a tsm client? Any > > ideas > > on possible cause(s) of this error? > > > > > > 10/08/04 03:14:25 ANR8212W Unable to resolve add

Re: Reported IP inconsistency

2004-10-08 Thread David Moore
Hello List - I've got zero scripting experience for TSM. But, we are trying to determine the number of processors that are on each of the nodes that we are backing up. That info is not available in the WEBGUI drop-downs and I don't know the tables and layouts in the database. Is this informa

Re: TDP for exchange 2003

2004-10-08 Thread Jon Evans
I have been told that TSM server must be at version 5.1.6.x or above in order to backup Exchange 2003 (with 5.2.1TDP)... is this correct or do I need to be running 5.2 server? Could someone please straighten this out? Thanks in advance Jon -Original Message- From: ADSM: Dist Stor Manager

Re: Reported IP inconsistency

2004-10-08 Thread David E Ehresman
TSM does not store the number of processors. To find this info, you have to go to each client machine and use its OS commands for finding number of processors. David Ehresman >>> [EMAIL PROTECTED] 10/8/2004 11:26:57 AM >>> Hello List - I've got zero scripting experience for TSM. But, we are t

Server-Free backups/components

2004-10-08 Thread Sandra
Dear all, 1- Components Components for Server-Free policy would be: Server side: TSM Extended Edition Library: Tape library with data mover support. Client: TSM B/A Client Optional TSM for Mail/DB if I am using Exchange/Domino/Oracle/DB2 etc. No Storage Agent required 2- OS Support: Is server-f

FlashCopy backups

2004-10-08 Thread Sandra
Dear All, The mechanism for FlashCopy is that one production host, which has a)TSM B/A Client b)TDP for DB installed, initiates the backup and only the flasCopy is created. The other host then initiates the backup process and actually copies this flashcopy. On the implementation side: how do we a

Re: Reported IP inconsistency

2004-10-08 Thread Kevin Kinder
Thanks Daniel. I can update the URL value with no problem, and it reflects the changes when I run the query. However, even after stopping and restarting the TSM scheduler (whether on Novell or Windows clients), the tcp_address value does not change. Any other ideas? Do I need to reboot the cl

What is everybody using for Netware backups as far as versions of TSM and TSA/SMDR

2004-10-08 Thread Peter Hadikin
Hello everybody, Netware seems to be the one environment where I find the stars need to be aligned properly for everything to work for backups and restores. I am wondering what version of TSM client and what versions of TSAFS/TSA600/SMDR everybody is using out there for both Netware 6 and Netware

Re: What is everybody using for Netware backups as far as versions of TSM and TSA/SMDR

2004-10-08 Thread Zoltan Forray/AC/VCU
5.2.3.0 is the latest client for Netware and definitely needed for NW6.x. We use it (and older versions) on lots of Netware systems. Yes, TSAFS is a royal pain and causes lots of problems/issues, so make sure to get the latest TSA updates from Novell. They are critical in getting proper backups.

Re: What is everybody using for Netware backups as far as versions of TSM and TSA/SMDR

2004-10-08 Thread Jim Kirkman
Peter, I have been of the same mindset regarding Netware, but for the last year or so we have been (dare I say it) pretty darn stable with backups. We have a 6.0 cluster with 4 nodes running TSM client 5.2.2.3. Netware nlms listed below. TSA600.NLM Loaded from [SYS:\SYSTEM\] (Address Space = OS

Re: What is everybody using for Netware backups as far as versions of TSM and TSA/SMDR

2004-10-08 Thread Mark D. Rodriguez
Peter Hadikin wrote: Hello everybody, Netware seems to be the one environment where I find the stars need to be aligned properly for everything to work for backups and restores. I am wondering what version of TSM client and what versions of TSAFS/TSA600/SMDR everybody is using out there for both N

Re: TDP for exchange 2003

2004-10-08 Thread Del Hoobler
Jon, The requirements as noted in the README file for Data Protection for Exchange 5.2.1 are: - IBM Tivoli Storage Manager Server 5.1 You do not need to be running a 5.2 TSM Server. Thanks, Del "ADSM: Dist Stor Manager" <[EMAIL PROTECTE

Re: What is everybody using for Netware backups as far as versions of TSM and TSA/SMDR

2004-10-08 Thread Peter Hadikin
Hello Zoltan, Thanks for the feedback. I have been supporting our ADSM/TSM environmnet since 1991/2 and Netware seems to be the only place we have tons of problems with backups and restores. What is you site like? Take care and have a super weekend, Peter Zoltan

TDP Setup for Domino - Please Help

2004-10-08 Thread [EMAIL PROTECTED] fire
Hi all, I'm having trouble with my setup here, please help... My system is: Solaris 8 Lotus Notes R5 I was asked to setup backup for a newly created notes partition. it is the 5th notes partition on this particular server and on the other four partitions, the backup is running smoothly. I'm ne

Re: What is everybody using for Netware backups as far as versions of TSM and TSA/SMDR

2004-10-08 Thread Troy Frank
I backup roughly 45 netware servers ranging from v5.1 to 6.5. The client version is 5.2.2.3 on all of them currently, as I've had no need to move to 5.2.3. The TSM server is 5.2.2.2. I've got mixes of tsa500, tsa600, and tsafs depending on the OS version. The only one I've ever had any problem

Re: What is everybody using for Netware backups as far as versions of TSM and TSA/SMDR

2004-10-08 Thread Troy Frank
Since TSM doesn't use the native tsagw interface, you almost have to use St. Bernard OFM. The only other alternative I know of is to run a cron job to stop the poa/mta before the backup, and guestimate when to bring them back up. As far as I've seen though, using the OFM combo works just fine. I

Re: TDP Setup for Domino - Please Help

2004-10-08 Thread Eduardo Esteban
Make sure the PASSWORDDIR option in dsm.sys, for the new stanza, points to a directory where the notes user for the new partition can write to. It probably is pointing to one of the already configured partitions and is unable to write to it. Eduardo "ADSM: Dist Stor Manager" <[EMAIL PROTECTED]

Re: DSMSERV UNLOADDB

2004-10-08 Thread Ian Hobbs
I always got into the habit of running these types of commands with nohup and redirecting the output. I would usally then run a tail -f to watch it. Doing this saved me a couple of times . On Fri, 8 Oct 2004 00:34:54 +1000, Yuhico, Alexandra wrote: >that's another problem. when i ran the unl