Вы находитесь на странице: 1из 54

Internal

OWL000104 iManager M2000 V2 Server Operation and Maintenance


ISSUE 2.1
www.huawei.com

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

iManager M2000 Mobile Element Management System (M2000) is the centralized management platform for Huawei mobile network iManager M2000 includes client and server.

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 2

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

Know the software structure of iManager M2000 V2


Know the functions of each process Perform O&M of M2000 V2 server

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 3

Documentation
HUAWEI M2000 System Administrator Guide

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 4

Chapter 1 System Overview Chapter 2 Software Architecture Chapter 3 System Administration Chapter 4 Main Processing Flow

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 5

M2000 System Overview


Network Element Management System (EMS) for Huawei

WCDMA O&M Solution

Adopt CORBA system architecture

Full distributed system with modular design

Open system architecture provide easy integration with 3rd

party system

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 6

M2000 System Overview


Supported operating system: Solaris

Supported hardware platform: Sun Server / HP Server

Supported database management system: Sybase / Oracle

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 7

Chapter 1 System Overview Chapter 2 Software Architecture Chapter 3 System Administration Chapter 4 Main Processing Flow

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 8

Software Architecture
GUI GUI GUI

SM

FM

TM

CM

PM

NB Agent

CORBA Software Bus

Mediator
NEEngine

MO Manager MO Manager MO Manager

Partition Manager

EM

SAC

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 9

Software Architecture
M2000 Process View
System Daemon Naming Service Service Agent Service Agent Service Agent Service Service Service Instance Instance Instance Notification Service System Monitor

CORBA Software Bus


HUAWEI TECHNOLOGIES CO., LTD. All rights reserved Page 10

Software Architecture
Distributed Partitions
Partition Manager

Host1
MO Manager

Host2
MO Manager

Host3
MO Manager

Mediator
NEEngine

Mediator
NEEngine

Mediator
NEEngine

NEs
HUAWEI TECHNOLOGIES CO., LTD.

NEs
All rights reserved

NEs
Page 11

System Components
Service

A software module providing specified features for the system Security Management

Topology Management
Fault Management Configuration Management Performance Management

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 12

System Components
TM Topology Management

Provide topology management for all NEs of the entire network


CM Configuration Management

Provide centralized configuration management for all NEs of the entire network

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 13

System Components
SM Security Management

Provide user authority management for the system


PM Performance Management

Provide network performance data collection and analyse feature

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 14

System Components
FM Fault Management

Provide centralized fault management for all NEs of the entire network
NB Agent Northbound Agent

Provide northbound interface for Network Management System (NMS)

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 15

System Components
Mediator Network Element Mediator

Distributed NE Engine management The NE Engines realize communications between M2000 system and various network devices
MO Manager

Distributed object-oriented data management MO Managed Object, a consistent object with CORBA interfaces for data access and feature providing

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 16

System Components
Partition Manager

PartitionService divides the managed objects into partitions. Different partitions are managed by different processes.

EM Event Manager

Exchanges messages between services. It can also broadcast and filter messages.

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 17

System Components
SAC System Administration and Control

management process to monitor service status

System Daemon

Manage all services on a hostProvide central configuration featureOne system daemon per host

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 18

System Components
System Monitor

A management process to monitor service status


Service Agent

Provide process host to service,

One service agent can contain several services,


More than one service agent per host

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 19

Chapter 1 System Overview Chapter 2 Software Architecture Chapter 3 System Administration Chapter 4 Main Processing Flow

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 20

System Administration
Overview

Introduce O&M for M2000 Server

Include: files & directory, often used commands, main processes, log, and how to start or stop the server etc.

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 21

System Administration -M2000 V2


Directory

M2000 installation directory : /opt/OMC

Sybase installation directory : /opt/sybase

Sybase database file directory: /data

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 22

System Administration -M2000 V2


Directory inside M2000

/opt/OMC/etc : system configuration files and scripts /opt/OMC/bin : binary files and scripts /opt/OMC/var : system runtime log files

/opt/OMC/model : data model files

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 23

System Administration -M2000 V2


System users

dbuser : user for SYBASE database management system omcuser: user for M2000 application program ftpuser : user for M2000 ftp service

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 24

System Administration -M2000 V2


Database for M2000

omcdb : contain NE information, system security information, audit records, common data for system components fmdb : contain alarm data pmdb : contain performance data sysmdb : contain NE software management data

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 25

System Administration -M2000 V2


Working environment for M2000

Run the environment setting scripts manually

# . /opt/OMC/svc_profile.sh

Add the commands to users .profile file located in the users home directory

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 26

System Administration -M2000 V2


Work with M2000

To start / stop M2000 server

# start_svc # stop_svc # kill_svc


Note: 1. Only user root can start or stop the M2000 server 2. Ensuring the sybase server running normally before starting or stopping the M2000 server.

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 27

System Administration -M2000 V2


Work with M2000

To check services status # svc_adm -cmd status Number of hosts: 1 Host: DEFAULTSYSAGENT SystemConfigurator: running Service Agent: sac_agent [4 service(s)] pid: 14012 ScheduleManager SysBackupMgr LicenseMgr LogServer ...
HUAWEI TECHNOLOGIES CO., LTD.

[running ] [running ] [not running [running ]

All rights reserved

Page 28

System Administration -M2000 V2


System Processes 1 sac_agent

ScheduleService BackupService LicenseService LogService em_agent EventService. monitor_agent MonitorService partition_agent PartitionService audit_agent AuditService
All rights reserved Page 29

HUAWEI TECHNOLOGIES CO., LTD.

System Administration -M2000 V2


System Processes 2 mo_agent

LockService RelationService MOService MOProxyService sm_agent SecurityService. med_agent MediationService ts_agent TopoService. ifms_agent FaultService manager_agent SystemService
All rights reserved Page 30

HUAWEI TECHNOLOGIES CO., LTD.

System Administration -M2000 V2


System Processes 3 pm_agent

PMService cmserver_agent CMServer swm_agent SWMService fmnotify_agent FMNotify proxy_agent ProxyServer notify_agent RemoteNotifyService tad_agent TadService

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 31

System Administration -M2000 V2


Work with M2000

Full system backup (By client)

1. Log in to the Client. 2. Select [Tools/System Backup/Manual Backup].


Directory /export/home/backup/omc/

System will do auto-backup every night. Manual backup is a method for emergencies
HUAWEI TECHNOLOGIES CO., LTD. All rights reserved Page 32

System Administration -M2000 V2


Work with M2000

Full system restore

1. stop services # stop_svc 2. Check the backup log # more /export/home/backup/omc backup.log 3. Execute the restoration command # svc_backuprestore -cmd restore 4. restart services # start_svc
HUAWEI TECHNOLOGIES CO., LTD. All rights reserved Page 33

System Administration -M2000 V2


Work with M2000

If services fail to start

1. Check disk space usage and ensure all partitions have at lease 10% disk space left # df k

2. Check if SYBASE servers are running properly

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 34

System Administration -M2000 V2


Work with M2000

If services fail to start

3. Restart M2000 server application program 4. Repairing the file system, then reboot the system 5. Call support engineer

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 35

System Administration -M2000 V2


Work with M2000

If client cannot login successfully

1. Check if network connection between client and server broken by ping M2000 server from client 2. Check if all services running properly 3. Ensure the client version match the server version 4. Call support engineer

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 36

System Administration -SYBASE


Working environment for SYBASE

Run the environment setting scripts manually

# . /opt/sybase/SYBASE.sh # . /opt/sybase/OCS-12_0/OCS-12_0.sh # . /opt/sybase/ASE-12_0/ASE-12_0.sh


Add the commands to users .profile file located in the users home directory

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 37

System Administration -SYBASE


Work with SYBASE

To check SYBASE processes

# su - dbuser $ showserver
/opt/sybase/ASE-12_0/bin/backupserver -SSYB_back /opt/sybase/ASE-12_0/bin/dataserver -sSYB

Or # ps -ef|grep syb

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 38

System Administration -SYBASE


Work with SYBASE

Start SYBASE server

# cd /opt/sybase/ASE-12_0/install # ./startserver -f ./RUN_SYB # ./startserver -f ./RUN_SYB_back or # cd /etc/rc2.d # ./S98sybase start

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 39

System Administration -SYBASE


Work with SYBASE

Use isql command tool

$ isql -Uusername -Ppassword 1>command 2>go . 1>quit $

-Sdataservername

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 40

System Administration -SYBASE


Work with SYBASE

Check server status

1>sp_helpserver 2>go

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 41

System Administration -SYBASE


Work with SYBASE

Check database status

1>sp_helpdb 2>go

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 42

System Administration -SYBASE


Work with SYBASE

Check database usage

1>use omcdb 2>go 1>sp_spaceused 2>go


.
display data device usage

1>sp_spaceused syslogs 2>go


.. display transaction log device usage

HUAWEI TECHNOLOGIES CO., LTD. All rights reserved Page 43

System Administration -SYBASE


Work with SYBASE

Shutdown server

1>shutdown SYB_BACKUP 2>go 1>shutdown 2>go or # cd /etc/rc2.d # ./S98sybase stop

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 44

System Administration -SYBASE


Work with SYBASE

Backup database

1>dump database omcdb to /data/backupfile.dat 2>go 1>dump database omcdb to /dev/rmt/0 2>go

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 45

System Administration -SYBASE


Work with SYBASE

Restore database

1>load database omcdb from /data/backupfile.dat 2>go 1>online database omcdb 2>go

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 46

System Administration -Logs


Logs in M2000 V2 Server

1. User log & NE log The user/NE log is stored in the DB. Query or displace its information through M2000 Client. 2. System log /export/home/omc/var/syslog 3. Trace log /export/home/omc/var/logs

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 47

System Administration -Logs


Logs in M2000 V2 Server

4. SYBASE log /opt/sybase/ASE-12_0/install/SYB.log /opt/sybase/ASE-12_0/install/SYB_back.log 5. Solaris Error Log /var/adm/messages /var/log/syslog

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 48

Chapter 1 System Overview Chapter 2 Software Architecture Chapter 3 System Administration Chapter 4 Main Processing Flow

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Page 49

Main Processing Flow


NE Data Synchronization

GUI
Manual Synch

CM

MO Manager MO

Mediator NE Engine

Auto Report

NE
HUAWEI TECHNOLOGIES CO., LTD. All rights reserved Page 50

Main Processing Flow


Alarm Report
GUI

Status Update

TM

Status Notify

Alarm Notify

Mediator

EM

NE Engine
Alarm Query Alarm Report

FM
UniAlarm Alarm Record

DB
HUAWEI TECHNOLOGIES CO., LTD. All rights reserved

NE
Page 51

Main Processing Flow


Performance Data Report
GUI GUI

Mediator Result Notify

PM
Notify Alarm Calculate

NEEngine
Cache Extract Validate

EM

Threshold Alarm

PM Report

DB
HUAWEI TECHNOLOGIES CO., LTD. All rights reserved Page 52

NE

Main Processing Flow


Remote Patch Installation
GUI

1. Upload to Server

FTP Server

Mediator

Software Manager

NE Engine

Local File

3. Activate 2. Download to NE

NE
Page 53

HUAWEI TECHNOLOGIES CO., LTD.

All rights reserved

Thank You
www.huawei.com

Вам также может понравиться