Re: Delete STG pool Directory still active data

2018-04-07 Thread rou...@univ.haifa.ac.il
Behalf Of Rick Adamson Sent: Friday, April 6, 2018 12:37 PM To: ADSM-L@VM.MARIST.EDU Subject: Re: [ADSM-L] Delete STG pool Directory still active data Robert, Maybe the " Delay Period for Container Reuse " option on the storage pool ? -Rick Adamson -Original Message- From: ADSM:

Re: Delete STG pool Directory still active data

2018-04-06 Thread Rick Adamson
DU Subject: [ADSM-L] Delete STG pool Directory still active data * This email originated outside of the organization. Use caution when opening attachments or clicking links. * -- Hi to all I tried today to delete a STG pool directory

Delete STG pool Directory still active data

2018-04-02 Thread rou...@univ.haifa.ac.il
c:\mountpoints\V7000_D3\STG2) Q stg v7000_D3 got Protect: ADSM2>q stg v7000_d3(still active data) Storage Pool nameDevice Class NameStorage Type Estimated Capacity Pct Util PCTPct Migr High Low Next Storag

Re: Inactive active filesystem for vm in script

2017-06-27 Thread Ron Delaware
___ Ronald C. Delaware Senior Consultant IBM Corporation | System Lab Services 925-476-5315 (Office) 925-457-9221 (cell phone) mailto:ron.delaw...@us.ibm.com From: "Schneider, Jim" To: ADSM-L@VM.MARIST.EDU Date: 06/27/2017 11:01 AM Subject:Re:

Re: Inactive active filesystem for vm in script

2017-06-27 Thread Schneider, Jim
ay, June 27, 2017 12:33 PM To: ADSM-L@VM.MARIST.EDU Subject: Re: [ADSM-L] Inactive active filesystem for vm in script Classification: Public Robert I'm not sure this is the best answer to your question, but in the absence of any other replies I thought it might at least prompt somebody to

Re: Inactive active filesystem for vm in script

2017-06-27 Thread Schofield, Neil (Storage & Middleware, Backup & Restore)
you've got stored for the VM called bodev, maybe try something like the following? SELECT COUNT(*) FROM BACKUPS WHERE FILESPACE_NAME='\VMFULL-bodev' AND LL_NAME LIKE '%.ovf' It looks like all versions of bodev.ovf will show as Active versions, but perhaps you can just as

Inactive active filesystem for vm in script

2017-06-26 Thread rou...@univ.haifa.ac.il
Hello All I wonder if it is a possibility from the admin console side (dsmadmc) , to run a script to get this information. (If it’s possible) How many inactive versions of a filesystem VM machines I got for a specific machine. I know that I can got this information from the VE side running:

Re: Active data

2017-01-11 Thread Karel Bos
Would expect not as the whole point of the active data pool was having active verslons on disk and inactive data on cheaper tape. Container is disk only and dedupe needs repeating blocks of data to be effective. K > Op 11 jan. 2017 om 20:09 heeft David Ehresman > het volgende gesc

Active data

2017-01-11 Thread David Ehresman
In a TSM 7.1.7 server, can a container stgpool be used as an activedata stgpool? David

Re: Backing up Active Directory server using TSM client

2016-11-08 Thread Storer, Raymond
;) since I used their tools for backup and recovery I do not suggest that TSM's system state backup of a domain controller doesn't work. I just don't want even the possibility of a finger pointing contest when I need to recover Active Directory. Ray Storer NIBCO INC. 574.295.34

Re: Backing up Active Directory server using TSM client

2016-11-08 Thread Rick Adamson
DU Subject: Re: [ADSM-L] Backing up Active Directory server using TSM client I believe that TSM for VMWare is Active Directory aware and creates consistent snaps of virtualized DCs. I've handed our AD guys VM backups of their DCs for a couple years now and they seem to be able to recover wit

Re: Backing up Active Directory server using TSM client

2016-11-08 Thread Matthew McGeary
I believe that TSM for VMWare is Active Directory aware and creates consistent snaps of virtualized DCs. I've handed our AD guys VM backups of their DCs for a couple years now and they seem to be able to recover without much issue but I'm not an expert in AD or what their pr

Backing up Active Directory server using TSM client

2016-11-07 Thread Paul_Dudley
Is there any point in backing up an Active Directory server using the TSM client? Would a restore of Active Directory work? I have read conflicting views on this - some say it would not work yet others say it has worked for them, while others say that they use another tool to backup Active

active log, LOGPRIMARY and LOGSECONDARY

2016-05-04 Thread Allen S. Rout
On 05/02/2016 12:11 PM, Maurice van 't Loo wrote: > Hello Zoltan, > > Indeed, this should be "to reduce the active log TO 8 GB" > In fact, the author also forgot that 8G = 8192 MB ;-) > As far as I can tell, the dsmserv activelogsize is setting db2 update

Re: Reducing the size of the active log

2016-05-02 Thread Maurice van 't Loo
Hello Zoltan, Indeed, this should be "to reduce the active log TO 8 GB" In fact, the author also forgot that 8G = 8192 MB ;-) Regards, Maurice van 't Loo 2016-04-12 18:11 GMT+02:00 Zoltan Forray : > One of my servers has issued backing up the DB and my research poi

Re: SQL QUERY FOR AMOUNT OF ACTIVE VS INACTIVE DATA

2016-04-29 Thread Roger Deschner
0.9 > >Copy/paste this in mono-type font (notepad) to get it better readable. >I use this to hunt for missing excludes (mssql databases not excluded) but >I can also use it to calculate how much space active and inactive I roughly >have. Of course filespaces with excludes

Re: SQL QUERY FOR AMOUNT OF ACTIVE VS INACTIVE DATA

2016-04-28 Thread Maurice van 't Loo
I can also use it to calculate how much space active and inactive I roughly have. Of course filespaces with excludes gives some mismatch. SQL used for above output: select cast(substr(f.NODE_NAME,1,30) as char(30)) as NODE,cast(substr(f.FILESPACE_NAME,1,30) as char(30)) as FS,dec(f.CAPACITY*f.PCT_UT

Re: SQL QUERY FOR AMOUNT OF ACTIVE VS INACTIVE DATA

2016-04-22 Thread Schneider, Jim
9:30 AM To: ADSM-L@VM.MARIST.EDU Subject: Re: [ADSM-L] SQL QUERY FOR AMOUNT OF ACTIVE VS INACTIVE DATA You can also GRANT PROXY and then use -ASNODE from one of your own nodes, using your node's password. I think the general node type has to match (i.e. any UNIX can proxy to any UNIX, bu

Re: SQL QUERY FOR AMOUNT OF ACTIVE VS INACTIVE DATA

2016-04-22 Thread Skylar Thompson
9:11 AM > To: ADSM-L@VM.MARIST.EDU > Subject: Re: [ADSM-L] SQL QUERY FOR AMOUNT OF ACTIVE VS INACTIVE DATA > > Wish I could do that. This comes from three levels above me in management. > Trying to buy more storage to sell to departments. > Don't ask me, I have no clue what they

Re: SQL QUERY FOR AMOUNT OF ACTIVE VS INACTIVE DATA

2016-04-22 Thread Skylar Thompson
t; > > > Honestly, though, when we've gotten this query, I've managed to push this > > back on the customers; it's not TSM's problem what's active or inactive, > > it's the customers' applications that are actually responsible for it. > &g

Re: SQL QUERY FOR AMOUNT OF ACTIVE VS INACTIVE DATA

2016-04-22 Thread Schneider, Jim
@VM.MARIST.EDU Subject: Re: [ADSM-L] SQL QUERY FOR AMOUNT OF ACTIVE VS INACTIVE DATA Wish I could do that. This comes from three levels above me in management. Trying to buy more storage to sell to departments. Don't ask me, I have no clue what they are doing. I'll look into the q backup on c

Re: SQL QUERY FOR AMOUNT OF ACTIVE VS INACTIVE DATA

2016-04-22 Thread Zoltan Forray
CKUP and parse the > A/I column. > > Honestly, though, when we've gotten this query, I've managed to push this > back on the customers; it's not TSM's problem what's active or inactive, > it's the customers' applications that are actually responsible fo

Re: SQL QUERY FOR AMOUNT OF ACTIVE VS INACTIVE DATA

2016-04-22 Thread Lee, Gary
ssage- From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Skylar Thompson Sent: Friday, April 22, 2016 10:00 AM To: ADSM-L@VM.MARIST.EDU Subject: Re: [ADSM-L] SQL QUERY FOR AMOUNT OF ACTIVE VS INACTIVE DATA If you have access to the clients, you can use QUERY BACKUP and parse

Re: SQL QUERY FOR AMOUNT OF ACTIVE VS INACTIVE DATA

2016-04-22 Thread Skylar Thompson
If you have access to the clients, you can use QUERY BACKUP and parse the A/I column. Honestly, though, when we've gotten this query, I've managed to push this back on the customers; it's not TSM's problem what's active or inactive, it's the customers' applica

SQL QUERY FOR AMOUNT OF ACTIVE VS INACTIVE DATA

2016-04-22 Thread Lee, Gary
Just got a request for the amount of active versus inactive data on our tsm servers. Is there a better way than traversing the backups table and summing? That would be a mighty long query. We have three servers, and approximately 300 clients about 200 tB total data. Thanks for any suggestions.

Reducing the size of the active log

2016-04-12 Thread Zoltan Forray
/SSGSG7_6.4.1/com.ibm.itsm.srv.doc/t_act_log_size_decrease.html is a little confusing since it makes this statement: *For example, to reduce the active log by 8 GB, enter the following server option:* *dsmserv activelogsize 8000* Can I safely assume these are simply typos or am I missing something

Re: DB2 active and mirror logs

2016-01-27 Thread Nixon, Charles D. (David)
health of the communities we serve. From: ADSM: Dist Stor Manager [ADSM-L@VM.MARIST.EDU] on behalf of Rhodes, Richard L. [rrho...@firstenergycorp.com] Sent: Monday, January 25, 2016 12:53 PM To: ADSM-L@VM.MARIST.EDU Subject: [ADSM-L] DB2 active and mirror

DB2 active and mirror logs

2016-01-25 Thread Rhodes, Richard L.
HLOGDirectory /tsmdata/tsmsap2/db2archivelog archfailoverlogdir/DD/tsmsap2/db2failoverlog ==> Filesystem info for DB2 logs: df -g Filesystem GB blocks Free %UsedIused %Iused Mounted on /dev/db2activelog1 31.25 6.74 79% 55 1% /tsmdata/tsmsap2/db2act

Re: extending tsm active log

2015-12-17 Thread Krzysztof Przygoda
Hi Have done this change in options while server was halted? Please take a look at: https://www-304.ibm.com/support/knowledgecenter/SSGSG7_6.2.0/com.ibm.itsm.srv.doc/t_act_log_size_increase.html for more details. Regards Krzysztof 2015-12-17 18:03 GMT+01:00 Lee, Gary : > Tsm server 6.3.4 on rhel

extending tsm active log

2015-12-17 Thread Lee, Gary
Tsm server 6.3.4 on rhel 6.7 Got the server back up, and log moved to different filesystem. However, it appears that the activelogsize directive is being ignored. A q log says that the log is 32768 mb but activbelogsize is set to 57344. How do I fix this?

Re: extending tsm active logs for tsm 6.3.4

2015-12-14 Thread Erwann SIMON
Hi Gary, See Administrator's Guide (b_srv_admin_guide_linux.pdf), Chapter 21. Managing the database and recovery log, Increasing the size of the active log : If the log is running out of space, the current transaction is rolled back, and the server issues an error message and halts. You c

extending tsm active logs for tsm 6.3.4

2015-12-14 Thread Lee, Gary
Tsm server 6.3.4 under redhat 6.7. If I want to increase the size of the tsm active log, must I backup, reformat and restore the database? So far that's all I have found. If not, where is the procedure for extending the log? Thanks for the help.

TDP Node Replication - active only

2015-08-17 Thread Nixon, Charles D. (David)
We have been using node replication for a couple years now with out a problem on 6.3.x. We only replicate active data. Two weeks ago we upgraded our destination system to 7.1.1.100 and last week one of our source systems. That was Tuesday. Thursday/Friday all of the TDP for SQL nodes

active log exceeds threshold

2015-05-11 Thread Jeanne Bruno
Hello. Server Admin v6.3.3 I'm seeing these messages in our active log: 05/11/2015 14:01:44 ANR4537I The active log space used is 118095.30 megabytes, and the active log space available is 12336.70 megabytes. The ratio, 0.91, exceeds the threshold 0.80. Size of l

is there a debug command that shows volumeusage of only active data for a client???

2014-06-22 Thread Dwight Cook
Have a need to try to thin down the "query nodedata" list of tapes to only the tapes with active data on them for a node if at all possible. Just wondering if anyone knows of one. Dwight

Re: Active Storage Pools

2013-11-08 Thread Nick Laflamme
Forgive me for asking, but is this based on experience? I ask because some administrative processes aren't that graceful about unavailable tapes. (RECLAIM STG comes to mind.) On Friday, November 8, 2013, Shawn DREW wrote: > I would just mark all the tapes that are not in the library as > "unavail

Re: Active Storage Pools

2013-11-08 Thread Shawn DREW
actlog. Change the unavailable/readw flags around and repeat until you get through all the tapes it asks for. At the end, mark all of them readw again and rerun the copy activedata to catch any stragglers. I don't know how expire inv affects the active data pool though. The word "expire&q

Re: Active Storage Pools

2013-11-08 Thread Steven Harris
not get at those objects. AFAIK they are still expired, but they have not been cleaned up yet. So you might as well run expiration. You will need to anyway to make the active pool solution work. To populate your active pool: rename your existing primary pool and create a new one with the old na

Active Storage Pools

2013-11-08 Thread Nick Laflamme
Does anyone have much experience with active storage pools? My current customer isn’t allowed to reclaim tapes, so their inventory of primary storage volumes is much larger than their ATL. This makes client restores prone to failure because of the number of primary volumes that need manual

Re: How much active data?

2013-10-28 Thread Nick Laflamme
r 24, 2013 2:59 PM > To: ADSM-L@VM.MARIST.EDU > Subject: [ADSM-L] How much active data? > > COPY ACTIVE has a preview option to tell me which volumes I'd need, but is > there a simple way to compute how active data I have? QUERY OCCUPANCY > doesn't have a useful parameter

Re: How much active data?

2013-10-24 Thread Prather, Wanda
ith PREVIEW=YES). -Original Message- From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Nick Laflamme Sent: Thursday, October 24, 2013 2:59 PM To: ADSM-L@VM.MARIST.EDU Subject: [ADSM-L] How much active data? COPY ACTIVE has a preview option to tell me which volumes I'd n

How much active data?

2013-10-24 Thread Nick Laflamme
COPY ACTIVE has a preview option to tell me which volumes I'd need, but is there a simple way to compute how active data I have? QUERY OCCUPANCY doesn't have a useful parameter for that. For some reason, EXPORT NODE tries to mount each volume, even with PREVIEW=YES, which doesn't

Re: How do you backup Active Directory 2008

2013-09-19 Thread Ryder, Michael S
kw > > > > -Original Message- > > From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of > > ritchi64 > > Sent: 19 09 2013 12:20 AM > > To: ADSM-L@VM.MARIST.EDU > > Subject: [ADSM-L] How do you backup Active Directory 2008 > >

Re: How do you backup Active Directory 2008

2013-09-19 Thread Rick Harderwijk
d Bank > Kuwait, www.ahliunited.com.kw > > -Original Message- > From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of > ritchi64 > Sent: 19 09 2013 12:20 AM > To: ADSM-L@VM.MARIST.EDU > Subject: [ADSM-L] How do you backup Active Directory 2008 > >

Re: How do you backup Active Directory 2008

2013-09-18 Thread Grigori Solonovitch
: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of ritchi64 Sent: 19 09 2013 12:20 AM To: ADSM-L@VM.MARIST.EDU Subject: [ADSM-L] How do you backup Active Directory 2008 Hello, I'm a newbe with TSM, I search the forum for info about bakup of Active Dicetory 2008 and found nothing us

How do you backup Active Directory 2008

2013-09-18 Thread ritchi64
Hello, I'm a newbe with TSM, I search the forum for info about bakup of Active Dicetory 2008 and found nothing usefull. I also check the doc for baclient 6.4 and found no particular topic on this subject, just some patial info. Can someone could point me to a good documentation for b

sending active data pool offsite

2013-02-12 Thread Gee, Norman
How does one automate the process of sending active data pool media offsite in a TSM 5.5 environment? The SET DRMACTIVEDATASTGPOOL command is not available in 5.5.

Re: Active log

2012-11-29 Thread Prather, Wanda
1) Check to see if there are long-running backups in progress. The active log files cannot be moved into the archive log directory until all the parts of the transaction involved have completed. 2) If you have no active backups sessions, do: q actlog begindate=today-2 search=reorg See if you

Antwort: [ADSM-L] Active log

2012-11-29 Thread Ullrich Mänz
Hi All, I was told, my last message is not readable. Let me try to explain again: If your active log is growing even if there was a TSM DB backup running - mostly started by the TSM server itself - check the timestamp of all logfiles. We had a similar situation where the server creates a new

AW: [ADSM-L] Active log

2012-11-29 Thread Ullrich Mänz
PST An: ADSM-L@VM.MARIST.EDU Betreff: [ADSM-L] Active log Hi All My TSM server have trouble commiting the Active log to the database. At the moment I have an active log at 55 GB, so I had to cancel all my tasks running, and it has not stop the log from growing. So can anybody tell me, how I e

Re: Active log

2012-11-29 Thread Grigori Solonovitch
I am not wrong there is only one way to release active logs - run full TSM database backup... Grigori G. Solonovitch Senior Technical Architect Ahli United Bank Kuwait www.ahliunited.com.kw Please consider the environment before printing this E-mail -Original Message- From: ADSM

Active log

2012-11-29 Thread duholm
Hi All My TSM server have trouble commiting the Active log to the database. At the moment I have an active log at 55 GB, so I had to cancel all my tasks running, and it has not stop the log from growing. So can anybody tell me, how I empty my Active log and what the normel bottlenecks are. My

Re: SV: ANS1304W An active backup version could not be found.

2012-11-14 Thread Andrew Raibeck
-14 03:24 > Subject: SV: ANS1304W An active backup version could not be found. > Sent by: "ADSM: Dist Stor Manager" > > 你好 Fu Bao 先生 > Can you run a cat/type on "/opt/tivoli/tsm/client/ba/inclexcl.txt" > > Can you also run "ls -l" on does files und

SV: ANS1304W An active backup version could not be found.

2012-11-14 Thread Christian Svensson
.@cn.ibm.com] Skickat: den 14 november 2012 08:46 Till: ADSM-L@VM.MARIST.EDU Ämne: ANS1304W An active backup version could not be found. Does everybody encounter the issue as below? I've already exclude the Upper directory. but the failed also appeared. Could you please help me to take

ANS1304W An active backup version could not be found.

2012-11-13 Thread Bao Fu Guo
S4042E Object name '/usr/share/applications/IBMIMIBM®Rational®FocalPoint12340Rational340534.desktop' contains one or more unrecognised characters and is not valid. ANS1898I * Processed 115,000 files * -- ANS1898I * Processed 215,500 files * Retry # 2 Expiring--> 4

Re: Active logs taking 4 days to delete in 6.2

2011-07-27 Thread Vandeventer, Harold [BS]
st Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Prather, Wanda Sent: Wednesday, July 27, 2011 9:08 AM To: ADSM-L@VM.MARIST.EDU Subject: Re: [ADSM-L] Active logs taking 4 days to delete in 6.2 Well, I'm going to weigh in here and show my ignorance. Somewhere I missed what platform

Re: Active logs taking 4 days to delete in 6.2

2011-07-27 Thread Prather, Wanda
27;ve seen it take off and fill active log files as fast as every 2-3 minutes in 6.1. Doesn't take long to shut yourself down at that rate.) The good news, I haven't seen that happen since we upgraded to 6.2.2 The bad news, like some others have reported here, as far as I can tell my

R: [ADSM-L] Active logs taking 4 days to delete in 6.2

2011-07-27 Thread Carlo Zanelli
And, well Active Log Size is a parameter you can check with q otion in TSM Server and further modify. Syntax >>-ACTIVELOGSize--megabytes>< Parameters megabytes Specifies the size of the active log in megabytes. The minimum value is 2048 MB

R: [ADSM-L] Active logs taking 4 days to delete in 6.2

2011-07-27 Thread Carlo Zanelli
40GB active log (1 day quequed), 46GB archive log, 410GB DB2 datafile. Right now in here. Cheers, -Messaggio originale- Da: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] Per conto di Paul Fielding Inviato: mercoledì 27 luglio 2011 16.39 A: ADSM-L@VM.MARIST.EDU Oggetto: Re

Re: Active logs taking 4 days to delete in 6.2

2011-07-27 Thread Paul Fielding
Well, I don't think you're showing any ignorance at all, in fact I believe you nailed it on the head. I should have thought of that. (btw this server is on AIX). For some reason I seemed to think that my active log filesystem was originally less full, but in fact now that you mentio

Re: Active logs taking 4 days to delete in 6.2

2011-07-27 Thread Prather, Wanda
Well, I'm going to weigh in here and show my ignorance. Somewhere I missed what platform you're on, but on my TSM 6.2 server on Win2K3, I don't think the active logs files ever get deleted. I think there are always enough log files to account for the ACTIVELOGSIZE specified in d

R: [ADSM-L] Finding out how much active api data exists on a server

2011-07-26 Thread Carlo Zanelli
Hi Gary, this select shows you occupancy and number of the active files node by node: select node_name, sum(logical_mb) as Data_In_MB, sum(num_files) as Num_of_files from occupancy group by node_name order by Data_In_MB Regards, Carlo. -Messaggio originale- Da: ADSM: Dist Stor

Finding out how much active api data exists on a server

2011-07-26 Thread Lee, Gary D.
Tsm server 6.2.2 running on redhat enterprize 6. When doing a q filespace I note that all tdp for sqlserver, and tdp for exchange filespaces have capacity 0 and data 0. What is the most effective way to get some semblance of active data stored out of this server? Export server preview=yes

Re: Active logs taking 4 days to delete in 6.2

2011-07-26 Thread Paul Fielding
Hi Kurt, Ok, this is interesting stuff. When I do db2pd -db tsmdb1 -logs, I see the following: Database Partition 0 -- Database TSMDB1 -- Active -- Up 77 days 15:59:39 -- Date 07/26/2011 06:41:01 Logs: Current Log Number1327 Pages Written 124336 Cur Commit Disk Log

Re: Active logs taking 4 days to delete in 6.2

2011-07-26 Thread BEYERS Kurt
The active log space is preallocated at the file system level, you can check the current log file (1504) in use as follows: $ db2pd -db tsmdb1 -logs Database Partition 0 -- Database TSMDB1 -- Active -- Up 6 days 01:53:15 -- Date 07/26/2011 12:16:27 Logs: Current Log Number1504

Re: Active logs taking 4 days to delete in 6.2

2011-07-25 Thread Paul Fielding
Yeah, I am. The thing that's wierd is the 4 day delay. Active logs are getting deleted, but they're waiting 4 days to do so. And this is not how the behavior has always been since going to 6.2. I just noticed the change one day. Very bizarre... On Mon, Jul 25, 2011 at 6:59 AM, Zol

Re: Active logs taking 4 days to delete in 6.2

2011-07-25 Thread Zoltan Forray/AC/VCU
nfosecurity.vcu.edu/phishing.html From: Paul Fielding To: ADSM-L@VM.MARIST.EDU Date: 07/25/2011 08:50 AM Subject: [ADSM-L] Active logs taking 4 days to delete in 6.2 Sent by: "ADSM: Dist Stor Manager" So, at one of my client sites I noticed that the Active log filesystem is sitting at

Active logs taking 4 days to delete in 6.2

2011-07-25 Thread Paul Fielding
So, at one of my client sites I noticed that the Active log filesystem is sitting at 82% full. This is not normal for this TSM server. Looking in the filesystem I saw active logs going back four days. Checking the actlog shows that TSM db backups are still running properly every day, but just

Re: Determing how much of a tsm server's data is active

2011-07-19 Thread Shawn Drew
info Sent by: ADSM-L@VM.MARIST.EDU 07/19/2011 03:52 AM Please respond to ADSM-L@VM.MARIST.EDU To ADSM-L cc Subject Re: [ADSM-L] Determing how much of a tsm server's data is active Richard, Your approach will work for file data, but a lot of the TDPs don't accurately register fi

Re: Determing how much of a tsm server's data is active

2011-07-19 Thread Steven Harris
upon TSM's information about the file system as gotten from the last client operation. By definition, the files on the client represent all the Active files in TSM storage where the activity is incremental backups. Richard Sims

Re: Determing how much of a tsm server's data is active

2011-07-18 Thread Remco Post
, the files on the client represent > all the Active files in TSM storage where the activity is incremental backups. > > Richard Sims -- Met vriendelijke groeten/Kind Regards, Remco Post r.p...@plcs.nl +31 6 248 21 622

Re: Determing how much of a tsm server's data is active

2011-07-18 Thread Richard Sims
ation. By definition, the files on the client represent all the Active files in TSM storage where the activity is incremental backups. Richard Sims

Determing how much of a tsm server's data is active

2011-07-18 Thread Lee, Gary D.
Tsm server 5.5.4. running on Suse linux sles9. I am being asked for how much of my server's data is active data. I have seen the type=allactive and preview=yes in the export node command. Is there a better way? Maybe something like A query to sum file_size in contents for each active o

Active Log Mirror in 6.2?

2011-07-08 Thread Roger Deschner
Which configuration is better on TSM 6.2: 1. TSM Active Log on mirrored RAID (RAID1/RAID10) with no TSM Active Log Mirror. 2. TSM Active Log, and TSM Active Log Mirror, each on separate JBOD disks. (JBOD is faster than RAID, which compensates for the performance hit of the second write by TSM

Re: Smoothing active backup sessions

2011-05-27 Thread Keith Arbogast
Jim, Thanks for the new idea. I'll have to ponder that one. Best wishes, Keith

Re: Smoothing active backup sessions

2011-05-27 Thread Keith Arbogast
Wanda, Thank you. It's helpful to know you have been doing that routinely. Best wishes, Keith

Re: Smoothing active backup sessions

2011-05-27 Thread Schneider, Jim
active backup sessions A bar graph of our active backup sessions during the night is far from a Golden Rectangle. It's more like a big city skyline. We are backing up 510 clients now, but that number is increasing steadily. I am mulling over ways to smooth our session load. The hoped for be

Re: Smoothing active backup sessions

2011-05-27 Thread Prather, Wanda
>>Since this technique depends on Randomization working as well with long >>Schedule Durations as with shorter, does anyone have experience with >>Durations of four hours or more? Did it go alright? Do it all the time. Whenever I set up a new customer, I tell them to make the Duration window a

Smoothing active backup sessions

2011-05-27 Thread Keith Arbogast
A bar graph of our active backup sessions during the night is far from a Golden Rectangle. It's more like a big city skyline. We are backing up 510 clients now, but that number is increasing steadily. I am mulling over ways to smooth our session load. The hoped for benefit would be to make

Re: Identify Duplicates Idle vs Active state?

2011-05-25 Thread Colwell, William F.
cate Bytes Found: 736,142,766,941. 4 Identify D BKP_1B. Volume: /tsm_es115/win1/00072EF1.BFS. State: active. Total Duplicate Bytes Found: 803,112,627,190. 5 Identify D BKP_1B. Volume: /tsm_es118/win1/00072FE3.BFS. State: active. Total Duplicate Bytes Found: 625,537,

Re: Identify Duplicates Idle vs Active state?

2011-05-25 Thread Vandeventer, Harold [BS]
-0631 -Original Message- From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Colwell, William F. Sent: Wednesday, May 25, 2011 10:18 AM To: ADSM-L@VM.MARIST.EDU Subject: Re: [ADSM-L] Identify Duplicates Idle vs Active state? Hi Harold, I am running 6.1 with dedup and have

Re: Identify Duplicates Idle vs Active state?

2011-05-25 Thread David E Ehresman
What does the "%1A." in "like ''%1A.%active%'' having count(*) < 1 '" test for? >>> "Colwell, William F." 5/25/2011 11:17 AM >>> Hi Harold, I am running 6.1 with dedup and have coded scripts to check the id dup

Re: Identify Duplicates Idle vs Active state?

2011-05-25 Thread Colwell, William F.
and status like ''%1A.%active%'' having count(*) < 1 ' upd scr start_migration 'if(rc_notfound) goto reschedule' The sql is looking for any still id dup processes still active - I run 3 processes for each 'landing zone&#

Ang: Identify Duplicates Idle vs Active state?

2011-05-25 Thread Daniel Sparrman
DSM: Dist Stor Manager" Datum: 05/24/2011 20:59 Ärende: Identify Duplicates Idle vs Active state? I'm working up scripting for our TSM 6.2 system where dedup will be implemented. Is there a way to test for the IDLE state of an IDENTIFY DUPLICATES process? I'd like to have our scrip

Identify Duplicates Idle vs Active state?

2011-05-25 Thread Vandeventer, Harold [BS]
used IF(RC_OK) in TSM 5.x scripts to test for upper(process) = "BACKUP STORGE POOL" or upper(session_type) = "NODE", but I don't see a way to detect that idle vs. active state on identify duplicates processes. Thanks... --

Re: TSM v6 active log filespace

2011-01-10 Thread Prather, Wanda
Yes, if both active and archive fill you get a crashed system, unless you just lucked out and it switched to archivelogoverflow in time, or a long-running task cleared up and let the active log transactions clear out before you died. Go figure. -Original Message- From: ADSM: Dist Stor

Re: TSM v6 active log filespace

2011-01-10 Thread David E Ehresman
That makes senses, except that archivelog is less than 10% full. If both active log and archivelog were full, don't you get a crashed system? TSM did not reflect an error. Too many mysteries. Not enough time. >>> "Prather, Wanda" 1/10/2011 10:55 AM >>> Us

Re: TSM v6 active log filespace

2011-01-10 Thread Prather, Wanda
Usually it's because the archivelog filesystem is full. In V6, the active log file size in dsmserv.opt is just a starting point, not a limit. It's not preformatted in V6. If the archivelog space fills, V6 just keeps writing to the active log space. -Original Message- From:

TSM v6 active log filespace

2011-01-10 Thread David E Ehresman
Under what conditions will tsm try to increase the size of the active log? I thought it was preformated and then did not change in size? The reason I ask is that I got a file system full error in errpt (AIX 5.3) for my tsm active log file system for a TSM that has been in use for a couple of

Re: backup db2 on ms cluster (active/active)

2010-10-12 Thread TSM
hello, if you want to backup db2 on microsoft cluster, you have to work with "proxynode" and "proxyagent" relationship grant proxynode target=proxytarget agent=clusternodeA grant proxynode target=proxytarget agent=clusternodeB every db2 database which can failover to another clusternode has

backup db2 on ms cluster (active/active)

2010-09-30 Thread TSM
Hello, we have an active/active cluster with failover db2 databases whenever needed, also the backup needs to go on after failover. DB2 is version 9.7. Problem: The variables DSMI_DIR, ... which are mentioned only by starting db2 and are unique on windows. But i need 2 or more on both windows

TSM in MS windows 2008 cluster active/passive environment

2010-04-28 Thread besmart
I have : - one server windows 2008 SP2 as a domain controller (DC) - Two nodes as a cluster server active/passive running sqlserver 2008. - IBM SAN ds4700 with the Fiber tape connected to SAN via fiber cable. every node is connected to SAN using two HBA, and all disks in SAN are dedicated to sql

Re: TSM Active Log --- Trouble

2010-04-05 Thread Bill Boyer
12:29 PM To: ADSM-L@VM.MARIST.EDU Subject: Re: TSM Active Log --- Trouble I haven't paid much attention to the CPU/Memory usage. There are only 5-really active and 24-semi active clients on this box. The biggest issue is the DB load since there are over 100M objects for the 5-active client

Re: TSM Active Log --- Trouble

2010-04-05 Thread Zoltan Forray/AC/VCU
I haven't paid much attention to the CPU/Memory usage. There are only 5-really active and 24-semi active clients on this box. The biggest issue is the DB load since there are over 100M objects for the 5-active clients. I think the recommendation for memory is at least 8GB. I just recei

Re: TSM Active Log --- Trouble

2010-04-05 Thread Prather, Wanda
or an APAR that is still open. (I'll dig that APAR number up if you need it.) However, as someone posted earlier, on Windows the active log CAN grow past the size specified for it. I don't think there's an APAR open for that one. W -Original Message- From: ADSM: Dist Stor

Re: TSM Active Log --- Trouble

2010-04-05 Thread Allen S. Rout
>> On Mon, 5 Apr 2010 10:43:26 -0400, Zoltan Forray/AC/VCU >> said: > I schedule 3-FULL DB BACKUPS and DAILY VOLHIST BACKUPS on my lone V6 > server. This is the only way I have been able to keep my sanity 3 fulls a day? Owie. I'm currently doing 1-2 fulls a week. This is nicht gut. Applyi

Re: TSM Active Log --- Trouble

2010-04-05 Thread Zoltan Forray/AC/VCU
knows how much active log and archive log space (current V6 have 600GB for logs) is going to be a strain. Can't "upgrade" any servers (would take weeks and not enough free disk space). From: Francisco Molero To: ADSM-L@VM.MARIST.EDU Date: 04/05/2010 03:34 AM Subject: Re: [ADSM-L]

Re: TSM Active Log --- Trouble

2010-04-05 Thread Remco Post
The TSM logfiles are indeed 500GB in size, as you noticed. Are there more than 20? All in you activelog directory? Is this a separate, dedicated, filesystem, as recommended? You can increase the size of the active log by changing the activelogsize parameter in your dsmserv.opt, but I doubt that

Re: TSM Active Log --- Trouble

2010-04-05 Thread Francisco Molero
Hi, this is a TSM defect in this version. The only way to reduce this space is doing 2 DB Backups. In any case, I suggest you upgrade to 6.1.3.2 Regards, Fran - Mensaje original De: Gibin Para: ADSM-L@VM.MARIST.EDU Enviado: lun,5 abril, 2010 06:37 Asunto: TSM Active Log

Re: TSM Active Log --- Trouble

2010-04-04 Thread Stef Coene
On Monday 05 April 2010, you wrote: > I am using TSM v6.1.2 on WIN 2003 R2 Server with 12 client nodes . The > active log defined in TSM options file is 10 GB but it is using 39 GB > space on the file-system and i had done several DB backups for 10 days now > ,still the active log s

  1   2   3   4   5   >