The verifyAutoIndex
parameter checks new entries added to an SBX configuration table that has an Auto Index column to make sure that the newly assigned Auto Index value does not already exist in that table. This parameter is in the admin object of the system-level configuration.
When verifyAutoIndex
is configured as true, an Auto Index number is assigned to an SBX configuration table in the ConfD Database (CDB). The CDB is queried to ensure that the Auto Index number is not currently in use. The default verifyAutoIndex
value is false.
verifyAutoIndex
configuration parameter only when advised by technical support.verifyAutoIndex
is configured as true
, provisioning can slow since the CDB is queried for each item that uses an Auto Index number.
Use the following command to configure the verifyAutoIndex
parameter.
% set system admin <system name> verifyAutoIndex <false | true>
Parameter | Length/Range | Default | Description | M/O |
---|---|---|---|---|
verifyAutoIndex | N/A | False | Set this flag to true to query the CDB to ensure that the Auto Index number is not in use.
| O |
The following is an example of how to set the verifyAutoIndex
parameter.
% set system admin vsbcSystem verifyAutoIndex true
The following is an example of how to view the verifyAutoIndex
parameter.
> show table system admin vsbcSystem verifyAutoIndex verifyAutoIndex true; [ok][2018-06-07 09:47:56]