Você está na página 1de 39

iManager U2000 Basic Operation

Practice Guide
iManager U2000 Basic Operation Practice Guide Table of Contents
ISSUE1.03

Table of Contents

Chapter1 Starting and Shutting Down U2000 ..................................................... 1


1.1 Starting U2000 ..................................................................................................................... 1

1.1.1 On the Windows Platform ...................................................................................... 1

1.1.2 On the UNIX/Linux Platform ................................................................................ 4

1.2 Shutting Down U2000 ......................................................................................................... 7

1.2.1 On the Windows Platform ...................................................................................... 7

1.2.2 On the UNIX/Linux Platform ................................................................................ 8

Power Off the Server Safely. .................................................................................. 8


Chapter2 Checking U2000 and Opening Online Help ......................................... 9
2.1 Checking the U2000 Server ................................................................................................ 9

2.1.1 Checking the Database Information ...................................................................... 9

2.1.2 Checking the System Resource Information......................................................... 9

2.1.3 Checking the Hard Disk Information .................................................................. 10

2.2 Checking on the U2000 Client .......................................................................................... 10

2.2.1 Verifying the License File ..................................................................................... 10

2.2.2 Verifying the Communication with the GNE ..................................................... 11

2.3 Opening the Online Help .................................................................................................. 14

2.3.1 Method 1 ................................................................................................................ 14

2.3.2 Method 2 ................................................................................................................ 15

Chapter3 Configuring at One Node and Querying ............................................ 16


3.1 U2000 Basic Configuration............................................................................................... 16

3.1.1 Customer Option ................................................................................................... 16

3.2 Creating NE ....................................................................................................................... 17

3.2.1 Configuring NE Manually .................................................................................... 18

3.2.2 Configuring NE by Uploading ............................................................................. 20

3.3 Basic Configuration of NE................................................................................................ 21

Confidential Information of Huawei. No Spreading without Permission i


iManager U2000 Basic Operation Practice Guide Table of Contents
ISSUE1.03

3.3.1 The Clock Source Configuration ......................................................................... 21

3.3.2 Orderwire Configuration ..................................................................................... 22

3.3.3 Performance Events Configuration ..................................................................... 24

3.4 User Management ............................................................................................................. 26

3.4.1 Creating New NMS User ...................................................................................... 26

3.4.2 Querying NE User ................................................................................................. 29

3.4.3 Enabling Remote Maintenance User ................................................................... 30

3.5 Browsing Alarm and Performance .................................................................................. 31

3.5.1 Browsing the WDM Performance........................................................................ 31

3.5.2 Browsing the Event ............................................................................................... 32

3.5.3 Browsing the Alarm .............................................................................................. 32

3.6 Database Backup ............................................................................................................... 34

3.6.1 U2000 Database Backup ....................................................................................... 34

3.6.2 NE Database Backup ............................................................................................ 36

Confidential Information of Huawei. No Spreading without Permission ii


iManager U2000 Basic Operation Practice Guide Error! Use the Home tab to apply 标题 1 to
ISSUE1.03 the text that you want to appear here.

Chapter1 Starting and Shutting Down U2000

1.1 Starting U2000

Huawei iManager U2000 (U2000 for short as below) includes three parts:

Database U2000 Server U2000 Client

So to start U2000, there are three steps:

1) Starting the database;

2) Starting the U2000 Server;

3) Starting the U2000 Client.

U2000 can be installed on the UNIX/Linux and Windows platforms, and it provides the same

functions and has the same operation on these platforms.

1.1.1 On the Windows Platform

Start the U2000 Server and U2000 Client as follow:

Step Action

Starting the Database

The U2000 can start properly only after the database is started. Generally, the
database starts along with the OS.
Log in to the OS as a user with administrator rights
Choose Start > All Programs > Microsoft SQL Server 2008 >

1 Configuration Tools > SQL Server Configuration Manager > SQL


Server Services.
Right-click SQL Server (MSSQLSERVER) and choose Start from the
shortcut menu。
Notes:
If the SQL Server 2000 database is installed on Windows Server 2003,
choose Start > Programs > Microsoft SQL Server > Service Manager. In

Confidential Information of Huawei. No Spreading without Permission 1


iManager U2000 Basic Operation Practice Guide Error! Use the Home tab to apply 标题 1 to
ISSUE1.03 the text that you want to appear here.

Step Action

the SQL Server Service Manager dialog box, click Start/Continue.


In the SQL Server Service Manager dialog box, if Start/Continue is dimmed,
Microsoft SQL Server is running.
Starting the U2000 Server

Method 1: Double-click the "U2000Server" icon on the desktop;

2
Method 2: In the directory C:\U2000\server\bin, double-click

“startnms.bat”.

Starting the U2000 System Monitor

Method 1: Double-click the "U2000 System Monitor " icon on the desktop;

3
Method 2: In the directory C:\U2000\client, double-click

“startup_sysmonitor_global.bat”

Enter the user, password and server. For example,


User: admin
4
Password: Changeme_123 (default for U2000V100R009C00)
Server: Localhost

Confidential Information of Huawei. No Spreading without Permission 2


iManager U2000 Basic Operation Practice Guide Error! Use the Home tab to apply 标题 1 to
ISSUE1.03 the text that you want to appear here.

Step Action

Click <Login>
The user name and password are the same as those used for logging in to the
U2000 client.

5
Notes:
Wait a few minutes until the NE Manager, Security Process, Topology
Processr, etc. processes of Automatic start mode are all in "Running" status.
Then the U2000 server starts successfully.
Start the U2000 Client
Method 1: On the computer of the U2000 client, double-click the "U2000

Client" icon on the desktop.

Method 2: In the directory C:\U2000\client, double click

“startup_all_global.bat ”

Enter the user name, password and server. For example:


User: admin
7
Password: Changeme_123 (default for U2000V100R009C00)
Server: Localhost

Confidential Information of Huawei. No Spreading without Permission 3


iManager U2000 Basic Operation Practice Guide Error! Use the Home tab to apply 标题 1 to
ISSUE1.03 the text that you want to appear here.

Step Action

The password must be changed during the first login to ensure system security.
Keep the password confidential and change it regularly.

Notes:
If the U2000 Server and the U2000 Client are on different computers, click
icon to edit the IP Address and port where the U2000 Server is installed.
8 Click <Login> to display the U2000 Main Topology window.

1.1.2 On the UNIX/Linux Platform

The database always starts with the Operating System (OS), and you can check in by inputting

the commands on the terminal window: (Here we use nmsuser user)

# su - sybase

$ ps -ef | grep sybase

If it replies two processes as below, it means sybase has started correctly.

/opt/sybase/ASE-15_0/install/RUN_DBSVR

/opt/sybase/ASE-15_0/install/RUN_DBSVR_back

Run the following commands to start the Sybase process if it is not running:

# su - sybase

$ cd /opt/sybase/ASE*/install

$ ./startserver -f ./RUN_DBSVR &


Confidential Information of Huawei. No Spreading without Permission 4
iManager U2000 Basic Operation Practice Guide Error! Use the Home tab to apply 标题 1 to
ISSUE1.03 the text that you want to appear here.

$ ./startserver -f ./RUN_DBSVR_back &

And then start the U2000 Server and the U2000 Client as follows:

Step Action

Starting the U2000 Server

Method 1: Double-click the "U2000 Server " icon on the desktop;

1
Method 2: Enter the following commands in the terminal window.( (Here we

use nmsuser user)

$ cd /opt/U2000/server/bin

$ ./startnms.sh

Starting the U2000 System Monitor

Method 1: Double-click the "U2000 System Monitor " icon on the desktop;

2
Method 2: Enter the following commands in the terminal window. ((Here we

use nmsuser user)

$ cd /opt/U2000/client

$ ./startup_sysmonitor_global.sh
Enter the user, password and server. For example,
User: admin
3
Password: Changeme_123 (default for U2000V100R009C00)
Server: Localhost

Confidential Information of Huawei. No Spreading without Permission 5


iManager U2000 Basic Operation Practice Guide Error! Use the Home tab to apply 标题 1 to
ISSUE1.03 the text that you want to appear here.

Step Action

Click <Login>
Notes:
The password must be changed during the first login to ensure system security.
4 Keep the password confidential and change it regularly.
Wait a few minutes until the NE Manager, Security Process, Topology Processr,
etc. processes of Automatic start mode are all in "Running" status. Then the
U2000 server starts successfully.
Starting the U2000 Client(UNIX)
Method 1: Double-click the "U2000 Client" icon on the desktop.

Method 2: Enter the following commands on the terminal window:

$ cd /opt/U2000/client

$ ./startup_all_global.sh
Enter the user name, password and server. For example:
User: admin
Password: Changeme_123 (default for U2000V100R009C00)
Server: < Localhost >
6 Notes:
If the U2000 Server and the U2000 Client are on different computers, click
icon to edit the IP Address and port where the U2000 Server is installed.
The U2000 Client cannot run on the Linux platform. It is recommended to
run the U2000 Client on the Windows platform and login.

Confidential Information of Huawei. No Spreading without Permission 6


iManager U2000 Basic Operation Practice Guide Error! Use the Home tab to apply 标题 1 to
ISSUE1.03 the text that you want to appear here.

Step Action
7 Click <Login> to display the U2000 Main Topology window.

1.2 Shutting Down U2000

To shut down U2000, there are two steps:

1) Shutting down the U2000 Client;

2) Shutting down the U2000 Server;

1.2.1 On the Windows Platform

Step Action

Shutting down the U2000 client:


1
Select [File/Exit] on the main menu.
2 Click <OK> on the Logout Confirmation dialogue box.
3 If the topology has changed, please save it to the database, click <OK>.
Log in to the OS as a user with administrator rights.

In the Windows Task Manager dialog box, view the startup information about
the U2000 server processes.

If imapmrb.exe, imapwatchdog.exe, imapsysd.exe, imapeventmgr.exe,


imap_sysmonitor.exe, ResourceMonitor.exe, imapsvcd.exe,
EmfGnlDevDm.exe, and imapPortTrunkSvc.exe are displayed in the process
list, the U2000 server processes have started.
4
In the U2000 software installation directory, for example, D:\U2000\server\bin,
run stopnms.bat to stop U2000 server processes.
Notes:
After a few minutes, In Windows Task Manager, click the Processes tab and
check that there is no process such as imapmrb.exe, imapwatchdog.exe,
imapsysd.exe, imapeventmgr.exe, imap_sysmonitor.exe,
ResourceMonitor.exe, imapsvcd.exe, EmfGnlDevDm.exe, and
imapPortTrunkSvc.exe. So the U2000 server processes have been stopped.

Confidential Information of Huawei. No Spreading without Permission 7


iManager U2000 Basic Operation Practice Guide Error! Use the Home tab to apply 标题 1 to
ISSUE1.03 the text that you want to appear here.

1.2.2 On the UNIX/Linux Platform

Step Action

Shutting down the U2000 client:


1
Select [File/Exit] on the main menu.
2 Click <OK> on the Logout Confirmation dialogue box.
3 If the topology has changed, please save it to the database, click <OK>.
Log in to the OS of the server as the nmsuser user.
To check the running status of the U2000 process, run the following command:
$ daem_ps
The U2000 is running if the displayed information contains imap_sysmonitor
-cmd start.

Run the following commands to stop U2000 if it is running:


$ cd /opt/U2000/server/bin
$ ./stopnms.sh
Run the following command to check the running status of the U2000 process:
$ daem_ps
The process is stopped if the displayed information is empty.
Power Off the Server Safely.
Log in to the UNIX/Linux OS as user root.
Run the following commands to power off the server:
5
# sync;sync;sync;sync
# shutdown -y -g0 -i5 (UNIX)
# shutdown -h now (Linux)

Confidential Information of Huawei. No Spreading without Permission 8


iManager U2000 Basic Operation Practice Guide Error! Use the Home tab to apply 标题 1 to
ISSUE1.03 the text that you want to appear here.

Chapter2 Checking U2000 and Opening Online Help

2.1 Checking the U2000 Server

2.1.1 Checking the Database Information

Step Action

1 Select “Database Monitor” tag on the U2000 System Monitor Client;

Check if there is any red table on the database tag;

Notes:
If there is red database table, it means data space allocated for it isn’t enough.

2.1.2 Checking the System Resource Information

Step Action

1 Select “Server Monitor” tag;

Check if there is any red table on the system resource tag.

Notes:
If there is red system resource table, it means physical memory or CPU isn’t
enough.

Confidential Information of Huawei. No Spreading without Permission 9


iManager U2000 Basic Operation Practice Guide Error! Use the Home tab to apply 标题 1 to
ISSUE1.03 the text that you want to appear here.

2.1.3 Checking the Hard Disk Information

Step Action

1 Select “Hard Disk Monitor” tag;


Check if there is red table on the system resource tag.

Notes:
If there is red hard disk table, it means there is not enough space on the hard
disk.

2.2 Checking on the U2000 Client

2.2.1 Verifying the License File

Step Action
Check if the license file has installed in the directory of
1 C:\U2000\server\etc\conf\license (Windows) or
/opt/U2000/server/etc/conf/license(UNIX or Linux).
Check under the directory of C:\U2000\server\etc\conf\license (Windows) or
2
/opt/U2000/server/etc/conf/license(UNIX or Linux), if there is only one license file.
Open the license file, and check if the ESN information is the same as that from
3 running C:\U2000\server\lbin\ESN.exe(Windows) or $ cd /opt/U2000/server/lbin and
$ ./esn (UNIX or Linux).
Select [Help/License Management/License Information] on the Main Menu.

5 Select the “Resource Control Item/Function Control Item”.

Confidential Information of Huawei. No Spreading without Permission 10


iManager U2000 Basic Operation Practice Guide Error! Use the Home tab to apply 标题 1 to
ISSUE1.03 the text that you want to appear here.

Check the functions and management capabilities.


Notes:
6
If the functions are consistent with what you purchased, the license works
normally.

2.2.2 Verifying the Communication with the GNE

Step Action
1 Select [Administration/DCN Management] from the Main Menu of the U2000 Client.

Confidential Information of Huawei. No Spreading without Permission 11


iManager U2000 Basic Operation Practice Guide Error! Use the Home tab to apply 标题 1 to
ISSUE1.03 the text that you want to appear here.

Input the NE IP address .

Click “NE” tag, check the communication status.


Notes:
3
Right click on one row and select “Test GNE”, you can verify the communication
with the NE.

Confidential Information of Huawei. No Spreading without Permission 12


iManager U2000 Basic Operation Practice Guide Error! Use the Home tab to apply 标题 1 to
ISSUE1.03 the text that you want to appear here.

Right click the NE icon in the Main Topology, you can select [Ping] to test the
communication of the NE either.

Confidential Information of Huawei. No Spreading without Permission 13


iManager U2000 Basic Operation Practice Guide Error! Use the Home tab to apply 标题 1 to
ISSUE1.03 the text that you want to appear here.

2.3 Opening the Online Help

2.3.1 Method 1

Step Action
Select [Help/Help Topics] from the Main Menu.

Input the topic which you are puzzled, for example MSP, and then Select “ ”
2 tag. The U2000 will give some information about MSP.

Confidential Information of Huawei. No Spreading without Permission 14


iManager U2000 Basic Operation Practice Guide Error! Use the Home tab to apply 标题 1 to
ISSUE1.03 the text that you want to appear here.

2.3.2 Method 2

Step Action
1 Press the <F1> key on any U2000 client windows.

Confidential Information of Huawei. No Spreading without Permission 15


iManager U2000 Basic Operation Practice Guide Error! Use the Home tab to apply 标题 1 to
ISSUE1.03 the text that you want to appear here.

Chapter3 Configuring at One Node and Querying

3.1 U2000 Basic Configuration

3.1.1 Customer Option

Step Action
Select [File/Preferences] from the Main Menu of the U2000 Client.

Select the "Sound Settings" tag, “Color settings” tag, etc. to set them as your
preferred.

3 Click <OK>.

Confidential Information of Huawei. No Spreading without Permission 16


iManager U2000 Basic Operation Practice Guide Error! Use the Home tab to apply 标题 1 to
ISSUE1.03 the text that you want to appear here.

3.2 Creating NE

Step Action
1 Right-click in the blank space of the Main Topology.
Select [New/NE…] .

Select NE object type and input the parameter of the NE. For example: OptiX
OSN 8800, and the parameter as below:

Password : password
4 Click <OK>.
5 Left click on the main topology to select the position of the NE.

Confidential Information of Huawei. No Spreading without Permission 17


iManager U2000 Basic Operation Practice Guide Error! Use the Home tab to apply 标题 1 to
ISSUE1.03 the text that you want to appear here.

3.2.1 Configuring NE Manually

Step Action
1 Double-click the NE: NE 142.
Select [Manual Configuration] on the “Configuration Mode” dialogue box.

3 Click <Next>.
Click <Yes> on the “Confirm” dialogue box.

5 Click <Yes> on the “Confirm” dialogue box.

Confidential Information of Huawei. No Spreading without Permission 18


iManager U2000 Basic Operation Practice Guide Error! Use the Home tab to apply 标题 1 to
ISSUE1.03 the text that you want to appear here.

Click <Next> on the “Set NE Attribute” dialogue box.

7 Click <Query Physical Information>.


8 Click <Next>.
Click <Finish>.
9
Notes:

Confidential Information of Huawei. No Spreading without Permission 19


iManager U2000 Basic Operation Practice Guide Error! Use the Home tab to apply 标题 1 to
ISSUE1.03 the text that you want to appear here.

Because this method will initialize the NE, it is often used on the new building site.

3.2.2 Configuring NE by Uploading

Step Action
1 Double-click the NE.
Select [Upload] on the “Configuration Mode” dialogue box.

3 Click <Next>.
Click <Yes> on the “Confirm” dialogue box, and wait for a few minutes;

Confidential Information of Huawei. No Spreading without Permission 20


iManager U2000 Basic Operation Practice Guide Error! Use the Home tab to apply 标题 1 to
ISSUE1.03 the text that you want to appear here.

Click <Close> on the “Result” dialogue box.

Notes:
Because this method will not interrupt the service, it is often used in the real
network. Except these two methods above, there is still another method: [Copy
NE Data]. After copy NE Data, need manually modify the different configuration
between two NEs.

3.3 Basic Configuration of NE

3.3.1 The Clock Source Configuration

Step Action
1 Right Click the NE: “NE142” on the main topologly.
2 Select [NE Explorer].
In NE Explorer,Select the SCC board and choose Configuration > Clock Priority
3
from the Function Tree.
4 Click Query to query clock source priorities.
In the clock source list, right-click and choose Add Clock Source from the shortcut
5
menu. The Add Clock Source dialog box is displayed.

Confidential Information of Huawei. No Spreading without Permission 21


iManager U2000 Basic Operation Practice Guide Error! Use the Home tab to apply 标题 1 to
ISSUE1.03 the text that you want to appear here.

6 Click Apply.

3.3.2 Orderwire Configuration

Step Action
1 Right Click the NE: “NE142” on the main topologly.
2 Select [NE Explorer].
3 Expand <Configuration> on the Function Tree (left corner).
Click <Orderwire>.

5 Click Query to query the NE-side information.


Select a board from the Available Boards pane in the Orderwire Board Settings
6
group box and click

Confidential Information of Huawei. No Spreading without Permission 22


iManager U2000 Basic Operation Practice Guide Error! Use the Home tab to apply 标题 1 to
ISSUE1.03 the text that you want to appear here.

Notes:
1. Selected board serves as the selected board of the first orderwire.
2. You can also use one SC1 or SC2 board that serves as a non-orderwire
board and set it as the selected board of the second orderwire.
7 Click <Apply>.
Click the General tab.

Click Query to query information from the NE.


Note:
1. Call Waiting Time (s) should be set to the same value for all NEs with
9
orderwire communication. When the number of NEs is smaller than 30,
set the value to 5 seconds. Otherwise, set it to 9 seconds.
2. The telephone number cannot repeat in the same orderwire subnet.
10 Set Call Waiting Time (s), Telephone No. and orderwire ports.
11 Click Apply.

Confidential Information of Huawei. No Spreading without Permission 23


iManager U2000 Basic Operation Practice Guide Error! Use the Home tab to apply 标题 1 to
ISSUE1.03 the text that you want to appear here.

3.3.3 Performance Events Configuration

Step Action
1 Select [Configuration/NE Batch configuration/NE Time Synchronization]
from the Main Menu.

2 Select the NE142 and then click , just on the upper-left side.
3 High-light the NE: “NE142”, right-click the “NE142”, and choose [Synchronize
with NM Time].

4 Click <Yes> on the “Time Synchronization Operation” dialogue box.

Confidential Information of Huawei. No Spreading without Permission 24


iManager U2000 Basic Operation Practice Guide Error! Use the Home tab to apply 标题 1 to
ISSUE1.03 the text that you want to appear here.

5 Click <Close> on the “Result” dialogue box.


Select [Performance/Set NE Performance Monitoring Time].

7 Select the NE142 and then click , just on the upper-left side.
High-light “NE142”, and then Enable 15-minute and Enable 24-hour as below,
the others set as default.

Click <Apply>
Notes:
9
U2000 couldn’t start the performance immediately. So you have to wait 5
minutes or more until the performance event starts.

Confidential Information of Huawei. No Spreading without Permission 25


iManager U2000 Basic Operation Practice Guide Error! Use the Home tab to apply 标题 1 to
ISSUE1.03 the text that you want to appear here.

3.4 User Management

3.4.1 Creating New NMS User

Step Action
Select [Administration/ NMS Security/ NMS User Management…] from the
Main Menu of the U2000 Client.

2 Click <User> on the upper left side.


Right click <User> and select <New User> or click <New User> on the lower
right side.
3

Confidential Information of Huawei. No Spreading without Permission 26


iManager U2000 Basic Operation Practice Guide Error! Use the Home tab to apply 标题 1 to
ISSUE1.03 the text that you want to appear here.

Input as you like, for axample as below: Password: Technologie1

5 Click <OK>.
6 Expand “User” on the left side, and select the new user which you have just
created.

7 Select <Operation Rights> Tag.


8 Click <Select>.

Confidential Information of Huawei. No Spreading without Permission 27


iManager U2000 Basic Operation Practice Guide Error! Use the Home tab to apply 标题 1 to
ISSUE1.03 the text that you want to appear here.

Choose Authorization Objects and Operation as below, then select the


Selected rights.

10 Click <OK>.
11 Select <Domain>Tag.
12 Click <Select>on the lower right side.
13 Select Devices from the “Select Domain” window.

Confidential Information of Huawei. No Spreading without Permission 28


iManager U2000 Basic Operation Practice Guide Error! Use the Home tab to apply 标题 1 to
ISSUE1.03 the text that you want to appear here.

.
14 Click <OK>.

3.4.2 Querying NE User

Step Action
Select [Administation/NE Security Management/NE User Management] on
the main menu.

2 Select the NEs and click , and query. A few minutes later, all the NE user will
be reported to U2000.

Confidential Information of Huawei. No Spreading without Permission 29


iManager U2000 Basic Operation Practice Guide Error! Use the Home tab to apply 标题 1 to
ISSUE1.03 the text that you want to appear here.

3.4.3 Enabling Remote Maintenance User

Step Action
1 Select [Administration/ NMS Security/ Remote Maintenance User
management…] from the Main Menu of the U2000 Client.

2 Select the [Enable], and finish the rest of operations as showing in the table.

Confidential Information of Huawei. No Spreading without Permission 30


iManager U2000 Basic Operation Practice Guide Error! Use the Home tab to apply 标题 1 to
ISSUE1.03 the text that you want to appear here.

3 Click <OK>.
4 Click <Close>.

3.5 Browsing Alarm and Performance

3.5.1 Browsing the WDM Performance

Step Action

1 Method 1: Click on the tool bar;


Method 2: Select [Performance/Browse WDM Performance] from the Main Menu.

Confidential Information of Huawei. No Spreading without Permission 31


iManager U2000 Basic Operation Practice Guide Error! Use the Home tab to apply 标题 1 to
ISSUE1.03 the text that you want to appear here.

2 Select the NEs and click .

2 Click <Query> on the Current Performance Data tag.


3 Select ‘UAT” tag .

4 Click <Query> on the UAT tag.


Here you also can query other performance, eg: History Performance or
Performance Threshold-Crossing Record. The method is the same.
5
Notes:
Performance won’t be reported to U2000 until it is started on the NEs.

3.5.2 Browsing the Event

Step Action

Method 1: Click on the tool bar.


Method 2: Select [Fault/Browse Event Logs].

3.5.3 Browsing the Alarm

Method 1: Browsing the whole network alarm

Confidential Information of Huawei. No Spreading without Permission 32


iManager U2000 Basic Operation Practice Guide Error! Use the Home tab to apply 标题 1 to
ISSUE1.03 the text that you want to appear here.

Step Action
Select [Fault/ NE Alarm Synchronize].

2 Click <Close> on the “Result” dialogue box.

Click on the tool bar, the alarm panel about the alarm statistics will be listed

on the U2000 client.

4 Click the red icon on the tool bar, all critical alarms will be listed on the
U2000 client.

5 Click the orange icon on the tool bar, all major alarms will be listed on
the U2000 client.

6 Click the yellow icon on the tool bar, all minor alarms will be listed on
the U2000 client.

7 Click the blue icon on the tool bar, all warning alarms will be listed on
the U2000 client.
Method 2: Browsing the NE alarm.

Step Action
1 Double-click the NE “NE142” on the main topology.

Confidential Information of Huawei. No Spreading without Permission 33


iManager U2000 Basic Operation Practice Guide Error! Use the Home tab to apply 标题 1 to
ISSUE1.03 the text that you want to appear here.

2 Click from the toolbar of the NE panel to synchronize current alarms.


3 Click <Close> on the “Result” dialogue box.

4 Click from the toolbar of the NE panel to browse current alarms, and then
all the alarms on this NE will be listed on the window.
Method 3: Browsing the board alarm

Step Action
1 Double-click the NE “NE142” on the main topology.
2 Right-click the board which has alarm, for example: XCT board.
Click <Browse Current Alarms> on the dialogue box, and then all the alarms on
this board will be listed on the windows.

3.6 Database Backup

3.6.1 U2000 Database Backup

Method 1: Script backup

Ste Action
p
Select [Administration/ Back Up/Restore NMS Data / Import/Export Script
1
File] from the Main Menu.

Confidential Information of Huawei. No Spreading without Permission 34


iManager U2000 Basic Operation Practice Guide Error! Use the Home tab to apply 标题 1 to
ISSUE1.03 the text that you want to appear here.

2 Click <Create File Directory>.


3 Click <OK> on the “Input” dialogue box.
Select “Script File Type”, “Default File Directory”, “Export”, as below:

5 Click <Apply>.
6 Click <OK> on the “Confirm” dialogue box.
7 Click <Close> on the “Result” dialogue box.
8 Backup other script files, and the steps are the same as above.
Method 2: Database backup

Step Action
Select [Administration / Back Up/Restore NMS Data / Database Backup] from
1
the Main Menu.
2 Click <Backup> in the Backup dialogue box;

Confidential Information of Huawei. No Spreading without Permission 35


iManager U2000 Basic Operation Practice Guide Error! Use the Home tab to apply 标题 1 to
ISSUE1.03 the text that you want to appear here.

Notes:
Here the dialogue box will show you where the U2000 has put the database files.
3 After a few minutes Click <OK>;

3.6.2 NE Database Backup

Step Action
Select [Configuration /NE Configuration Data Management] from the Main
Menu.

2 Choose the NE, and then click .


3 High light the NE: “NE142”.
Right click it and select <Back Up NE Database To SCC>.

5 Click <OK> on the confirm dialogue box.

Confidential Information of Huawei. No Spreading without Permission 36

Você também pode gostar