Document revision date: 15 July 2002 | |
Previous | Contents | Index |
If your system manager does not require use of the automatic password generator, the SET PASSWORD command prompts you to enter the new password. It then prompts you to reenter the new password for verification, as follows:
$ SET PASSWORD New password: Verification: |
If you fail to enter the same new password twice, the password is not changed. If you succeed in these two steps, there is no notification. The command changes your password and Enters you to the DCL prompt.
Even though your security administrator might not require the password
generator, you are strongly encouraged to use it to promote the
security of your system.
1.7.2 Using Generated Passwords
If your system security administrator decides that you must let the
system generate the password for you automatically, the system provides
you with a list of password choices when you enter the DCL command SET
PASSWORD. (If your system is not set up to use automatically generated
passwords, you can use them by specifying the SET PASSWORD command with
the /GENERATE qualifier.) The character sequence resembles native
language words to make it easy to remember, but it is unusual enough to
be difficult for outsiders to guess.
Because system-generated passwords vary in length, they become even
more difficult to guess.
The password generator uses basic syllabic rules to generate words but has no real knowledge of any language. As a result, it can unintentionally produce words that are offensive. |
In the following example, the system automatically generates a list of passwords made up of random sequences of characters. The minimum password length for the user in the following example has been set to 8 characters in their UAF record.
$ SET PASSWORD Old password: (1) reankuna rean-ku-na (2) cigtawdpau cig-tawd-pau adehecun a-de-he-cun ceebatorai cee-ba-to-rai arhoajabad ar-hoa-ja-bad Choose a password from this list, or press Enter to get a new list (3) New password: (4) Verification: (5) $ (6) |
Note the following about the example:
There are two disadvantages to using generated passwords:
To change a secondary password, use the DCL command SET PASSWORD/SECONDARY. You are prompted to specify the old secondary password and the new secondary password, just as in the procedure for changing the primary password. To remove a secondary password, press the Enter key when you are prompted for a new password and verification.
You can change primary and secondary passwords independently, but both
are subject to the same change frequency because they share the same
password lifetime.
1.7.5 Changing Passwords at Login
Even if your current password has not yet expired, you can change your password when you log in to the system by including the /NEW_PASSWORD qualifier with your user name. When you enter the /NEW_PASSWORD qualifier after your user name, the system prompts you to set a new password immediately after login.
The following example shows how to change your password when you log in:
WILLOW - A member of the Forest Cluster Username: RWOODS/NEW_PASSWORD Password: Welcome to OpenVMS on node WILLOW Last interactive login on Tuesday, 7-NOV-2002 10:20 Last non-interactive login on Monday, 6-NOV-2002 14:20 Your password has expired; you must set a new password to log in New password: Verification: |
Your system manager can set up your account so that your password, or
the account itself, expires automatically on a particular date and
time. Password expiration times promote system security by forcing you
to change your password on a regular basis. Account expiration times
help to ensure that accounts are available only for as long as they are
needed.
1.8.1 Expired Passwords
As you approach the expiration time of your password, you receive an advance warning message. The message first appears 5 days before the expiration date and at each subsequent login. The message appears immediately below the new mail message and sounds the bell character on your terminal to attract your attention. The message indicates that your password is expiring, as follows:
WARNING -- Your password expires on Thursday 11-DEC-2002 15:00 |
If you fail to change your password before it expires, you receive the following message when you log in:
Your password has expired; you must set a new password to log in New password: |
The system prompts you for a new password or, if automatic password
generation is enabled, asks you to select a new password from those
listed. You can abort the login by pressing Ctrl/Y. At your next login
attempt, the system again prompts you to change your password.
1.8.2 Using Secondary Passwords
If secondary passwords are in effect for your account (see
Section 1.3.4), the secondary password expires at the same time as the
primary one. You are prompted to change both passwords. If you change
the primary password and press Ctrl/Y before changing the secondary
password, the login fails. The system does not record a password change.
1.8.3 Failure to Change Passwords
If the system manager decides not to force you to change your expired password upon logging in, you receive one final warning when you log in after your password expires, as follows:
WARNING -- Your password has expired; update immediately with SET PASSWORD! |
At this point, if you do not change the password or if the system fails
before you have the opportunity to do so, you will be unable to log in
again. To regain access, see your system manager.
1.8.4 Expired Accounts
If you need your account for a specific purpose for a limited time only, the person who creates your account may specify a period of time after which the account lapses. For example, student accounts at universities are typically authorized for a single semester at a time.
Expired accounts deny logins automatically. You receive no advance warning message before the account expiration date, so it is important to know in advance your account duration. The account expiration resides in the UAF record, which can be accessed and displayed only through the use of the OpenVMS Authorize utility (AUTHORIZE) by users with the SYSPRV privilege or equivalent---normally, your system manager or security administrator.
When your account expires, you receive an authorization failure message
at your next attempted login. If you need an extension, follow the
procedures defined at your site.
1.9 Guidelines for Protecting Your Password
Illegal system accesses involving the use of a correct password are more often traced to disclosure of the password by its owner than to surreptitious discovery. It is vital that you do not reveal your password to anyone.
You can best protect your password by observing the following rules:
My password is GOBBLEDYGOOK. |
The system responds to the commands you enter in one or more of the following ways:
A default is the value supplied by the operating system when you do not
specify one yourself. For example, if you do not specify the number of
copies as a qualifier for the PRINT command, the system uses the
default value 1. The operating system supplies default values in
several areas, including command qualifiers and parameters. The
defaults that the operating system uses with specific commands are
described in each command's entry in the OpenVMS DCL Dictionary.
1.10.2 Informational System Messages
The system responds to some commands by displaying information in a system message about what it has done. For example, when you use the PRINT command, the system displays the job identification number it assigned to the print job and shows the name of the print queue the job has entered.
$ PRINT MYFILE.LIS Job MYFILE (queue SCALE_PRINT, entry 210) started on SYS$PRINT |
Not all commands display informational messages. Successful completion
of a command is usually indicated when the DCL prompt Enters.
Unsuccessful completion is always indicated by one or more
error messages.
1.10.3 System Error Messages
If you enter a command incorrectly, the system displays a system message and prompts you for the correct command string, as the following example shows:
$ CAPY ) %DCL-W-IVVERB, unrecognized command verb - check validity and spelling \CAPY\ $ |
The format for the 3-part code is:
DCL-W-IVVERB |
where:
DCL | The OpenVMS facility or component name that Entered the error. In this example, the message is from DCL, the default command interpreter. |
W | A severity level that indicates a warning. Other severity levels include S (success), I (information), E (error), and F (fatal or severe error). |
IVVERB | The type of message. The message can be identified by the mnemonic IVVERB in the OpenVMS system messages documentation or by using the Help Message utility (MSGHLP) described in Section 1.11.3. |
You can also receive system error messages during command execution if the system cannot perform the function you have requested. For example, if you type a PRINT command correctly but the file you specify does not exist, the PRINT command informs you of the error with a message like the following:
$ PRINT NOFILE.DAT %PRINT-E-OPENIN, error opening CLASS1:[MAYMON]NOFILE.DAT; as input -RMS-E-FNF, file not found $ |
The first message is from the PRINT command. It tells you it cannot
open the specified file. The second message indicates the reason for
the first; that is, the file cannot be found. RMS
refers to the OpenVMS file-handling software, Record Management
Services; error messages related to filehandling are generally OpenVMS
RMS messages.
1.10.4 Checking Your Current Process
If you suspect that your process is not doing what you think it should be doing, press Ctrl/T. Ctrl/T displays a single line of statistical information about the current process. The statistical information includes node and user name, current time, current process, central processing unit (CPU) usage, number of page faults, level of I/O activity, and memory usage, which is listed in number of CPU-specific pages.
When you press Ctrl/T during an interactive terminal session, it momentarily interrupts the current command, command procedure, or image to display statistics. Although Ctrl/T disrupts the characters on the screen, it does not affect any procedure or editing session. For example, if a user named MCCARTHY on node GREEN presses Ctrl/T while using the EVE editor, the following line is displayed in the EVE message window:
GREEN::MCCARTHY 13:45:02 EVE CPU=00:00:03.33 PF=778 IO=295 MEM=315 |
To refresh the screen, press Ctrl/W.
Ctrl/T is disabled by default. If you know your system is running and
Ctrl/T does not display statistical information, you can enable Ctrl/T
with the DCL command SET CONTROL=T. Enter the command at DCL level (at
the dollar sign ($) prompt), then press Ctrl/T again. Ctrl/T will
remain in effect for the duration of your process, unless it is
disabled from a program or command such as SET NOCONTROL=T. Note that
your terminal must be set to BROADCAST mode for Ctrl/T to display on
your screen. BROADCAST mode controls whether reception of broadcast
messages (such as those issued by MAIL and REPLY) is enabled. To set
your terminal to BROADCAST mode, enter the DCL command SET
TERMINAL/BROADCAST at the DCL prompt.
1.11 Getting Help About the System
When you are logged in to the operating system, you can obtain
information about using the system and available commands by using the
HELP command. You can also get help on system messages by entering the
HELP/MESSAGE command as shown in Section 1.11.3.
1.11.1 Using Online Help
Use the following procedure to get help on OpenVMS commands and utilities:
Step | Task |
---|---|
1 |
Enter HELP at the DCL prompt and press Enter.
HELP displays a list of topics and the Topic? prompt. |
2 | To see information about one of the topics, type the topic name after the prompt and press Enter. |
3 |
If you want information on one of the subtopics, type the name after
the prompt and press Enter.
HELP displays information about that subtopic. |
4 | To redisplay the SHOW USERS topic and the list of subtopics, enter a question mark (?) at the Subtopic? prompt. If you want to read all of the listed subtopics, enter an asterisk (*). |
5 | If you want information on another topic, press Enter. Help displays the Topic? prompt. |
6 | To exit Help, press Enter until you Enter to the DCL prompt. |
The following example shows the commands that you would enter to look for help about the SHOW USERS command:
$ HELP HELP . . (HELP message text and subtopics) . Topic? SHOW USERS SHOW USERS Displays the user name and node name (in a VAXcluster environment) of interactive, subprocess, and batch users on the system. Format SHOW USERS [username] Additional information available: PARAMETER QUALIFIER /BATCH /CLUSTER /FULL /INTERACTIVE /NETWORK /NODE /OUTPUT /SUBPROCESS Examples SHOW USERS Subtopic? EXAMPLES SHOW USERS Examples . . (SHOW USERS Examples message text and subtopics, if any) . SHOW USERS Subtopic? SHOW Subtopic? Topic? $ |
If you know the command you need information about, enter HELP and the command name. For example, to get help about the SHOW USERS command enter the following command:
$ HELP SHOW USERS |
If you need help but do not know what command or system topic to specify, enter the command HELP with the word HINTS as a parameter. Each task name listed in the HINTS text is associated with a list of related command names and system information topics.
The OpenVMS DCL Dictionary contains more information about the HELP command.
1.11.3 Getting Help on System Messages
Use the Help Message utility (MSGHLP) to get online help for system messages. To display information on how the last command completed, type:
$ HELP/MESSAGE |
You can also display information about a specific message by including the message identifier or words from the message text. For example:
$ HELP/MESSAGE BADACP |
A message and its description can also be accessed by entering the message status code. For example:
$ HELP/MESSAGE/STATUS=%X00038090 |
$ SHOW SYMBOL $STATUS $STATUS == "%X00038090" |
The Help Message utility allows you to update the messages database with your own messages or to add comments to existing message descriptions. You can also extract a subset of messages from the messages database to create and print your own customized messages documentation. For details on how to use the Help Message utility, see OpenVMS System Messages: Companion Guide for Help Message Users.
Previous | Next | Contents | Index |
privacy and legal statement | ||
6489PRO_002.HTML |