! NODESTART.DAT for the ATTC R&D node LISZT ! Facility: ATTC LVAC System START-UP ! Purpose: Data file driving the system startup process ! This file lists all the procedures used during node startup. ! All procedures are executed in sequence, only procedures ! with non-blank UIC field are DETACHED under this UIC, thus ! executing in parallel. ! Notes: This data file is NODE LISZT specific ! 1) LAVCDISKS.COM must preceed NODESPEC.COM, since we install ! Pagefile on disk mounted by LAVCDISKS.COM ! 2) NODESPEC.COM must preceed LAVCPRINT.COM, since we must ! set spooled devices first. ! ! History: ! 01/08/88,MXB,Updated disk mounts, common windowing SW startup ! 04/07/87,MXB,Initial setup ! ! Record format: ! 1) S|UIC|pathname arg |Comment ! where: ! S - VMS severity code (E,W,F,I) if procedure not found ! UIC - UIC to detach procedure under (empty=don't detach) ! pathname - fulll procedure pathname ! arg - arguments for on-line procedures ! comment - text to display on console ! 2) $ command - to execute a single command. Should be limited to ! few exceptions, where separate procedure is not ! convenient. ! E||lavc$data:[LAVCCOM]LAVCDISKS.COM | Mounting local disks E||lavc$data:[LAVCCOM]LAVCDISKS.COM MNT CHICO | Mounting CHICO's disks F||lavc$data:[LAVCCOM]LAVCLOGNM.COM | Creating cluster wide logical names F||lavc$data:[LISZT]NODESPEC.COM | Starting LISZT specific startup E||lavc$data:[LAVCCOM]LAVCBATCH.COM | Starting cluster wide BATCH queues E||lavc$data:[LAVCCOM]LAVCPRINT.COM | Starting Cluster wide PRINT queues E||sys$manager:STARTNET.COM | Starting VAX DECNET E||sys$manager:CMSSTARTUP.COM | Starting VAX CMS !**E||sys$manager:LTLOAD.COM | Starting VAX LAT terminal server E||chico$dua4:[ATEXE]SDCHR0502START.COM | Starting SDCHR 05.02 E||AUODSK:[AUOSI]START.COM | Starting AUOSI development environment E|[1,4]|sys$manager:PHIGS$STARTUP.COM | Detaching the PHIGS startup W|[1,4]|lavc$data:[LAVCCOM]LAVCDSKRBL.COM | Detaching the disk MOUNT/REBUILD ! ! The GRAPHICS startup must be very last (just before logoff) E||lavc$data:[LAVCCOM]LAVCWINDOW.COM | Start windownig software/graphics ! Finish