Publication Date: 2012-07-25 | Views: 205 | Downloads: 0 | Author: Martin Xiong | Document ID: EKB0000531254
Engineer wants to know which SCC board was the active one when the board was resetting.
Null
From the OCPLOG.TXT file, we can know it.
Find the "Init OCP Log"record and check the last two parameters:
first one means the slot number of the SCC board.
second one: "0" for the active and "1" for standby.
Example:
Init OCP Log OK 2011-05-03 19:52:35 17 0
17-SCC board was active one when it was online at 2011-05-03 19:52:35
Init OCP Log OK 2011-05-03 20:26:24 17 1
17-SCC board was standby one when it was online at 2011-05-03 20:26:24
Null
OCPLOG.TXT is in the /ofs2/log/ directory of SCC.
It is useful when we analyze issues.