SET MINPWCHARNUMERIC (Set minimum number of numeric characters in administrator passwords)

Use this command to set the minimum number of numeric characters that are required to be in administrator passwords.

Important: The SESSIONSECURITY parameter must be set to STRICT to enable the mixed-case character password on an administrator account.

Privilege class

To issue this command, you must have system privilege.

Syntax

Read syntax diagramSkip visual syntax diagram Set MINPWCHARNumeric 0number

Parameters

number (Optional)
Specifies the minimum number of numeric characters (0 - 9) that must be specified in new administrator passwords. This parameter is optional. You can specify an integer in the range 0 - 58. The default value is 0.
Tip:
  • For the administrator accounts with SESSIONSECURITY=STRICT, the sum of all the integer values that are specified by using the SET MINPWCHARUPPER, SET MINPWCHARLOWER, SET MINPWCHARNUMERIC, and SET MINPWCHARSPECIAL commands must be less than or equal to 58. Also, this sum of integer values is used as the minimum password length if it is greater than the value of integer that is specified by using the SET MINPWLENGTH command.
  • For the administrator accounts with SESSIONSECURITY=TRANSITIONAL, the sum of all the integer values that are specified by using the SET MINPWCHARALPHABETIC, SET MINPWCHARNUMERIC, and SET MINPWCHARSPECIAL commands must be less than or equal to 58. Also, this sum of integer values is used as the minimum password length if it is greater than the value of integer that is specified by using the SET MINPWLENGTH command.

Example:

Set the minimum number of numeric characters that are required in an administrator password to 12 characters.
set minpwcharnumeric 12

Related commands

Table 1. Commands related to SET MINPWCHARNUMERIC
Command Description
SET MINPWCHARALPHABETIC Sets the minimum number of alphabetic characters that are required to be in administrator passwords.
SET MINPWCHARLOWER Sets the minimum number of lower-case alphabetic characters that are required to be in administrator passwords.
SET MINPWCHARUPPER Sets the minimum number of upper-case alphabetic characters that are required to be in administrator passwords.
SET MINPWCHARSPECIAL Sets the minimum number of special characters that are required to be in administrator passwords.