You are on page 1of 54

NetNumen U31 Software

Installation
Contents

 Overview
 Environment Verification Before Installation
 Installing the NetNumen U31 Server Software
 Uninstalling the NetNumen U31 Server Software

2
NetNumen U31 Software Architecture

 The NetNumen U31 system is an NetNumen U31 that has a


client-server software architecture.

© ZTE All rights reserved 3


Installation Environment

 Software environment
 Operating system
Server: Linux
Client: Windows XP, Windows Vista, Windows 7 pro, Windows 2000, Windows
Server 2003, and Windows Server 2008, Unix, Linux, Aix, Solaris.
 Database
Oracle 11g Enterprise Edition, and Sybase IQ.

© ZTE All rights reserved 4


Hardware Environment

 NetNumen U31 server


 The NetNumen U31 server hardware needs to meet the server configuration
requirements. For special requirements, contact system engineers.

 NetNumen U31 client


 The NetNumen U31 client uses Windows PCs in most cases. The
requirements are as follows:
CPU: at least 2.0 GHz.
Hard disk: at least 3 GB.
Memory: at least 1.2 GB.

 Network hardware
 The network that connects the NetNumen U31, RAT equipment, and the
upper-level OMC must operate properly. If remote maintenance is required,
network access must be available.

© ZTE All rights reserved 5


Software Installation Flow

© ZTE All rights reserved 6


Contents

 Overview
 Environment Verification Before Installation
 Installing the NetNumen U31 Server Software
 Uninstalling the NetNumen U31 Server Software

7
Verifying the System Time and Time Zone

 Verifying the System Time


 Log in to the operating system as a root user. The command to verify the
system time: # date.
 -bash-3.2# date
 Tue Jul 1 16:19:02 CST 2014
 Log in to the operating system as a root user. The command to set the
system time: # date <Month><Day><Hour><Minute><Year>.
 -bash-3.2# date 0701162114
 Tue Jul 1 16:21:00 CST 2014

© ZTE All rights reserved 8


Verifying the System Time and Time Zone

 Verifying the Time Zone


 The command to verify the time zone: date.
 In Linux, you can check the time zone by executing the date command, for
example, #date -R Tue, 21 Jul 2015 15:42:58 +0800.
 The command to modify the time zone:
 Linux:
1.Modify the clock file.#vi /etc/sysconfig/clock
2.Create a soft link.#ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
3.Reboot the OS.#shutdown -Fr now

© ZTE All rights reserved 9


Checking the Oracle Installation Environment

 Check Item

No. Check Item


Verify that the Oracle services can be connected, started, and stopped
1
properly.
Verify that the Oracle monitoring function can be started and stopped
2
properly.

© ZTE All rights reserved 10


Checking the Oracle Installation Environment

1.Verify that the Oracle services can be connected, started, and


stopped properly.
 $sqlplus /nolog
 SQL> connect sys/oracle as sysdba
 SQL> shutdown (Shut down the database. If the database is shut down,
execute the following commands. )
 SQL> startup (Start the database. If the database is started, execute the
following command. )
 SQL> exit

© ZTE All rights reserved 11


Checking the Oracle Installation Environment

2.Verify that the Oracle monitoring function can be started and


stopped properly.
 Log in to the command line interface as the oracle user, and execute the
following commands to check whether the Oracle monitoring function can be
started and stopped properly.
 \

© ZTE All rights reserved 12


Running the Verification Tool

 1.Upload the software installation package to the server (for


example, /export/home/version) through FTP.
 2.Log in to the operating system as a root user. Check the
working directory and uncompress the package.
 # pwd /export/home/version
 # tar -xvf U31V12.14.20.tar

 3.Modify the configuration file as required.


 Change the working directory to
/export/home/version/U31V12.15.30/V12tools/perlChecker/conf, and modify
the /cmdParameters.ini configuration file as required by setting parameters.

© ZTE All rights reserved 13


Running the Verification Tool

Parameter Description
DEPLOYMENT Whether the database and the application are at the same server.
OSUSER User on the server where the database is located.
OSPASS Password of the user on the server where the database is located.
SYSTEMPW Password of the system user.
SID of the database, not including IP. If the database cannot be connected,
DBSID the local network service name of the database should be configured. The
database connection ID used in this tool is dbsid_dbip.
Whether dual servers are configured. This parameter is mandatory.
HOSTENV SINGLE means one server is configured. DOUBLE means two servers are
configured.
After installation or before upgrading, this parameter must be modified to
the directory where the software package is installed, that is, the parent
EMSHOME
directory of the ums-server directory on the EMS. Do not modify this
parameter before installation.

© ZTE All rights reserved 14


Running the Verification Tool

 4.Run the verification tool.


 In the /export/home/version/U31V12.15.30/V12tools/perlChecker directory,
run the command.
 # perl PreInstalltion.pl

 5.Query the verification results.


 The verification results are saved in the log folder under the current directory.
The result files are generated based on the command execution time. Logs
are classified into three types: error, warn, and info. You can focus only on the
error log file on site. If there is no error in the error log file, it indicates that
the system settings are correct. If there is one or more errors in the error log
file, modify the system settings according to the suggestions provided in the
error log file. Run the verification tool again until no error is included in the
error log file.

© ZTE All rights reserved 15


Contents

 Overview
 Environment Verification Before Installation
 Installing the NetNumen U31 Server Software
 Uninstalling the NetNumen U31 Server Software

16
Installing the NetNumen U31 Server Software

Steps :
 1.Log in to the operating system as the root user, and then
create the omc user by running the following commands.
 Specify omc as the owner of the /export/home/version/ directory.
# chown -R omc /export/home/version/
 Specify other as the group of the /export/home/version/ directory.
# chgrp -R other /export/home/version/

 2.Upload the software installation package to the


/export/home/version directory by using the SFTP tool.

© ZTE All rights reserved 17


Installing the NetNumen U31 Server Software

3.Run the following commands to decompress the software


installation package to the current directory.
# cd /export/home/version# tar -xvf U31V12.15.30.tar -d U31V12.15.30
 If the software installation package is compressed in a *.zip file, you need to
decompress it by running the following command.
# unzip U31V12.15.30.zip -d U31V12.15.30

4.Log in to the Linux operating system as the omc user, and then
run the following command to enter the software installation
directory.
$ cd /export/home/version/U31V12.15.30

5.Enter the ./setup.sh command and press Enter key to start the
installation.

© ZTE All rights reserved 18


Installing the NetNumen U31 Server Software

 6.Press Enter key to uncompress the package in the default


directory.
 7.In the Select Language dialog box, set English for Language

© ZTE All rights reserved 19


Installing the NetNumen U31 Server Software

 8.Click Next. The License Agreement dialog box is displayed.


Select I accept the license agreement.

© ZTE All rights reserved 20


Installing the NetNumen U31 Server Software

 9.Click Next. The Select Installation Style dialog box is displayed.

Installation Style Description


This style is applicable to the first installation or reinstallation of
Initial Installation the NetNumen U31 software, including steps such as selecting
a language and setting an installation path.
This installation style is applicable to upgrading a previous
installation of the NetNumen U31 and adding new functions to
the original software. It is unnecessary to set the basic
Incremental
information during the installation of this style, such as the
Installation
language and installation path.
During the incremental installation, you are not allowed to
change the product package.

© ZTE All rights reserved 21


Installing the NetNumen U31 Server Software

© ZTE All rights reserved 22


Installing the NetNumen U31 Server Software

 10.Click Next. The Management Scale dialog box is displayed.

© ZTE All rights reserved 23


Installing the NetNumen U31 Server Software

 11.Click Next, Select the software packages to be installed and


set the installation path.

© ZTE All rights reserved 24


Installing the NetNumen U31 Server Software

 If the folder /netnumen/ems does not exist, the message will be shown.
Click Yes.

© ZTE All rights reserved 25


Installing the NetNumen U31 Server Software

 For details about how to select products, refer to the following


information.
 If northbound functions are required, select products under NAF INTERFACE
first, and then select other products.
 If northbound functions are not required by an office, NAF INTERFACE is not
necessary. Select products as required, such as GSM, LTE FDD.
 If multi-mode products are to be managed, select the product packages as
required, for example, select GSM and LTE FDD V3.
 If the IT device monitoring function is required, select ITMP.
 NAF ITFPM products currently do not support TD and AG products

© ZTE All rights reserved 26


Installing the NetNumen U31 Server Software

 For a blade server, the ICM must be independently deployed. Therefore, the
nodes under MOSS ICM cannot be selected. The products supported by a
blade server include GSM, GUT NAF, assets database interface, UMTS, LTE
FDD, TE-LTE, NAF LTE, NAF LTE DB, and NAF ITFPM.

12.Click Next. If the specified installation path does not exist, a


message will be displayed, asking whether to create the directory.
Click Yes.
13.The Database Connection Configuration window is displayed

© ZTE All rights reserved 27


Installing the NetNumen U31 Server Software

 For the configuration of EMS’s DB config, the database type is Oracle,


SID is fixed to minos.

© ZTE All rights reserved 28


Installing the NetNumen U31 Server Software

 For the configuration of SyBaseIQ DB config, history alarms can only be saved in
SybaseIQ raw device. The database type is SybaseIQ, Fill in the SybaseIQ service
name according to the actually set service name.

© ZTE All rights reserved 29


Installing the NetNumen U31 Server Software

 14.(Optional) Click Test Database Connection to test if the connection to


the database is successfully established.
 15.In the Database connection config dialog box, click Next.

© ZTE All rights reserved 30


Installing the NetNumen U31 Server Software

 Confirm the IP Address of Database

© ZTE All rights reserved 31


Installing the NetNumen U31 Server Software

 16.Accept the default database configurations or modify table space


paths and sizes as needed, and then click Next.

© ZTE All rights reserved 32


Installing the NetNumen U31 Server Software

 17.Set the host parameters as needed


 18.Click Next. The System Information Detection dialog box is
displayed

© ZTE All rights reserved 33


Installing the NetNumen U31 Server Software

 19.Verify that the Detection Result for all items are Pass, and then
click Next

© ZTE All rights reserved 34


Installing the NetNumen U31 Server Software

 20.Verify that the installation information is correct, and then


click Install.

© ZTE All rights reserved 35


Installing the NetNumen U31 Server Software

 21.After the file unzipping and copying process is completed, click Next.
A message is displayed, asking whether to execute necessary SQL scripts.
 22.Click Yes.

© ZTE All rights reserved 36


Installing the NetNumen U31 Server Software

© ZTE All rights reserved 37


Installing the NetNumen U31 Server Software

 23.After the installation process is completed, click Next.

© ZTE All rights reserved 38


Installing the NetNumen U31 Server Software

 Installation Finished

© ZTE All rights reserved 39


Installing the NetNumen U31 Server Software

 Wait until a message that the distributed version has been


prepared is displayed, and then click OK.

© ZTE All rights reserved 40


Installing the NetNumen U31 Server Software

 The detailed installation process of the distributed installation package


is shown below:
 Directory Structure of Distributed Installation Package

© ZTE All rights reserved 41


Installing the NetNumen U31 Server Software

 Generate Distributed Installation Package (Step 1)

© ZTE All rights reserved 42


Installing the NetNumen U31 Server Software

 Generate Distributed Installation Package (Step 2)

© ZTE All rights reserved 43


Installing the NetNumen U31 Server Software

 Generate Distributed Installation Package (Step 3)

© ZTE All rights reserved 44


Installing the NetNumen U31 Server Software

 Run the syninstalltool Tool

 If the /home/omc/ems2 directory is a new directory, the message in the


above figure will not be displayed. Instead, the following message will
be displayed:

© ZTE All rights reserved 45


Installing the NetNumen U31 Server Software

 Console starting
 Start it in the master server side. Directly execute console.sh under the
ums-server directory, and you will be prompted to enter the
corresponding console ID. If nothing is entered and click Enter directly,
all consoles will be started. To start one console, please enter console2,
console3….

 In Linux, execute the console.sh script under ums-server to start, same


as the original non-distributed version.
 #nohup ./console.sh &

© ZTE All rights reserved 46


Installing the NetNumen U31 Server Software

 Stop EMS manually.

© ZTE All rights reserved 47


Post-Installation Operations

 NTP Configuration Parameters

© ZTE All rights reserved 48


Post-Installation Operations

 SNTP Configuration Parameters

© ZTE All rights reserved 49


Contents

 Overview
 Environment Verification Before Installation
 Installing the NetNumen U31 Server Software
 Uninstalling the NetNumen U31 Server
Software

50
Uninstalling the NetNumen U31 Server
Software
Steps:
 1.Log in to the NetNumen U31 server as the root user.
 2.Execute the following commands to change the current
directory to uif in the installation path (for example,
/home/omc/netnumen/ems) of the server software and start
uninstalling the server software:
 # cd /home/omc/netnumen/ems/uif
 # ./uninstalltool.sh

© ZTE All rights reserved 51


Uninstalling the NetNumen U31 Server
Software

© ZTE All rights reserved 52


Uninstalling the NetNumen U31 Server
Software
 3.Select Clean database and/or Clean backup and log data as
required.
 4.Click Next. A message is displayed, prompting you to confirm
the clean-up operations.
 5.Click Yes. The system starts uninstalling the NetNumen U31
server software.
 6.After the uninstallation is completed, click Finish.

© ZTE All rights reserved 53


Thank you

You might also like