Re: Trouble with this maillist?

2017-02-09 Thread Martha M McConaghy

Check your spam/junk folder.  That is most common problem.  Also, if you
know who your postmaster is, check with them to see if a network spam
filter might be catching it.

Martha McConaghy (ADSM-L list owner)


On 2/9/2017 5:53 AM, Conny Landstedt wrote:

Hi,

I'm quite new to this list (joined in december) but I have observed something 
odd.

It would seem to me that when Del Hoobler replies to the list I do not get a 
copy, I can see others have responded to mails that Del seem to have sent to 
the list. I don't know if it's only mails from Del that behave like this.

Someone got an idea what is going on?

Best regards

Conny Landstedt
Stockholm County Council


--
Martha McConaghy
Marist: System Architect/Technical Lead
SHARE:  Director of Operations
Marist College IT
Poughkeepsie, NY  12601


Re: TSM 7.1 usage of volumes for dedupe

2014-10-30 Thread Martha M McConaghy

Bill,

I just wanted to let you know how much this information helped.   I was
able to clear out all the problem volumes and have removed the full LUNs
from the devclass until there is enough space on them to be used again.

This situation really seems strange to me.  Why has TSM not been updated
to handle the out of space condition better?  If it has a command that
shows how much space is left on the LUN, why can't TSM understand it is
time to stop allocating volumes on it?  Forcing admins to do manual
clean up like this just to keep things healthy seems inconsistent with
how the rest of TSM functions.

Has anyone ever reported this as a bug?

Martha

On 10/22/2014 2:38 PM, Colwell, William F. wrote:

Hi Martha,

I see this situation occur when a filesystem gets almost completely full.

Do 'q dirsp ' to check for nearly full filesystems.

The server doesn't fence off a filesystem like this, instead it keeps
hammering on it, allocating new volumes.  When it tries to write to a volume
and gets an immediate out-of-space error, it marks the volume full so it won't
try to use it again.

I run this sql to find such volumes and delete them -

select 'del v '||cast(volume_name as char(40)), cast(stgpool_name as char(30)), 
last_write_date -
  from volumes where upper(status) = 'FULL' and pct_utilized = 0 and 
pct_reclaim = 0 order by 2, 3

You should remove such filesystems from the devclass directory list until
reclaim has emptied them a little bit.

Hope his helps,

Bill Colwell
Draper Lab



-Original Message-
From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Martha 
M McConaghy
Sent: Wednesday, October 22, 2014 2:23 PM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: TSM 7.1 usage of volumes for dedupe

Interesting.  Seems very similar, except the status of these volumes is
"FULL", not "EMPTY".  However, the %reclaimable space is 0.0.

I think this is a bug.  I would expect the volume to leave the pool once
it is "reclaimed".  It would be OK with me if it did not. However, since
the status is "FULL", it will never be reused. That seems wrong.  If it
is going to remain attached to the dedupepool, the status should convert
to EMPTY so the file can be reused.  Or, go away altogether so the space
can be reclaimed and reused.

In looking at the filesystem on the Linux side (sorry I didn't mention
this is running on RHEL), the file exists on /data0, but with no size:

[urmm@tsmserver data0]$ ls -l *d57*
-rw--- 1 tsminst1 tsmsrvrs 0 Oct 10 20:22 0d57.bfs

/data0 is 100% utilized, so this file can never grow.  Seems like it
should get cleaned up rather than continue to exist.

Martha

On 10/22/2014 1:58 PM, Erwann SIMON wrote:

hi Martha,

See if this can apply :
www-01.ibm.com/support/docview.wss?uid=swg21685554

Note that I had a situation where Q CONT returned that the volume was empty but 
it wasn't in reality since it was impossible to delete it (without discrading 
data). A select statement against the contents showed some files. Unforunately, 
I don't know how this story finished...


--
Martha McConaghy
Marist: System Architect/Technical Lead
SHARE: Director of Operations
Marist College IT
Poughkeepsie, NY  12601

  Notice: This email and any attachments may contain proprietary (Draper 
non-public) and/or export-controlled information of Draper Laboratory. If you 
are not the intended recipient of this email, please immediately notify the 
sender by replying to this email and immediately destroy all copies of this 
email.



--
Martha McConaghy
Marist: System Architect/Technical Lead
SHARE: Director of Operations
Marist College IT
Poughkeepsie, NY  12601


Re: TSM 7.1 usage of volumes for dedupe

2014-10-22 Thread Martha M McConaghy

Interesting.  Seems very similar, except the status of these volumes is
"FULL", not "EMPTY".  However, the %reclaimable space is 0.0.

I think this is a bug.  I would expect the volume to leave the pool once
it is "reclaimed".  It would be OK with me if it did not. However, since
the status is "FULL", it will never be reused. That seems wrong.  If it
is going to remain attached to the dedupepool, the status should convert
to EMPTY so the file can be reused.  Or, go away altogether so the space
can be reclaimed and reused.

In looking at the filesystem on the Linux side (sorry I didn't mention
this is running on RHEL), the file exists on /data0, but with no size:

[urmm@tsmserver data0]$ ls -l *d57*
-rw--- 1 tsminst1 tsmsrvrs 0 Oct 10 20:22 0d57.bfs

/data0 is 100% utilized, so this file can never grow.  Seems like it
should get cleaned up rather than continue to exist.

Martha

On 10/22/2014 1:58 PM, Erwann SIMON wrote:

hi Martha,

See if this can apply :
www-01.ibm.com/support/docview.wss?uid=swg21685554

Note that I had a situation where Q CONT returned that the volume was empty but 
it wasn't in reality since it was impossible to delete it (without discrading 
data). A select statement against the contents showed some files. Unforunately, 
I don't know how this story finished...



--
Martha McConaghy
Marist: System Architect/Technical Lead
SHARE: Director of Operations
Marist College IT
Poughkeepsie, NY  12601


Re: TSM 7.1 usage of volumes for dedupe

2014-10-22 Thread Martha M McConaghy

Nice try, but no luck:

tsm: TSMPRIMESERVER>q content /data0/0D57.BFS followlinks=yes
Session established with server TSMPRIMESERVER: Linux/x86_64
  Server Version 7, Release 1, Level 1.0
  Server date/time: 10/22/2014 14:10:44  Last access: 10/22/2014 12:54:58

ANR2034E QUERY CONTENT: No match found using this criteria.
ANS8001I Return code 11.

Martha

On 10/22/2014 2:01 PM, James R Owen wrote:

Martha,
!!Maybe your volumes are *not* really empty:  retry with...

Query CONtent [volname] FOLLOWLinks=Yes[especially for deduplicated
content]

See Help Query CONtent for details ... including default: FOLLOWLinks=No

jim.o...@yale.edu   (w#203.432.6693, c#203.494.9201, h#203.387.3030)

On 10/22/2014 1:05 PM, Martha M McConaghy wrote:

Yup, they are really empty.

/data0/0D57.BFS  DEDUPEPOOL  FILE 50.0
G   0.0   Full

tsm: TSMPRIMESERVER>q content /data0/0D57.BFS
Session established with server TSMPRIMESERVER: Linux/x86_64
  Server Version 7, Release 1, Level 1.0
  Server date/time: 10/22/2014 12:54:58  Last access: 10/22/2014
11:36:27

ANR2034E QUERY CONTENT: No match found using this criteria.
ANS8001I Return code 11.

Martha

On 10/22/2014 12:08 PM, Michael Roesch wrote:

Hi Martha,

have you run "query content" on some of the volumes to see, if they are
really empty?

Michael

On Wed, Oct 22, 2014 at 5:47 PM, Martha M McConaghy <
martha.mccona...@marist.edu> wrote:


We just installed TSM 7.1 during the summer and have been working on
migrating our backups over from our old v5.5 system.  We are using
deduplication for our main storage pool and it seems to work great.
However, I'm concerned about how it is using the "volumes" in the
storage pool.  Since we never ran v6, I don't know if this is "normal"
or if we have stumbled upon a bug in 7.1.  So, I figured I'd ask on
the
list and see if any of you have some insight.

Our dedupe storage pool is dev class FILE, of course.  It is set up to
acquire new scratch "volumes" as it needs over time. Originally, I had
the max scratch vols allowed at 999, which seemed reasonable. After
about a month, though, we hit that max and I had to keep raising it.
When I query the volumes belonging to this pool, I see many, many of
them in full status, with pct util=0:
Volume Name Storage Device
Estimated   Pct  Volume
 Pool Name Class
Name  Capacity  Util  Status
---
--  - - 
/data0/0B55.BFS  DEDUPEPOOL  FILE 50.0
G   0.0   Full
/data0/0B8F.BFS  DEDUPEPOOL  FILE 50.0
G   0.0   Full
/data0/0BCF.BFS  DEDUPEPOOL  FILE 50.0
G   0.0   Full
/data0/0BD6.BFS  DEDUPEPOOL  FILE 50.0
G   0.0   Full
/data0/0C16.BFS  DEDUPEPOOL  FILE 50.0
G   0.0   Full
/data0/0C2A.BFS  DEDUPEPOOL  FILE 50.0
G   0.0   Full
/data0/0C63.BFS  DEDUPEPOOL  FILE 49.9
G 100.0   Full
/data0/0C72.BFS  DEDUPEPOOL  FILE 50.0
G   0.0   Full
/data0/0C79.BFS  DEDUPEPOOL  FILE 50.0
G   0.0   Full
/data0/0C84.BFS  DEDUPEPOOL  FILE 50.0
G   0.0   Full
/data0/0C8C.BFS  DEDUPEPOOL  FILE 50.0
G   0.0   Full
/data0/0C93.BFS  DEDUPEPOOL  FILE 50.0
G   0.0   Full
/data0/0C9A.BFS  DEDUPEPOOL  FILE 50.0
G   0.0   Full
/data0/0CA1.BFS  DEDUPEPOOL  FILE 50.0
G   0.0   Full
/data0/0CB3.BFS  DEDUPEPOOL  FILE 50.0
G   0.0   Full

Literally, hundreds of them.  I run reclamations, but these volumes
never get touched nor reclaimed.  Seems to me that they should. I've
gone over the admin guide several times, but have found nothing
touching
on this.  We just applied the 7.1.1.0 updates, but that has not helped
either.  If I do a move data on each, they will disappear. However,
more will return to take their place.  Anyone seen this before, or
have
any suggestions?

Martha

--
Martha McConaghy
Marist: System Architect/Technical Lead
SHARE: Director of Operations
Marist College IT
Poughkeepsie, NY  12601



--
Martha McConaghy
Marist: System Architect/Technical Lead
SHARE: Director of Operations
Marist College IT
Poughkeepsie, NY  12601


--
Martha McConaghy
Marist: System Architect/Technical Lead
SHARE: Director of Operations
Marist College IT
Poughkeepsie, NY  12601


Re: TSM 7.1 usage of volumes for dedupe

2014-10-22 Thread Martha M McConaghy

Yeah, I do it regularly, at least once a week.  We also have a
replication server, but I like the security of having them on tape too.
I usually run the reclamation after the backup is done.

Martha

On 10/22/2014 12:29 PM, Prather, Wanda wrote:

Hi Martha!

Has the storage  pool been backed up to a copy pool?
If the DEDUPREQUIRESBACKUP option is set to YES (default), reclaim can't happen 
until the BACKUP STGPOOL is done.



-Original Message-
From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of 
Michael Roesch
Sent: Wednesday, October 22, 2014 12:08 PM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: [ADSM-L] TSM 7.1 usage of volumes for dedupe

Hi Martha,

have you run "query content" on some of the volumes to see, if they are really 
empty?

Michael

On Wed, Oct 22, 2014 at 5:47 PM, Martha M McConaghy < 
martha.mccona...@marist.edu> wrote:


We just installed TSM 7.1 during the summer and have been working on
migrating our backups over from our old v5.5 system.  We are using
deduplication for our main storage pool and it seems to work great.
However, I'm concerned about how it is using the "volumes" in the
storage pool.  Since we never ran v6, I don't know if this is "normal"
or if we have stumbled upon a bug in 7.1.  So, I figured I'd ask on
the list and see if any of you have some insight.

Our dedupe storage pool is dev class FILE, of course.  It is set up to
acquire new scratch "volumes" as it needs over time.  Originally, I
had the max scratch vols allowed at 999, which seemed reasonable.
After about a month, though, we hit that max and I had to keep raising it.
When I query the volumes belonging to this pool, I see many, many of
them in full status, with pct util=0:
Volume Name Storage Device
Estimated   Pct  Volume
 Pool Name Class
Name  Capacity  Util  Status
---
--  - - 
/data0/0B55.BFS  DEDUPEPOOL  FILE  50.0
G   0.0   Full
/data0/0B8F.BFS  DEDUPEPOOL  FILE  50.0
G   0.0   Full
/data0/0BCF.BFS  DEDUPEPOOL  FILE  50.0
G   0.0   Full
/data0/0BD6.BFS  DEDUPEPOOL  FILE  50.0
G   0.0   Full
/data0/0C16.BFS  DEDUPEPOOL  FILE  50.0
G   0.0   Full
/data0/0C2A.BFS  DEDUPEPOOL  FILE  50.0
G   0.0   Full
/data0/0C63.BFS  DEDUPEPOOL  FILE  49.9
G 100.0   Full
/data0/0C72.BFS  DEDUPEPOOL  FILE  50.0
G   0.0   Full
/data0/0C79.BFS  DEDUPEPOOL  FILE  50.0
G   0.0   Full
/data0/0C84.BFS  DEDUPEPOOL  FILE  50.0
G   0.0   Full
/data0/0C8C.BFS  DEDUPEPOOL  FILE  50.0
G   0.0   Full
/data0/0C93.BFS  DEDUPEPOOL  FILE  50.0
G   0.0   Full
/data0/0C9A.BFS  DEDUPEPOOL  FILE  50.0
G   0.0   Full
/data0/0CA1.BFS  DEDUPEPOOL  FILE  50.0
G   0.0   Full
/data0/0CB3.BFS  DEDUPEPOOL  FILE  50.0
G   0.0   Full

Literally, hundreds of them.  I run reclamations, but these volumes
never get touched nor reclaimed.  Seems to me that they should. I've
gone over the admin guide several times, but have found nothing
touching on this.  We just applied the 7.1.1.0 updates, but that has
not helped either.  If I do a move data on each, they will disappear.
However, more will return to take their place.  Anyone seen this
before, or have any suggestions?

Martha

--
Martha McConaghy
Marist: System Architect/Technical Lead
SHARE: Director of Operations
Marist College IT
Poughkeepsie, NY  12601



--
Martha McConaghy
Marist: System Architect/Technical Lead
SHARE: Director of Operations
Marist College IT
Poughkeepsie, NY  12601


Re: TSM 7.1 usage of volumes for dedupe

2014-10-22 Thread Martha M McConaghy

Yup, they are really empty.

/data0/0D57.BFS  DEDUPEPOOL  FILE  50.0
G   0.0   Full

tsm: TSMPRIMESERVER>q content /data0/0D57.BFS
Session established with server TSMPRIMESERVER: Linux/x86_64
  Server Version 7, Release 1, Level 1.0
  Server date/time: 10/22/2014 12:54:58  Last access: 10/22/2014 11:36:27

ANR2034E QUERY CONTENT: No match found using this criteria.
ANS8001I Return code 11.

Martha

On 10/22/2014 12:08 PM, Michael Roesch wrote:

Hi Martha,

have you run "query content" on some of the volumes to see, if they are
really empty?

Michael

On Wed, Oct 22, 2014 at 5:47 PM, Martha M McConaghy <
martha.mccona...@marist.edu> wrote:


We just installed TSM 7.1 during the summer and have been working on
migrating our backups over from our old v5.5 system.  We are using
deduplication for our main storage pool and it seems to work great.
However, I'm concerned about how it is using the "volumes" in the
storage pool.  Since we never ran v6, I don't know if this is "normal"
or if we have stumbled upon a bug in 7.1.  So, I figured I'd ask on the
list and see if any of you have some insight.

Our dedupe storage pool is dev class FILE, of course.  It is set up to
acquire new scratch "volumes" as it needs over time.  Originally, I had
the max scratch vols allowed at 999, which seemed reasonable. After
about a month, though, we hit that max and I had to keep raising it.
When I query the volumes belonging to this pool, I see many, many of
them in full status, with pct util=0:
Volume Name Storage Device
Estimated   Pct  Volume
 Pool Name Class
Name  Capacity  Util  Status
---
--  - - 
/data0/0B55.BFS  DEDUPEPOOL  FILE  50.0
G   0.0   Full
/data0/0B8F.BFS  DEDUPEPOOL  FILE  50.0
G   0.0   Full
/data0/0BCF.BFS  DEDUPEPOOL  FILE  50.0
G   0.0   Full
/data0/0BD6.BFS  DEDUPEPOOL  FILE  50.0
G   0.0   Full
/data0/0C16.BFS  DEDUPEPOOL  FILE  50.0
G   0.0   Full
/data0/0C2A.BFS  DEDUPEPOOL  FILE  50.0
G   0.0   Full
/data0/0C63.BFS  DEDUPEPOOL  FILE  49.9
G 100.0   Full
/data0/0C72.BFS  DEDUPEPOOL  FILE  50.0
G   0.0   Full
/data0/0C79.BFS  DEDUPEPOOL  FILE  50.0
G   0.0   Full
/data0/0C84.BFS  DEDUPEPOOL  FILE  50.0
G   0.0   Full
/data0/0C8C.BFS  DEDUPEPOOL  FILE  50.0
G   0.0   Full
/data0/0C93.BFS  DEDUPEPOOL  FILE  50.0
G   0.0   Full
/data0/0C9A.BFS  DEDUPEPOOL  FILE  50.0
G   0.0   Full
/data0/0CA1.BFS  DEDUPEPOOL  FILE  50.0
G   0.0   Full
/data0/0CB3.BFS  DEDUPEPOOL  FILE  50.0
G   0.0   Full

Literally, hundreds of them.  I run reclamations, but these volumes
never get touched nor reclaimed.  Seems to me that they should. I've
gone over the admin guide several times, but have found nothing touching
on this.  We just applied the 7.1.1.0 updates, but that has not helped
either.  If I do a move data on each, they will disappear.  However,
more will return to take their place.  Anyone seen this before, or have
any suggestions?

Martha

--
Martha McConaghy
Marist: System Architect/Technical Lead
SHARE: Director of Operations
Marist College IT
Poughkeepsie, NY  12601



--
Martha McConaghy
Marist: System Architect/Technical Lead
SHARE: Director of Operations
Marist College IT
Poughkeepsie, NY  12601


TSM 7.1 usage of volumes for dedupe

2014-10-22 Thread Martha M McConaghy

We just installed TSM 7.1 during the summer and have been working on
migrating our backups over from our old v5.5 system.  We are using
deduplication for our main storage pool and it seems to work great.
However, I'm concerned about how it is using the "volumes" in the
storage pool.  Since we never ran v6, I don't know if this is "normal"
or if we have stumbled upon a bug in 7.1.  So, I figured I'd ask on the
list and see if any of you have some insight.

Our dedupe storage pool is dev class FILE, of course.  It is set up to
acquire new scratch "volumes" as it needs over time.  Originally, I had
the max scratch vols allowed at 999, which seemed reasonable. After
about a month, though, we hit that max and I had to keep raising it.
When I query the volumes belonging to this pool, I see many, many of
them in full status, with pct util=0:
Volume Name Storage Device
Estimated   Pct  Volume
Pool Name Class
Name  Capacity  Util  Status
---
--  - - 
/data0/0B55.BFS  DEDUPEPOOL  FILE  50.0
G   0.0   Full
/data0/0B8F.BFS  DEDUPEPOOL  FILE  50.0
G   0.0   Full
/data0/0BCF.BFS  DEDUPEPOOL  FILE  50.0
G   0.0   Full
/data0/0BD6.BFS  DEDUPEPOOL  FILE  50.0
G   0.0   Full
/data0/0C16.BFS  DEDUPEPOOL  FILE  50.0
G   0.0   Full
/data0/0C2A.BFS  DEDUPEPOOL  FILE  50.0
G   0.0   Full
/data0/0C63.BFS  DEDUPEPOOL  FILE  49.9
G 100.0   Full
/data0/0C72.BFS  DEDUPEPOOL  FILE  50.0
G   0.0   Full
/data0/0C79.BFS  DEDUPEPOOL  FILE  50.0
G   0.0   Full
/data0/0C84.BFS  DEDUPEPOOL  FILE  50.0
G   0.0   Full
/data0/0C8C.BFS  DEDUPEPOOL  FILE  50.0
G   0.0   Full
/data0/0C93.BFS  DEDUPEPOOL  FILE  50.0
G   0.0   Full
/data0/0C9A.BFS  DEDUPEPOOL  FILE  50.0
G   0.0   Full
/data0/0CA1.BFS  DEDUPEPOOL  FILE  50.0
G   0.0   Full
/data0/0CB3.BFS  DEDUPEPOOL  FILE  50.0
G   0.0   Full

Literally, hundreds of them.  I run reclamations, but these volumes
never get touched nor reclaimed.  Seems to me that they should. I've
gone over the admin guide several times, but have found nothing touching
on this.  We just applied the 7.1.1.0 updates, but that has not helped
either.  If I do a move data on each, they will disappear.  However,
more will return to take their place.  Anyone seen this before, or have
any suggestions?

Martha

--
Martha McConaghy
Marist: System Architect/Technical Lead
SHARE: Director of Operations
Marist College IT
Poughkeepsie, NY  12601