Only one user can have Read/Write access to Gaia configuration database at a time. All other users can log in with Read-Only access to see configuration settings, as specified by their assigned roles.
When you log in and no other user has Read/Write access, you get an exclusive configuration lock with Read/Write access. If a different user already has the configuration lock, you have the option to override their lock. If you:
Use the database feature to obtain the configuration lock.
The commands do the same thing: obtain the configuration lock from another administrator.
Description
Use the lock database override
and unlock database
commands to get exclusive read-write access to the Gaia database by taking write privileges away from other administrators logged into the system.
Syntax
lock database override |
unlock database |
Comments
lock database override
command is identical to the set config-lock on override
command.unlock database
command is identical to the set config-lock off
command.Configuring Lock Behavior
The behavior of the configuration lock command is configured using: config-lock
.
Description
Configures and shows the state of the configuration lock on Gaia configuration database.
Syntax
set config-lock off on [timeout <5-900>] override |
show config-lock config-state |
Parameters
Parameter |
Description |
|
Turns off the configuration lock. |
|
Turns on the configuration lock. The default timeout value is 300 seconds. |
|
Optional parameter. Turns on the configuration lock for the specified interval in seconds. |
Comments:
set config-lock on override
command is identical to the lock database override
command.set config-lock off
command is identical to the unlock database
command.