The information of the pages are only applied for POISE personnel usage

DIR| MCF| SET | SHOW | CRE/DEL Dir | BACKUP| AUTH | QUEUE | UTILITY | SEARCHIT

SUBMIT

SET

Set Def=CD
CD SYS$SYSDEVICE : [VMSW3.FILES] //Files is the subfolder of VMSW3CD DKB2000: [000000] //Top level of directory
CD SYS$SYSDEVIE:[VMSWS3:FILES] //CD to [VMSWS3:FILES]
CD [--] //Move back 2 directory
CD [--.VMSWS2.FILES]
CD SYS$LOGIN //HOME=="CD SYS$LOGIN.COM"
Set PASSWORD //Set password
Set Que/Form=Hp_Letter OB6 // Reset form for printer ob6
Set TERMINAL/WIDTH=80 //Size of screen, 80 character width
Set File/Owner=[20,100] CIDSYS_FILES:filename.* //change owner
Set File/Prot=(G:rwe, W:re ) phuskey.dir // change right
$CLS=="Set TERMINAL/WIDTH=80" //Refresh screen

 

Back

DIR (LS)

DIR DKB100:[*...] STUDENT.* // search entire disk for student.*DIR/OUT=K DKB100:[**]STUDENT.DTA // k.lis contain student.dta BUT NOT its content
DIRECTORY SYS$SYSDEVICE :[000000]*.DIR //list out all directory at [000000]
DIRECTORY SYS$SYSDEVICE :[000000...]*.DTA //List all DTA file from top to bottom
DIR/DATE *student* //List all files with its date created
DIR/SIZE student //List its block *2 blocks=1byte *
DIR/DATA/SIZE student
DIR/DATA/SIZE/SINCE=10-JAN-2004 //List all file created since Jan-01-2004
DIR/DATA/SIZE/SINCE //Def today
DIR/DATA/SIZE/SINCE=YESTERDAY *.TXT //List all file since yesterday with .txt
DIR/SECURITY student // List system right for file
(RWED(SYSTEM), RWED (OWNER),GROUP,WORLD)

Back

 

BACKUP (same as copy except it does Backup even if file is used by user)

Backup/Ignore=Interlock FileA FileB // Copy A to B even if A is locked by annother user
Backup/IGNORE=INTERLOACK *.* FILES/SAVE // Instruct system to create save Set
Backup/List File.Bck/SAVE //Display saved Set and all its relevant information
Backup File.Bck/SAVE/SELECT=[VMSWS3.FIELS]STUDENT.DTA NEW_STUDENT.DTA //copy student.dta in files.bck saved Set to new_student.dta

Back

 

AUTHORIZE

$Set Def SYS$SYSTEM //Set system root
MCR AUTHORIZE UAF> List *.* //full /brief save info in sysuaf.lis [slim]
UAF> $Show USER
UAF> MODIFY Slim/PRIV=ALL/DEFPRIV=ALL //Assign all privilege

UIC:[1,5] //I'm in group 1 , 5th member

UAF> $Show USER/FULL username //$Show more information about username
UAF> MODIFY Slim/PWDLIFE="120-" //Modify pw life
UAF> ADD newadm/PRIV=ALL /DEFPRIV=ALL //Create admin account
UAF> COPY VMSWS3 VMS_Slim/ PASS=LETMEIN/NOPWEXP
UAF> MOD Slim/PRIV=NOALL/DEFPRIV=NOALL //Take out all priv
UAF> MOD Slim/PRIV=(NETBMX , TMPMBX) //Assign 2 privilege
UAF> MOD Slim/PASS=LETMEIN/ Nopwdexpired //Change password
UAF> Mod slim/pass=(" " , secret88) // create second password
UAF> Mod slim/pass=genpwd // generate a list of password to choose

Bac

SUBMIT

$ SUBMIT key.com/QUE=SYS$BATCH/AFTER=”25-AUG-2006 23:59”

Create Directories
CREATE/DIR [.dirname]

Delete Directories

1. $ Del [slim.test]*.*;* Del/copy all files
2. $ Set file/Prot=(O:RWED) DKB200:[slim]test.dir;1 Set protection to dir so owner can del
3. $ Del DKB200:[slim]test.dir;1

Back

SHOW

$Show Users/ full slim // display user on interactive process with all info
$Show DEVICE D or E /files....//What device is available in system
$Show Dev/Files // listing file are currently open
$Show Def //Print working dirctory
$Show LOGICAL SYS$SYSDEVICE // "SYS$SYSDEVICE" ="TRAIN$DKA0" ALIAS
$Show LOGICAL SYS$LOGIN //"Sys$login" ="Sys$sysdevice:[vmsws3]"
$Show SYMBOL EDT // EDT=="EDIT/EDT" , Reference for command in system
$Show USER / Full username //List user , PID..and all info
STOP/ID=0001BB47 //Logout user from vax system
$Show TIME //$Show time
$Show QUEUE/FULL/ALL LTA10
$Show QUEUE/FORM formname //$Show availble forms

Back

 

MCF

$MCR DMS:DMSMENU MAIN.MCF
$MCR DMS:SetGUI ON / OFF

ED login.com [RUN FROM TOP TO BOTTOM]
$ MCR DMS:DMSMENU MAINMENU
$ MCR DMS:DMSMENU MAINMENU/COMPILE/NODCL //Compile .mcf to .mcb

Back

QUEUE/TAPE

$ Print/hold myfile.dat (entry 112)
$ set entry 112/release/job_count=3 // release job 112 with 3 copies

$Del/entry=(112, 113,116,117 ) //delete multiple entries
$Del/entry=(112-117) //del entries from 112 to 117

$ Init/que/start myqueue
$ Init/que/Batch/start // init batch queue, for autostart
$ Stop/que/reset LTA11//reset without delete entry
$ Stop/que lta11 // only paused que

If IP changes from shared to new, do following
$ Stop/que/next LTA11 // Completely stop queue and abort all entries
$ Del/que LTA11 // need to be stopped before deleted

$ @startup_spoolers.com

$ Init MKA0: B031206 //init magnetic tape
$ MOUNT MKA0: B03106 //mount tape so files can be written into it

$set entry/requeue=lta99 112 //requeue entry 112 to lta99
$set que/form=normal fin1 // set que fin1 to form normal
$set entry/form=hp_acuprint 112 //reset entry 112 to form hp_acuprint to match type

$Show que/all_jobs fin1 // show all job in que fin1
$Show que/by_job_status=pending
$Show que/summary // show # of jobs and its status
$Show que/form normal/default/ //show # ,stock, description and form of que

$ Stop/que/reset fin1 //stop queue and abort all its entries

Back

$Reply /All /Bell " Please log off"

Back

SEARCHIT

$Searchit fileA "searched string"
$Pipe Dev/files/Nosystem | Searchit sys$input "student.dta" //who use student.dta
$Pipe mcr authorize show */full | searchit sys$input username:,bypass

Back

 

 

 

@copyright of Soon Lim. All right reserved