One tip, John! Reset the LOGMAXUTILIZATION (RESet LOGMaxutilization) every day to monitor the maximun utilization vs. the current utilization. Set up a SCRIPT or ADMIN SCHEDULE to run a 'q session' & 'q process' every 30 mins at night during your backup window to see what & how many sessions/processes are running simultaneously.
This is because the size of the recovery log depends on the # of concurrent client sessions & the number of background processes executing on the server. Also, check the MAXSESSIONS option & to make sure it is not set too high! Regards, Demetrius Malbrough UNIX/TSM administrator -----Original Message----- From: Talafous, John G. [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 18, 2001 8:51 AM To: [EMAIL PROTECTED] Subject: Re: Recover log at 5120MB and full - Cannot start TSM Thanks to all who responded and helped get our server back up and running. Now comes the task of figuring out what caused the recovery log to fill up in the first place and prevent it from happening again. Does anyone have any tips and tricks on determining what/who is using recovery log space? TIA, John G. Talafous IS Technical Principal The Timken Company Global Software Support P.O. Box 6927 Data Management 1835 Dueber Ave. S.W. Phone: (330)-471-3390 Canton, Ohio USA 44706-0927 Fax : (330)-471-4034 [EMAIL PROTECTED] http://www.timken.com -----Original Message----- From: Nancy Reeves [mailto:[EMAIL PROTECTED]] Sent: Monday, December 17, 2001 2:56 PM To: [EMAIL PROTECTED] Subject: Re: Recover log at 5120MB and full - Cannot start TSM Here is what I do when the recovery log fills, also on AIX. My notes agree with the person who said that the Extend size has to be a multiple of 4 and 1 less than the DSMFMT size. (What the other person said about max size being 5G, might cause this to not work, though.) If server will not start because the recovery log is full: 1) Find a location for an extra recovery log file 2) DSMFMT -LOG <fullfn> <size1> -- where size1 = 4x+1, where x => 2 3) DSMSERV EXTEND LOG <fullfn> <size2> -- where size2 = size1-1 4) DSMSERV -- to start the server normally 5) Solve the problem that caused the recovery log to fill. 6) After the server is up, either create a mirror for this recovery log or preferably remove it from use. Nancy Reeves Technical Support, Wichita State University [EMAIL PROTECTED] 316-978-3860 ********************************************************************** This message and any attachments are intended for the individual or entity named above. If you are not the intended recipient, please do not read, copy, use or disclose this communication to others; also please notify the sender by replying to this message, and then delete it from your system. The Timken Company **********************************************************************
