[an error occurred while processing this directive]
![]() |
![]() HP OpenVMS Systems Documentation |
![]() |
HP OpenVMS DCL Dictionary
LOGIN Procedure
Initiates an interactive terminal session. Format[Ctrl/C] DescriptionThere is no LOGIN command. You signal your intention to access the system by pressing Return, Ctrl/C, or Ctrl/Y, on a terminal not currently in use. The system prompts for your user name and your password (and your secondary password, if you have one) and then validates them. Qualifiers
|
#1 |
---|
[Ctrl/Y] Username: HOFFMAN Password: <PASSWORD> |
In this example, pressing Ctrl/Y allows you to access the operating system, which immediately prompts for a user name. After validating the user name, the system prompts for the password but does not echo it.
#2 |
---|
[Return] Username: HIGGINS/DISK=USER$ Password: <PASSWORD> Welcome to OpenVMS Alpha (TM) Operating System, Version 7.3 on node LSR Last interactive login on Tuesday, 18-DEC-2001 08:41 Last non-interactive login on Monday, 19-DEC-2001 15:43 $ SHOW DEFAULT USER$:[HIGGINS] |
In this Alpha example, the /DISK qualifier requests that the default disk for the terminal session be USER$. The SHOW DEFAULT command shows that USER$ is the default disk.
#3 |
---|
[Return] Username: HIGGINS/DISK=USER$ Password: <PASSWORD> Welcome to OpenVMS VAX Version 7.3 on node CELEST Last interactive login on Tuesday, 15-DEC-2001 09:16:47.08 Last non-interactive login on Monday, 14-DEC-2001 17:32:34.27 $ SHOW DEFAULT USER$:[HIGGINS] |
In this VAX example, the /DISK qualifier requests that the default disk for the terminal session be USER$. The SHOW DEFAULT command shows that USER$ is the default disk.
#4 |
---|
[Ctrl/C] Username: LIZA/CLI=DCL/COMMAND=ALTLOGIN.COM Password: <PASSWORD> Welcome to OpenVMS VAX Version 7.3 on node CELEST Last interactive login on Tuesday, 15-DEC-2001 09:16:47.08 Last non-interactive login on Monday, 14-DEC-2001 17:32:34.27 $ |
In this example, the /CLI qualifier requests the DCL command interpreter. The /COMMAND qualifier indicates that the login command file ALTLOGIN.COM is to be executed instead of the default login command file.
#5 |
---|
[Return] Username: XENAKIS Password: <PASSWORD> Password: <PASSWORD> Welcome to OpenVMS VAX Version 7.3 on node CELEST Last interactive login on Tuesday, 15-DEC-2001 09:16:47.08 Last non-interactive login on Monday, 14-DEC-2001 17:32:34.27 $ |
In this example, the second password prompt indicates that the user has a secondary password, which must be entered to access the system.
#6 |
---|
[Return] Username: JONES Password: <PASSWORD> User authorization failure [Return] Username: JONES Password: <PASSWORD> Welcome to OpenVMS Alpha (TM) Operating System, Version 7.3 on node LSR Last interactive login on Tuesday, 15-DEC-2001 09:16:47.08 Last non-interactive login on Monday, 14-DEC-2001 17:32:34.27 1 failure since last successful login. $ |
This example shows the "User authorization failure" message, which indicates that the password has been entered incorrectly. After you successfully log in, a message is displayed showing the number of login failures since your last successful login. This message is displayed only if login failures have occurred.
#7 |
---|
[Return] Username: JOYCE Password: <PASSWORD> Welcome to OpenVMS Alpha (TM) Operating System, Version 7.3 on node LSR Last interactive login on Tuesday, 15-DEC-2001 09:16:47.08 Last non-interactive login on Monday, 14-DEC-2001 17:32:34.27 WARNING - Primary password has expired; update immediately. $ |
This example shows the WARNING message, which indicates that your primary password has expired. You must use the SET PASSWORD command to change your password before logging out, or you will be unable to log in again.
For more information on changing your password, see the description of the SET PASSWORD command in this manual.
#8 |
---|
[Return] Username: MIHALY/NEW_PASSWORD Password: <PASSWORD> Password: <PASSWORD> Welcome to OpenVMS VAX Version 7.3 on node CELEST Last interactive login on Tuesday, 15-DEC-2001 09:16:47.08 Last non-interactive login on Monday, 14-DEC-2001 17:32:34.27 Your password has expired; you must set a new password to log in. Old password: <PASSWORD> New password: <PASSWORD> Verification: <PASSWORD> |
In this example, the user enters the /NEW_PASSWORD qualifer after the user name MIHALY. The system then forces the user to set a new password immediately after login. The prompts are the same as those provided when you enter the DCL command SET PASSWORD from the command line.
Previous | Next | Contents | Index |