Up Next
Go up to 4 Labs
Go forward to 4.2 Text editing

4.1 Set up your VAX account

Accounts on computer systems are flexible resources. To be convenient they need to be customized to the individual user. Most computer systems are designed to run a specific set of commands when a user logs on. On DEC VAX/VMS computer systems it is in a file called LOGIN.COM.

To protect the resource a hard-to-guess password needs to be set. Your initial password is easy. You need to chose a better one. The only things that keep about 50,000,000 people from using your account on the Internet is your username and password. People often give out (for good reason) their username. So really the only protection is your password. Choose a "good" one.

  1. Accessing the system.
    There are many ways to access the system WEST.
  2. Connection through a terminal server
    If you are connecting to WEST using a direct serial connection (not a PPP connection) you will be going through a terminal server. You will need to instruct the terminal server to make a logical connection over the Pima Community College's LAN (Local Area Network). To do this first get the terminal servers attention:
    <return><return>
    
    Then you need to tell the terminal server which system to "connect to". You want to connect to system WEST. To do this use the "connect" or "c" command.
     
    Local> c WEST 
    
    or
     
    CSC use ONLY> c WEST 
    
  3. Logging on to WEST
    You will need to tell the system who you are and then authenticate who you are. This process is called "login on" or "logging in". To do this you will need your username and your initial password. Your username is 135t_last-name up to seven characters for a maximum total of twelve characters with no spaces, and your initial password is your student services number -- no hyphens. If you have a "long" username, use only 12 characters total.

    Enter your username and password when prompted:

    USERNAME: Your-username
    PASSWORD: Your-password 
    
    If you get a "USER authorization failure" or any other error and do not get the dollar sign ($) system prompt, you did not get logged in. Just try again. If you cannot get in after a few tries (about three), check with me, Louis Taber to make sure you have the correct username and password.
  4. Change your password.
    You do NOT have any choice on this the first time you log on. Prepare for this with a password of at least six (6) characters. The system will also timeout if you do not enter a password soon enough. You can come back and change it later with the following command.
      
    set password
    
    Choose a password that you will be able to remember, but not your name, initials, student number, or any single word that might be found in the dictionary. Remember, if you get an error message, your password was NOT changed and you must repeat the procedure. When you enter your password it will not show. This goes for both your new and old passwords.
    $ set password 
    Old password: current-password 
    New password: new-password 
    Verification: new-password
    
  5. Make your own copy of the LOGIN.COM file for this class
    $ copy [135T_MGR]login.com *
  6. List the files you now have. There will be two versions of your LOGIN.COM file.
     
    $ dir
    
  7. Log off
    $ log
    
  8. Log back onto the system in using your NEW password. This time you should also see the announcement for the class. If not, you are likely to need some help. Until the LOGIN.COM is copied there is a limit on LOGIN.COM files, which may keep you from making the copy. The protection may need to be changed. See me, Louis Taber, or a lab aid.
  9. Request a copy of your LOGIN.COM file to be printed on the system printer.
    $ print login.com
    
  10. Log off the system. This will prevent others from using your account.
    $ log
    
On the print out from step in half print the following:
Your-Name
Lab 4.1: VAX Set-up
TABER CSC135
Place the lab in the instructor hand-in box in BUS R6E, the "terminal room".
Instructor: ltaber@pima.edu** Red's Home page** The Pima College Site

Up Next