Download presentation
Presentation is loading. Please wait.
Published byNoah Snow Modified over 9 years ago
1
1 HIGH CAPACITY PUBLIC SWITCH SYSTEM - MAINTENANCE -
2
2 PURPOSE Purpose of this presentation is to give idea about the maintenance and programming of DS200L system.
3
3 TOPICS IN THIS PRESENTATION IP ADDRESS DEFINITION SOFTWARE LOADING- UPDATING USING SSH SECURE SHELL PROGRAM IDEA- DS200L SYSTEM CONNECTION IDEA-DCC CONNECTION OBTAINING LOG FILES
4
4 IP ADDRESS DEFINITION ● DCC Utility Card ● PCU200 Block ● DS200 CC Card ● PPC SS7 Card
5
5 DS200L system realizes the communication through IP network in a local area. Thus, the system is isolated from the outer world. This structure is very important for the security of the system. DCC Utility Card, PCU200 Block, PPC SS7 Card and CC card are connected to the network switch exists in the DS200L system via a standard Ethernet cable. This fact must be considered while giving IP addresses to these modules and addresses that do not belong to this LAN must not be defined. IP ADDRESS DEFINITION
6
6 IP ADDRESS DEFINITION OF DCC UTILITY CARD
7
7 IP ADDRESS DEFINITION OF DCC UTILITY CARD Defining IP address to the DCC Utility card is done via Hyperterminal program on a maintenance computer. Maintenance computer, used for programming and maintaining the system, is connected to the same LAN with the DS200L system. It is a Windows O.S. based PC.
8
8 Connect DCC Utility card to the maintenance computer by a proper serial port cable. Before or after this connection, DCC Utility end or maintenance computer end of this cable should not be remained unconnected. In such a case, the cable is subject to external effects (like noise). HYPERTERMINAL CONNECTION
9
9 Run Hyperterminal and select the proper port number. HYPERTERMINAL CONNECTION
10
10 ● Bits per second 115200 ● Data Bits 0 ● Parity None ● Stop bits 1 ● Flow Control None Then, the settings in the figure below should be done. HYPERTERMINAL CONNECTION
11
11 Run Hyperterminal and press ENTER button to see $ command prompt. HYPERTERMINAL CONNECTION
12
12 COMMANDS AT THE HYPERTERMINAL PROGRAM Type reboot in the $ command prompt. Then press ENTER key and press ESC key immediately to see dcc> prompt.
13
13 Enter the following commands in the given order, when dcc> prompt appears. COMMANDS AT THE HYPERTERMINAL PROGRAM a) dcc> printenv ipaddr The IP address of the DCC Utility card can be viewed by this command. b) dcc> setenv ipaddr 192.168.2.186 A desired IP address is defined for the card by this command. c) dcc> printenv ipaddr The IP address of the DCC Utility card can be checked by this command. d) dcc> saveenv The entire operations performed above are saved by this command (Note: Write IP and MAC addresses of the DCC Utility card on a paper before following the procedure below.)
14
14 Commands below can be used for Server IP address and MAC address setting & viewing operations. COMMANDS AT THE HYPERTERMINAL PROGRAM (Note: ServerIP adress is the IP address of the server computer on which ktftp.exe runs. ) e) dcc> printenv serverip The IP address of the server computer, on which ktftp.exe runs is viewed by this command. f) dcc> setenv serverip 192.168.2.66 The IP address of the server computer, on which ktftp.exe runs is changed by this command. g) dcc> printenv serverip The IP address of the server computer, on which ktftp.exe runs is checked by this command.
15
15 h) dcc> printenv ethaddr The MAC address that has been defined for the DCC Utility card is viewed by this command. i) dcc> setenv ethaddr 00:08:d1:02:08:bd A MAC address is defined to the DCC Utility card by this command. j) dcc> printenv ethaddr The MAC address that has been defined for the DCC Utility card is checked by this command. IMPORTANT : MAC address definition operation should not be done without receiving the approval of the Karel experts NOTE: IP and MAC addresses used above are given as an example. COMMANDS AT THE HYPERTERMINAL PROGRAM
16
16 A screenshot regarding the commands above can be seen below. COMMANDS AT THE HYPERTERMINAL PROGRAM
17
17 IP ADDRESS DEFINITION OF PCU200 BLOCK
18
18 IP ADDRESS DEFINITION OF PCU200 BLOCK Run SSH Secure Shell program by entering the IP address of the PCU200 computer ( by default, IP addresses of PCU200 computers are written on its label sticker ). After the connection is established, type comman yast and press ENTER key. Thus, YAST control screen is accessed. NOTE: These operations also can be done without starting the system entering the start command). Running the PCU200 computer will be enough.
19
19 IP ADDRESS DEFINITION OF PCU200 BLOCK
20
20 Select Network Devices/ Network Card and press ENTER key. IP ADDRESS DEFINITION OF PCU200 BLOCK
21
21 Select Next and press ENTER key. IP ADDRESS DEFINITION OF PCU200 BLOCK
22
22 See the Ethernet devices that have been defined on the PCU200. Go to the relevant ethernet card and select Edit option using TAB key. IP ADDRESS DEFINITION OF PCU200 BLOCK
23
23 Set IP address at the IP address part properly, according to the network structure. Reach Next option by pressing the TAB key and press ENTER key. IP ADDRESS DEFINITION OF PCU200 BLOCK
24
24 Select Next option and press ENTER key. IP ADDRESS DEFINITION OF PCU200 BLOCK
25
25 See the IP address definition process as shown in the following window. IP ADDRESS DEFINITION OF PCU200 BLOCK
26
26 After the operation is completed, current IP address is changed. So, SSH Secure Shell connection will be lost and error message as shown below will be viewed. To establish a new connection, new IP address must be entered to the SSH Secure Shell program. IP ADDRESS DEFINITION OF PCU200 BLOCK
27
27 IP ADDRESS DEFINITION OF CC CARD
28
28 IP ADDRESS DEFINITION OF CC CARD In order to define IP address to the CC card, “Telnet” connection to CC card must be available. Then, the necessary commands as shown below are entered for IP address definition. NOTE: For this connection, Putty or other Telnet programs can also be used.
29
29 At the maintenance computer, select Run option at the Start menu. Type the following command to provide Telnet connection to the CC Card: “telnet -t vt100 192.168.128.179” ( It is assumed that the IP address of the CC card is 192.168.128.179. ) The screenshot below shows how to make this process. IP ADDRESS DEFINITION OF CC CARD
30
30 At the Telnet window enter the following user name and password: Username ( login ) : root Password : ds200 IP ADDRESS DEFINITION OF CC CARD
31
31 Type the following command to change the IP address and NetMask address: “ chgip 192.168.128.180 255.255.255.0 ” IP address of the CC card is changed as 192.168.178.180. Additionally, NetMask IP address is changed to 255.255.255.0. IP ADDRESS DEFINITION OF CC CARD
32
32 IP ADDRESS DEFINITION OF CC CARD
33
33 IP ADDRESS DEFINITION OF PPC SS7 CARD
34
34 Connect PPC SS7 card’s serial port (which is next to the ethernet entry) to the maintenance computer by a proper serial port cable. Pin connections of this cable is shown below : NOTE: Before or after this connection, PPC SS7 end or maintenance computer end of this cable should not be remained unconnected. In such a case, the cable is subject to external effects (like noise).
35
35 Run Hyperterminal and select the proper port number. HYPERTERMINAL CONNECTION
36
36 ● Bits per second 115200 ● Data Bits 8 ● Parity None ● Stop bits 1 ● Flow Control None Then, the settings in the figure below should be done. HYPERTERMINAL CONNECTION
37
37 Run Hyperterminal and press ENTER button to see $ command prompt. HYPERTERMINAL CONNECTION
38
38 COMMANDS AT THE HYPERTERMINAL PROGRAM Type reboot in the $ command prompt. Then press ENTER key and press ESC key immediately to see dcc> prompt.
39
39 Enter the following commands in the given order, when dspbank> prompt appears. IP ADDRESS DEFINITION OF PPC SS7 CARD a) dspbank> printenv ipaddr The IP address of the PPC SS7 card can be viewed by this command. b) dspbank> setenv ipaddr 192.168.2.183 A desired IP address is defined for the card by this command. c) dspbank> printenv ipaddr The IP address of the PPC SS7 card can be checked by this command. d) dspbank> saveenv The entire operations performed above are saved by this command (Note: Write IP and MAC addresses of the PPC SS7 card on a paper before following the procedure below.)
40
40 IP ADDRESS DEFINITION OF PPC SS7 CARD
41
41 Commands below can be used for Server IP address and MAC address setting & viewing operations. COMMANDS AT THE HYPERTERMINAL PROGRAM (Note: ServerIP adress is the IP address of the server computer on which ktftp.exe runs. ) e) dcc> printenv serverip The IP address of the server computer, on which ktftp.exe runs is viewed by this command. f) dcc> setenv serverip 192.168.2.66 The IP address of the server computer, on which ktftp.exe runs is changed by this command. g) dcc> printenv serverip The IP address of the server computer, on which ktftp.exe runs is checked by this command.
42
42 h) dcc> printenv ethaddr The MAC address that has been defined for the DCC Utility card is viewed by this command. i) dcc> setenv ethaddr 00:08:d1:02:08:bd A MAC address is defined to the DCC Utility card by this command. j) dcc> printenv ethaddr The MAC address that has been defined for the DCC Utility card is checked by this command. IMPORTANT : MAC address definition operation should not be done without receiving the approval of the Karel experts NOTE: IP and MAC addresses used above are given as an example. COMMANDS AT THE HYPERTERMINAL PROGRAM
43
43 SOFTWARE LOADING - UPDATING
44
44 WinSCP PROGRAM WinSCP is used for making the file transfer between the devices in the same network. WinSCP is installed on the maintenance computer. WinSCP is a Windows O.S - based program.
45
45 After the installation of the program WinSCP is completed, type the IP address of the PCU200 ( Linux PC ) as the Hostname in the main window. The username and the password are entered as follows. Username: root Password: ds200L WinSCP PROGRAM
46
46 To store these settings for future connections, click Save option. Then click Login to establish the connection. WinSCP PROGRAM
47
47 The left half of the window that opens shows the folders on the maintenance PC ( Windows ), while the right half displays the ones on the PCU200 ( Linux ). Press icon at the right - top side to reach the upper folders. WinSCP PROGRAM
48
48 See etc and karel directories on the window (these directories are loaded to the PCU200 computer by default). But it will be useful to check them. Make sure that hosts file is existing under etc directory. WinSCP PROGRAM
49
49 DIRECTORY ETC
50
50 If redundant PCU200 computer is available in the system, IP address of the redundant PCU200 must be written into the corresponding part of same row with the x2 definition in the hosts file under the etc directory. HOSTS FILE
51
51 Make sure that the files and directories under karel directory shown in the figure below are existing. DIRECTORY KAREL
52
52 ARPSAVE FILE Reach arpsave file under the directory karel/sbin. Write IP and MAC addresses of the CC cards into this file as shown in the format below. After setting this file properly, use ping command in the SSH Secure Shell program to check connectivity to CC cards.
53
53 In order to define DCC block and the towers to the DS200L system, reach pbxcomm.conf file under the karel/home/conf directory. Right-click and select Edit option. It is MANDATORY to write the IP addresses of the towers ( CC cards ), PPC SS7 Card and DCC block into this file. Because when the system is started, system will know which towers and the IP addresses to be communicated by means of the pbxcomm.conf file. PBXCOMM.CONF FILE
54
54 pbxcomm.conf includes explanations for correct settings. The settings can be entered after these explanations. IP addresses typed as “ cc ” will be the IP addresses of the towers. IP addresses typed as “ vr ” will be the IP adresses of virtual towers, IP addresses typed as “ ss7 ” will be the IP address of the PPC SS7 Card and the IP address typed as “ dcc “ will be the IP address of the DCC block, in other words IP address of the DCC Utility Card. The IP address typed into the 1st row is known as the 1st tower by the system and this order is followed. Maksimum 16 towers can be defined to a DS200L system for now. PBXCOMM.CONF FILE
55
55 PBXCOMM.CONF FILE
56
56 LOADING THE MASTER SOFTWARE OF THE SYSTEM
57
57 Main (master) software of the system runs on the PCU200 computer and exists under karel/bin directory. Loading this software is done via WinSCP program. LOADING THE MASTER SOFTWARE OF THE SYSTEM
58
58 The master software that is to be loaded is copied to the karel/bin folder on the maintenance computer previously. This software can be viewed in the WinSCP program at the left side of the figure below. Then this master software is copied to the karel/bin folder on the PCU200 which is at the right side of the figure below. As the figure below shows, there may be several master softwares and rpm files under the karel/bin folder ( the files which has.rpm extension are zipped files). Use the command “rpm - ivh - -force zr_xxx.rpm” to determine which master software will be running on the system (details are given in the next pages). LOADING THE MASTER SOFTWARE OF THE SYSTEM
59
59 LOADING THE MASTER SOFTWARE OF THE SYSTEM
60
60 After copying the new master software, run SSH Secure Shell program. Reach the root prompt, type cd/karel/bin and press ENTER key. Run the following command: “rpm - ivh - -force zr_acb_15.rpm “ By this command, some directories& files are formed under zr_acb_15 directory. NOTE1: zr_acb_15.rpm is given as an example of master software. NOTE2: After entering “rpm - ivh - -force zr_acb_15.rpm” command, the system should be stopped by the stop command in the SSH Secure Shell program. LOADING THE MASTER SOFTWARE OF THE SYSTEM
61
61 LOADING THE MASTER SOFTWARE OF THE SYSTEM
62
62 Enter “check zr_acb_15” command entered in the SSH Secure Shell program to set read-write-execute (r-w-x) permissions of all the files under karel directory ( zr_acb_15 is given as an example of a master software ). This command also upgrades software version information written in the dsinit.conf file automatically. Then, in the WinSCP program, check if the the master software information under the karel/home/conf/ dsinit.conf is upgraded or not. NOTE: If check command does not operate, ( r-w-x ) permissions of the check file must be checked. LOADING THE MASTER SOFTWARE OF THE SYSTEM
63
63 After loading is completed, enter start command in the SSH Secure Shell program to restart the system. LOADING THE MASTER SOFTWARE OF THE SYSTEM Then use dslog command to check that the system is running.
64
64 UPDATING THE SOFTWARE OF THE DCC UTILITY CARD
65
65 UPDATING THE SOFTWARE OF THE DCC UTILITY CARD Loading the software to the DCC Utility card is done via Hyperterminal program. Initially, 3 software files exist on the DCC Utility card. Those are U-Boot, Kernel and MTD. Except special requirements, U-Boot and Kernel files will not be upgraded. When the software changes related to the DCC Utility card are performed, the software to be loaded to the card is MTD ( image.jffs2 ). How to load the MTD software is explained below.
66
66 DCC 8E1 Interface cards are upgraded automatically when MTD software is upgraded. If MTD software is upgraded, then there is no need to upgrade the softwares of the DCC 8E1 Interface cards which is performed via DCC IDEA connection. UPDATING THE SOFTWARE OF THE DCC UTILITY CARD
67
67 In the maintenance computer, copy ktftp.exe file into a folder. Copy MTD software into the same folder as well and then run ktftp.exe file. UPDATING THE SOFTWARE OF THE DCC UTILITY CARD
68
68 Make Hyperterminal connection with a proper serial port cable as explained in the previous chapters. Run Hyperterminal program and press ENTER key to reach $ command prompt. Type “reboot” in $ command prompt of the Hyperterminal window. Press ENTER key and then press ESC immediately, to reach dcc> command prompt. UPDATING THE SOFTWARE OF THE DCC UTILITY CARD
69
69 UPDATING THE SOFTWARE OF THE DCC UTILITY CARD
70
70 In dcc> prompt, use the following commands: –run save_mtd Loads MTD software into the DCC Utility Card. UPDATING THE SOFTWARE OF THE DCC UTILITY CARD
71
71 b) setenv bootcmd run flash_mtd Loads MTD software into the flash on the DCC Utility card. c) setenv bootdelay 3 Sets the delay at the starting of the DCC Utility card to 3 seconds. d) saveenv Saves the entire operations performed above. UPDATING THE SOFTWARE OF THE DCC UTILITY CARD
72
72 The screenshot related to the commands explained above is shown below. UPDATING THE SOFTWARE OF THE DCC UTILITY CARD
73
73 UPDATING THE SOFTWARE OF THE PPC SS7 CARD
74
74 UPDATING THE SOFTWARE OF THE PPC SS7 CARD Loading the software to the PPC SS7 card is done via Hyperterminal program. Initially, 3 software files exist on the PPC SS7 card. Those are U-Boot, Kernel and MTD. Except special requirements, U-Boot and Kernel files will not be upgraded. When the software changes related to the PPC SS7 card are performed, the software to be loaded to the card is MTD ( image.jffs2 ). How to load the MTD software is explained below.
75
75 In the maintenance computer, copy ktftp.exe file into a folder. Copy MTD ( image.jffs2 ) software into the same folder as well and then run ktftp.exe file. UPDATING THE SOFTWARE OF THE PPC SS7 CARD
76
76 Make Hyperterminal connection with a proper serial port cable as explained in the previous chapters ( IP Definition of PPC SS7 Card part). Run Hyperterminal program and press ENTER key to reach $ command prompt. Type “reboot” in $ command prompt of the Hyperterminal window. Press ENTER key and then press ESC immediately, to reach dcc> command prompt. UPDATING THE SOFTWARE OF THE PPC SS7 CARD
77
77 UPDATING THE SOFTWARE OF THE PPC SS7 CARD
78
78 In dspbank> prompt, use the following commands: –run save_mtd Loads MTD software into the PPC SS7 Card. UPDATING THE SOFTWARE OF THE PPC SS7 CARD
79
79 b) setenv bootcmd run flash_mtd Loads MTD software into the flash on the PPC SS7 card. c) setenv bootdelay 0 Sets the delay at the starting of the PPC SS7 card to 0 seconds. d) saveenv Saves the entire operations performed above. UPDATING THE SOFTWARE OF THE PPC SS7 CARD
80
80 UPDATING THE SOFTWARE OF THE PPC SS7 CARD
81
81 NOTE: If all these operations can not be completed in 5 minutes, card will be turned OFF. After turning ON the card, remaining operations will be done. UPDATING THE SOFTWARE OF THE PPC SS7 CARD
82
82 UPDATING THE SOFTWARE OF THE DCC 8E1 INTERFACE CARDS
83
83 UPDATING THE SOFTWARES OF THE DCC 8E1 INTERFACE CARDS The software versions of the DCC 8E1 Interface cards are upgraded via DCC IDEA connection. Firstly, reach DCC block by entering the IP address of the DCC Utility card into the IDEA program as explained in the previous sections.
84
84 Then, select “Card Firmware Upgrade” menu at DCC IDEA and click “Copy to Cards” icon to update software versions of all DCC 8E1 Interface cards. UPDATING THE SOFTWARES OF THE DCC 8E1 INTERFACE CARDS
85
85 USING SSH SECURE SHELL PROGRAM
86
86 The SSH Secure Shell program is an interface Program which used to manage the system and to access master and slave (if exists) Linux PCs ( PCU200) in the DS200L system. After the installation of the SSH Secure Shell program is completed, following the steps below will be convenient. USING SSH SECURE SHELL PROGRAM
87
87 STEPS AFTER THE INSTALLATION 1) The default window that opens after running the program is shown below.
88
88 SSH SECURE SHELL 2) It is possible to define new profile through the window below by selecting “Add Profiles” option. Master and slave Linux PCs can be defined by this way. This will make later connections easier.
89
89 3) Define a profile name for Master PC, which is the PCU200 computer running in the system. SSH SECURE SHELL
90
90 4) Select Profiles/ Edit Profiles in the menu to make profile settings. SSH SECURE SHELL
91
91 5) Enter the IP address of the Master PC into the Host Name part. Type root in the UserName part. SSH SECURE SHELL
92
92 6) Select the pre-defined profile from Profiles for connection to the Master PC. SSH SECURE SHELL
93
93 7) Enter ds200L as the password. SSH SECURE SHELL
94
94 8) Reach root command line, as shown below. SSH SECURE SHELL
95
95 IMPORTANT COMMANDS USED IN SSH SECURE SHELL PROGRAM
96
96 COMMANDS AT SSH SECURE SHELL 1) stop command is used to stop the DS200L system. And start command is used to power OFF&ON the system.
97
97 2) date –s hh:mm sets the clock. COMMANDS AT SSH SECURE SHELL
98
98 3) ifconfig lists the Ethernet cards that have been defined on the PCU200. COMMANDS AT SSH SECURE SHELL
99
99 4 ) check r_aca_x sets the read - write - execute (r-w-x) permissions of the files. (r_aca_x is an example of the main software version of the exchange.) COMMANDS AT SSH SECURE SHELL
100
100 5) dslog shows basic information: stop & start times of the system, connection status of the towers and some software versions. 6) dslog|more lists the log information page by page. COMMANDS AT SSH SECURE SHELL
101
101 IDEA- DS200L SYSTEM CONNECTION
102
102 IDEA – DS200L CONNECTION Type IP address of the active PCU200 computer in the “NetConsole Server” tab in IDEA to establish a connection.
103
103 After the connection to the IDEA program of DS200L system is established, configuration window shown below can be viewed. Required programming of the DS200L system can be done. IDEA – DS200L CONNECTION
104
104 IDEA - DCC CONNECTION
105
105 IDEA – DCC CONNECTION Type IP address of DCC ( IP address of the DCC Utility Card ) in the DCC Connection tab in IDEA to establish a connection. After the connection, access the DCC rack and make the required programming.
106
106 DCC CONFIGURATION
107
107 DCC CONFIGURATION The E1 ports that have been labeled green in this window are the ports over which the connection to the UTIL-4E1 cards and the towers are established. The E1 ports labeled as red shows the ports dedicated to virtual towers. In this window, hardware and software versions of an 8E1 card are viewed, if the mouse cursor rests on that card for a while.
108
108 E1 LINE INFORMATION
109
109 This window shows the 8E1 cards that have been installed in DCC slots, and the towers they have been connected to. For instance, regarding the “E1 #” row in the figure above, the first E1 port of the 8E1 card, that is in the slot 0 of the DCC Card, is in connection with the E1 port 0 of the first rack of the first tower. E1 LINE INFORMATION
110
110 The relay row indicates whether there is a problem with the relay of that E1 port. The SYNC row indicates whether there is synchronization problem with the pertaining E1 port. Green color signifies that synchronization has been maintained. The external clock row indicates the ports over which the external clock signal of the system is received. - When you click the EXCLK cells of the ports, to receive external clock, they are labeled blue. - The port over which the external clock signal is currently being received appears in dark blue. In case any problem with that port occurs, the system automatically starts to receive the external clock signal over another port that has been labeled blue, so that continuous reception of the system clock is maintained. E1 LINE INFORMATION
111
111 The SLIP rate row values are supposed to be 0 for normal operation of the system. Any value that is different from 0 indicates that there is a problem with cabling or connection. In case there is problem with the 2 Mbit connection, the Local Loopback row indicates that the problem originates from the pertaining port. That test has been explained in the BERT window. E1 LINE INFORMATION
112
112 BUSYNESS STATUS OF CHANNELS This window displays the busyness status of 32 channels on the ports of DCC 8E1 Interface cards. The first channels of the ports have been marked as SYNC. The channels which are assigned as LINK are continuously in BUSY status.
113
113 BERT (BIT ERROR RATE TEST) BERT is a test performed in order to see if there is a problem with a line or cabling. It can be be peformed on the basis of lines or channels. To start the test, put the desired line into blue LOCL mode by right clicking it on the Local Loopback row.
114
114 BERT NOTE: Loopback operation can also be performed with a short cable. A short cable is inserted into the related port. Other end of this cable is connected matching as Rx1-Tx1 and Rx2-Tx2 and the procedure below is followed. ● BERT window is accessed and the lines which will be tested are selected. Also the duration of the test can be set, as shown in the figure below..
115
115 BERT Number of errors occurred on the tested lines and error percentages are viewed as shown in the figure below. NOTE: The LINK channel must not be tested,or that causes link to be broken.
116
116 CONSOLE If you type “help” command and press ENTER key in this window, you can see the commands that can be used in the window, together with their functions.
117
117 VIRTUAL TOWER ► The ports signed as “Virtual Tower” are the ports which are connected to the SS7 Network. Selection of the virtual towers are done via this window. The E1 ports selected at the left side are assigned as Virtual Towers when they are carried to the rightside of this window.
118
118 PLL ( PHASE - LOCKED LOOP ) STATUS
119
119 PLL (PHASE-LOCKED LOOP) STATUS The purpose of this window is to display parameters for PLL; values of parameters cannot be changed The PLL block is on the DCC Utility card. Synchronization with the external clock signal received from the 8E1 lines can be maintained by PLL. It is essential to make sure that PLL state appears to be “Locked” in this window, because it indicates that the clock is active. All values are supposed to be as shown in the figure above.
120
120 CADENCE DCC Block produces the “Alerting” and “Hold” tones for the calls which are done through SS7. Arranging the duration of these tones are done via this window.
121
121 DATE / TIME Date and time parameters of DCC can be set through this window. Synchronization with the PC clock is also possible.
122
122 NON-VOLATILE MEMORY OPERATIONS Operations related to non-volatile memory are performed through this window. Any change that has been made must be written to the non- volatile memory to be permanent.
123
123 HOW TO LOAD CARD SOFTWARE The software files of the DCC 8E1 Interface cards are loaded through this window.
124
124 USER/ SECURITY OPERATIONS - Users Users with different authorization levels in IDEA can be defined through this window.
125
125 SECURITY OPERATIONS – Changing Password The password required for logging in to DCC IDEA can be changed through this menu.
126
126 SECURITY OPERATIONS – OPERATION TRACKING RECORDS Operations that have been performed in the system can be tracked through this window.
127
127 SETTINGS - Operation Tracking Through this window, it is determined whether operation tracking will be active or not, and the number of records to be kept in the log file is set. Hence, the modifications made through IDEA will be traceable.
128
128 SETTINGS – Log File Log information related to DCC communication can be recorded through this window. Also the size of the log file can be adjusted. BUT ; in case of a problem, the log information that is obtained by connecting to DCC through HyperTerminal will be more detailed and useful. How to obtain log file through Hyperterminal for DCC is explained at “Obtaining Log File “ section.
129
129 OBTAINING LOG FILE LOG FILE OF THE SYSTEM ETHEREAL LOG HYPERTERMINAL LOGS OBTAINED FROM DCC BLOCK LOGS OF THE PPC SS7 CARD
130
130 LOG FILE OF THE SYSTEM
131
131 LOG FILE OF THE SYSTEM When it’s required to obtain log file from DS200L system: Establish a SSH Secure Shell connection At the root command line, type dslog tar and press ENTER key. All the files under the directory karel/home/log are zipped and a new file named log.tar.bz2 is formed. It will be necessary and enough to send this file to Karel.
132
132 In order to follow the flowing of the system’s log at that moment, you can use “dslog” command at the SSH Secure Shell program. Thanks to “dslog” command, system’s start&stop times, active towers and some information about the versions can be observed. By the “ dslog |more “ command, these logs can be viewed page by page. LOG FILE OF THE SYSTEM
133
133 LOG FILE OF THE SYSTEM
134
134 Log of IDEA Program: Log of the IDEA program also exists in the system’s log. At DS200L systems, normally, analyzing the system’s log will be enough. But it may not be easy to view the IDEA log inside the system’s log when the size of system’s log is too big. If necessary, IDEA log can be analyzed seperately. Obtaining the log file of IDEA program at DS200L systems is similar to DS200 systems. When IDEA program is run, a text based file under the directory which IDEA program is installed is formed automatically. In this file, log files of that current session of the IDEA are saved. LOG FILE OF THE SYSTEM
135
135 ETHEREAL LOG
136
136 Ethereal is a network analyzer and shows IP signaling & speech logs. It is an open source program and can be downloaded easily from internet. Since DS200L system communicates over LAN through TCP/IP, Ethereal logs are useful to observe communication problems in DS200L communication. ETHEREAL LOG IMPORTANT: In order to obtain usable Ethereal logs, programmable network switch or hub is needed.
137
137 Run SSH Secure Shell program and see the list of ethernet cards at the PCU200 computer by the ifconfig command. ETHEREAL LOG
138
138 ● “tcpdump” command forms a file in the PCU200 computer. That file contains Ethereal logs. ETHEREAL LOG
139
139 When there is a problem at the system and log of this problem is required: -Run IDEA program -Double click the LOG icon at the right-bottom side of the IDEA window and reach the log window. After clearing the log window, generate the problem again. -Copy and paste the log messages and save them in a text file in the maintenance computer. LOG FILE OF THE SYSTEM
140
140 This command is entered as : “ tcpdump -i eth1 –C 10 –s 1500 –w ethereal “ -i ( interface ) : shows which interface ( Ethernet card ) is being used. eth1: shows the “eth1” named ethernet card is being used. -c (capacity ): shows the capacity of logs are saved. Example: -c 10 -> shows the logs will be saved as 10MB sized. -s ( snap ): amount of data for each frame ( in terms of byte). If not defined, it’s 68 byte. -w ( write ) : determines the name of the ethereal file to be saved under the root directory. In the example above, name of this file is written as “ethereal” for easiness. If desired, this file can be saved in another name. ETHEREAL LOG
141
141 To obtain Ethereal logs, type IP address of PCU200 computer and run WinSCP program. Copy the file named ethereal from root directory to the maintenance computer. Send this file to Karel. ETHEREAL LOG
142
142 If necessary, content of these logs can be viewed by following the steps below (The screeenshots below are obtained from the Wireshark program which is the latest version of Ethereal program). You can open the Ethereal log file from “File/Open” option on the main menu. ETHEREAL LOG
143
143 ETHEREAL LOG
144
144 Logs can be viewed after selecting the required Ethereal log file. ETHEREAL LOG
145
145 HYPERTERMINAL LOGS OBTAINED FROM DCC BLOCK
146
146 HYPERTERMINAL LOGS OBTAINED FROM DCC BLOCK It will be useful to get the logs via Hyperterminal program for analyzing and solving the problem. Hyperterminal connection to DCC block is done as explained in the previous chapters. In order to get Hyperterminal logs, proper serial port cable should be connected and hyperterminal program should be running on the maintenance computer. A sample screenshot of hyperterminal log flowing window can be viewed below.
147
147 HYPERTERMINAL LOGS OBTAINED FROM DCC BLOCK
148
148 If necessary, logs on the hyperterminal window can be copied to a text file or “ Transfer /Capture Text ” option can be used to save so these logs to a file. HYPERTERMINAL LOGS OBTAINED FROM DCC BLOCK
149
149 LOGS OF THE PPC SS7 CARD
150
150 LOGS OF THE PPC SS7 CARD Especially for the LINK problems, it will be useful to get the logs via Hyperterminal program for analyzing and solving the problem. Hyperterminal connection to PPC SS7 Card is done as explained in the previous chapters. In order to get Hyperterminal logs, proper serial port cable should be connected and hyperterminal program should be running on the maintenance computer. A sample screenshot of hyperterminal log flowing window can be viewed below.
151
151 LOGS OF THE PPC SS7 CARD
152
152 If necessary, logs on the hyperterminal window can be copied to a text file or “ Transfer /Capture Text ” option can be used to save so these logs to a file. HYPERTERMINAL LOGS OBTAINED FROM DCC BLOCK
153
153 THANK YOU VERY MUCH... int.support@karel.com.tr
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.