AlphaServer SC patch kit: ========================== AlphaServer SC Version : SC V2.6 UK1 Kit Name: SCV26UK13213244331 Release Date: 13-Jan-2006 QuIX: QXCM1000307276 WFM Number: 3213244331 Abstract: SCIP: Bug fix for 32 bit netstat counter overflow. Description of Patch: ===================== The counters which keep track of the SCIP packets received and sent were 32 bit quantities, because of which the counters were overflowing very quickly. These have been changed to 64 bit values. Kit location: ============= The patch kit is SCV26UK13213244331.tar.gz and it is available from ITRC. Prerequisites: ============== Before installing this Patch kit, you should ensure the following: 1) You have all mandatory patches for SC V2.6 UK1 installed. 2) You have the SCIP kit for SC V2.6 UK1 installed. Kit checksum: ============= # cksum SCV26UK13213244331.tar.gz 1788427794 240199 SCV26UK13213244331.tar.gz Updated files: ============== A list of the files included in this patch is given below along with the cksum values for each file: 827595778 403432 /opt/SRASCIP/sys/scip.mod Instructions: ============= This patch is provided as a setld installable kit. Unpack it into a directory that is NFS mounted on all domains e.g. /nfs/SCV26UK13213244331 and install it as follows: Patch required on Management Server (if used) : YES Patch required on Domains : YES On Managemement server ---------------------- Install the patch as follows: # cd /nfs/SCV26UK13213244331 # setld -l /nfs/SCV26UK13213244331 SCV26UK13213244331 # # doconfig -c HOSTNAME # shutdown -r now To remove the patch use the following command: # setld -d SCV26UK13213244331 On Domains: ----------- Install the patch as follows: # cd /nfs/SCV26UK13213244331 # scrun -d all setld -l /nfs/SCV26UK13213244331 SCV26UK13213244331 # # scrun -d all BuildKernels # scrun -d all DeployKernels # sra shutdown -domains all # sra boot -domains all Installation is complete at this point. To remove the patch use the following commands: # scrun -d all setld -d SCV26UK13213244331 # # scrun -d all BuildKernels # scrun -d all DeployKernels # sra shutdown -domains all # sra boot -domains all Once the patch is installed and you are satisfied that it is working correctly the GENERIC kernels should also be updated, using the following command: # scrun -d all DeployKernels -g =======================================================================