Problem:
c1iscex did not have test points working last night.
Solution:
The diag -i command indicated that :
awg 19 0 192.168.113.80 822095891 1 192.168.113.80
awg 45 0 192.168.113.80 822095917 1 192.168.113.80
The first number after the awg should be the DCUID number. The IP address 192.168.113.80 corresponds to c1iscex. So we had awg and testpoints setup for DCUI 19 and 45 on c1iscex. DCUID 19 is c1x01 (the IOP), but 45 was used for a test awhile back.
Turns out that in the testpoint.par file located in /cvs/cds/rtcds/caltech/c1/target/gds/param, there were two entries for c1scx, one with DCUID 24 and also DCUID 45. The model at the time was running with DCUID 24.
So I changed the model DCUID to 45, deleted the [C-node24] entry in the testpoint.par file, and restarted the machine, and also did a "telnet fb 8088" and "shutdown" to restart the frame builder. |