AlphaServer SC patch kit: ========================== AlphaServer SC 2.6 SSB Kit Name: SCV26RESOURCES_BATCHID Release Date: 22 Dec 2003 Abstract: Increase resources.batchid from CHAR 16 to CHAR 32 Description of Patch: ===================== This kit installs a new version of the resource table definition file in /usr/opt/rms/msql/rms/resources. The batchid field of the resource RMS database table is sometimes not large enough to store the LSF batchid identification strings. This is because in LSF SC V2.6 SSB the batchid identification strings is constructed as "@" and this can become larger than 16 characters, especially if the LSF job arrays feature is used. When this happens LSF stops functioning properly since it fails to submit these jobs. The modified resource table definition file is available from ITRC, Kit location: ============= The patch kit is SCV26RESOURCES_BATCHID.tar.gz and it is available from ITRC Kit checksum: ============= bash-2.02$ cksum SCV26RESOURCES_BATCHID.tar.gz 1415077714 4742 SCV26RESOURCES_BATCHID.tar.gz Updated files: ============== /usr/opt/rms/msql/rms/resources Dependencies: ============= This patch should be installed over the RMS kit shipped with V2.6 SSB. Instructions: ============= This patch is provided as a setld installable kit. Unpack it into a directory that is NFS mounted on all domains e.g. /usr/kits/ and install it as follows: 1. Stop Partitions, eg # rcontrol stop partition=parallel 2. Stop RMS on all nodes eg: # sra command -domains all -m 1 -command "CluCmd /sbin/init.d/rms stop" 3. Stop RMS and msql on Management Server # /sbin/init.d/rms stop # /sbin/init.d/msqld stop 4. Install on Management Server: # /usr/sbin/setld -l SCV26RESOURCES_BATCHID 5. Start msql on Management Server: # /sbin/init.d/msqld start 6. Run 'rmstbladm -u' on the Management Server: # rmstbladm -u 7. Start RMS on Management Server: # /sbin/init.d/rms start 8. Install across all domains, eg: # sra command -domains all -m 1 -command "/usr/sbin/setld -l SCV26RESOURCES_BATCHID" 9. Start RMS on all nodes eg: # sra command -domains all -m 1 -command "CluCmd /sbin/init.d/rms start" 10. Restart Parallel partition # rcontrol start partition=parallel