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 > -----Original Message----- > From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] > On Behalf Of Gill, Geoffrey L. > Sent: Friday, September 01, 2006 6:01 PM > To: ADSM-L@VM.MARIST.EDU > Subject: missed backups oddity > > The background on this is that this server, AIX 5.3, TSM > 5.2.6.1, has been > running smoothly forever. Max Scheduled sessions is set to > 64, total number > of servers that back up to this guy is only 36. So needless > to say I would > never expect to see missed backups related to servers missing > their backup > window because all the scheduled sessions are in use, especially since > resourceutilization is set to 1. Yet last night there was a > dozen or so > missed backups for just that. What I also see in the activity > log are issues > with servers as they complete their backups trying to > reconnect to get the > next schedule, no scheduled sessions are currently available. > > > > Is there anything I may have missed that would shed some > light on this? > > > > Thanks, > > > > Geoff Gill > > TSM Administrator > > PeopleSoft Sr. Systems Administrator > > SAIC M/S-G1b > > (858)826-4062 > > Email: <mailto:[EMAIL PROTECTED]> [EMAIL PROTECTED] >