bsc3i commissioning

36
1 © NOKIA BSC_com.ppt/9/2002/Galestro Commissioning Procedures

Upload: kaushal-trivedi

Post on 01-Dec-2014

161 views

Category:

Documents


9 download

TRANSCRIPT

Page 1: Bsc3i Commissioning

1 © NOKIA BSC_com.ppt/9/2002/Galestro

Commissioning Procedures

Page 2: Bsc3i Commissioning

2 © NOKIA BSC_com.ppt/9/2002/Galestro

ObjectivesAt the end of this module you will be able to do the following:

• List the major steps used to commission the

BSC equipment• Use all tools needed in the commissioning

process• Perform commissioning following instructions

and manuals• Demonstrate how to change the states of the

functional units

Page 3: Bsc3i Commissioning

3 © NOKIA BSC_com.ppt/9/2002/Galestro

BSC Commissioning Procedure (1) 1 - Inspection of Hardware

2 - Monitoring Startup

3 - Opening an MML session

4 - Verifying software versions

5 - Inspecting the I/O system

Page 4: Bsc3i Commissioning

4 © NOKIA BSC_com.ppt/9/2002/Galestro

BSC Commissioning Procedure (2)

6 - Inspection of message bus

7 - Inspecting the maintenance system

8 - Checking the clock equipment

9 - Checking the hardware configuration

10 - Copying software and setting the time zone

Page 5: Bsc3i Commissioning

5 © NOKIA BSC_com.ppt/9/2002/Galestro

MML in Commissioning

• MML = Man Machine Language • Command language• Manage the operation of the BSC• I/O syntax follows CCITT recommendations.

Page 6: Bsc3i Commissioning

6 © NOKIA BSC_com.ppt/9/2002/Galestro

General

• Organised in a three level command hierarchy.

• ON-LINE help.

• Own MML program for every MML command group.

• The MMI system loads the MML programs from a disk into the RAM when entered to the command group level.

Main Level

Command Class Level

Command Group Level

“D” “S” “I” “C” “C” “I”

U R

US RRRCUD

“U”“R”

“R”“C”

“S”

“D”

Commands

“ZRCI”

“ZR”

Command: USI

OMU

XY

Page 7: Bsc3i Commissioning

7 © NOKIA BSC_com.ppt/9/2002/Galestro

MML language hierarchyPASSWORD

MAIN LEVEL

COMMANDCLASS LEVEL

COMMANDGROUP LEVEL

COMMANDSList unitinfo

Int. partialunit tests

Stopcurrent

test

...

A.. U..

AB. AH. US. UD.

ABO ABB AHO AHP USI USL UDI UDS

“A”

“B”

“U”

“Z;”

“Z;”

Print alarm

currently on

Blockalarms

Print alarms

currently blocked

Print alarm

history

Interrogateworking

state

Page 8: Bsc3i Commissioning

8 © NOKIA BSC_com.ppt/9/2002/Galestro

MAIN LEVEL COMMAND <___>< ?DX 200 TRAINING_1 1993-02-13 14:08:25 MAIN LEVEL

? ..... DISPLAY MENU A ..... ALARM SYSTEM ADMINISTRATION C ..... ROUTING STATE ADMINISTRATION D ..... SYSTEM SUPPORT AND COMMUNICATION E ..... CELLULAR RADIO NETWORK ADMINISTRATION I ..... I/O SYSTEM ADMINISTRATION N ..... SS7 NETWORK ADMINISTRATION O ..... SUPPLEMENTARY SS7 NETWORK ADMINISTRATION Q ..... O&M NETWORK ADMINISTRATION R ..... ROUTING ADMINISTRATION T ..... TRAFFIC ADMINISTRATION U ..... UNIT ADMINISTRATION W ..... SYSTEM CONFIGURATION ADMINISTRATION Y ..... SYSTEM SUPERVISION Z; .... END DIALOGUE/DESTINATION SELECTION (:)

Command class menu

Page 9: Bsc3i Commissioning

9 © NOKIA BSC_com.ppt/9/2002/Galestro

MAIN LEVEL COMMAND <___>MAIN LEVEL COMMAND <___>< U?< U?

UNIT ADMINISTRATIONUNIT ADMINISTRATION

? ..... DISPLAY MENU ? ..... DISPLAY MENU B ..... RADIO NETWORK TEST HANDLING B ..... RADIO NETWORK TEST HANDLING D ..... DIAGNOSTICS HANDLING D ..... DIAGNOSTICS HANDLING S ..... WORKING STATE AND RESTART HANDLING S ..... WORKING STATE AND RESTART HANDLING Z; .... RETURN TO MAIN LEVEL Z; .... RETURN TO MAIN LEVEL

UNIT ADMINISTRATION COMMAND <U__>UNIT ADMINISTRATION COMMAND <U__>

Command group menu

Page 10: Bsc3i Commissioning

10 © NOKIA BSC_com.ppt/9/2002/Galestro

UNIT ADMINISTRATION COMMAND <U__>UNIT ADMINISTRATION COMMAND <U__>< S?< S?LOADING PROGRAM VERSION 1.28-0LOADING PROGRAM VERSION 1.28-0

DX 200 TRAINING_1 1993-02-13 14:47:13DX 200 TRAINING_1 1993-02-13 14:47:13

WORKING STATE AND RESTART HANDLING COMMANDS WORKING STATE AND RESTART HANDLING COMMANDS

? ..... DISPLAY MENU ? ..... DISPLAY MENU C: ..... CHANGE UNIT STATE C: ..... CHANGE UNIT STATE T: ..... CHANGE UNIT INFO T: ..... CHANGE UNIT INFO I: ..... INTERROGATE UNIT STATE I: ..... INTERROGATE UNIT STATE L: ..... LIST UNITS IN SPECIFIED STATE OR INFO L: ..... LIST UNITS IN SPECIFIED STATE OR INFO U: ..... RESTART UNIT U: ..... RESTART UNIT S: ..... RESTART SYSTEM S: ..... RESTART SYSTEM Z; ..... RETURN TO MAIN LEVEL Z; ..... RETURN TO MAIN LEVEL

WORKING STATE AND RESTART HANDLING COMMAND <US_> WORKING STATE AND RESTART HANDLING COMMAND <US_>

Command menu

Page 11: Bsc3i Commissioning

11 © NOKIA BSC_com.ppt/9/2002/Galestro

Command

ZABC: Parameter Block : Parameter Block :;

.... : Parameter, Parameter, ..... , :...

Parameter Type

.. : P1, P2, P3, , P5 : ...

1. Name Defined

.. : UNIT = OMU, DEV = LPT : ...

or: .. : DEV = LPT, UNIT = OMU : ...2. Position Defined

Omitted Parameter = DEFAULT

MML command syntax

Page 12: Bsc3i Commissioning

12 © NOKIA BSC_com.ppt/9/2002/Galestro

: Pass or End Parameter Block

; End of Command --> EXECUTION

, Separation of parameters

? Menu or Parameter Information

% Wildcard(e.g. SW % = all names with SW .... )

Punctuation marks

Page 13: Bsc3i Commissioning

13 © NOKIA BSC_com.ppt/9/2002/Galestro

& => AND && => UP TO

- => Timeslot TSL

PCM 3 AND 5 3 & 5

PCM 3 TSL 1 AND TSL 8 3 - 1 & - 8

PCM 3 UP TO 8 3 && 8

3 - 1 && - 8PCM 3 TSL 1 UP TO TSL 8

Examples:

Usage of &, &&,-

Page 14: Bsc3i Commissioning

14 © NOKIA BSC_com.ppt/9/2002/Galestro

Line editor commands

CTRL A => Change mode CTRL B => Edit prev command

CTRL D => Cursor left CTRL E => Cursor end of line

CTRL F => Cursor right CTRL G => Cursor down

CTRL H => Cursor home CTRL I => Cursor up

CTRL K => Change language CTRL L => Delete character

CTRL N => Curs beg of param block CTRL O => Hardcopy

CTRL P => Page mode on/off CTRL Q => Cont. outputting

CTRL S => Pause outputting CTRL T => Output ringbuffer

CTRL U => Empty edit buffer CTRL X => Jump to CMD group level

CTRL Y => Interrupt CTRL Z => Del chars in edit buffer

BREAK => End of dialog CTRL 4 => MML testmode on/off

CTRL 7 => DX error description CTRL W => Display line editor commands

Page 15: Bsc3i Commissioning

15 © NOKIA BSC_com.ppt/9/2002/Galestro

Working states of I/O devices

WO - BU WORKING BUSY

WO - ID WORKING IDLE

WO - CL WORKING CLOSING

BL - SY BLOCKED BY SYSTEM

BL - US BLOCKED BY USER

TE - AC TEST ACTIVE

TE - ID TEST IDLE

MI - SY MISSING BY SYSTEM

MI - US MISSING BY USER

Page 16: Bsc3i Commissioning

16 © NOKIA BSC_com.ppt/9/2002/Galestro

I/O device working state commands

< ZIS?

DX 200 BSC3-KUTOJA 1996-11-21 09:53:52

I/O DEVICE WORKING STATE COMMANDS

? ..... DISPLAY MENUC: ..... CHANGE I/O DEVICE STATEI: ..... INTERROGATE I/O DEVICE INFOL: ..... LIST I/O DEVICES IN SPECIFIED STATEM: ..... MODIFY SPARE DEVICE OF I/O DEVICEK: ..... MODIFY/INTERROGATE SCSI ADDRESS OF MTUF: ..... CHANGE FUNCTIONAL MODE OF CTUZ; ..... RETURN TO MAIN LEVEL

Page 17: Bsc3i Commissioning

17 © NOKIA BSC_com.ppt/9/2002/Galestro

Unit states

Separated from normal operation and maintenanceAs above

WO-EX =Active unitWO-RE =Active, but restartingBL-EX =Blocked, executing (uncompleted tasks)BL-ID =Blocked, idle (all tasks finished)BL-RE =Blocked, restartingSP-EX =Spare unitSP-RE =Spare and restartingSP-UP =Spare and updating work files from the active unitTE-EX =Testing allowedSE-OU =SE-NH =

Page 18: Bsc3i Commissioning

18 © NOKIA BSC_com.ppt/9/2002/Galestro

Change Unit States

WO-EX

SE-NHSE-OU

TE-EXSP-EX

Page 19: Bsc3i Commissioning

19 © NOKIA BSC_com.ppt/9/2002/Galestro

Step 1 - Inspection of the Hardware

Check the:

1 - internal cabling2 - interchangeability codes2 - EPROM versions of plug-in-units3 - PIU jumper settings4 - power supply voltage to the BSC5 - peripheral units (VDU’s and LPT’s)

Page 20: Bsc3i Commissioning

20 © NOKIA BSC_com.ppt/9/2002/Galestro

Check the interchangeability codes

Place of manufacture

Year and week of manufacture

Factory identification

Serial number

Page 21: Bsc3i Commissioning

21 © NOKIA BSC_com.ppt/9/2002/Galestro

Check EPROM Versions

EPROMS

SWCOP

Page 22: Bsc3i Commissioning

22 © NOKIA BSC_com.ppt/9/2002/Galestro

Checking jumper settings

Interchangeability codeConnection A B C D E F G H J K L M N P RJ5: 3-4 x x x x x x x x5-6 x x x x x x x x7-8 x x x x x x x x9-10 x x x x x x x xIn the table x = the correspondingconnection is made. Blank = thecorresponding connection is not made

CP6LX

1 2 3

Page 23: Bsc3i Commissioning

23 © NOKIA BSC_com.ppt/9/2002/Galestro

Power Supply Cable Connection

Power connected at connector block on top of cabinet

Page 24: Bsc3i Commissioning

24 © NOKIA BSC_com.ppt/9/2002/Galestro

Step 2 - Monitoring Startup

Startup Order:

1 - OMU (uses RCBUGG similar to MML)

2 - MCMU

3 - Other units (BCSU’s)

Page 25: Bsc3i Commissioning

25 © NOKIA BSC_com.ppt/9/2002/Galestro

Start-up of the OMU

• Ensure BSC printers and VDU connected

• Power up OMU cartridge

• Use RCBUGG in Service Terminal Emulator

• Restart OMU

• Monitor Startup

• MBIF LEDS should be green

Page 26: Bsc3i Commissioning

26 © NOKIA BSC_com.ppt/9/2002/Galestro

Start-up of MCMU and BCSU cartridges

Start the MCMU cartridges

Then the BCSU cartridges

Page 27: Bsc3i Commissioning

27 © NOKIA BSC_com.ppt/9/2002/Galestro

Start-up Other Units

All Units Started

Page 28: Bsc3i Commissioning

28 © NOKIA BSC_com.ppt/9/2002/Galestro

Step 3 - Opening an MML session

ENTER USERNAME<SYSTEM

ENTER PASSWORD<SYSTEM

WELCOME TO THE ……..DX200

MAIN LEVEL COMMAND

Page 29: Bsc3i Commissioning

29 © NOKIA BSC_com.ppt/9/2002/Galestro

Step 4 - Verifying software versions

ZWQO::,LPT0;

ZWQB::,LPT0;

Printout all software packageswith WQO

Verify each software package with WQB

Page 30: Bsc3i Commissioning

30 © NOKIA BSC_com.ppt/9/2002/Galestro

Step 5 - Inspection the I/O System

WO-BU Working Busy

WO-ID Working Idle

Page 31: Bsc3i Commissioning

31 © NOKIA BSC_com.ppt/9/2002/Galestro

Message Bus 1

Step 6 - Inspection of the message bus

Message Bus 0Message Bus 2

Page 32: Bsc3i Commissioning

32 © NOKIA BSC_com.ppt/9/2002/Galestro

Step 7 - Inspecting the maintenance system

Alarm system- wired alarms- external alarms- software alarm

Power system - complete power break recovery- individual PSA break recovery- fuse fault recovery

Plug in unit tests- state transitions- unit diagnostics- spare units

Page 33: Bsc3i Commissioning

33 © NOKIA BSC_com.ppt/9/2002/Galestro

Step 8 - Checking the clock equipment

21

Page 34: Bsc3i Commissioning

34 © NOKIA BSC_com.ppt/9/2002/Galestro

Step 8 - Checking the clock equipment

ET Clock Synchronisation

Source

1

2

3 2

31

Page 35: Bsc3i Commissioning

35 © NOKIA BSC_com.ppt/9/2002/Galestro

Step 9 - Checking the hardware configuration

Compare hardware configuration with hardware list in site specific document

ZWTI::,LPT0;

Page 36: Bsc3i Commissioning

36 © NOKIA BSC_com.ppt/9/2002/Galestro

Step 10 - Copying additional software & setting the time zone

GalestroComWakefieldBSC

Copy diskette (IWY,IBC) to the WD then set the time

ZDCE:PLUS:01-00;