AlphaServer SC patch kit: ========================== AlphaServer SC Version : SCv2.6 SSB Kit Name: SCV26SSB106134 Release Date: 03/05/2004 PTR: 153-2-1361 IPMT Number: CFS.106134 Abstract: pfsmgr support for dashes and old-style FS domain names. You do not need to build or deploy kernels or reboot any nodes to install this patch. You do need to take all PFS file systems off line however. Description of Patch: ===================== 1. Adds support to pfsmgr for machines with dashes in their names. While dashes in the machine name have never been allowed in any SC version older versions of the installer did not prevent the user from doing it anyway. As a result there are a few machines in existence that have dashes in their names - the machine name was preserved through various upgrades. Without this patch these machines would be unable to mount PFS file systems after they were upgraded to V2.6. 2. Corrects a problem in "pfsmgr create" on V2.6 machines that use old-style domain names like atlas[A-Z]. Without this patch newly created V2.6 PFS file systems will fail to mount on the file serving domain that hosts their disks if that domain has an old-style name like atlasB. Domains with new-style names like atlasD4 are not affected. PFS file systems that existed before the upgrade to V2.6 work OK with or without this patch - the problem only affects the creation of new file systems. Earlier Kits =========== This patch supercedes the earlier patch kit: SCV26SSB105727 (point 2 above) Kit location: ============= The patch kit is SCV26SSB106134.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 this release installed 2) All PFS file systems are off line. Kit checksum: ============= # cksum SCV26SSB106134.tar.gz 970619756 326004 SCV26SSB106134.tar.gz Updated files: ============== A list of the files included in this patch is given below along with the cksum values for each file. 4149704986 260704 /usr/opt/pfs/sbin/fsck_pfs 2879844703 211824 /usr/opt/pfs/sbin/mkfs_pfs 4193433106 202496 /usr/opt/pfs/sbin/mount_pfs 2024622254 204880 /usr/opt/pfs/sbin/nfsxp_pfs 1783785191 201760 /usr/opt/pfs/sbin/umount_pfs 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/SCV26SSB106134 and install it as follows: Patch required on Management Server (if used) : YES Patch required on Domains : YES On the Management Server (if Used): ----------------------------------- Make sure all PFS file systems are off line on all nodes before you begin to install this patch. Use "scfsmgr status" and "pfsmgr show" to check. Install the patch as follows: # cd /nfs/SCV26SSB106134 # setld -l /nfs/SCV26SSB106134 SCV26SSB106134 You do not need to build a new kernel or reboot. To remove the patch, use the following commands: # setld -d SCV26SSB106134 On Domains: ----------- Make sure all PFS file systems are off line on all nodes before you begin to install this patch. Use "scfsmgr status" and "pfsmgr show" to check. Install the patch as follows: # cd /nfs/SCV26SSB106134 # scrun -d all setld -l /nfs/SCV26SSB106134 SCV26SSB106134 You do not need to build or deploy kernels or reboot any nodes. To remove the patch use the following commands: # scrun -d all setld -d SCV26SSB106134 =======================================================================