Prev Up Next
Go backward to 4.19 VAX Show Commands
Go up to 4 Labs
Go forward to 4.21 Setup UNIX account

4.20 VAX Networking

In this lab you will use some of the proprietary networking protocols provide by DEC (Digital Equipment Corp.) to network their machines. DEC calls it LAT for Local Area Transport. In addition to providing TCP/IP many computer manufactures also provide their own network interface that only works with their equipment and software.
  1. Use the set host command to access PIMACC. The /LOG qualifier creates the file SETHOST.LOG.
    $ SET HOST /LOG PIMACC
    
    You can login on with the captive account SCHEDULE so at the USERNAME: prompt enter SCHEDULE. This "captive account" will let you look at the college class schedule data base. When you are done control is returned to WEST.

    Look for this class next semester. Use the information below as a guide, many lines have been removed.

     
    Computer Services VAX 8650 node MAX
    
    Enter PIMAINFO at Username for college-wide system
    
    Username:                                     SCHEDULE
    
    (V)ideo or (H)ard copy terminal(<CR> = Video ) ?     H
    
    [1] Schedule Inquiry  Select option or 'EXIT'        1
    
    SEMESTER: ??  - Is this semester you want (Y/N) ?    N
    
        For Next Semester Type....2                      2
    
    You are now working with Semester: ??? (Fall ??) 
    
    DO YOU WISH TO SEE SEATS OR ENROLLMENT? <S/E>        S
     
    OPEN CLASSES ONLY (Y/CR=N)?                          N
    
    **  <CR> = DISTRICT                           <return>
    
    ENTER CURRIC, COURSE, EXIT OR 'H' FOR HELP:     CSC135
    
    COURSE TITLE : INTRO.COMPUTER OPERATIONS
    
     SECT    COURSE    LOCATION  TIMES       SEATS MAX 
     10941   CSC135    WEST      0310P-0500P 15 ( 15) 
     91221   CSC135    WEST      0510P-0700P 15 ( 15) 
    
    ENTER CURRIC, COURSE, EXIT OR 'H' FOR HELP:       EXIT
    
    Select option or enter 'EXIT' to exit             EXIT
    
    SCHEDULE     logged out at 17-APR-19?? 20:52:42.45 
    
  2. Produce a directory listing of your files, but force it to use the network. (The network server will produce a file called NETSERVER.LOG -- this may take several minutes)
    $ DIRECTORY WEST"user-name password"::*.* 
    
    You may want to change your password after this. Your password will be in plan text on the screen (for a while). If you did this lab in R6, please change your password. If you did it from home, there is no need to. As a reminder, the command is:
    $ SET PASSWORD 
    
Turn in copies of BOTH the SETHOST.LOG and NETSERVER.LOG stapled together and marked with:
Your-Name
Lab 4.20: VAX Networking - LAT
TABER CSC135

Instructor: ltaber@pima.edu** Red's Home page** The Pima College Site

Prev Up Next