Question about "Storage hierarchy"

2014-04-15 Thread bjoern.nacht...@gwdg.de
Dear all, switching to an new employer allows me to read all^H^H^H some of IBM's documentation about TSM ;-) inside the server documentation there's a short description on "Example: How the server determines where to store files in a hierarchy" [1]. within this there's written: "If the DIS

Re: Can't cancel restartable restore

2014-04-15 Thread Richard Sims
You may not have tried 'cancel session 1067' to see if that does any good. TSM Expiration processing is supposed to clear defunct restartable restores, once they are restartable and have exceeded the Restoreinterval; but irregularities can prevail. Richard Sims

Re: Can't cancel restartable restore

2014-04-15 Thread Zoltan Forray
Well, option one has long passed since its been almost two and a half days. If it doesn't go away soon I will have to bounce the server. Zoltan Forray TSM Software & Hardware Administrator Virginia Commonwealth University UCC/Office of Technology Services zfor...@vcu.edu - 804-828-4807 Don't be a

Re: Can't cancel restartable restore

2014-04-15 Thread Zoltan Forray
I will check with the owners but I am pretty sure they said there were no DSMC processes running. Zoltan Forray TSM Software & Hardware Administrator Virginia Commonwealth University UCC/Office of Technology Services zfor...@vcu.edu - 804-828-4807 Don't be a phishing victim - VCU and other reputab

Re: Can't cancel restartable restore

2014-04-15 Thread Francisco Parrilla
one note: http://pic.dhe.ibm.com/infocenter/tsminfo/v6r4/index.jsp?topic=%2Fcom.ibm.itsm.srv.doc%2Ft_mgclinod_ccrs.html 2014-04-15 15:58 GMT-05:00 Gee, Norman : > Cancel restore -1 > > -Original Message- > From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of > Zolta

Re: Can't cancel restartable restore

2014-04-15 Thread Skylar Thompson
I've gotten into a similar state. Sometimes if you wait a really really long time (1+ day) the active restore will time out. Sometimes we have to cycle the TSM server to clear it out. On Tue, Apr 15, 2014 at 01:02:10PM -0400, Zoltan Forray wrote: > TSM Linux server - 6.3.4.200 - client is Linux/Ce

Re: Can't cancel restartable restore

2014-04-15 Thread Zoltan Forray
That ones not the problem. After I sent the message I did a 'cancel restore all' which got rid of of the - 1 but the session 1067 is still there. I've tried cancelling it numerous times and it won't go away. Zoltan Forray TSM Software & Hardware Administrator Virginia Commonwealth University UCC/O

Re: Can't cancel restartable restore

2014-04-15 Thread Francisco Parrilla
And into the client there are some dsmc process on executing 2014-04-15 15:55 GMT-05:00 Zoltan Forray : > That is the problem. There is no active session on the client. > > Zoltan Forray > TSM Software & Hardware Administrator > Virginia Commonwealth University > UCC/Office of Technology Service

Re: Can't cancel restartable restore

2014-04-15 Thread Gee, Norman
Cancel restore -1 -Original Message- From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Zoltan Forray Sent: Tuesday, April 15, 2014 1:56 PM To: ADSM-L@VM.MARIST.EDU Subject: Re: Can't cancel restartable restore That is the problem. There is no active session on the

Re: Can't cancel restartable restore

2014-04-15 Thread Zoltan Forray
That is the problem. There is no active session on the client. Zoltan Forray TSM Software & Hardware Administrator Virginia Commonwealth University UCC/Office of Technology Services zfor...@vcu.edu - 804-828-4807 Don't be a phishing victim - VCU and other reputable organizations will never use ema

Re: Can't cancel restartable restore

2014-04-15 Thread Francisco Parrilla
Could you try to block the node, so those sessions don't restarting again on automatic way. 2014-04-15 12:02 GMT-05:00 Zoltan Forray : > TSM Linux server - 6.3.4.200 - client is Linux/Centos 7.1.0.1 > > Is there a way to "terminate with extreme prejudice" a hung restore. > > 12:58:21 PM PROCE

Can't cancel restartable restore

2014-04-15 Thread Zoltan Forray
TSM Linux server - 6.3.4.200 - client is Linux/Centos 7.1.0.1 Is there a way to "terminate with extreme prejudice" a hung restore. 12:58:21 PM PROCESSOR : q restore Sess Restore Elapsed Node Name Filespace FSID Number State Minutes N

Re: New Exchange 2010 setup

2014-04-15 Thread Del Hoobler
Hi Geoff, This can happen if Windows Management Framework 3.0 is installed, but you haven't upgraded to Microsoft Exchange Server 2010 Service Pack 3 yet. Is SP3 installed for Exchange Server 2010? Thank you, Del "ADSM: Dist Stor Manager"

New Exchange 2010 setup

2014-04-15 Thread Geoff Gill
Someone sent me this asking for help with an exchange issue. Since this is a new server I'm guessing the setup isn't correct since this message seems to indicate an issue outside of the TDP setup but wanted to see if anyone has seen this before. I do not have any access to the client but can re

Re: reclaimable tapes in a stgpool

2014-04-15 Thread Francisco Parrilla
As I can see, would consider two factors over the stgpool definitions: .- reusedelay .- threshold of lowmigracion If you issue and expiration command and this don't working maybe you should see if whether convenience change temporary the value for reusedelay best regards 2014-04-15 8:59 GMT-0

Re: reclaimable tapes in a stgpool

2014-04-15 Thread Rhodes, Richard L.
I figured out what I screwed up. Here's the actual cmd in a ksh script: # get list of stgpools with count of reclaimable volumes /tsmdata/tsm_scripts/run_cmd_allservers.ksh " \ select stgpool_name, \ count(*) \ from volumes \

Re: reclaimable tapes in a stgpool

2014-04-15 Thread Schneider, Jim
I use the following script to check reclaimable space by storage pool. The output lines are numbered, makes it easy to check a percentage and a line number to get a tape count. #!/usr/bin/ksh # # This script checks reclaimable space in a tape storage pool # The list is displayed with line numbe

Re: reclaimable tapes in a stgpool

2014-04-15 Thread Michael Roesch
Hi, I'm using this query to see all tapes and how much reclaimable space they have in descending order. As we have a small library, this is suitable for us. SELECT volume_name,devclass_name,stgpool_name,pct_reclaim,pct_utilized,status,access FROM volumes WHERE devclass_name='LTO_DeviceClass' orde

Re: reclaimable tapes in a stgpool

2014-04-15 Thread Arbogast, Warren K
Rick, We use a macro named count_reclaim.mac with these contents. select stgpool_name,count(*) as Count from volumes where devclass_name in ('VIRTVOL','V3592-06','3592-06') and status='FULL' and pct_reclaim>=%1 group by stgpool_name For example, to run the macro if we were looking for 60% recla

Re: reclaimable tapes in a stgpool

2014-04-15 Thread George Huebschman
If Primary Pool volumes are filling, they will not reclaim. George Huebschman (George H.) (301) 699-4013 (301) 875-1227 (Cell) The contents of this email are the property of PNC. If it was not addressed to you, you have no legal right to read it. If you think you received it in error, please

reclaimable tapes in a stgpool

2014-04-15 Thread Rhodes, Richard L.
Is there a way to determine the number of tapes in a stgpool that are eligible for reclamation? I tried the following sql on all our TSM instances: select stgpool_name, \ count(*) \ from volumes \ where pct_reclaim \> 64 \