Sunteți pe pagina 1din 47

BSC6900 UO

V900R012
Commissioning
www.huawei.com

Copyright 2009 Huawei Technologies Co., Ltd. All rights reserved.

Foreword

The commissioning is performed after the hardware


installation and before the services are provided

The OMU operating system is installed before the OMU is


delivered

The commissioning ensures the RNC works properly as


designed

Copyright 2010 Huawei Technologies Co., Ltd. All rights reserved.

Page2

References

BSC6900 UMTS OMU Administration Guide

BSC6900 UMTS Commissioning Guide

Copyright 2010 Huawei Technologies Co., Ltd. All rights reserved.

Page3

Objectives

Upon completion of this course, you will be able to:

Describe BSC6900 commissioning procedure

Outline OMU software functions

Complete BSC6900 commissioning

Complete BSC6900 application software installation

Copyright 2010 Huawei Technologies Co., Ltd. All rights reserved.

Page4

Contents
1. BSC6900 O&M System Introduction
2. BSC6900 Software Installation
3. BSC6900 Commissioning

Copyright 2010 Huawei Technologies Co., Ltd. All rights reserved.

Page5

BSC6900 O&M Subsystem

Component

LMT

OMUa boards

SCUa boards

OM modules

on other boards

Copyright 2010 Huawei Technologies Co., Ltd. All rights reserved.

Page6

BSC6900 O&M Subsystem

BSC6900 O&M system adopts server and client mode

OMU as a server

LMT as a client

EMS (Element Management System) system

iManager M2000 works for integrated O&M

Copyright 2010 Huawei Technologies Co., Ltd. All rights reserved.

Page7

OMU IP Address Planning


IP Address

Planning Principle

Internal fixed IP

The preset IP addresses of the internal Ethernet adapters are:

address

Active BAM: 80.168.3.50 (255.0.0.0)


Standby BAM: 80.168.3.60 (255.0.0.0)

External fixed IP

The preset IP addresses of the external Ethernet adapters are:

address

Active BAM: 172.121.139.201 (255.255.255.0)


Standby BAM: 172.121.139.202 (255.255.255.0)

The settings can be reconfigured on site based on the actual


networking topology

Copyright 2010 Huawei Technologies Co., Ltd. All rights reserved.

Page8

OMU IP Address Planning


IP Address

Planning Principle

Internal/External

The virtual IP address is set in the same subnet with the internal/

virtual IP address external fixed IP addresses of the active and standby BAMs
Backup channel
IP addresses

The preset backup channel IP addresses of the active and


standby BAMs are:

Active BAM: 192.168.3.50 (255.255.255.0)

Standby BAM: 192.168.3.60 (255.255.255.0)

The IP address should not be changed


Commissioning

The preset commissioning IP addresses are:

IP address

Active BAM: 192.168.6.50 (255.255.255.0)


Standby BAM: 192.168.6.60 (255.255.255.0)

The IP address should not be changed.

Copyright 2010 Huawei Technologies Co., Ltd. All rights reserved.

Page9

OMU Internal Network IP Address


Planning
Virtual IP
Active OMUa

Standby OMUa

80.168.3.40/8

80.168.3.50/8

80.168.3.60/8
ETH4-SCU7
ETH5-SCU6

Internal
network
segment

ETH4-SCU7
ETH5-SCU6
192.168.3.60/24

192.168.3.50/24
Intel Ethernet
adapters
ETH3UPDATE

Intel Ethernet
adapters
Dedicated
backup
channel

ETH3UPDATE
SCUa

SCUa

Backboard
BSC6900 FAM

Copyright 2010 Huawei Technologies Co., Ltd. All rights reserved.

Page10

OMU External Network IP Address Planning


Active OMUa

Standby OMUa

172.121.139.202/24

172.121.139.201/24
External
network
Segment
GE adapter

Virtual IP
172.121.139.200/24

ETH0

ETH0

ETH1

ETH1
Hub

Commissioning
Ethernet
adapter

ETH2

ETH2

LMT/
M2000

192.168.6.50/24
192.168.6.60/24

Copyright 2010 Huawei Technologies Co., Ltd. All rights reserved.

Page11

Contents
1. BSC6900 O&M System Introduction
2. BSC6900 Software Installation
3. BSC6900 Commissioning

Copyright 2010 Huawei Technologies Co., Ltd. All rights reserved.

Page12

BSC6900 Software
LMT

MPS/EPS
LMT Software
Host Software
Windows XP
SP2

Java
Environment

Program
File

Data File
OMU Server
Patch File
(optional)

OMU Application
Dopra Linux

Mysql Database

Copyright 2010 Huawei Technologies Co., Ltd. All rights reserved.

Page13

OMU Software

The OMU software


consist of multi-level
service monitoring
entities and service
processes

Copyright 2010 Huawei Technologies Co., Ltd. All rights reserved.

Page14

OMU Software Installation Procedure

Obtain the Installation Information on the OMU

Remotely Logging In to the OMU

Uploading the OMU Application Installation Package to the


OMU

Installing the OMU Application in the Active Workspace

Checking the Installation Directory of the OMU Applications

Checking the Status of omud Process

Copyright 2010 Huawei Technologies Co., Ltd. All rights reserved.

Page16

Obtain the Installation Information


on the OMU

Before the installation, obtain the following information from


Data Sheet of BAM Software Installation

Password of the operating system administrator

Fixed IP addresses of the internal and external networks

Copyright 2010 Huawei Technologies Co., Ltd. All rights reserved.

Page17

Remotely Logging In to the OMU

On the computer run the


SSH terminal, PuTTY

Enter the IP address of

the OMU

Log in to the OMU as user


root

Copyright 2010 Huawei Technologies Co., Ltd. All rights reserved.

Page18

Uploading the OMU Application


Installation Package to the OMU

Decompress the BSC6900 version software package to the local


drive D

Log in to the OMU through the psftp software

Run the lcd D:\ to set the local directory

Run the mkdir /mbsc/upgrade to create the target directory

Run the cd /mbsc/upgrade to go to the target directory

Run the put -r V900R012C00 to upload the OMU application


installation packet to the OMU

After the loading is complete, enter the exit command to exist the
psftp software

Copyright 2010 Huawei Technologies Co., Ltd. All rights reserved.

Page19

Installing the OMU Application in the


Active Workarea

On the PuTTY terminal, run the following commands

cd /mbsc/upgrade/V900R012C00/install/setup

chmod +x ./install_bam.sh

./install_bam.sh

Enter the run mode

Setting the office name

Setting the language

Setting the admin/FTP password

Setting the external virtual IP address

Setting the OMU system type

Copyright 2010 Huawei Technologies Co., Ltd. All rights reserved.

Page20

Checking the Installation Directory


of the OMU Applications

Log in to the OMU by PuTTY

Run the cd /mbsc/bam

Check whether the OMU installation

directory

Copyright 2010 Huawei Technologies Co., Ltd. All rights reserved.

Page21

Checking the Status of omud


Process

Log in to the OMU by PuTTY

Run the /etc/rc.d/omud status

The returned information is running, it means the omud is

working normally

The returned information is unused, run the /etc/rc.d/omud


start command to start the omud

The returned information is neither running nor unused,


reinstall the OMU application in the active workspace

Copyright 2010 Huawei Technologies Co., Ltd. All rights reserved.

Page22

Contents
1. BSC6900 O&M System Introduction
2. BSC6900 Software Installation
3. BSC6900 Commissioning

Copyright 2010 Huawei Technologies Co., Ltd. All rights reserved.

Page23

Contents
3. BSC6900 Commissioning
3.1 BSC6900 Commissioning Introduction
3.2 BSC6900 Commissioning Procedure

Copyright 2010 Huawei Technologies Co., Ltd. All rights reserved.

Page24

Introduction to BSC6900 Commissioning

Definition of BSC6900 Commissioning

The commissioning of equipment, BSC6900 board


software and data file loading , interfaces verification ,
and services verification after hardware installation

To ensures that the BSC6900 works properly as


designed

Copyright 2010 Huawei Technologies Co., Ltd. All rights reserved.

Page25

Preparation For BSC6900


Commissioning

Preparation For BSC6900 Commissioning

Verify hardware status

BSC6900 hardware is installed and passed the hardware


installation check and powering-on check

OMU is configured before delivery

LMT PC meets the configuration requirements

Software preparation

BAM and LMT application software are ready

License file is ready

MML command script for initial configuration is ready

Copyright 2010 Huawei Technologies Co., Ltd. All rights reserved.

Page26

Preparation For BSC6900


Commissioning (Cont.)

Verify commissioning network status

At least one BTS and one NodeB are connected to the local

BSC6900. The BTS and the NodeB should have passed


commissioning and can provide basic functions

At least one set of Core Network (CN) equipment is connected to


the local BSC6900. The CN equipment should have passed the
commissioning and can provide basic functions

If the BSC6900 is connected to the RNC, then that RNC must have
passed the commissioning

Three single-mode UEs, three single-mode MSs and one dualmode UE are ready for test and are registered in the HLR

Copyright 2010 Huawei Technologies Co., Ltd. All rights reserved.

Page27

Contents
3. BSC6900 Commissioning
3.1 BSC6900 Commissioning Introduction
3.2 BSC6900 Commissioning Procedure

Copyright 2010 Huawei Technologies Co., Ltd. All rights reserved.

Page28

BSC6900 Commissioning Procedure


Commissioing Prerequsites

Local operation
Check hardware operating
Status

Local operation

Remote
operation
Verify OMU
based on local through USB Disk
coopertation

Remote operation

Remote operation
Load BSC6900 Board
Software and Data
files

Verify OMU
Locally

Log in to BSC6900
through LMT

Connect BSC6900 to
M2000

Continued in the next page

Update OMU
Database
Activate and Verify
the License

Copyright 2010 Huawei Technologies Co., Ltd. All rights reserved.

Page29

BSC6900 Commissioning Procedure


(Cont.)
Remote operation

Verify interfaces through


M2000
Set NE to be in
maintenance mode

Verify interfaces through


Remote
LMT
operation
based on local
coopertation
Verify Iub Interface

Verify Iu-CS Interface


Verify Interface
Verify Iu-PS Interface
End the maintenance
mode of NE

Verify UMTS services

Verify Iur Interface


Create scheduled task
Verify Iu-BC Interface

Handle alarms

Copyright 2010 Huawei Technologies Co., Ltd. All rights reserved.

Page30

Checking the Operating Status of the


Hardware

Before verifying the equipment, ensure that the cabinet is


powered on and operates normally

Checklist of the power supply to the cabinet components

Copyright 2010 Huawei Technologies Co., Ltd. All rights reserved.

Page32

Verifying the OMU

Verifying the OMU locally

Log in to the OMU through PuTTY

Checking the operation status of the OMU

Checking the version of the OMU application

Changing the external fixed IP address, the external virtual IP


address

Verify the active OMU and the standby OMU respectively

If OMU application is not installed or abnormal, please


reinstall software

Copyright 2010 Huawei Technologies Co., Ltd. All rights reserved.

Page33

Verifying the OMU (Cont.)

Verifying the OMU through USB Disk

Preparing the USB disk

Installing the operating system

Verifying the LMT

Log in to the BSC6900 through the LMT

Run the MML command LST VER to check the version of OMU

Copyright 2010 Huawei Technologies Co., Ltd. All rights reserved.

Page34

Updating the OMU Database

Run the MML command script to update the OMU database

Method 1 : through MML commands

Run the MML command SET CFGDATAINEFFECTIVE repeatedly


to set all the subracks to the ineffective mode

Run the MML command RST DATA. A dialog box is displayed. Click

Yes to initialize the BSC6900 configuration data in the OMU


database

Upload the MML command script to the /ftp folder in the OMU active
workspace directory

Run the MML command RUN BATCHFILE to run the MML script file

Copyright 2010 Huawei Technologies Co., Ltd. All rights reserved.

Page35

Updating the OMU Database


(Cont.)

Method 2 : through GUI

Run the MML command SET CFGDATAINEFFECTIVE repeatedly


to set all the subracks to the ineffective mode

Run the MML command RST DATA. A dialog box is displayed. Click
Yes to initialize the BSC6900 configuration data in the OMU
database

On the LMT, click the Batch tab to enter the Batch panel

Click Open and open the batch file

Click Go to execute the batch file

Copyright 2010 Huawei Technologies Co., Ltd. All rights reserved.

Page36

Activating and Verifying the


License

Activating and Verifying the License

Downloading license to OMU active workspace directory


/ftp/license (DLD LICENSE)

Querying the detail information of the license file (LST


LICENSE)

Activating the license file (ACT LICENSE)

Checking the license consistency between host and OMU


(CMP LICENSE)

Copyright 2010 Huawei Technologies Co., Ltd. All rights reserved.

Page37

Loading the BSC6900 Board Software


and Data Files

Loading the BSC6900 Board Software and Data Files

Generating the Data File

Clear the data in the BAM database (RST DATA)

Generate the data file in ineffective state


SET CFGDATAINEFFECTIVE
Batch Commands
FMT DATA

Setting the Loading Mode (SET LODCTRL)

Loading the MPS/EPS/TCS (RST SUBRACK)

Checking the consistency of the data and the version (ACT CRC &
CMP BRDVER)

Copyright 2010 Huawei Technologies Co., Ltd. All rights reserved.

Page38

Verifying the Iub Interface

Verifying the Iub Interface (over ATM)

Verifying Physical Links at the BSC (DSP E1T1 & DSP OPT)

Verifying the Control Plane on the Iub Interface (DSP


SAALLNK & DSP UIUBCP & DSP ADJNODE)

Verifying the User Plane on the Iub Interface (DSP AAL2PATH)

Verify the Management Plane on the Iub Interface (DSP


IPOAPVC)

Verifying the Cell Setup (DSP UCELL)

Copyright 2010 Huawei Technologies Co., Ltd. All rights reserved.

Page39

Verifying the Iub Interface (Cont.)

Verifying the Iub Interface (over IP)

Verifying Physical Links at the BSC (DSP ETHPORT & DSP


OPT)

Verifying the Control Plane on the Iub Interface (DSP


SCTPLNK & DSP UIUBCP & DSP ADJNODE)

Verifying the User Plane on the Iub Interface (DSP IPPATH)

Verify the Management Plane on the Iub Interface (DSP


IPOAPVC)

Verifying the Cell Setup (DSP UCELL)

Copyright 2010 Huawei Technologies Co., Ltd. All rights reserved.

Page41

Verifying the Iu-CS Interface

Verifying the Iu-CS Interface (over ATM)

Verifying Physical Links at the BSC (DSP E1T1 & DSP OPT)

Verifying the Control Plane on the Iu-CS Interface


DSP SAALLNK
DSP MTP3LNK
DSP SSN
DSP N7DPC
DSP ADJNODE

Verifying the User Plane on the Iu-CS Interface (DSP


AAL2PATH)

Copyright 2010 Huawei Technologies Co., Ltd. All rights reserved.

Page42

Verifying the Iu-CS Interface (Cont.)

Verifying the Iu-CS Interface (over IP)

Verifying Physical Links at the BSC (DSP ETHPORT & DSP


OPT)

Verifying the Control Plane on the Iu-CS Interface


DSP SCTPLNK
DSP M3LNK
DSP SSN
DSP N7DPC

DSP ADJNODE

Verifying the User Plane on the Iu-CS Interface (DSP IPPATH)

Copyright 2010 Huawei Technologies Co., Ltd. All rights reserved.

Page43

Verifying the Iu-PS Interface

Verifying the Iu-PS Interface (over ATM)

Verifying Physical Links at the BSC (DSP E1T1 & DSP OPT)

Verifying the Control Plane on the Iu-PS Interface


DSP SAALLNK
DSP MTP3LNK
DSP SSN
DSP N7DPC
DSP ADJNODE

Verifying the User Plane on the Iu-PS Interface (PING IP)

Copyright 2010 Huawei Technologies Co., Ltd. All rights reserved.

Page44

Verifying the Iu-PS Interface (Cont.)

Verifying the Iu-PS Interface (over IP)

Verifying Physical Links at the BSC (DSP ETHPORT & DSP


OPT)

Verifying the Control Plane on the Iu-PS Interface


DSP SCTPLNK
DSP M3LNK
DSP SSN
DSP N7DPC

DSP ADJNODE

Verifying the User Plane on the Iu-PS Interface (DSP IPPATH)

Copyright 2010 Huawei Technologies Co., Ltd. All rights reserved.

Page45

Handling the Alarms Generated During


the Commissioning

Handling Alarms During RNC Commissioning

Checking alarm on the LMT

Handling the Alarms by LMT online help

Handling alarms by HUAWEI Technical Support

Copyright 2010 Huawei Technologies Co., Ltd. All rights reserved.

Page46

Verifying the UMTS Services

To be sure BSC can provide services defined in license file

Basic services

Voice service, CS stream service, PS service, mobility


management, and OM management

Feature services

Inter-system handover, HSDPA service, HSUPA service,


MBMS service, and location service

Copyright 2010 Huawei Technologies Co., Ltd. All rights reserved.

Page47

Connecting the BSC6900 to the M2000

Connect the BSC6900 to the OM network

Configure the IP route from the BSC6900 to the M2000


(ADD OMUIPRT & ADD EMSIP)

Create the BSC6900 on the M2000

DCN

Copyright 2010 Huawei Technologies Co., Ltd. All rights reserved.

Page48

Creating Scheduled Tasks

Scheduled tasks for backing up system data (ADD SCHTSK


& ADD SUBTSK)

Scheduled tasks for backing up logs (ADD SCHTSK & ADD


SUBTSK)

Copyright 2010 Huawei Technologies Co., Ltd. All rights reserved.

Page49

Thank you
www.huawei.com

S-ar putea să vă placă și