Prev Up Next
Go backward to 4.18 VAX Subdirectories
Go up to 4 Labs
Go forward to 4.20 VAX Networking

4.19 VAX Show Commands

TABER CSC135 Lab 4.19: Show Commands
Name:




In this lab you will look at some information stored by the computer for its ow operation. This lab focuses on the show terminal command. This is just the-tip-of-the-iceberg. The VAX/VMS system has about 33 different show commands. These are listed:
ACCOUNTING  ACL         AUDIT        BROADCAST    
CLUSTER     CPU         DEFAULT      DEVICES      
DISPLAY     ENTRY       ERROR        INTRUSION   
KEY         LICENSE     LOGICAL      MAGTAPE     
MEMORY      NETWORK     PRINTER      PROCESS   
PROTECTION  QUEUE       QUOTA        RMS_DEFAULT  
STATUS      SYMBOL      SYSTEM       TERMINAL     
TIME        TRANSLATION USERS        WORKING_SET 
ZONE
Take the time to look around at some of the other available information. On the VAX/VMS system most of this information can be accessed with the show command. If you have the correct permissions and authority you can change most of the values with the set command.

Fill in the answers to the questions in the space provided. You can copy this lab before turning it in if you want to keep your original.

  1. Use the SHOW TERMINAL command to see what parameters are set on your terminal. What is the terminal's device name? This is the first item on the first line,



  2. What is the terminal's device type and owner?



  3. What is the terminal's input speed? Note that the BPS (Bit Per Second) rate can be different for input and output.)



  4. Is the terminal full or half duplex? (Look for "dup" at the end of a "Terminal Characteristics".)



  5. Fill in your "Process ID" from the SHOW PROCESS command.



  6. What is your "Base Priority"?



  7. Look at your disk quota with the SHOW QUOTA command. A block is 512 bytes. How much disk space have your used in Mbytes? (Divide the blocks by 2048.)



  8. How much disk space do you have left?



  9. Do a SHOW USERS command. You may need/want to use the /output option to place the output in a file to look at it with a text editor. How many users are on the system?



  10. Do a SHOW SYSTEM command. You again may need/want to use the /output option to place the output in a file to look at it with a text editor. Don't forget the help command. What process has the most CPU time? (The total time used is in the column with the two colon characters.



  11. Do a SHOW QUEUE /BATCH command. How many jobs are in BATCH queues? You may not find anything in the batch or printer queues.



  12. Do a SHOW QUEUE /DEVICE=PRINTER command. How many jobs are in PRINT queues?



  13. Do a SHOW DEVICE D command. How many free Mbytes are available on $2$DIA0 (WESTD0)?



Turn in this page or a copy of it with the answers filled in.
Instructor: ltaber@pima.edu** Red's Home page** The Pima College Site

Prev Up Next