ADSM-L

Re: missed backups oddity

2006-09-05 12:58:15
Subject: Re: missed backups oddity
From: David E Ehresman <deehre01 AT LOUISVILLE DOT EDU>
To: ADSM-L AT VM.MARIST DOT EDU
Date: Tue, 5 Sep 2006 12:55:13 -0400
Given your symptoms, my first line of attack would be to assume that
those clients do not have resourceutitization set to 1 and are taking
the default of 2 sessions per client.  How have you confirmed that your
server client option setting is being honored?

David

>>> "Gill, Geoffrey L." <GEOFFREY.L.GILL AT SAIC DOT COM> 9/4/2006 3:31:26 PM
>>>
I was on late the other night watching this and noticed approximately
3
sessions per server. With a server client option file that has a
setting for
resourceutilization to 1 it seems odd to see this. This particular
setting
is configured to override a client setting so I'm a bit confused.

In order to get around this I extended the backup window 3 hours. This
seems
to have taken care of the missed backups. Weird though because it
almost
looks as if a  session has somehow dropped, yet not dropped, and
another one
started, which eventually causes all 64 to be used.

Thanks,

Geoff Gill
TSM Administrator
PeopleSoft Sr. Systems Administrator
SAIC M/S-G1b
(858)826-4062
Email: geoffrey.l.gill AT saic DOT com



-----Original Message-----
From: owner-adsm-l AT VM.MARIST DOT EDU [mailto:owner-adsm-l AT VM.MARIST DOT 
EDU]
On
Behalf Of Alexander Verkooijen
Sent: Monday, September 04, 2006 5:58 AM
To: ADSM-L AT VM.MARIST DOT EDU
Subject: Re: missed backups oddity

Maybe you could try running a shell script
that does a 'query session' every 5 minutes
and redirects the output to a log file.
That should tell you where all the sessions
come from.

Something like this should work:

--- CUT HERE ---

#!/usr/bin/ksh

while true
do
        /usr/bin/dsmadmc -id="xxx" -pass="xxx" "q ses" >> mylogfile
        sleep 300
done

---CUT HERE---

Regards,

Alexander

------------------------------------------------------------
Alexander Verkooijen
Senior Systems Programmer
High Performance Computing
SARA Computing & Networking Services

<Prev in Thread] Current Thread [Next in Thread>