Re: DB Audit

2007-12-06 Thread Henrik Wahlstedt
Hi, Audit DB is a single threaded slow operation and there are no tricks besides auditing parts of the DB like ex. Storage. Look at R Sims Quickfacrs and search for partial audits. //Henrik -Original Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Andy

AW: [ADSM-L] DB Audit

2007-12-06 Thread Lehmann, Stefan
Hello Andy, it´s a fact that audits are painfully slow ... - some weeks ago my tsm productive DB 30GB DB-Size on a p570 and a DS8100 (AIX 5.3/TSM 5.4.1.2) needed an audit - 12 hours later the audit was done !! So I think the audit process doesn´t care about fast hardware .. maybe you find the

select query for nodes in no collocation group

2007-12-06 Thread Crosskey, Adam - Corporate Core - ICT Services
Can anybody help? I need to be able to run a query to quickly show me that my colleagues have been adding new nodes to collocation groups as they should. Either a select query returning nodes in no collocation group, or a query listing all nodes and showing the collocation group they are in

Re: select query for nodes in no collocation group

2007-12-06 Thread Jim Young
select node_name, collocgroup_name from nodes order by collocgroup_name Cheers Jim - Original Message - From: Crosskey, Adam - Corporate Core - ICT Services [EMAIL PROTECTED] To: ADSM-L@VM.MARIST.EDU Sent: Thursday, December 06, 2007 11:17 AM Subject: [ADSM-L] select query for nodes in

Re: select query for nodes in no collocation group

2007-12-06 Thread Richard Sims
Another approach is: select node_name from volumeusage where stgpool_name='' to verify if the nodes you expect are actually participating in a group-collocated storage pool. Notes: - Nodes may participate in a group-collocated storage pool and not be defined in a collocation group,

NetApp backup takes too long

2007-12-06 Thread Haberstroh, Debbie (IT)
Good morning, I could use some suggestions for improving the backup time for our Network Appliance. Below is the write up that my Sys Admin submitted describing the problem. Thanks for the help. Situation: We have a Network Appliance (NAS) hosting approximately 8 million Windows files

Re: AW: [ADSM-L] DB Audit

2007-12-06 Thread Richard Sims
On Dec 6, 2007, at 4:23 AM, Lehmann, Stefan wrote: Hello Andy, it´s a fact that audits are painfully slow ... - some weeks ago my tsm productive DB 30GB DB-Size on a p570 and a DS8100 (AIX 5.3/TSM 5.4.1.2) needed an audit - 12 hours later the audit was done !! So I think the audit process

Re: select query for nodes in no collocation group

2007-12-06 Thread Fred Johanson
Yet another approach is to check if the non-collocated need collocation: select node_name, sum(physical_mb) as STORAGE from occupancy where node_name in (select node_name from nodes where collocgroup_name is null and domain_name=upper('$1')) group by node_name Fred Johanson TSM Administrator

Re: select query for nodes in no collocation group

2007-12-06 Thread Crosskey, Adam - Corporate Core - ICT Services
Many thanks to you all. -Original Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] Behalf Of Fred Johanson Sent: 06 December 2007 14:39 To: ADSM-L@VM.MARIST.EDU Subject: Re: [ADSM-L] select query for nodes in no collocation group Yet another approach is to check if the

AW: [ADSM-L] AW: [ADSM-L] DB Audit

2007-12-06 Thread Lehmann, Stefan
hello Richard, right - fooling around with dsmserv audit is really nonsens, but if you get problems with your database, and tsm-support tells you: audit please, next question is how long will it take? - I never got an answer - and so I am glad that somebody wrote down his experiences, how long an

Re: AW: [ADSM-L] DB Audit

2007-12-06 Thread Andy Huebner
As I said this was a test to see how long it will take and to see if there is anything that needs fixing. The audit failed after 18 hours. Since we cannot be down for 10 days, the full audit is eliminated. We do have to run the diskstorage audit to fix a known problem. We will see how long

Long Wait for Disk Pool Volumes

2007-12-06 Thread Andrew Carlson
I am running TSM 5.3.2.3 on AIX 5.3.6. We started using big disk pools for our onsite data some time ago. We are noticing an odd behaviour. It takes up to 20 minutes for disk volumes to start varying online, and can take longer obviously for it to finish. Before opening an incident with IBM

AW: NetApp backup takes too long

2007-12-06 Thread Stefan Holzwarth
We had a similiar setup and used 5 backupjobs for each volume at the same time. For every volume of the nas server we split the work logicaly. So batch 1 took all directories starting with a-e, bath 2 all from f to h, We could backup our nas device in about 12 hours with 11mio files. Regards

Re: Long Wait for Disk Pool Volumes

2007-12-06 Thread Thorneycroft, Doug
Do you ever migrate the data from the diskpools, if not, you could be severely fragmented. -Original Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] Behalf Of Andrew Carlson Sent: Thursday, December 06, 2007 7:12 AM To: ADSM-L@VM.MARIST.EDU Subject: Long Wait for Disk

5.4.1.x BA WEB GUI JAVA errors

2007-12-06 Thread Phillip Burgess
Hi We are experiencing problems with upgrading clients from 5.3 to 5.4, every client upgraded so far has broken the WEB GUI, with all clients using IE6 reporting the following error message ANS2603S Browser trying to establish connection to client; received

AW: [ADSM-L] 5.4.1.x BA WEB GUI JAVA errors

2007-12-06 Thread Thomas Rupp
When I search google with string tsm java.security.Accesscontrolexception (I removed one l from controll) I get some hits that might help http://www-1.ibm.com/support/docview.wss?uid=swg21169180 http://safari.adobepress.com/0738425192/part03 (see end of page) Thomas Rupp -Ursprüngliche

Re: NetApp backup takes too long

2007-12-06 Thread Strand, Neil B.
Debbie, TSM V5.4 introduced NDMP backup via ethernet from the NetApp to the TSM server, removing the need for a tape drive to be attached to the NetApp. It greatly simplifies the NDMP configuration and allows significantly better TSM management of backup data than the previous method. I am

windows cluster config using cli

2007-12-06 Thread Schaub, Steve
If anyone has scripted the setup/config of TSM on a Windows cluster, I would be interested in seeing it - I'm having trouble finding all the appropriate cluster.exe parameters to do what the TSM Appendix D says to do manually. Steve Schaub Systems Engineer, Windows Blue Cross Blue Shield of

Re: 5.4.1.x BA WEB GUI JAVA errors

2007-12-06 Thread Richard Sims
Have a look atWeb Client Security Exception in 5.4 Known Problems Technotes such as 1247800 and see if that pertains, as one possibility. Richard Sims

Re: Long Wait for Disk Pool Volumes

2007-12-06 Thread Andrew Carlson
We are not currently migrating the data. Even if they are fragmented, this is just the vary on time, not the access time. Access seems fine once they are varied on. On Dec 6, 2007 9:21 AM, Thorneycroft, Doug [EMAIL PROTECTED] wrote: Do you ever migrate the data from the diskpools, if not, you

TDP R/3 Backom Error

2007-12-06 Thread abrofie
Hi, Can anybody help me solve this issue; /usr/tivoli/tsm/tdp_r3/db264/backom -c b_db -a xxx -O === Data Protection for SAP(R) - Backup Object Manager - Version 5, Release 5, Modification 0

AW: [ADSM-L] TDP R/3 Backom Error

2007-12-06 Thread Thomas Rupp
I'm no SAP R/3 or DB2 guru, but have a look at http://adsm.org/forum/showthread.php?t=6094 The password config seems to be missing HTH Thomas Rupp -Ursprüngliche Nachricht- Von: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] Im Auftrag von abrofie Gesendet: Donnerstag, 06. Dezember

Re: 5.4.1.x BA WEB GUI JAVA errors

2007-12-06 Thread Phillip Burgess
Thanks I had not seen that yet Problem is that most of the users do not have permission to change their IE settings. We do have a proxy server but the IP address range of the clients are excluded. I did try with the proxy settings removed and received the same error on my workstation.

Re: AW: NetApp backup takes too long

2007-12-06 Thread Steve Stackwick
You could also investigate journaling on the Windows server. If the number of files changing daily is small, journaling could cut down on the noodle through the filesystem delay that you're seeing. Steve On 12/6/07, Stefan Holzwarth [EMAIL PROTECTED] wrote: We had a similiar setup and used 5

Can a Client Option value be changed after being copied?

2007-12-06 Thread Timothy Hughes
Hi all, I copied a Client option set (WIN2K3RU4SQL) and change the name to (WIN2K3RU4NOSQL) using the TSM GUI. I have been comparing the new WIN2K3RUNOSQL Option set with another one on a different server. Everything matches up except the Use Option Set Value (FORCE) is there a way to change

Re: AW: NetApp backup takes too long

2007-12-06 Thread Haberstroh, Debbie (IT)
Thanks Steve, I'll pass that along to the Sys Admin -Original Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] Behalf Of Steve Stackwick Sent: Thursday, December 06, 2007 9:41 AM To: ADSM-L@VM.MARIST.EDU Subject: Re: [ADSM-L] AW: NetApp backup takes too long You could

Re: NetApp backup takes too long

2007-12-06 Thread Haberstroh, Debbie (IT)
Thanks Neil. I had read about this in 5.4 but am still at 5.3.3 due to old Lan-free clients. It would be a good reason to pursue the upgrade though. -Original Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] Behalf Of Strand, Neil B. Sent: Thursday, December 06, 2007

Re: ANR8314E Library is Full Error

2007-12-06 Thread Stapleton, Mark
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Maura Adams Thanks for the info. I just heard back from IBM support and because our second frame to the library was added after our original install, TSM does not see it. We need to take an outage and delete/define all

import node 'incomplete'

2007-12-06 Thread Gill, Geoffrey L.
TSM server AIX 5.3 TSM Server 5.3.3.0 I am running an import node, something we have been doing successfully for quite some time now. For some reason today I am seeing this INCOMPLETE status for this but no other errors in the activity log for reading or writing a file. What else can cause

Re: import node 'incomplete'

2007-12-06 Thread Richard Sims
Geoff - See if Technote 1246364 explains your occurrence. The absence of contextual messaging explaining the Incomplete is disappointing. Richard Sims

Re: ANR8314E Library is Full Error

2007-12-06 Thread Dennis, Melburn (IT Solutions US)
Actually if all that was added was extra slots in the second frame, all that needs to be run is an audit library command. This will force your library to reaudit your current inventory including the new empty slots. If new drives were added as well, just define the new paths and drives to the

Vista oddness

2007-12-06 Thread Tyree, David
We are testing Vista and I'm seeing something odd. TSM seems to want to do almost a full backup every time it runs automatically. I'm running the 5.5.0 client on a VMware (6.0) Vista Ultimate box that is talking to a TSM server running 5.4.1 on Windows. The

Re: import node 'incomplete'

2007-12-06 Thread Gill, Geoffrey L.
I must be an idiot. I'm either in the wrong place or don't know how to perform a search, and as usual the IBM site is little help in finding it. Do you have a link Richard? Thanks, Geoff Gill TSM Administrator PeopleSoft Sr. Systems Administrator SAIC M/S-G1b (858)826-4062 Email: [EMAIL

Re: Vista oddness

2007-12-06 Thread Stef Coene
On Thursday 06 December 2007, Tyree, David wrote: Anybody got a idea what's going on here? Maybe the System Objects (I don't know how it is called in vista) is using all that space. This is each time a full backup of all dll's and all other windows stuff. Try to backup the System

Re: import node 'incomplete'

2007-12-06 Thread Stapleton, Mark
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Geoff - See if Technote 1246364 explains your occurrence. From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of I must be an idiot. I'm either in the wrong place or don't know how to perform a search, and as usual the IBM

Re: INCLUDE for new management class

2007-12-06 Thread Fred Johanson
Andy, I got a note that said that all is now as the users want. thanks for the help. From: ADSM: Dist Stor Manager on behalf of Andrew Raibeck Sent: Mon 12/3/2007 3:15 PM To: ADSM-L@VM.MARIST.EDU Subject: Re: [ADSM-L] INCLUDE for new management class Hi

Re: Vista oddness

2007-12-06 Thread Wanda Prather
Don't know myself, but someone else posted a while back that the System State on Vista is many GB. That is consistent with what you are seeing - a scheduled backup will do the System State, whether things have changed or not. And selecting the C: drive will not do the system state. As a test,