Project

General

Profile

SIU 02 Command Line Interface » History » Version 4

laforge, 07/04/2020 03:45 PM

1 1 laforge
h1. SIU 02 Command Line Interface
2
3
h2. Software/Firmware versions
4
5
<pre>
6
OSmon> rev
7
------------------- OSE modules ------------------------------------------
8
oam.chk             Operation & Maintenance                          R1M01
9
secmgrr.chk         Security Manager                                 R1A68
10
inetr.chk           MLPPP Daemon                                     R1G08
11
ltp.chk             Local Terminal Port                              R1N01
12
snc.chk             Synchronization                                  R1M02
13
pd.chk              Packet Distributor                               R1G02
14
cesopsn_pwr.chk     Circuit Emulation Service                        R1H07
15
hdlc_pwr.chk        HDLC Pseudo-Wire Emulation                       R1G02
16
p_relayr.chk        Packet Relay                                     R1G02
17
profiler.chk        System Profiler                                  R1G03
18
hwtest.chk          Hardware Tester                                  R1G08
19
lcf_cp.chk          Local Connectivity Function                      R1C01
20
bsp.drv             Board Support Package                            R1L04
21
bootstrap.chk       Bootstrap                                        R1K_2
22
loader.drv          Software Loader                                  R1A37
23
np_init_app.drv     APP3K Setup                                      R1N01
24
linuxload.drv       Linux Loader                                     R1N01
25
26
------------------- Firmware modules -------------------------------------
27
PBOOT               CXC 112 3777/1                                   R2B02
28
NP_INIT_T2.OSE      CXC 173 3983/2                                   R3A01
29
FPGA                -                                               0x2275
30
31
------------------- Software archives ------------------------------------
32
Primary:
33
OSE                 CXP102169_1                                      R1S05
34
Linux               -                                                R1S05
35
36
Backup:
37
OSE                 CXP102169_1                                      R1S05
38
39
------------------- Active software --------------------------------------
40
OSE                                                                Primary
41
Linux                                                              Primary
42
</pre>
43
44
h2. Synchronization / Clock Source
45
46
<pre>
47
OSmon> getMOAttribute STN=0,Synchronization=0
48
STN=0,Synchronization=0; instanceId= 0;
49
STN=0,Synchronization=0; TS_STN_SynchStatus= synchronized;
50
STN=0,Synchronization=0; TS_UsedTimeServer= ;
51
STN=0,Synchronization=0; calibrationExpireDate= 20150829;
52
STN=0,Synchronization=0; calibrationStatus= CAL_NO_CONNECTION;
53
STN=0,Synchronization=0; synchType= notDefined;
54
STN=0,Synchronization=0; DSCP_Synchronization= 0;
55
STN=0,Synchronization=0; depIP_Interface= ;
56
STN=0,Synchronization=0; usedSynchSource= ;
57 3 laforge
58
OSmon> setmoattribute trans1 STN=0,Synchronization=0 synchType 
59
E1T1         clockInput   none         notDefined   synchE       timeServer   
60 1 laforge
</pre>
61
62 4 laforge
h3. synchType=clockInput
63
64
If there is an 1PPS signal on the two left-most pins of the CLOCK connector (RS-422 level),
65
you will see *calibrationStatus= CAL_PROGRESS_x* followed by *CAL_ONGOING*
66
67
If the 1PPS signal is missing, you will see *calibrationStatus= CAL_NO_CONNECTION*
68
69 1 laforge
h2. E1 interfaces
70
71
they must be created with 
72
<pre>
73
OSmon> starttransaction trans1
74
OperationSucceeded
75 2 laforge
76 1 laforge
OSmon> createMO trans1 STN=0,E1T1Interface=0
77 2 laforge
OperationSucceeded
78
79
OSmon> checkconsistency trans1
80
consistent
81
OperationSucceeded
82
83 1 laforge
OSmon> commit trans1
84
OperationSucceeded
85
</pre>
86
87
<pre>
88
OSmon> getmoattribute trans1 STN=0,E1T1Interface=0
89
STN=0,E1T1Interface=0; instanceId= 0;
90
STN=0,E1T1Interface=0; operationalState= disabled;
91
STN=0,E1T1Interface=0; type= E1;
92
STN=0,E1T1Interface=0; transmitClockSource= localTiming;
93
STN=0,E1T1Interface=0; receiveClockSource= notUsed;
94
STN=0,E1T1Interface=0; loopbackMode= off;
95
STN=0,E1T1Interface=0; loopbackStatus= off;
96
STN=0,E1T1Interface=0; loopbackRemainingTime= 0;
97
STN=0,E1T1Interface=0; fdlPerformanceReports= disabled;
98 4 laforge
</pre>
99
100
<pre>
101
OSmon> setmoattribute trans1 STN=0,E1T1Interface=0 transmitClockSource
102
localTiming   loopTiming    
103
OSmon> setmoattribute trans1 STN=0,E1T1Interface=0 receiveClockSource    
104
notUsed           timingReference   
105
OSmon> setmoattribute trans1 STN=0,E1T1Interface=0 type 
106
E1            E1_30         E1_UNFRAMED   T1            
107 1 laforge
</pre>
Add picture from clipboard (Maximum size: 48.8 MB)