Re: Proxy backup solution for VMware/ESX Linux guests

2010-02-11 Thread Keith Arbogast
Paul, We're not offloading it. A TSM client runs on every virtual machine that is backed up. Since many of our virtual machines are cloned some TSM setup time is eliminated. The occasional problem with cloning occurs when a client admin forgets to change the nodename option in a clone's client

Syntax to add an option to a client schedule

2010-02-11 Thread Moyer, Joni M
Hi Everyone, I was wondering if it is possible to add another option to this archive schedule? The customer would like to have -snapshotproviderfs=NONE added. Would the below need to be added as: '"-deletefiles -snapshotproviderfs=NONE"' And is this even possible? I looked up the command an

Re: VSS and system state failures on windows 2003 clients

2010-02-11 Thread Richard Sims
You may want to contact TSM Support to be an interested party for when APAR IC65478 is resolved. Richard Sims

Re: VSS and system state failures on windows 2003 clients

2010-02-11 Thread Wanda Prather
There are s many things that can go wrong with VSS. (MS tells Tivoli to call a bunch of different VSS writer API's to back up system state, but obviously, ntbackup does it a different way. Coincidence? Conspiracy?) There are so many MS patches for VSS, it's hard to figure out which one is re

date check in a select

2010-02-11 Thread Richard Rhodes
What's the best way to write a date check like this?I'm looking for any nodes registered after some number of days (the 30 is just an example). dsmadmc -se=$i -id=$adminid -password=$adminpwd -tab -noc < 30 days EOD ANR2916E The SQL data types TIMESTAMP and INTERVAL DAY(9) are incompatible f

Re: date check in a select

2010-02-11 Thread Ian Smith
Richard, the column reg_time is in datetime format so you need to 'cast' it into the correct format. Further, you are comparing against an integer. What you probably want is: select node_name, date(reg_time) from nodes \ where cast(current_date - date(reg_time) as integer) >30 the first date() i

Re: VSS and system state failures on windows 2003 clients

2010-02-11 Thread Tchuise, Bertaut
John, The errors you are experimenting with VSS have nothing to do with TSM rather the host. Deleting the filespace won't do you any good. Try the steps in this post: http://www.mail-archive.com/adsm-l@vm.marist.edu/msg83546.html Good luck. BERTAUT TCHUISE TSM/NetApp Storage Engineer Legg Mason

Re: Ans0299 message

2010-02-11 Thread Andrew Raibeck
Hi Gary, Is the scheduler service configured for automatic startup after reboot? If so, change it to manual startup. Best regards, Andy Andy Raibeck IBM Software Group Tivoli Storage Manager Client Product Development Level 3 Team Lead Internal Notes e-mail: Andrew Raibeck/Hartford/i...@ibmus I

Re: date check in a select

2010-02-11 Thread Michael Green
Try this: select node_name, reg_time from nodes where cast((current_timestamp-reg_time)days as decimal)>30 -- Warm regards, Michael Green On Thu, Feb 11, 2010 at 6:46 PM, Richard Rhodes wrote: > > What's the best way to write a date check like this?    I'm looking > for any nodes registered afte

Re: tsm version support z/os

2010-02-11 Thread Richard Sims
http://www.ibm.com/software/sysmgmt/products/support/lifecycle/

last 5.x version?

2010-02-11 Thread Tyree, David
I've looked over the ftp site and Passport Advantage and it looks like the newest (or last?) version of TSM server for Windows is version 5.5.4.0. Is there anything newer that that version? I was looking for the latest non 6.x version to make sure we stay in suppo

VSS and system state failures on windows 2003 clients

2010-02-11 Thread Dury, John C.
I've been fighting this for several weeks now and I'm getting very frustrated. I have several windows 2003 clients that consistently get the errors listed below. I've done some research and installed the following patches as per recommendations from several others and nothing seems to fix the er

Ans0299 message

2010-02-11 Thread Lee, Gary D.
Just installed a new client v 6.1.3 on a windows box os version 6.00, whatever that is. I suspect windows 7. Scheduler was set up through the gui, and managedservices is set for web and schedule. When the machine starts I get the ans0299 message. Looked it up in help and only refers to if you

Re: Ans0299 message

2010-02-11 Thread Richard Sims
On Feb 11, 2010, at 11:41 AM, Lee, Gary D. wrote: > Just installed a new client v 6.1.3 on a windows box os version 6.00, > whatever that is. I suspect windows 7. Gary - 6.00 is Vista. (Good luck to that user.) > > Scheduler was set up through the gui, and managedservices is set for web and

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

2010-02-11 Thread Fred Johanson
Richard, Unfortunately, it doesn't work when TDPO runs as a separate client. What I'm finding odd is that encryption doesn't show up in TDPOCONF. Compression does. Fred Johanson TSM Administrator University of Chicago 773-702-8464 -Original Message- From: ADSM: Dist Stor Manager [

Re: Syntax to add an option to a client schedule

2010-02-11 Thread Tchuise, Bertaut
Joni, Yes, you can add the snapshotproviderfs=NONE option to your archive schedule or you can simply add it in the dsm.opt/dsm.sys files and run the schedule without that option. Does your customer realize that the -snapshotproviderfs=NONE is the default option and that it does not need to be adde

Re: Best practices for tdp for sqlserver and tdp for exchange

2010-02-11 Thread Tchuise, Bertaut
Gary, The Tivoli 5.5/6.1 Information Center would be the best place to start. >From this link: http://publib.boulder.ibm.com/infocenter/tivihelp/v1r1/index.jsp on the left frame, click then expand the "Storage Manager For Mail" & "Storage Manager for Databases" links. There you will find the PDFs

tsm version support z/os

2010-02-11 Thread Tim Brown
What are the support dates for TSM server on Z/OS 5.4 5.5 Tim Brown Systems Specialist - Project Leader Central Hudson Gas & Electric 284 South Ave Poughkeepsie, NY 12601 Email: tbr...@cenhud.com Phone: 845-486-5643 Fax: 845-486-5921 Cell: 845-235-4255 This message co

Re: date check in a select [using days(...) function]

2010-02-11 Thread James R Owen
I use this variant: [?equivalent to M.Green's?] select node_name, reg_time from nodes- where days(current_timestamp)-days(reg_time)>30 -- jim.o...@yale.edu (w#203.432.6693, c#203.494.9201, h#203.387.3030) Michael Green wrote: Try this: select node_name, reg_time from nodes where cast((current

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

2010-02-11 Thread Richard Sims
On Feb 10, 2010, at 5:57 PM, Fred Johanson wrote: > To update. We see encryption in the ActLog for AIX only on 5.5.2; nothing > for either LINUX or SOLARIS. Encryption is verified by the trace, even on > some old, no-supported versions. Users certainly would want an easy way to > verify on t

Vss problem, not sure what to do.

2010-02-11 Thread Lee, Gary D.
Tsm client 6.1.0 Server 5.4.4 Get an ans1327 error during systemstate backup. Windows event log shows the following. 2/10/2010 9:31:00 AM TsmVssPluginError None4112NT AUTHORITY\SYSTEM CCIMSTORAGE "VSS processing encountered error 'VSS_E_INSUFFICIENT_STORAGE' in

Multiple server-server exports of a single client

2010-02-11 Thread Lloyd Dieter
Scenario: Two TSM servers, both v5.5.X. TSM serverA has retention for a particular client (node1) of 60 days. TSM serverB is used as a target for server-server export/import from serverA. On serverB, node1 is defined, and retention is set to NOLIMIT. After 30 days, node1's data is exported to

Re: last 5.x version?

2010-02-11 Thread Harry Redl
Hi, 5.5.4.0 is the last maintenance release, last patch is 5.5.4.1 ftp://serviceb.boulder.ibm.com/tivoli-storage-management/patches/server/NT/5.5.4.1/ Harry From: "Tyree, David" To: ADSM-L@VM.MARIST.EDU Sent: Thu, February 11, 2010 8:46:02 PM Subject: [ADSM-L