******************************************************************************* * * PRIMARY DISCLAIMER: * * It is not recommended that you install this fix unless specifically * instructed to do so by a qualified IBM Technical Support representative. * * Please call your appropriate support location for more information. * For instance, in the United States, you would call 1-800-CALL-AIX. * ******************************************************************************* * * * * VISIT OUR PAGES ON THE INTERNET * _______________________________ * * IBM Communications Server Support * http://www.ibm.com/software/network/commserver/support * * * +--------------------------------------------------------------------------+ * * DATE: 10/08/2003 * * DESCRIPTION: * ____________ * * README FILE FOR * * IBM Communications Server for AIX temporary fix ("fix") * * (Installs only on PTF level 6.1.0.4) * APAR: IY49236 * * This package contains APAR fixes to the product above. This * package can be distributed to any one who has a license for * this product. * *+----------------------------------------------------------------------------+ * * * PREREQUISITES : * _______________ * * IBM Communications Server for AIX, Version 6.1 * * * PTF: This fix is designed for the fileset sna.rte at the specific * level of 6.1.0.4. It is not designed for any other level of the product * and may cause irreparable damage if inappropriately applied. If you are * in need of this PTF supplement to the product before proceeding with * the download and application of this fix please go to the above support * site and refer to the Code Updates section for details on retrieving the * minimum level of maintenance for this fix. You may also choose instead * to call support directly at 1-800-CALL AIX for more information. * * * No other prerequisites are required for the installation of this fix. * *+----------------------------------------------------------------------------+ * * * PROBLEM FIXED: IY49236 * Module Name: sna_v5router liblua.o * * APAR DESCRIPTION: * LUA API: DACTLU not handled properly in some circumstances * * ERROR DESCRIPTION: * LUA application using LU names to identify sessions rather * than sids. Session active (BOUND) when DACTLU/ACTLU received. * The session fails to reconnect correctly with all verbs after * the next RUI_INIT being rejected (including the INIT-SELF). * * PROBLEM SUMMARY: * USERS AFFECTED: All * * PROBLEM DESCRIPTION: * Line and API tracing shows that the LUA TP appears to start * and work properly, until a DACTLU is received: * RUI_READ request * <<< DACTLU RQD * >>> DACTLU +RSP * <<< UNBIND RQD1 * >>> UNBIND +RSP * RUI_READ response SESSION_FAILURE - LU_COMPONENT_DISCONNECTED * RUI_TERM request * RUI_TERM response STATE_CHECK - NO_RUI_SESSION * <<< ACTLU RQD1 * >>> ACTLU +RSP * RUI_INIT request * >>> NOTIFY RQD1 * <<< NOTIFY +RSP * RUI_INIT response OK * RUI_WRITE request (INITSLF) * RUI_WRITE response STATE_CHECK - NO_RUI_SESSION * RUI_TERM request * RUI_TERM response STATE_CHECK - NO_RUI_SESSION * RUI_INIT request * RUI_INIT response UNSUCCESSFUL - INVALID_PROCESS * * and then it goes into a loop repeating the RUI_TERM and RUI_INIT errors. * * PROBLEM SUMMARY: * The RUI_INIT error indicates that the LU is in use by another process, * but the RUI_TERM error indicates that it is not in use. * * PROBLEM CONCLUSION: * An incorrect fix in APAR IY29609 meant that the control blocks were * not correcly cleaned up at the point of the session failure. This fix * corrects the code to properly clean up the control blocks. * * Also included in this updated module are fixes for the following APARs: * iy46595 sna_v5router (requires sna_mux to be complete) * iy47993 sna_v5router * iy49236 sna_v5router liblua.o (included) * *+----------------------------------------------------------------------------+ * * INSTALLATION INSTRUCTIONS: * __________________________ * * iy49236.tar.Z ("this fix" in the steps below) is a compressed tar archive * file containing the updated modules and this readme. * * * To install this fix: * _____________________________ * * ** Downloading the file: * * 1) Be SURE to download this fix in BINARY format. * * 2) Check the output of sum against the updated module after * uncompressing and untarring this fix. You should see: * * 35897 57 liblua.o * 19978 4293 sna_v5router * * 3) Make sure that you have backed up your system recently. * * 4) Make sure that you have copies of your configuration files saved * (the /etc/sna directory contents). * * 5) Stop SNA and proceed to the next step * * sna stop * * (IMPORTANT) - Be sure that SNA is stopped. Please issue: * * ps -ef | grep sna* * * If a sna* process exists, use the kill command on the process. * It is also recommended that, if possible you take down any * applications that may try to access CS/AIX. * * 6) Backup your previous versions of the module(s) listed in this readme * by renaming them. * * cp /usr/lib/sna/liblua.o /usr/lib/sna/liblua.o.original * cp /usr/lib/sna/drivers/sna_v5router /usr/lib/sna/drivers/sna_v5router.original * * 7) Copy this fix's updated module into its/their place(s). * * cp liblua.o /usr/lib/sna/liblua.o * cp sna_v5router /usr/lib/sna/drivers/sna_v5router * * 8) Shutdown and reboot your system. * * shutdown -Fr * * 9) Restart Communications Server * * sna start * snaadmin init_node (and so on)... * * +--------------------------------------------------------------------------+ * * * CONTACT FOR Support: * ____________________ * * If you have any questions, please call the IBM AIX SUPPORT CENTER * for your Country. For example in the USA call: 1-800-CALL-AIX * * * IBM COPYRIGHT INFORMATION: * __________________________ * * IBM Communications Server for AIX, Version 6.1 * * * (c)Copyright International Business Machines Corporation 1998, 1999, 2003. * All rights reserved. Note to U.S. Government Users - Documentation * related to restricted rights - Use, duplication or disclosure is * subject to restrictions set forth in GSA ADP Schedule Contract * with IBM Corp. * * * * LIMIT OF LIABILITY: * ___________________ * * License to the contained APAR fixes is conditioned upon the recipient * holding a license to the prerequisite product. The license terms * and conditions of the APAR fixes are the same as those for the * prerequisite product. Please see the product license for specifics. * *******************************************************************************