An OM command that checks whether the configuration data in the OMU is consistent with the process.
1. The parameters of this command are optional. The parameters SRN, SN, SSN, CPUN, and PN are bound together. That is, if you specify one of these parameters, you must also specify the other four to synchronize a specified process. Otherwise, to synchronize data in the whole system.
2. Determine whether to synchronize the configuration data based on the check result. If some process data is inconsistent with the data in the OMU, run the command SYN CFG to synchronize them.
ID | Name | Description |
---|---|---|
CHKMODE | Verify mode | Meaning: verification mode Value range: FASE_VERIFY(Fast Verify), FORCE_VERIFY(Force Verify) Explanation: FAST_VERIFY(Fast Verify) checks whether the verification result is the most updated. The system displays the verification result if it is the most updated.FORCE_VERIFY specifies the system to verify the result without checking whether the verification result is the most updated. Default value: FAST_VERIFY(Fast Verify) |
SRN | Subrack No. | Meaning: subrack number Value range: 0-12 Explanation: The subrack number uniquely identifies a subrack. Default value: None |
SN | Slot No. | Meaning: slot number Value range: 0-27 Explanation: This parameter indicates the slot number of the board to be checked. Default value: None |
SSN | Subslot No. | Meaning: sub-slot number Value range: 0-1 Explanation: This parameter indicates the sub-slot number of the board to be checked. Default value: None |
CPUN | CPU No. | Meaning: CPU number Value range: 0-3 Explanation: This parameter indicates the subsystem number of the board to be checked. Default value: None |
PN | Process No. | Meaning: serial number of process Value range: 0-1 Explanation: This parameter indicates the process number of the board to be checked. Default value: None |
1. Check the whole system in default (FAST_VERIFY) check mode: CHK CFG:; 2. Check the whole system in Force_Verify mode: CHK CFG:CHKMODE=2; 3. Check the specified process: CHK CFG:SRN=0,SN=0,SSN=0,CPUN=0,PN=0; Note: If the data of the specified process is inconsistent with that of the OMU, then the command displays the inconsistency and also save the data in the output file. If the data of the specified process is consistent with that of the OMU, then the command displays information of data consistency.