Hello, everyone!
Today, I will explain problem deleting the service boards, which were uninstalled from OLT and how you can fix this easy problem.
First, when we want to deinstall the service board from OLT, we have to power off the service board. For this action we use the next command (e.g. MA5800-X15, 2 control boards H902MPLA and one service board H901GPHF):
TEST(config)#board power-off 0/14.
After this command, we can deinstall service board. It happens that after this action we see:
TEST(config)#display board 0
{ <cr>||<K> }:
Command:
display board 0
-------------------------------------------------------------------------
SlotID BoardName Status SubType0 SubType1 Online/Offline
-------------------------------------------------------------------------
0
1
2
3
4
5 H901GPHF Auto_find
6
7
8 H902MPLA Standby_normal
9 H902MPLA Active_normal
10
11
12
13
14 H901GPHF Failed Offline
15
16
17
18 H901PILA Normal
19 H901PILA Normal
-------------------------------------------------------------------------
If we try to delete board, the OLT reports an error. We can see this situation:
TEST(config)#board delete 0/14
Are you sure to delete this board? (y/n)[n]:y
Failure: The board has been powered off and cannot be deleted
Therefore, we need to take the following steps:
TEST(config)#board power-on 0/14
The board is powered on successfully
TEST(config)#board delete 0/14
Are you sure to delete this board? (y/n)[n]:y
Board is deleted successfully
TEST(config)#
TEST(config)#display board 0
{ <cr>||<K> }:
Command:
display board 0
-------------------------------------------------------------------------
SlotID BoardName Status SubType0 SubType1 Online/Offline
-------------------------------------------------------------------------
0
1
2
3
4
5 H901GPHF Auto_find
6
7
8 H902MPLA Standby_normal
9 H902MPLA Active_normal
10
11
12
13
14
15
16
17
18 H901PILA Normal
19 H901PILA Normal
-------------------------------------------------------------------------
After these commands, the service board is not visible on the OLT. We fixed the problem deleting the service boards, which were uninstalled from the OLT.
Thank you!





