Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Source |  Entry Points |  Interaction Calls
Print Page as PDF
Routine: KBANTCLN

Package: Uncategorized

Routine: KBANTCLN


Information

KBANTCLN ; VEN/SMH - Clean Taskman Environment ;2019-10-01 2:11 PM

Source Information

Source file <KBANTCLN.m>

Entry Points

Name Comments DBIA/ICR reference
START(VOL,UCI,SITENUMBER,SITENAME,FQDN,SOFTCLN)
ZTMGRSET(VOL,UCI) ; Silent ZTMGRSET Replacement
; NB: OS 3 is Cache
; OS 8 is GT.M/Unix
DINIT(SITENUMBER,SITENAME) ; Silent Dinit Replacement
ZUSET ;
TASKMAN(SOFTCLN) ; Taskman Stuff --> Ends at TEND
CONST ; Constant Integers
ENV ; We get environment variables here.
KSP ; Kernel System Parameters cleanup. Fall through.
F14P5 ; 14.5 clean-up. Fall through.
F14P6 ; 14.6 clean-up. Fall through
F14P7 ; 14.7 clean-up. Fall through
ZTSK
ZTSCH
F19P2 ; 19.2 clean-up; Fall through.
TEND
MSP ; Mailman Site Parameters Clean-up
DEVCLEAN ; Device Cleanup
DEVVOL ; Delete Volume field for each device.
DEVNULL ; Fix up null devices
DEVHFS ; Fix up HFS device
DEVTTY ; Fix TTY
DEVPTS ; Fix PTS
DEVZERO ; Fix ZERO Device
; (only needed for Unit Tests from Bash and Web Server)
; GT.M Sets $Principal to 0 in HEREDOCS and jobbed off processes
XU522 ; Disable Old CAPRI Log-in
F19P2OPT ; Map: Option Name; Startup or time to schedule; resched freq; OS-specific
SOFTCLN ; [Private] Soft clean tasks -- don't delete them as in a brand new system
KF(FN,IENS) ; Kill File; Private Procedure
; FN = File Number; pass by value. Required.
; IENS = IENs; pass by value. Optional.
; NB: Will not work for files under ^DIC as this deletes their definition as well
KRNMAXJ(VOL) ; Max Jobs on this volume in the Kernel; Private $$

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: "WARNING: DO NOT RUN THIS ON A PRODUCTION ENVIRONMENT.",!
  • Line Location: KBANTCLN+7
Info |  Source |  Entry Points |  Interaction Calls