AlphaServer SC patch kit: ========================== AlphaServer SC Version : SC V2.6 SSB Kit Name: SCV26SSB3206833563B Release Date: 4/Aug/2004 WFM Case: 3206833563 Abstract: scfsmgr show command should display in sorted order This patch does not contain any kernel mods so you do not have to build or deploy kernels or reboot any nodes to install it. Description of Patch: ===================== 1. Fix for scfsmgr show command to display the output in sorted order based on the mountpoints by default. 2. Added a new option "sorted" to scfsmgr "show" so that the output can be sorted on any of the fields. Kit location: ============= The patch kit is SCV26SSB3206833563B.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 Kit checksum: ============= # cksum SCV26SSB3206833563B.tar.gz 738714808 5123 SCV26SSB3206833563B.tar.gz Updated files: ============== A list of the files included in this patch is given below along with the cksum values for each file. 1681875141 11701 /usr/opt/srasysman/fsmgr/scripts/scfsmgr_show Instructions: ============= This patch is provided as a setld installable kit. Unpack it into a directory that is NFS mounted on the management station and all domains e.g. /nfs/SCV26SSB3206833563 and install it as follows: Patch required on Management Server (if used) : YES Patch required on Domains : YES Execute the following commands on the management station. If you don't have a management station then execute them on node 0 of the machine instead: Install the patch on the management station itself (if you have one): # cd /nfs/SCV26SSB3206833563B # setld -l /nfs/SCV26SSB3206833563B SCV26SSB3206833563B Install the patch on the domain nodes: # cd /nfs/SCV26SSB3206833563B # scrun -d all setld -l /nfs/SCV26SSB3206833563B SCV26SSB3206833563B To verify that you are using the new scfsmgr_show, type "scfsmgr show". The output will now look like this which will be sorted on Mountpoint by default: # scfsmgr show State Mount point Server Mount status ------- ----------- ------------------ --------------------------- online /scfs0 atlas1 mounted: atlas[A-B] online /scfs1 atlas1 mounted: atlas[A-B] online /scfs2 atlas1 mounted: atlas[A-B] online /scfs3 atlas3 mounted: atlas[A-B] online /scfs4 atlas0 mounted: atlas[A-B] online /scfsA atlas3 mounted: atlas[A-B] online /scfsB atlas3 mounted: atlas[A-B] online /scfsC atlas3 mounted: atlas[A-B] online /scfsD atlas3 mounted: atlas[A-B] online /scfsX atlas3 mounted: atlas[A-B] online /scfsY atlas3 mounted: atlas[A-B] #scfsmgr show sorted Usage: scfsmgr show sorted -f If you see a display like the one below you are still using the old scfsmgr_show. # scfsmgr show sorted Invalid argument: sorted # ------------------------------------------------------------------------- To remove the patch use the following commands on the management station (or node 0 if you don't have a management station): # setld -d SCV26SSB3206833563B # scrun -d all setld -d SCV26SSB3206833563B =======================================================================