Help Required Diagnosing ASR Backup Problem

2011-09-09 Thread Davis, Adrian
I am getting the following messages in dsmsched.log when doing a system state backup... Backing up object 'COM+ REGDB Writer' component 'COM+ REGDB' using shadow copy. Backing up object 'Registry Writer' component 'Registry' using shadow copy. Backing up object 'System Writer' component 'System

Re: Help Required Diagnosing ASR Backup Problem

2011-09-09 Thread Andrew Raibeck
This looks like Windows 2003 running a version 6.2 backup-archive client. For starters, check whether the pre-requisite hotfixes, as described in the TSM client requirements document, have been installed. You can find this document by going to the URL in my sig. In the Featured links section,

Re: Help Required Diagnosing ASR Backup Problem

2011-09-09 Thread Lee, Gary D.
Take a look at the windows aplication event logs. There is usually more info there. Gary Lee Senior System Programmer Ball State University phone: 765-285-1310 -Original Message- From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Davis, Adrian Sent: Friday,

DB2 requirements for RedHat Linux 6

2011-09-09 Thread Zoltan Forray/AC/VCU
We are building a new server and decided to go with RedHat 6. DB2 Requirements page says RHEL 6 is valid for DB2 9.7 with Fix Pack 4. When we try to run the installation for base 6.2.1 (couldn't find a 6.2.3 in Passport), it chokes saying we are missing Linux compat-libstdc++ (libstdc++so.6)

Re: [adsm] DB2 requirements for RedHat Linux 6

2011-09-09 Thread Lloyd Dieter
I vaguely remember running into something like this, and I worked around it by symlinking /usr/lib/libwhatever to /usr/lib64/libwhatever and re-running ldconfig. Might be worth a shot -Lloyd On 09/09/2011 10:50 AM, Zoltan Forray/AC/VCU wrote: We are building a new server and decided to

querying client backups from the server?

2011-09-09 Thread Jim Davis
Is there some way (SQL or otherwise) to get the effect of running 'dsmc query backup /some/path' on a client, but actually running the command on the TSM server instead? -- Jim Davis Biotechnology Computing Facility Arizona Research Labs

Re: querying client backups from the server?

2011-09-09 Thread Huebschman, George J.
Jim, Yes, but... The sql table for backups is very large and selects against it are very resource intensive. If it is possible to do, the Client query backup command is more efficient. You did not say what version of TSM Server and what OS you have. George Huebschman Storage Support

Re: querying client backups from the server?

2011-09-09 Thread Richard Sims
Not really. Performing a Select on the Backups table is the closest thing, but that can be onerous, and can't return the same info (in particular, the size of small files cannot be gotten). File queries should be done from the client, which is designed to do that. You can use Virtualnodename

Re: querying client backups from the server?

2011-09-09 Thread Jim Davis
On 9/9/2011 12:56 PM, Huebschman, George J. wrote: Jim, Yes, but... The sql table for backups is very large and selects against it are very resource intensive. If it is possible to do, the Client query backup command is more efficient. Understood, but for various reasons it'd be nice to

Re: querying client backups from the server?

2011-09-09 Thread Huebschman, George J.
Jim, I take it you read Richard's reply. Richard Sims is a pretty high authority. I listen carefully to what he says. This issue has been discussed on here in the past. You said, Understood, but for various reasons it'd be nice to have an alternative. I can relate to