|
||||
|
||||
| You Are Here: | Home > Infrastructure Services > VTAIX > Accessing VTAIX |
|---|
Accessing VTAIX
To access VTAIX, you will need:
VTAIX supports a large variety of terminal types. A list of supported terminals is contained in the file /etc/termcap. Most workstations can emulate one of the predefined terminal types. The logon procedure on some systems will prompt you for the terminal type. You must specify the correct terminal type in order for the system editor to work correctly.
Using Telnet to Access VTAIX
If you have access to a computer that is connected to the campus Ethernet network or the Internet (e.g., using the Virginia Tech Internet software), you can access VTAIX using the telnet command by entering: telnet VTAIX.CC.VT.EDUThe IP address of VTAIX is 198.82.161.244 which can be used instead of VTAIX.CC.VT.EDU with the telnet command. For more information on using telnet with the AIX operating system, see user's guide Introduction to Networking, Using AIX., (NK08). After the connection is complete, the logon prompt will be displayed. Note: If you only want to transfer files to or from VTAIX, you can use the ftp command instead of telnet to access your VTAIX account. See Example Usage - anonymous ftp.
Selecting a Telnet ClientFor information on Telnet and SSH clients, refer to the Telnet & SSH page. Micorsoft Windows Telnet Note: If you use to log on to VTAIX using only the cursor arrow, backspace, delete, and F1-F4 keys are defined for use with uni-XEDIT; Ctrl or Esc key sequences must be used to access other uni-Xedit functions. EWAN Note: If you log on to VTAIX using EWAN, you will be able to use the arrow keys and key definitions bound to the keys of the numeric keypad. The Plus key in the numeric keypad performs the Erase to End-of-Line function with this telnet client. The F1, F2, F3, and F4 functions are bound to the Num Lock, /, *, and - keys of the Numeric keypad. The F1-F12 and the block of keys consisting of Insert, Home, PageUp, Delete, End, and Page Down do NOT function when EWAN is used. Logging On to VTAIX After access to VTAIX is achieved
, the logon prompt will be displayed: Note:
After you have entered your userid, the password prompt will appear: Virginia Tech (vtaix.cc.vt.edu) Kerberos Initialization for "userid" Password:where "userid" is the name of your userid. The password will not be displayed as you enter it. If you enter an incorrect userid or password, the login prompt will reappear.
After your userid and password have been verified, the message of the day (motd) will be displayed: ******************************************************************* * * * * * sample message of the day * * * * * ******************************************************************* The shell prompt ("$" is the default prompt for the Bourne or Korn Shell, "%" is the default C shell prompt) will be displayed and you may enter UNIX commands. Logging Out From VTAIXTo log out of the system enter "logout" or simply press Ctrl-D. You will then be returned to your prior working environment. Note: Some userids are customized to prevent accidental logoff using the <Ctrl-D> key sequence. If <Ctrl-D> does not logoff your session, enter the command "logout". If you have accessed the system via the vttelnet command, enter the command "quit" to drop your vttelnet connection. If you have accessed VTAIX via the CBX, you can drop the CBX connection by pressing the <Return> key (approximately ten times) until the "disconnected" message is displayed. If you were using a PC or MAC, you can now use command(s) or the escape sequencei(s) required by your terminal emulation software to return to the operating system prompt. Note: If you are using a UNIX workstation to access VTAIX, do not turn the workstation off unless you are the system administrator for this machine and follow the appropriate "shutdown" procedure. Using the KeyboardThe UNIX operating system is case sensitive! Some keyboard characters have special meaning in the UNIX environment; see UNIX Special Characters for some of the most commonly used special characters. The <Return> key is pressed to execute UNIX and user-written commands. Whenever <Return> appears in this section, press the key corresponding to this function. For example, to list the non-hidden files in the current directory: ls <Return> The cat (conCATenate) command can be used to create or display the contents of files as well as to join files together. Use the following sequence of commands to create a file: cat > my_first_file <Return> Here is a line of text. <Return> Here is a second line of text. <Return> . . . Ctrl-D. To display the contents of the file just created, enter: cat my_first_file <Return>For the remainder of this guide, use of the <Return> key to execute UNIX and user-written commands will be assumed and not included as part of the command syntax in the example exercises.
Control (Ctrl) Key SequencesCtrl key sequences are executed immediately and need not be followed by an <Return> to take effect. UNIX uses key sequences to execute commands such as deleting a character, terminating an executing command, and logging off. Some of the most important key sequences include (the first key sequence listed for each function is the default for VTAIX):
Customizing Your EnvironmentMany commands are available to allow you to customize or modify the UNIX environment to your liking. You may issue such commands after you are logged in to accomplish the changes you desire or place them in a customization file.
Changing System Default Key DefinitionsThe stty command can be used both to display the current key definitions and to change them. To display the current values of keyboard command sequences, enter: stty -aOn some systems, the -a option is not recognized. On these systems, try using the "all" option: stty all You can also use the stty command to change the key sequence designated to perform a selected command. For example, to assign "@" as the "kill line" character, enter: stty kill @You would now press the <@> key instead of <Ctrl-U> to delete the current line. If <backspace> does not already function to delete the preceding character, you can enable it to do so by entering: stty erase <backspace>where <backspace> is the key to which you wish to assign the backspace function. Note: On some systems, including VTAIX, you will receive an error message if you attempt to use the stty command to reassign a function to the key which currently performs a function.
Defining the Terminal TypeIf you are using either the Bourne or Korn shells (a "$" appears as the default command prompt), you can use the following pair of commands to assign "vt100" to the TERM environmental variable: TERM=vt100 export TERMDo not include spaces on either side of the equal sign. The variable name TERM is entered in all upper case. If you are using the C shell (a "%" appears as the default command prompt), use the following command to assign "vt100" to the TERM environmental variable: setenv TERM vt100
Userid Customization FilesYou can also customize your environment by placing desired configuration commands in the file which is loaded by the command processor when you login. If you are using either the Bourne or Korn Shell as your command processor ($ as the default prompt), you would add these commands to the file ".profile". The next time you log in, ".profile" will be executed automatically, and the changes you have made will take effect. If you are using the C shell (% as the default prompt) include your customization commands in ".login" or ".cshrc" file. The ".login" file is invoked once when you log onto the system and typically contains stty, setenv, and umask commands. The ".cshrc" file is invoked each time a new C Shell process is started and typically contains history, set, and alias commands. Using the X Windows SystemIn order to use X applications on a UNIX system, you need to be running an X Windows System server on your local machine and allow X clients to display back to it. Faculty and staff can obtain licenses for the eXceed X Windows Server for the MS Windows operating system from Information Technology Acquisitions. When the X client is initiated on VTAIX, the client output will appear in a window on your local display. You can use the following series of steps to run an X application on VTAIX:
|
|
|
||||