indestructibility modify

Prev Next

This command modifies the indestructability password and/or the indestructability password restore delay. The password restore delay postpones the effect of a user initiated reset of the indestructibility password.

You can use this command to change the default settings for the first time. After the default settings are changed, this command can only be used when the system is unlocked.

For more information about indestructibility, see Managing the Indestructibility Mechanism.

Usage
indestructibility modify --indestructibility-passwd INDESTRUCTIBILITY_PASSWD
                         [--new-indestructibility-passwd NEW_INDESTRUCTIBILITY_PASSWD]
                         [--passwd-delay PASSWD_DELAY]
Required Parameters

--indestructibility-passwd INDESTRUCTIBILITY_PASSWD

Specify the existing indestructibility password.

For first time password change, specify the default password, which is LockPasswd.

Options

--new-indestructibility-passwd NEW_INDESTRUCTIBILITY_PASSWD

Specify a new indestructibility password. The password must have at least eight characters.

For example: --new-indestructibility-passwd Yrt%587H9

--passwd-delay PASSWD_DELAY

Changes the password reset delay.

Specify PASSWD_DELAY as an integer followed by m for minutes, h for hours or d for days.

For example: --passwd-delay 5d sets the password reset delay to five days.

Default: 1d (one day)

Minimum: 1m (one minute).

Example
vcli: admin> indestructibility modify --indestructibility-passwd ******** --new-indestructibility-passwd *******
Indestructibility modified successfully