Download as ppt, pdf, or txt
Download as ppt, pdf, or txt
You are on page 1of 102

ZXUN CG Software Installation

Guide
Objectives

 Upon completing the course, you will be able to:


 Grasp Charging Server Software Installation
 Grasp Charging Client Software Installation
 Grasp FTAM Installation and Configuration
Contents

 Charging Server Software Installation


 Charging Client Software Installation
 FTAM Installation and Configuration
Introduction to Charging Server Software Installation

 Software and Hardware Requirements


 Single Server Hardware Configuration
Introduction to Charging Server Software Installation

 Single Server Software Configuration



Requirements of server software are as follows:
– OS: Solaris9
– Application program: service software of the Charging Server
– FTAM installation CD: If CDRs are transferred between CG
– Server and Billing Domain through FTAM, the FTAM installation
CD must be prepared.
Introduction to Charging Server Software Installation

 Dual-Server Hardware Configuration



Two sun servers and one disk array.

One PC server.

 Dual-Server Software Configuration



SUN server
– OS: Solaris 9 operating system
– Dual-server software
– Application
– FTAM installation CD

PC server

Disk array
Single Server Software Installation Flow
Dual-Server Software Installation Flow
Solaris 10 Installation
 Installing Solaris10
 1. Insert the Solaris installation DVD into DVD-ROM.
 2. Run the ok boot cdrom command to boot from CD.
 3. Select language and terminal type.
 4. Set the network connection parameters.
 5. Configure security policy.
 6. Configure the name service.
 7. Configure the geography area, time zone and time.
 8. On the Root Password dialog box that appears, set
the root user name and password and press F2 to
continue.
 9. Select the installation mode and software type.
Solaris 10 Installation
 11. Discard the installation of the remote file systems.
 12. On the Reboot After Installation? dialog box that
appears, select Auto Reboot and press F2 to start
installing the operating system.
 13. During system installation, the installation progress
indicator shows the installation progress.
 14. After system restart, press Enter when the following
message appears.

Do you need to override the system’s default NFS version 4
domain name (yes/no) ? [no] :

The installation is complete.
Check of Server Settings
 Checking Server Settings
 1. Check OS version

Log in to solaris10 operating system of the minicomputer and
then execute the following commands:
– #su – root
– #uname –a
 2. Check OS patches

Execute the following commands to check OS patches
installation records in /var/sadm/patch.
– #cd /var/sadm/patch
– #ls –l
Check of Server Settings
 3. Check the node name

Use one of the following two methods to check the node name:
Execute the following commands:
– #su - root
– #hostname
– Execute the following command:
– #uname –a

Result
– The node name ZXUNCG131 is displayed, indicating the user is
logging in to the active node.
Check of Server Settings
 Modifying the Node Name
 1. If the node name is not consistent with the planned
name, run the #hostname hostname command.

The second hostname is the node name required to be
modified, for example, ZXWNCG131.
 2. Run the #hostname command to check if the node
name is modified successfully.
 Result

The host name set by this procedure can be found by running
the #hostname command, but it can not be found by running
the u name –a command.
Check of Server Settings
 Configuring NIC
 1. Enter the /etc directory and copy hostname.bge0 as
hostname.bge1

 2. Modify the content of file hostname.bge1


Check of Server Settings
 3. Modify the content of file /etc/hosts using the command vi
/etc/hosts to add the IP address of the newly-added NIC

 4. Modify the IP address in the hosts file based on actual


information, Modify the corresponding name of the IP address
Check of Server Settings
 5. Modify the content of the file /etc/netmasks to add information of
network section and subnet mask of the newly-added NIC

 6. Modify subnet masks in the file netmasks based on actual


information, such as 129.0.0.0 and 255.0.0.0.
 7. After finishing the modification, restart minicomputer.
Check of Server Settings
 Adding an IP Address
 1. Execute the following command to add IP address information:

#ifconfig network interface name addif IP address netmask
mask up

 2. If IP address is required to be set automatically when system


restarts, you can add an S99ipset file to the /etc/rc2.d directory.
 3. Then execute the command #chmod u+x ./S99ipset to add
execution authority for the file.
Check of Server Settings
 Adding the Default Gateway
 1. Obtain the IP address of the default gateway to be
added.
 2. There are two ways to add default gateway
information:

To add gateway manually, execute the following command:
– #route add default 10.0.0.254 1

To modify the /etc/defaultrouter file, execute the following
command:
– #touch /etc/defaultrouter
– #vi /etc/defaultrouter
– #route add default 10.0.0.254 1
Check of Server Settings
 Route Configuration
 Adding Route Information Manually

To add route information manually, execute the following
command:
– #route add host|net destination gateway

 Creating a Permanent Static Route



1. Open the /etc/rc2.d/S99route file.
– vi /etc/rc2.d/S99route

2. Add the routing information into the /etc/rc2.d/S99route file.
VCS Installation
 Veritas Cluster Software Installation
 Configuring Installation Environment

Create or modify the /.profile file of the dual-server as shown
below.

 Installing VCS

1. Insert the VCS CD.

2. Open a Terminal window and enter the
/cdrom/cdrom0/cluster_server directory. Run ./installvcs
VCS Installation


3. Input paktel01 paktel02 (with a space between them) to start
system connection
VCS Installation

4. Press Enter to distribute installation package to both
minicomputers


5. Press Enter and then input license key when prompted.
VCS Installation

6. Press Enter and then select the VCS package needs to be
installed. Input 1 to install all 。


7. All the packages need to be installed are listed below
VCS Installation

8. Press Enter to check whether the packages above have
been installed


9. Press Enter. The system prompts you to configure VCS
VCS Installation

10. Input y and press Enter. Then operation instructions to
configuration pop up.

11. Press Enter to continue. The configuration interface
appears
VCS Installation
 12. The general view of configuration information
appears. Press y to continue.
 13. The system displays VCS user management
information and asks user name and password of VCS
management and then requires to confirm the
information.
 14. Press y to continue.
VCS Installation

15. Confirmation information appears after configuration
finished. Input y to continue.
VCS Installation

16. Select the package installation method, input y or n based
on the real situation and then press Enter


17. Start installing software packages. Press Enter after
installation and start to configure the Cluster service
VCS Installation

18. Press Enter after configuration. It is prompted to start
Cluster now.


19. Press Enter to exit installation after the Cluster started
Applying for License
 1. Ask the site staff to contact with the supplier for
the host IDs of the two computers after equipment
arrived at the site. Run the hostid command on
both the computers and then send the result
shown on the screen to the supplier.
 2. The supplier provides formal license to the site
and the related staff.
 3. The supplier guide the site staff how to register
the license into system by command.
Modifying Access Authorities
 1. Open the Terminal window.
 2. Enter the /export/home/omc/omchome/omcboot directory.
 3. Change the user/group ownership of files to the user omc.
 4. Change the read/write permission for files to 774.
Cluster Recourse Configuration
 Starting Cluster Explorer
Cluster Recourse Configuration
 Creating Service Groups
Cluster Recourse Configuration
 Adding Resources
Cluster Recourse Configuration
 Configuring Resource Dependent Relationship
Cluster Recourse Configuration
 Changing over Dual-Server
Service Software Installation on CG Server
 Creating a User Group
Service Software Installation on CG Server
 Create a User
Service Software Installation on CG Server
 Creating an FTP Account for BD
 1. Modify the /etc/ftpd/ftpaccess file adding the following contents
to the end of the file.

restricted-uid zte
 2. Restart the process inetd to lock the FTP main directory, with
other file directories invisible to the FTP user.
 3. Create a file /etc/shells by use of vi or other editors, inputting the
following contents in the file:

/bin/true

/bin/sh

/bin/bash

/bin/ksh

/bin/csh

/sbin/sh
 4. Save and close the file.
Service Software Installation on CG Server
 5. Add a zte user and set its home directory as the
directory storing remote CDRs. The directory is
usually /global/bill/cdr/remote, depending on the actual
situations during commissioning.

# useradd -d /global/bill/cdr/remote -g zte –s /bin/true zte
 6. Set the password for the zte user with the following
command.

# passwd zte
 7. After performing the above steps, log into FTP as the
zte user and test if the files can be deleted through FTP.
Service Software Installation on CG Server
 Acquiring Version Files
Service Software Installation on CG Server
 Installing Charging Server Service Software
 1. Log into the charging server as the root user and check if the
status of the Mount and IP resources in VCS are online. Change
the Mount and IP resources over to the charging server where the
software is installed. Then ZXWNCG131 is in online state.

 2. Modify the permission of install.sh to be executable,


as shown in the following figure.
Service Software Installation on CG Server
 3. Execute ./install.sh to start installing the program ,
select English

 4. Select English and click NEXT to enter the Choose


Product to Install window, select Bill server
Service Software Installation on CG Server
 5. Click NEXT. If an old version software is installed, the
Confirm dialog box appears
Service Software Installation on CG Server
 6. Click Yes and click NEXT to enter the Choose
Install Location window
Service Software Installation on CG Server
 7. Enter /export/home/omc/zxhome in the Destination
Folder text box and click NEXT to enter the Confirm
dialog box.
Service Software Installation on CG Server
 8. Click NEXT to start copying files
Service Software Installation on CG Server
 9. When the files are copied, click NEXT to enter the
Choose Additional Functions window
Service Software Installation on CG Server
 10. Keep the default setting and click NEXT to enter the
Software Environment Configuration dialog box
Service Software Installation on CG Server
 11. Click the NTP Service tab. When Enable NIP
Service is selected, it is necessary to configure NTP
Serer IP and NTP Local IP
Service Software Installation on CG Server
 12. Click the EMS tab to enter the EMS tab page
Service Software Installation on CG Server
 13. Set the parameters according to actual needs and
click OK to enter the Install Completed window
Cluster Recourse Addition
 Adding Application Resources
 1. Select and right-click on the service group
ZXWNCG130 and click Add Resource… from the
popup menu in the Cluster Explorer window.
Cluster Recourse Addition
 2. Select Application from the Resource Type drop-down list in
the Resource Type and enter a resource name in the Resource
name text box and then select Critical and Enabled on the
window
 3. Modify attributes of application resources: User StartProgram
StopProgram and MonitorProgram.
Cluster Recourse Addition
 4. Modify the StartProgram attribute
Cluster Recourse Addition
 5. Modify the StopProgram attribute
Cluster Recourse Addition
 6. Modify the MonitorProgram attribute
Cluster Recourse Addition
 7. Click the OK button to return to Add Resource window.
 8. Click OK button to finish adding application resources
 9. Right-click on the application resource and then click Online >
ZXWNCG131 from the popup menu to start applications on
ZXWNCG131 as required.
Saving Configuration
 1. Open a Cluster Explorer window.
 2. Choose File > Save Configuration from the menubar of the
Cluster Explorer window
Checking Cluster Status
 1. Execute the following command to show information of all cluster
nodes
 #scstat –n

 2. Input the following command if it is necessary to modify the


information:
 #scconf -c -C cluster=dromedary

 3. If there is no information displayed, re-install the VCS software.


Contents

 Charging Server Software Installation


 Charging Client Software Installation
 FTAM Installation and Configuration
Software and Hardware Requirements
 Charging Client Hardware Configuration
 The hardware configuration of the charging client is a
PC.

 Charging Client Software Configuration


 The procedure to install the charging client is as follows:

1. OS: WinXP/Win2000/Win2003 operating system.

2. OS patches: WinXP SP2/Win2000 SP4/Win2003 SP1
installation CD.

3. Application software: Charging Client application software.
Charging Client Software Installation
 Installing Charging Client Software
 1. Double-click install.bat from zxver/cgsetup/setup.
The Welcome to Install Wizard window appears
Charging Client Software Installation
 2. Select English and then click Next on the window. The Choose
Product to Install window appears
Charging Client Software Installation
 3. Select Charging Client and then click Next. The Choose Install
Location for Applications window appears
Charging Client Software Installation
 4. Set an installation path and click Next. If the path does not exist, the
Confirm dialog box appears.
 5. Click Yes on the Confirm dialog box. The Confirm the Installation
Information window appears
Charging Client Software Installation
 6. Click Next. The system starts copying files
Charging Client Software Installation
 7. When the files are copied, click Next.
Charging Client Software Installation
 8. Keep the default setting and click Next.
Charging Client Software Installation
 9. Set the IP address, office number and module number of the client
and server. Click Next.
Starting Charging Client
 1. Click Start > Programs > Charging Client > Charging
Management Console from windows taskbar to enter the Login
dialog box
Starting Charging Client
 2. Enter the user name, password and server address, then click OK
to enter the ZTE Unified Management System window
Contents

 Charging Server Software Installation


 Charging Client Software Installation
 FTAM Installation and Configuration
Uploading FTAM Installation Files
 1. If the ftam directory does not exist, create a
directory by running the #mkdir ftam command.
 2. Log in to the system as the root user and
upload the following software to the
/export/home/ftam directory on the two charging
servers in binary mode through FTP.
 UTS-TCP64-4.1.0.0-5.9-package.tar.gz
 VRTLLM8.1-sun4-SunOS-507-cc60-package.tar.Z
 FTAM8.1.0.0-sun4-SunOS-507-cc60-package.tar.gz
Installing FTAM
 1. Log in to the system as the root user and enter the
/export/home/ftam directory by running the following
command:
 #cd /export/home/ftam
 2. Run the following command:
 #gunzip *
 3. Decompress ftam8.1, as shown in the following figure.
 #tar xvf ftam8.1
Installing FTAM
 4. Decompress packets vrtllm8.1 and uts-tcp6 by running the following
commands:
 #tar xvf vrtllm8.1
 #tar xvf uts-tcp6
 5. Run the following command to install UTSTCP64.
 #cd /export/home/ftam/UTS-TCP64-4.1.0.0-5.9-package
 #pkgadd –d .
 6. Input 1 and press Enter when you are prompted to select the
installation packet (s), as shown in the following figure.
Installing FTAM
 7. Input 1 and press Enter when you are asked whether to continue
installing UTSTCP64

 8. Input q and press Enter when the installation is complete and you
are prompted to select packet(s)
Installing FTAM
 9. Run the following commands to install UTSFTAM:
 #cd /export/home/ftam/UTS-TCP64-4.1.0.0-5.9-package

 #pkgadd –d .

 10. Input 1 and press Enter when you are prompted to select packet
(s), as shown in the following figure.
Installing FTAM
 11. Input q and press Enter to adopt the default value when you are
prompted to set the installation path, as shown in the following figure.

 12. Input y and press Enter when you are asked whether to continue
the installation, as shown in the following figure.
Installing FTAM
 13. Input q and press Enter to exit the installation when UTSFTAM is
successfully installed and you are prompted to select the installation
packet (s), as shown in the following figure.
Installing FTAM
 14. Run the following commands:
 #cd /export/home/soft/ftam/VRTLLM8/1-sun4-SunOS-507-cc60-

package
 #pkgadd –d .

 15. Input 1 and press Enter when you are prompted to select the
installation packet (s), as shown in the following figure.
Installing FTAM
 16. When you are asked whether to install the development
component(s), input y and press Enter. When you are asked to set the
software installation directory, input q and press Enter to adopt the
default directory, as shown in the following figure.
Installing FTAM
 17. Input y and press Enter when you are asked whether to continue
the installation, as shown in the following figure.

 18. Input q and press Enter to exit the installation when the installation
is finished and you are asked to select package (s), as shown in the
following figure.
Creating File aetable
 The aetable file only can be used for test, which can be
created manually.
 1. Run the #aetable command to create the aetable file.
 2. Run the #vi aetable command to open the aetable file.
 3. Press the i key.
 4. Input the following content:
 ztecg {1 3 9999 1 7} 1 /c0e80982/9102/9202/9302 20
 ANON {1 3 9999 1 7} 0 /81008282/0200/0201/0202 20
 5. Press the Esc key.
 6. Enter :wq! and press Enter to save and exit.
Modifying File profile
 1. Switch to the root user.
 2. Open the /etc/profile file by running the #vi /etc/profile command.
 3. Press the i key and add the following five lines.
 FTAM_HOME=/opt/UTSftam

 AETABLE=/aetable

 OSID=/etc/osid.cfg

 LM_LICENSE_FILE=/license.dat

 export FTAM_HOME LM_LICENSE_FILE AETABLE OSID

 4. Press the Esc key.


 5. Enter :wq! and press Enter to save and exit.
Modify File osid.cfg
 Open the /etc/osid.cfg file

 The content after nsap= is the floating IP address in


hexadecimal format of the charging server, which can
be modified according to actual needs.
Starting FTAM
 1. Start tp0 by running the #/etc/tp0 start
command. The UTS-TCP (tp0d) startup complete.
message appears, indicating that the startup is
successful.
 2. Start ftam responder by running the
#/etc/ft820.rc start command.
 The Vertel FT-820 Filestore running. message appears,
indicating that the startup is successful.
Testing FTAM
 1. Enter the /opt/UTSftam/bin directory by running
the #cd /opt/UTSftam/bin command.
 2. Run the following command.
 #./fls -p server!/
 3. Enter the ID and password.
 Enter initiator ID for filestore suntcp:omc
 Enter password:
Testing FTAM
 If the output information shown below displays,
then the test is passed.
Stopping FTAM
 1. Stop ftam responder by running the
#/etc/ft820.rc stop command.
 2. Stop tp0 by running the #/etc/tp0 stop
command.
Setting Interconnection Parameters between FTAM
and BD
 1. Run the #vi /usr/spool/vertel/ffs.cfg command to
open the /usr/spool/vertel/ffs.cfg file to check the
parameter values. The default values are as
follows:
 TSAP = 9102
 SSAP = 9202
 PSAP = 9302
 2. Make sure that these values are consistent with
those on the BD. If not, modify them.
Bring FTAM to Dual-Server Management
 Preparing FTAM Scripts
 1. Check if the ftamstart, ftamstop and ftammon.vcs
scripts are in the $ZXHOME/omcboot directory. If not,
contact ZTE local office.
 2. Check if the three scripts run properly with vi. The ^M
character indicates the abnormality.
 3. If there is any abnormality, transfer these scripts to
the client through FTP and re-transfer them to the
$ZXHOME/omcboot directory in ASCII mode.
Bring FTAM to Dual-Server Management
 Configuring FTAM Resources
 1. Log in to the system as the root user and open the dual-server resource
management window.
 2. Right-click ZXWNCG130 and select Add Resource… from the shortcut
menu. The Add Resource window appears.
 3. Enter ftam in the Resource name text box and set Resource Type to
Application. Select Critical and Enabled.
 4. Modify the user attribute
Bring FTAM to Dual-Server Management
 5. Modify the StartProgram attribute
Bring FTAM to Dual-Server Management
 6. Modify the StopProgram attribute
Bring FTAM to Dual-Server Management
 7. Modify the MonitorProgram attribute
Bring FTAM to Dual-Server Management
 8. Check Critical and Enabled
Bring FTAM to Dual-Server Management
 9. Configure the resource dependent relationship
Bring FTAM to Dual-Server Management
 10. Click Link, the dependent relationship of resources
is shown below. Click Link and draw lines between
resources.
Bring FTAM to Dual-Server Management
 11. When the resource dependent relationship is configured,
rightclick the FTAM resource and click Online > V440-1 and
Online > V440-2 from the shortcut menu
Bring FTAM to Dual-Server Management
 The FTAM resource is in online state

You might also like