[an error occurred while processing this directive]
HP OpenVMS Systems Documentation |
HP OpenVMS DCL Dictionary
SET HOST
Connects your terminal (through the current host processor) to another processor, called the remote processor. The command requires that: FormatSET HOST node-name Parameter
DescriptionThe SET HOST command connects you to another processor on a network. (The SHOW NETWORK command lists the names of nodes accessible to your node.) Once the connection is made, the remote processor prompts for a user name and password. You must have an account on the remote processor to log in. Qualifiers
|
#1 |
---|
$ SET HOST/APPLICATION_PROTOCOL=CTERM DAKOTA |
The /APPLICATION_PROTOCOL qualifier specifies the CTERM protocol (the default) on node DAKOTA in this command line.
#2 |
---|
$ SET HOST ITALIC Username: GRESO Password: <PASSWORD> Welcome to OpenVMS VAX Version 7.3 on node ITALIC . . . $ LOGOUT GRESO logged out at 19-DEC-2001 15:04:25.27 %REM-S-END, Control returned to node _CASLON:: |
In this example, the name of the local node is CASLON. This SET HOST command connects the user terminal to the processor at the network node named ITALIC. The remote processor then prompts for user name and password. Use the normal login procedure to log in to the remote processor.
Once you are logged in at a remote node, you can use the SET HOST command to establish communication with another node. After logging in to node ITALIC, you could type SET HOST BODONI.
You would again be prompted for a user name and password. If you then supply a valid user name and password, you will be logged in to node BODONI.
Note that when you log out of node BODONI, control is returned to node ITALIC. You must log out of node ITALIC to return to your local node, CASLON.
#3 |
---|
$ SET TERMINAL/WIDTH=80 $ SET HOST/RESTORE GENEVA Username: Jones Password: <PASSWORD> $ SET TERMINAL/WIDTH=132 . . . $ logout JONES logged out at 19-DEC-2001 11:04:51.45 %REM-S-END, control returned to node _ORACLE |
This example shows user JONES on node ORACLE logging in to remote node GENEVA and specifies that the original terminal screen width be restored to 80 characters when the remote session is terminated.
1 DCL always maintains an outstanding Ctrl/Y asynchronous system trap (AST) to the terminal driver. When you press Ctrl/Y, the terminal driver aborts the current read and write operations and any pending write operations, including all buffered write operations. |
Previous | Next | Contents | Index |